LLZK 2.1.1
An open-source IR for Zero Knowledge (ZK) circuits
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 Properties &properties, ::mlir::RegionRange regions={})
 IntToFeltOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 IntToFeltOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 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 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::IntToFeltOpGenericAdaptorBase
 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 ()

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ IntToFeltOpAdaptor()

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

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

Member Function Documentation

◆ IntToFeltOpGenericAdaptor() [1/5]

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

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

◆ IntToFeltOpGenericAdaptor() [2/5]

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

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

◆ IntToFeltOpGenericAdaptor() [3/5]

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

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

◆ IntToFeltOpGenericAdaptor() [4/5]

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

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

◆ IntToFeltOpGenericAdaptor() [5/5]

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

◆ verify()

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

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


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