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

Classes

struct  Properties

Public Member Functions

 FeltConstantOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 FeltConstantOpGenericAdaptorBase (FeltConstantOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::llzk::felt::FeltConstAttr getValueAttr ()
::llzk::felt::FeltConstAttr getValue ()

Protected Attributes

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

Detailed Description

Definition at line 672 of file Ops.h.inc.

Constructor & Destructor Documentation

◆ FeltConstantOpGenericAdaptorBase() [1/2]

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

Definition at line 700 of file Ops.h.inc.

◆ FeltConstantOpGenericAdaptorBase() [2/2]

llzk::felt::detail::FeltConstantOpGenericAdaptorBase::FeltConstantOpGenericAdaptorBase ( FeltConstantOp op)

Definition at line 693 of file Ops.cpp.inc.

Member Function Documentation

◆ getAttributes()

::mlir::DictionaryAttr llzk::felt::detail::FeltConstantOpGenericAdaptorBase::getAttributes ( )
inline

Definition at line 714 of file Ops.h.inc.

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::felt::detail::FeltConstantOpGenericAdaptorBase::getODSOperandIndexAndLength ( unsigned index,
unsigned odsOperandsSize )
inline

Definition at line 706 of file Ops.h.inc.

◆ getProperties()

const Properties & llzk::felt::detail::FeltConstantOpGenericAdaptorBase::getProperties ( )
inline

Definition at line 710 of file Ops.h.inc.

◆ getValue()

llzk::felt::FeltConstAttr llzk::felt::detail::FeltConstantOpGenericAdaptorBase::getValue ( )

Definition at line 695 of file Ops.cpp.inc.

◆ getValueAttr()

::llzk::felt::FeltConstAttr llzk::felt::detail::FeltConstantOpGenericAdaptorBase::getValueAttr ( )
inline

Definition at line 718 of file Ops.h.inc.

Member Data Documentation

◆ odsAttrs

::mlir::DictionaryAttr llzk::felt::detail::FeltConstantOpGenericAdaptorBase::odsAttrs
protected

Definition at line 695 of file Ops.h.inc.

◆ odsOpName

::std::optional<::mlir::OperationName> llzk::felt::detail::FeltConstantOpGenericAdaptorBase::odsOpName
protected

Definition at line 696 of file Ops.h.inc.

◆ odsRegions

::mlir::RegionRange llzk::felt::detail::FeltConstantOpGenericAdaptorBase::odsRegions
protected

Definition at line 698 of file Ops.h.inc.

◆ properties

Properties llzk::felt::detail::FeltConstantOpGenericAdaptorBase::properties
protected

Definition at line 697 of file Ops.h.inc.


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