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

Public Member Functions

 SetLogicOpAdaptor (SetLogicOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 SetLogicOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 SetLogicOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 SetLogicOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 SetLogicOpGenericAdaptor (RangeT values, const SetLogicOpGenericAdaptorBase &base)
template<typename LateInst = SetLogicOp, typename = std::enable_if_t<std::is_same_v<LateInst, SetLogicOp>>>
 SetLogicOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::smt::SetLogicOpGenericAdaptor<::mlir::ValueRange >
 SetLogicOpGenericAdaptor (::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::SetLogicOpGenericAdaptorBase
 SetLogicOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 SetLogicOpGenericAdaptorBase (SetLogicOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::StringAttr getLogicAttr ()
::llvm::StringRef getLogic ()

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ SetLogicOpAdaptor()

llzk::smt::SetLogicOpAdaptor::SetLogicOpAdaptor ( SetLogicOp op)

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

Member Function Documentation

◆ SetLogicOpGenericAdaptor() [1/5]

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

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

◆ SetLogicOpGenericAdaptor() [2/5]

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

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

◆ SetLogicOpGenericAdaptor() [3/5]

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

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

◆ SetLogicOpGenericAdaptor() [4/5]

llzk::smt::SetLogicOpGenericAdaptor< RangeT >::SetLogicOpGenericAdaptor ( RangeT values,
const SetLogicOpGenericAdaptorBase & base )
inline

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

◆ SetLogicOpGenericAdaptor() [5/5]

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

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

◆ verify()

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

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


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