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

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ OrFeltOpAdaptor()

llzk::felt::OrFeltOpAdaptor::OrFeltOpAdaptor ( OrFeltOp op)

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

Member Function Documentation

◆ OrFeltOpGenericAdaptor() [1/4]

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

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

◆ OrFeltOpGenericAdaptor() [2/4]

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

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

◆ OrFeltOpGenericAdaptor() [3/4]

llzk::felt::OrFeltOpGenericAdaptor< RangeT >::OrFeltOpGenericAdaptor ( RangeT values,
const OrFeltOpGenericAdaptorBase & base )
inline

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

◆ OrFeltOpGenericAdaptor() [4/4]

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

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

◆ verify()

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

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


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