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

Classes

struct  Properties

Public Member Functions

 IntToFeltOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 IntToFeltOpGenericAdaptorBase (IntToFeltOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::llzk::cast::OverflowSemanticsAttr getOverflowAttr ()
::llzk::cast::OverflowSemantics getOverflow ()

Protected Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

◆ IntToFeltOpGenericAdaptorBase() [1/2]

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

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

◆ IntToFeltOpGenericAdaptorBase() [2/2]

llzk::cast::detail::IntToFeltOpGenericAdaptorBase::IntToFeltOpGenericAdaptorBase ( IntToFeltOp op)

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

Member Function Documentation

◆ getAttributes()

::mlir::DictionaryAttr llzk::cast::detail::IntToFeltOpGenericAdaptorBase::getAttributes ( )
inline

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

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::cast::detail::IntToFeltOpGenericAdaptorBase::getODSOperandIndexAndLength ( unsigned index,
unsigned odsOperandsSize )
inline

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

◆ getOverflow()

llzk::cast::OverflowSemantics llzk::cast::detail::IntToFeltOpGenericAdaptorBase::getOverflow ( )

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

◆ getOverflowAttr()

llzk::cast::OverflowSemanticsAttr llzk::cast::detail::IntToFeltOpGenericAdaptorBase::getOverflowAttr ( )

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

◆ getProperties()

const Properties & llzk::cast::detail::IntToFeltOpGenericAdaptorBase::getProperties ( )
inline

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

Member Data Documentation

◆ odsAttrs

::mlir::DictionaryAttr llzk::cast::detail::IntToFeltOpGenericAdaptorBase::odsAttrs
protected

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

◆ odsOpName

::std::optional<::mlir::OperationName> llzk::cast::detail::IntToFeltOpGenericAdaptorBase::odsOpName
protected

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

◆ odsRegions

::mlir::RegionRange llzk::cast::detail::IntToFeltOpGenericAdaptorBase::odsRegions
protected

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

◆ properties

Properties llzk::cast::detail::IntToFeltOpGenericAdaptorBase::properties
protected

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


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