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

Classes

struct  Properties

Public Member Functions

 ForallOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 ForallOpGenericAdaptorBase (ForallOp 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 5537 of file SMT.h.inc.

Constructor & Destructor Documentation

◆ ForallOpGenericAdaptorBase() [1/2]

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

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

◆ ForallOpGenericAdaptorBase() [2/2]

llzk::smt::detail::ForallOpGenericAdaptorBase::ForallOpGenericAdaptorBase ( ForallOp op)

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

Member Function Documentation

◆ getAttributes()

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

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

◆ getBody()

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

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

◆ getBoundVarNames()

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

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

◆ getBoundVarNamesAttr()

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

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

◆ getNoPattern()

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

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

◆ getNoPatternAttr()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getPatterns()

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

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

◆ getProperties()

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

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

◆ getRegions()

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

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

◆ getWeight()

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

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

◆ getWeightAttr()

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

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

Member Data Documentation

◆ odsAttrs

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

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

◆ odsOpName

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

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

◆ odsRegions

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

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

◆ properties

Properties llzk::smt::detail::ForallOpGenericAdaptorBase::properties
protected

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


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