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

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ RequireConstrainOpAdaptor()

llzk::verif::RequireConstrainOpAdaptor::RequireConstrainOpAdaptor ( RequireConstrainOp op)

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

Member Function Documentation

◆ RequireConstrainOpGenericAdaptor() [1/4]

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

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

◆ RequireConstrainOpGenericAdaptor() [2/4]

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

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

◆ RequireConstrainOpGenericAdaptor() [3/4]

llzk::verif::RequireConstrainOpGenericAdaptor< RangeT >::RequireConstrainOpGenericAdaptor ( RangeT values,
const RequireConstrainOpGenericAdaptorBase & base )
inline

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

◆ RequireConstrainOpGenericAdaptor() [4/4]

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

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

◆ verify()

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

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


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