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

Public Member Functions

 DivFeltOpAdaptor (DivFeltOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 DivFeltOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 DivFeltOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 DivFeltOpGenericAdaptor (RangeT values, const DivFeltOpGenericAdaptorBase &base)
template<typename LateInst = DivFeltOp, typename = std::enable_if_t<std::is_same_v<LateInst, DivFeltOp>>>
 DivFeltOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::felt::DivFeltOpGenericAdaptor<::mlir::ValueRange >
 DivFeltOpGenericAdaptor (::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::DivFeltOpGenericAdaptorBase
 DivFeltOpGenericAdaptorBase (::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 DivFeltOpGenericAdaptorBase (::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::DivFeltOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
::std::optional<::mlir::OperationName > odsOpName
::mlir::RegionRange odsRegions

Detailed Description

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

Constructor & Destructor Documentation

◆ DivFeltOpAdaptor()

llzk::felt::DivFeltOpAdaptor::DivFeltOpAdaptor ( DivFeltOp op)

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

Member Function Documentation

◆ DivFeltOpGenericAdaptor() [1/4]

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

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

◆ DivFeltOpGenericAdaptor() [2/4]

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

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

◆ DivFeltOpGenericAdaptor() [3/4]

llzk::felt::DivFeltOpGenericAdaptor< RangeT >::DivFeltOpGenericAdaptor ( RangeT values,
const DivFeltOpGenericAdaptorBase & base )
inline

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

◆ DivFeltOpGenericAdaptor() [4/4]

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

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

◆ verify()

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

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


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