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

Classes

struct  Properties

Public Member Functions

 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 ()

Protected Attributes

::mlir::DictionaryAttr odsAttrs
::std::optional<::mlir::OperationName > odsOpName
Properties properties
::mlir::RegionRange odsRegions

Detailed Description

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

Constructor & Destructor Documentation

◆ ExistsOpGenericAdaptorBase() [1/2]

llzk::smt::detail::ExistsOpGenericAdaptorBase::ExistsOpGenericAdaptorBase ( ::mlir::DictionaryAttr attrs,
const Properties & properties,
::mlir::RegionRange regions = {} )
inline

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

◆ ExistsOpGenericAdaptorBase() [2/2]

llzk::smt::detail::ExistsOpGenericAdaptorBase::ExistsOpGenericAdaptorBase ( ExistsOp op)

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

Member Function Documentation

◆ getAttributes()

::mlir::DictionaryAttr llzk::smt::detail::ExistsOpGenericAdaptorBase::getAttributes ( )
inline

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

◆ getBody()

::mlir::Region & llzk::smt::detail::ExistsOpGenericAdaptorBase::getBody ( )
inline

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

◆ getBoundVarNames()

std::optional<::mlir::ArrayAttr > llzk::smt::detail::ExistsOpGenericAdaptorBase::getBoundVarNames ( )

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

◆ getBoundVarNamesAttr()

::mlir::ArrayAttr llzk::smt::detail::ExistsOpGenericAdaptorBase::getBoundVarNamesAttr ( )
inline

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

◆ getNoPattern()

bool llzk::smt::detail::ExistsOpGenericAdaptorBase::getNoPattern ( )

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

◆ getNoPatternAttr()

mlir::UnitAttr llzk::smt::detail::ExistsOpGenericAdaptorBase::getNoPatternAttr ( )

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

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::smt::detail::ExistsOpGenericAdaptorBase::getODSOperandIndexAndLength ( unsigned index,
unsigned odsOperandsSize )
inline

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

◆ getPatterns()

::mlir::RegionRange llzk::smt::detail::ExistsOpGenericAdaptorBase::getPatterns ( )
inline

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

◆ getProperties()

const Properties & llzk::smt::detail::ExistsOpGenericAdaptorBase::getProperties ( )
inline

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

◆ getRegions()

::mlir::RegionRange llzk::smt::detail::ExistsOpGenericAdaptorBase::getRegions ( )
inline

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

◆ getWeight()

uint32_t llzk::smt::detail::ExistsOpGenericAdaptorBase::getWeight ( )

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

◆ getWeightAttr()

mlir::IntegerAttr llzk::smt::detail::ExistsOpGenericAdaptorBase::getWeightAttr ( )

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

Member Data Documentation

◆ odsAttrs

::mlir::DictionaryAttr llzk::smt::detail::ExistsOpGenericAdaptorBase::odsAttrs
protected

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

◆ odsOpName

::std::optional<::mlir::OperationName> llzk::smt::detail::ExistsOpGenericAdaptorBase::odsOpName
protected

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

◆ odsRegions

::mlir::RegionRange llzk::smt::detail::ExistsOpGenericAdaptorBase::odsRegions
protected

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

◆ properties

Properties llzk::smt::detail::ExistsOpGenericAdaptorBase::properties
protected

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


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