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

Public Member Functions

 AssertOpAdaptor (AssertOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 AssertOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 AssertOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 AssertOpGenericAdaptor (RangeT values, const AssertOpGenericAdaptorBase &base)
template<typename LateInst = AssertOp, typename = std::enable_if_t<std::is_same_v<LateInst, AssertOp>>>
 AssertOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::smt::AssertOpGenericAdaptor<::mlir::ValueRange >
 AssertOpGenericAdaptor (::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 getInput ()
::mlir::ValueRange getOperands ()
Public Member Functions inherited from llzk::smt::detail::AssertOpGenericAdaptorBase
 AssertOpGenericAdaptorBase (::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 AssertOpGenericAdaptorBase (::mlir::Operation *op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
::mlir::DictionaryAttr getAttributes ()

Additional Inherited Members

Protected Attributes inherited from llzk::smt::detail::AssertOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
::std::optional<::mlir::OperationName > odsOpName
::mlir::RegionRange odsRegions

Detailed Description

Definition at line 1077 of file SMT.h.inc.

Constructor & Destructor Documentation

◆ AssertOpAdaptor()

llzk::smt::AssertOpAdaptor::AssertOpAdaptor ( AssertOp op)

Definition at line 1242 of file SMT.cpp.inc.

Member Function Documentation

◆ AssertOpGenericAdaptor() [1/4]

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

Definition at line 1049 of file SMT.h.inc.

◆ AssertOpGenericAdaptor() [2/4]

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

Definition at line 1047 of file SMT.h.inc.

◆ AssertOpGenericAdaptor() [3/4]

llzk::smt::AssertOpGenericAdaptor< RangeT >::AssertOpGenericAdaptor ( RangeT values,
const AssertOpGenericAdaptorBase & base )
inline

Definition at line 1051 of file SMT.h.inc.

◆ AssertOpGenericAdaptor() [4/4]

template<typename LateInst = AssertOp, typename = std::enable_if_t<std::is_same_v<LateInst, AssertOp>>>
llzk::smt::AssertOpGenericAdaptor< RangeT >::AssertOpGenericAdaptor ( RangeT values,
LateInst op )
inline

Definition at line 1054 of file SMT.h.inc.

◆ verify()

llvm::LogicalResult llzk::smt::AssertOpAdaptor::verify ( ::mlir::Location loc)

Definition at line 1244 of file SMT.cpp.inc.


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