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

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ EnsureComputeOpAdaptor()

llzk::verif::EnsureComputeOpAdaptor::EnsureComputeOpAdaptor ( EnsureComputeOp op)

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

Member Function Documentation

◆ EnsureComputeOpGenericAdaptor() [1/4]

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

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

◆ EnsureComputeOpGenericAdaptor() [2/4]

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

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

◆ EnsureComputeOpGenericAdaptor() [3/4]

llzk::verif::EnsureComputeOpGenericAdaptor< RangeT >::EnsureComputeOpGenericAdaptor ( RangeT values,
const EnsureComputeOpGenericAdaptorBase & base )
inline

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

◆ EnsureComputeOpGenericAdaptor() [4/4]

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

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

◆ verify()

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

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


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