LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
llzk::smt::BoolConstantOpAdaptor Class Reference
Inheritance diagram for llzk::smt::BoolConstantOpAdaptor:
[legend]
Collaboration diagram for llzk::smt::BoolConstantOpAdaptor:
[legend]

Public Member Functions

 BoolConstantOpAdaptor (BoolConstantOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 BoolConstantOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 BoolConstantOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 BoolConstantOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 BoolConstantOpGenericAdaptor (RangeT values, const BoolConstantOpGenericAdaptorBase &base)
template<typename LateInst = BoolConstantOp, typename = std::enable_if_t<std::is_same_v<LateInst, BoolConstantOp>>>
 BoolConstantOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::smt::BoolConstantOpGenericAdaptor<::mlir::ValueRange >
 BoolConstantOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
::mlir::ValueRange getODSOperands (unsigned index)
::mlir::ValueRange getOperands ()
Public Member Functions inherited from llzk::smt::detail::BoolConstantOpGenericAdaptorBase
 BoolConstantOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 BoolConstantOpGenericAdaptorBase (BoolConstantOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::BoolAttr getValueAttr ()
bool getValue ()

Additional Inherited Members

Protected Attributes inherited from llzk::smt::detail::BoolConstantOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
::std::optional<::mlir::OperationName > odsOpName
Properties properties
::mlir::RegionRange odsRegions

Detailed Description

Definition at line 4144 of file SMT.h.inc.

Constructor & Destructor Documentation

◆ BoolConstantOpAdaptor()

llzk::smt::BoolConstantOpAdaptor::BoolConstantOpAdaptor ( BoolConstantOp op)

Definition at line 4797 of file SMT.cpp.inc.

Member Function Documentation

◆ BoolConstantOpGenericAdaptor() [1/5]

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

Definition at line 4118 of file SMT.h.inc.

◆ BoolConstantOpGenericAdaptor() [2/5]

llzk::smt::BoolConstantOpGenericAdaptor< RangeT >::BoolConstantOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs,
const Properties & properties,
::mlir::RegionRange regions = {} )
inline

Definition at line 4116 of file SMT.h.inc.

◆ BoolConstantOpGenericAdaptor() [3/5]

llzk::smt::BoolConstantOpGenericAdaptor< RangeT >::BoolConstantOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs = nullptr )
inline

Definition at line 4120 of file SMT.h.inc.

◆ BoolConstantOpGenericAdaptor() [4/5]

llzk::smt::BoolConstantOpGenericAdaptor< RangeT >::BoolConstantOpGenericAdaptor ( RangeT values,
const BoolConstantOpGenericAdaptorBase & base )
inline

Definition at line 4122 of file SMT.h.inc.

◆ BoolConstantOpGenericAdaptor() [5/5]

template<typename LateInst = BoolConstantOp, typename = std::enable_if_t<std::is_same_v<LateInst, BoolConstantOp>>>
llzk::smt::BoolConstantOpGenericAdaptor< RangeT >::BoolConstantOpGenericAdaptor ( RangeT values,
LateInst op )
inline

Definition at line 4125 of file SMT.h.inc.

◆ verify()

llvm::LogicalResult llzk::smt::BoolConstantOpAdaptor::verify ( ::mlir::Location loc)

Definition at line 4799 of file SMT.cpp.inc.


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