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

Public Member Functions

 ForallOpAdaptor (ForallOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 ForallOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 ForallOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 ForallOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 ForallOpGenericAdaptor (RangeT values, const ForallOpGenericAdaptorBase &base)
template<typename LateInst = ForallOp, typename = std::enable_if_t<std::is_same_v<LateInst, ForallOp>>>
 ForallOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::smt::ForallOpGenericAdaptor<::mlir::ValueRange >
 ForallOpGenericAdaptor (::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::ForallOpGenericAdaptorBase
 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 ()

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ ForallOpAdaptor()

llzk::smt::ForallOpAdaptor::ForallOpAdaptor ( ForallOp op)

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

Member Function Documentation

◆ ForallOpGenericAdaptor() [1/5]

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

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

◆ ForallOpGenericAdaptor() [2/5]

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

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

◆ ForallOpGenericAdaptor() [3/5]

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

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

◆ ForallOpGenericAdaptor() [4/5]

llzk::smt::ForallOpGenericAdaptor< RangeT >::ForallOpGenericAdaptor ( RangeT values,
const ForallOpGenericAdaptorBase & base )
inline

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

◆ ForallOpGenericAdaptor() [5/5]

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

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

◆ verify()

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

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


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