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

Public Member Functions

 ExistsOpAdaptor (ExistsOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 ExistsOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 ExistsOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 ExistsOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 ExistsOpGenericAdaptor (RangeT values, const ExistsOpGenericAdaptorBase &base)
template<typename LateInst = ExistsOp, typename = std::enable_if_t<std::is_same_v<LateInst, ExistsOp>>>
 ExistsOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::smt::ExistsOpGenericAdaptor<::mlir::ValueRange >
 ExistsOpGenericAdaptor (::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::ExistsOpGenericAdaptorBase
 ExistsOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 ExistsOpGenericAdaptorBase (ExistsOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::IntegerAttr getWeightAttr ()
uint32_t getWeight ()
::mlir::UnitAttr getNoPatternAttr ()
bool getNoPattern ()
::mlir::ArrayAttr getBoundVarNamesAttr ()
::std::optional< ::mlir::ArrayAttr > getBoundVarNames ()
::mlir::Region & getBody ()
::mlir::RegionRange getPatterns ()
::mlir::RegionRange getRegions ()

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ ExistsOpAdaptor()

llzk::smt::ExistsOpAdaptor::ExistsOpAdaptor ( ExistsOp op)

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

Member Function Documentation

◆ ExistsOpGenericAdaptor() [1/5]

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

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

◆ ExistsOpGenericAdaptor() [2/5]

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

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

◆ ExistsOpGenericAdaptor() [3/5]

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

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

◆ ExistsOpGenericAdaptor() [4/5]

llzk::smt::ExistsOpGenericAdaptor< RangeT >::ExistsOpGenericAdaptor ( RangeT values,
const ExistsOpGenericAdaptorBase & base )
inline

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

◆ ExistsOpGenericAdaptor() [5/5]

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

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

◆ verify()

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

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


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