LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llzk::cast::IntToFeltOpAdaptor Class Reference
Inheritance diagram for llzk::cast::IntToFeltOpAdaptor:
[legend]
Collaboration diagram for llzk::cast::IntToFeltOpAdaptor:
[legend]

Public Member Functions

 IntToFeltOpAdaptor (IntToFeltOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 IntToFeltOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 IntToFeltOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 IntToFeltOpGenericAdaptor (RangeT values, const IntToFeltOpGenericAdaptorBase &base)
template<typename LateInst = IntToFeltOp, typename = std::enable_if_t<std::is_same_v<LateInst, IntToFeltOp>>>
 IntToFeltOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::cast::IntToFeltOpGenericAdaptor<::mlir::ValueRange >
 IntToFeltOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &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::IntToFeltOpGenericAdaptorBase
 IntToFeltOpGenericAdaptorBase (::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 IntToFeltOpGenericAdaptorBase (::mlir::Operation *op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
::mlir::DictionaryAttr getAttributes ()

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ IntToFeltOpAdaptor()

llzk::cast::IntToFeltOpAdaptor::IntToFeltOpAdaptor ( IntToFeltOp op)

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

Member Function Documentation

◆ IntToFeltOpGenericAdaptor() [1/4]

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

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

◆ IntToFeltOpGenericAdaptor() [2/4]

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

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

◆ IntToFeltOpGenericAdaptor() [3/4]

llzk::cast::IntToFeltOpGenericAdaptor< RangeT >::IntToFeltOpGenericAdaptor ( RangeT values,
const IntToFeltOpGenericAdaptorBase & base )
inline

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

◆ IntToFeltOpGenericAdaptor() [4/4]

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

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

◆ verify()

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

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


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