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

Classes

struct  Properties

Public Member Functions

 IntConstantOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 IntConstantOpGenericAdaptorBase (IntConstantOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::IntegerAttr getValueAttr ()
::mlir::APInt getValue ()

Protected Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

◆ IntConstantOpGenericAdaptorBase() [1/2]

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

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

◆ IntConstantOpGenericAdaptorBase() [2/2]

llzk::smt::detail::IntConstantOpGenericAdaptorBase::IntConstantOpGenericAdaptorBase ( IntConstantOp op)

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

Member Function Documentation

◆ getAttributes()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getProperties()

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

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

◆ getValue()

mlir::APInt llzk::smt::detail::IntConstantOpGenericAdaptorBase::getValue ( )

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

◆ getValueAttr()

::mlir::IntegerAttr llzk::smt::detail::IntConstantOpGenericAdaptorBase::getValueAttr ( )
inline

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

Member Data Documentation

◆ odsAttrs

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

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

◆ odsOpName

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

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

◆ odsRegions

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

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

◆ properties

Properties llzk::smt::detail::IntConstantOpGenericAdaptorBase::properties
protected

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


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