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

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ MulFeltOpAdaptor()

llzk::felt::MulFeltOpAdaptor::MulFeltOpAdaptor ( MulFeltOp op)

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

Member Function Documentation

◆ MulFeltOpGenericAdaptor() [1/4]

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

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

◆ MulFeltOpGenericAdaptor() [2/4]

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

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

◆ MulFeltOpGenericAdaptor() [3/4]

llzk::felt::MulFeltOpGenericAdaptor< RangeT >::MulFeltOpGenericAdaptor ( RangeT values,
const MulFeltOpGenericAdaptorBase & base )
inline

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

◆ MulFeltOpGenericAdaptor() [4/4]

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

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

◆ verify()

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

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


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