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

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ DecreasesOpAdaptor()

llzk::verif::DecreasesOpAdaptor::DecreasesOpAdaptor ( DecreasesOp op)

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

Member Function Documentation

◆ DecreasesOpGenericAdaptor() [1/4]

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

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

◆ DecreasesOpGenericAdaptor() [2/4]

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

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

◆ DecreasesOpGenericAdaptor() [3/4]

llzk::verif::DecreasesOpGenericAdaptor< RangeT >::DecreasesOpGenericAdaptor ( RangeT values,
const DecreasesOpGenericAdaptorBase & base )
inline

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

◆ DecreasesOpGenericAdaptor() [4/4]

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

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

◆ verify()

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

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


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