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)
 
::mlir::LogicalResult verify (::mlir::Location loc)
 
 IntToFeltOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 IntToFeltOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
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=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 IntToFeltOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 IntToFeltOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
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=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 IntToFeltOpGenericAdaptorBase (IntToFeltOp 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 189 of file Ops.h.inc.

Constructor & Destructor Documentation

◆ IntToFeltOpAdaptor()

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

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

Member Function Documentation

◆ IntToFeltOpGenericAdaptor() [1/3]

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

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

◆ IntToFeltOpGenericAdaptor() [2/3]

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

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

◆ IntToFeltOpGenericAdaptor() [3/3]

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 166 of file Ops.h.inc.

◆ verify()

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

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


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