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

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ EnsureConstrainOpAdaptor()

llzk::verif::EnsureConstrainOpAdaptor::EnsureConstrainOpAdaptor ( EnsureConstrainOp op)

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

Member Function Documentation

◆ EnsureConstrainOpGenericAdaptor() [1/4]

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

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

◆ EnsureConstrainOpGenericAdaptor() [2/4]

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

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

◆ EnsureConstrainOpGenericAdaptor() [3/4]

llzk::verif::EnsureConstrainOpGenericAdaptor< RangeT >::EnsureConstrainOpGenericAdaptor ( RangeT values,
const EnsureConstrainOpGenericAdaptorBase & base )
inline

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

◆ EnsureConstrainOpGenericAdaptor() [4/4]

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

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

◆ verify()

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

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


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