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

Classes

struct  Properties

Public Member Functions

 ExtractOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 ExtractOpGenericAdaptorBase (ExtractOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::IntegerAttr getLowBitAttr ()
uint32_t getLowBit ()

Protected Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

◆ ExtractOpGenericAdaptorBase() [1/2]

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

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

◆ ExtractOpGenericAdaptorBase() [2/2]

llzk::smt::detail::ExtractOpGenericAdaptorBase::ExtractOpGenericAdaptorBase ( ExtractOp op)

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

Member Function Documentation

◆ getAttributes()

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

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

◆ getLowBit()

uint32_t llzk::smt::detail::ExtractOpGenericAdaptorBase::getLowBit ( )

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

◆ getLowBitAttr()

::mlir::IntegerAttr llzk::smt::detail::ExtractOpGenericAdaptorBase::getLowBitAttr ( )
inline

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

◆ getODSOperandIndexAndLength()

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

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

◆ getProperties()

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

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

Member Data Documentation

◆ odsAttrs

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

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

◆ odsOpName

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

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

◆ odsRegions

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

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

◆ properties

Properties llzk::smt::detail::ExtractOpGenericAdaptorBase::properties
protected

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


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