LLZK 3.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 5031 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 5081 of file SMT.h.inc.

◆ ExistsOpGenericAdaptorBase() [2/2]

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

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

Member Function Documentation

◆ getAttributes()

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

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

◆ getBody()

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

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

◆ getBoundVarNames()

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

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

◆ getBoundVarNamesAttr()

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

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

◆ getNoPattern()

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

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

◆ getNoPatternAttr()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getPatterns()

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

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

◆ getProperties()

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

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

◆ getRegions()

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

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

◆ getWeight()

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

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

◆ getWeightAttr()

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

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

Member Data Documentation

◆ odsAttrs

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

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

◆ odsOpName

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

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

◆ odsRegions

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

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

◆ properties

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

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


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