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

Classes

struct  Properties

Public Member Functions

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

Constructor & Destructor Documentation

◆ PopOpGenericAdaptorBase() [1/2]

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

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

◆ PopOpGenericAdaptorBase() [2/2]

llzk::smt::detail::PopOpGenericAdaptorBase::PopOpGenericAdaptorBase ( PopOp op)

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

Member Function Documentation

◆ getAttributes()

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

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

◆ getCount()

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

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

◆ getCountAttr()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getProperties()

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

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

Member Data Documentation

◆ odsAttrs

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

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

◆ odsOpName

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

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

◆ odsRegions

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

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

◆ properties

Properties llzk::smt::detail::PopOpGenericAdaptorBase::properties
protected

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


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