LLZK 2.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 5532 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 5582 of file SMT.h.inc.

◆ ForallOpGenericAdaptorBase() [2/2]

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

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

Member Function Documentation

◆ getAttributes()

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

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

◆ getBody()

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

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

◆ getBoundVarNames()

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

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

◆ getBoundVarNamesAttr()

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

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

◆ getNoPattern()

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

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

◆ getNoPatternAttr()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getPatterns()

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

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

◆ getProperties()

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

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

◆ getRegions()

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

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

◆ getWeight()

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

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

◆ getWeightAttr()

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

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

Member Data Documentation

◆ odsAttrs

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

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

◆ odsOpName

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

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

◆ odsRegions

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

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

◆ properties

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

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


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