LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llzk::boolean::NotBoolOpAdaptor Class Reference
Inheritance diagram for llzk::boolean::NotBoolOpAdaptor:
[legend]
Collaboration diagram for llzk::boolean::NotBoolOpAdaptor:
[legend]

Public Member Functions

 NotBoolOpAdaptor (NotBoolOp op)
 
::mlir::LogicalResult verify (::mlir::Location loc)
 
 NotBoolOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 NotBoolOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
template<typename LateInst = NotBoolOp, typename = std::enable_if_t<std::is_same_v<LateInst, NotBoolOp>>>
 NotBoolOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from llzk::boolean::NotBoolOpGenericAdaptor<::mlir::ValueRange >
 NotBoolOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 NotBoolOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 NotBoolOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::ValueRange getODSOperands (unsigned index)
 
ValueT getOperand ()
 
::mlir::ValueRange getOperands ()
 
- Public Member Functions inherited from llzk::boolean::detail::NotBoolOpGenericAdaptorBase
 NotBoolOpGenericAdaptorBase (::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 NotBoolOpGenericAdaptorBase (NotBoolOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
::mlir::DictionaryAttr getAttributes ()
 

Additional Inherited Members

- Protected Attributes inherited from llzk::boolean::detail::NotBoolOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
 
::std::optional<::mlir::OperationName > odsOpName
 
::mlir::RegionRange odsRegions
 

Detailed Description

Definition at line 579 of file Ops.h.inc.

Constructor & Destructor Documentation

◆ NotBoolOpAdaptor()

llzk::boolean::NotBoolOpAdaptor::NotBoolOpAdaptor ( NotBoolOp op)

Definition at line 1012 of file Ops.cpp.inc.

Member Function Documentation

◆ NotBoolOpGenericAdaptor() [1/3]

llzk::boolean::NotBoolOpGenericAdaptor< RangeT >::NotBoolOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs,
::mlir::OpaqueProperties properties,
::mlir::RegionRange regions = {} )
inline

Definition at line 553 of file Ops.h.inc.

◆ NotBoolOpGenericAdaptor() [2/3]

llzk::boolean::NotBoolOpGenericAdaptor< RangeT >::NotBoolOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs = nullptr,
const ::mlir::EmptyProperties & properties = {},
::mlir::RegionRange regions = {} )
inline

Definition at line 551 of file Ops.h.inc.

◆ NotBoolOpGenericAdaptor() [3/3]

template<typename LateInst = NotBoolOp, typename = std::enable_if_t<std::is_same_v<LateInst, NotBoolOp>>>
llzk::boolean::NotBoolOpGenericAdaptor< RangeT >::NotBoolOpGenericAdaptor ( RangeT values,
LateInst op )
inline

Definition at line 556 of file Ops.h.inc.

◆ verify()

mlir::LogicalResult llzk::boolean::NotBoolOpAdaptor::verify ( ::mlir::Location loc)

Definition at line 1014 of file Ops.cpp.inc.


The documentation for this class was generated from the following files: