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

Public Member Functions

 UnsignedIntDivFeltOpAdaptor (UnsignedIntDivFeltOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 UnsignedIntDivFeltOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 UnsignedIntDivFeltOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 UnsignedIntDivFeltOpGenericAdaptor (RangeT values, const UnsignedIntDivFeltOpGenericAdaptorBase &base)
template<typename LateInst = UnsignedIntDivFeltOp, typename = std::enable_if_t<std::is_same_v<LateInst, UnsignedIntDivFeltOp>>>
 UnsignedIntDivFeltOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::felt::UnsignedIntDivFeltOpGenericAdaptor<::mlir::ValueRange >
 UnsignedIntDivFeltOpGenericAdaptor (::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 getLhs ()
ValueT getRhs ()
::mlir::ValueRange getOperands ()
Public Member Functions inherited from llzk::felt::detail::UnsignedIntDivFeltOpGenericAdaptorBase
 UnsignedIntDivFeltOpGenericAdaptorBase (::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 UnsignedIntDivFeltOpGenericAdaptorBase (::mlir::Operation *op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
::mlir::DictionaryAttr getAttributes ()

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ UnsignedIntDivFeltOpAdaptor()

llzk::felt::UnsignedIntDivFeltOpAdaptor::UnsignedIntDivFeltOpAdaptor ( UnsignedIntDivFeltOp op)

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

Member Function Documentation

◆ UnsignedIntDivFeltOpGenericAdaptor() [1/4]

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

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

◆ UnsignedIntDivFeltOpGenericAdaptor() [2/4]

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

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

◆ UnsignedIntDivFeltOpGenericAdaptor() [3/4]

llzk::felt::UnsignedIntDivFeltOpGenericAdaptor< RangeT >::UnsignedIntDivFeltOpGenericAdaptor ( RangeT values,
const UnsignedIntDivFeltOpGenericAdaptorBase & base )
inline

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

◆ UnsignedIntDivFeltOpGenericAdaptor() [4/4]

template<typename LateInst = UnsignedIntDivFeltOp, typename = std::enable_if_t<std::is_same_v<LateInst, UnsignedIntDivFeltOp>>>
llzk::felt::UnsignedIntDivFeltOpGenericAdaptor< RangeT >::UnsignedIntDivFeltOpGenericAdaptor ( RangeT values,
LateInst op )
inline

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

◆ verify()

llvm::LogicalResult llzk::felt::UnsignedIntDivFeltOpAdaptor::verify ( ::mlir::Location loc)

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


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