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

Public Member Functions

 FeltToIndexOpAdaptor (FeltToIndexOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 FeltToIndexOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 FeltToIndexOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 FeltToIndexOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 FeltToIndexOpGenericAdaptor (RangeT values, const FeltToIndexOpGenericAdaptorBase &base)
template<typename LateInst = FeltToIndexOp, typename = std::enable_if_t<std::is_same_v<LateInst, FeltToIndexOp>>>
 FeltToIndexOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::cast::FeltToIndexOpGenericAdaptor<::mlir::ValueRange >
 FeltToIndexOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
::mlir::ValueRange getODSOperands (unsigned index)
ValueT getValue ()
::mlir::ValueRange getOperands ()
Public Member Functions inherited from llzk::cast::detail::FeltToIndexOpGenericAdaptorBase
 FeltToIndexOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 FeltToIndexOpGenericAdaptorBase (FeltToIndexOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::llzk::cast::OverflowSemanticsAttr getOverflowAttr ()
::llzk::cast::OverflowSemantics getOverflow ()

Additional Inherited Members

Protected Attributes inherited from llzk::cast::detail::FeltToIndexOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
::std::optional<::mlir::OperationName > odsOpName
Properties properties
::mlir::RegionRange odsRegions

Detailed Description

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

Constructor & Destructor Documentation

◆ FeltToIndexOpAdaptor()

llzk::cast::FeltToIndexOpAdaptor::FeltToIndexOpAdaptor ( FeltToIndexOp op)

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

Member Function Documentation

◆ FeltToIndexOpGenericAdaptor() [1/5]

llzk::cast::FeltToIndexOpGenericAdaptor< RangeT >::FeltToIndexOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs,
::mlir::OpaqueProperties properties,
::mlir::RegionRange regions = {} )
inline

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

◆ FeltToIndexOpGenericAdaptor() [2/5]

llzk::cast::FeltToIndexOpGenericAdaptor< RangeT >::FeltToIndexOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs,
const Properties & properties,
::mlir::RegionRange regions = {} )
inline

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

◆ FeltToIndexOpGenericAdaptor() [3/5]

llzk::cast::FeltToIndexOpGenericAdaptor< RangeT >::FeltToIndexOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs = nullptr )
inline

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

◆ FeltToIndexOpGenericAdaptor() [4/5]

llzk::cast::FeltToIndexOpGenericAdaptor< RangeT >::FeltToIndexOpGenericAdaptor ( RangeT values,
const FeltToIndexOpGenericAdaptorBase & base )
inline

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

◆ FeltToIndexOpGenericAdaptor() [5/5]

template<typename LateInst = FeltToIndexOp, typename = std::enable_if_t<std::is_same_v<LateInst, FeltToIndexOp>>>
llzk::cast::FeltToIndexOpGenericAdaptor< RangeT >::FeltToIndexOpGenericAdaptor ( RangeT values,
LateInst op )
inline

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

◆ verify()

llvm::LogicalResult llzk::cast::FeltToIndexOpAdaptor::verify ( ::mlir::Location loc)

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


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