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

Classes

struct  Properties

Public Member Functions

 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 ()

Protected Attributes

::mlir::DictionaryAttr odsAttrs
::std::optional<::mlir::OperationName > odsOpName
Properties properties
::mlir::RegionRange odsRegions

Detailed Description

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

Constructor & Destructor Documentation

◆ PushOpGenericAdaptorBase() [1/2]

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

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

◆ PushOpGenericAdaptorBase() [2/2]

llzk::smt::detail::PushOpGenericAdaptorBase::PushOpGenericAdaptorBase ( PushOp op)

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

Member Function Documentation

◆ getAttributes()

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

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

◆ getCount()

uint32_t llzk::smt::detail::PushOpGenericAdaptorBase::getCount ( )

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

◆ getCountAttr()

::mlir::IntegerAttr llzk::smt::detail::PushOpGenericAdaptorBase::getCountAttr ( )
inline

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

◆ getODSOperandIndexAndLength()

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

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

◆ getProperties()

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

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

Member Data Documentation

◆ odsAttrs

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

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

◆ odsOpName

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

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

◆ odsRegions

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

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

◆ properties

Properties llzk::smt::detail::PushOpGenericAdaptorBase::properties
protected

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


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