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)
::llvm::LogicalResult verify (::mlir::Location loc)
 NotBoolOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 NotBoolOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 NotBoolOpGenericAdaptor (RangeT values, const NotBoolOpGenericAdaptorBase &base)
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={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
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={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 NotBoolOpGenericAdaptorBase (::mlir::Operation *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 728 of file Ops.h.inc.

Constructor & Destructor Documentation

◆ NotBoolOpAdaptor()

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

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

Member Function Documentation

◆ NotBoolOpGenericAdaptor() [1/4]

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

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

◆ NotBoolOpGenericAdaptor() [2/4]

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

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

◆ NotBoolOpGenericAdaptor() [3/4]

llzk::boolean::NotBoolOpGenericAdaptor< RangeT >::NotBoolOpGenericAdaptor ( RangeT values,
const NotBoolOpGenericAdaptorBase & base )
inline

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

◆ NotBoolOpGenericAdaptor() [4/4]

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 705 of file Ops.h.inc.

◆ verify()

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

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


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