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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ IncreasesOpAdaptor()

llzk::verif::IncreasesOpAdaptor::IncreasesOpAdaptor ( IncreasesOp op)

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

Member Function Documentation

◆ IncreasesOpGenericAdaptor() [1/4]

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

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

◆ IncreasesOpGenericAdaptor() [2/4]

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

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

◆ IncreasesOpGenericAdaptor() [3/4]

llzk::verif::IncreasesOpGenericAdaptor< RangeT >::IncreasesOpGenericAdaptor ( RangeT values,
const IncreasesOpGenericAdaptorBase & base )
inline

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

◆ IncreasesOpGenericAdaptor() [4/4]

template<typename LateInst = IncreasesOp, typename = std::enable_if_t<std::is_same_v<LateInst, IncreasesOp>>>
llzk::verif::IncreasesOpGenericAdaptor< RangeT >::IncreasesOpGenericAdaptor ( RangeT values,
LateInst op )
inline

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

◆ verify()

llvm::LogicalResult llzk::verif::IncreasesOpAdaptor::verify ( ::mlir::Location loc)

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


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