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

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ ProveDetOpAdaptor()

llzk::verif::ProveDetOpAdaptor::ProveDetOpAdaptor ( ProveDetOp op)

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

Member Function Documentation

◆ ProveDetOpGenericAdaptor() [1/4]

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

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

◆ ProveDetOpGenericAdaptor() [2/4]

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

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

◆ ProveDetOpGenericAdaptor() [3/4]

llzk::verif::ProveDetOpGenericAdaptor< RangeT >::ProveDetOpGenericAdaptor ( RangeT values,
const ProveDetOpGenericAdaptorBase & base )
inline

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

◆ ProveDetOpGenericAdaptor() [4/4]

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

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

◆ verify()

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

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


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