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

Public Member Functions

 PushOpAdaptor (PushOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 PushOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 PushOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 PushOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 PushOpGenericAdaptor (RangeT values, const PushOpGenericAdaptorBase &base)
template<typename LateInst = PushOp, typename = std::enable_if_t<std::is_same_v<LateInst, PushOp>>>
 PushOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::smt::PushOpGenericAdaptor<::mlir::ValueRange >
 PushOpGenericAdaptor (::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::PushOpGenericAdaptorBase
 PushOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 PushOpGenericAdaptorBase (PushOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::IntegerAttr getCountAttr ()
uint32_t getCount ()

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ PushOpAdaptor()

llzk::smt::PushOpAdaptor::PushOpAdaptor ( PushOp op)

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

Member Function Documentation

◆ PushOpGenericAdaptor() [1/5]

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

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

◆ PushOpGenericAdaptor() [2/5]

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

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

◆ PushOpGenericAdaptor() [3/5]

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

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

◆ PushOpGenericAdaptor() [4/5]

llzk::smt::PushOpGenericAdaptor< RangeT >::PushOpGenericAdaptor ( RangeT values,
const PushOpGenericAdaptorBase & base )
inline

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

◆ PushOpGenericAdaptor() [5/5]

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

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

◆ verify()

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

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


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