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

Public Member Functions

 IteOpAdaptor (IteOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 IteOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 IteOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 IteOpGenericAdaptor (RangeT values, const IteOpGenericAdaptorBase &base)
template<typename LateInst = IteOp, typename = std::enable_if_t<std::is_same_v<LateInst, IteOp>>>
 IteOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::smt::IteOpGenericAdaptor<::mlir::ValueRange >
 IteOpGenericAdaptor (::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 getCond ()
ValueT getThenValue ()
ValueT getElseValue ()
::mlir::ValueRange getOperands ()
Public Member Functions inherited from llzk::smt::detail::IteOpGenericAdaptorBase
 IteOpGenericAdaptorBase (::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 IteOpGenericAdaptorBase (::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::IteOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
::std::optional<::mlir::OperationName > odsOpName
::mlir::RegionRange odsRegions

Detailed Description

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

Constructor & Destructor Documentation

◆ IteOpAdaptor()

llzk::smt::IteOpAdaptor::IteOpAdaptor ( IteOp op)

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

Member Function Documentation

◆ IteOpGenericAdaptor() [1/4]

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

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

◆ IteOpGenericAdaptor() [2/4]

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

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

◆ IteOpGenericAdaptor() [3/4]

llzk::smt::IteOpGenericAdaptor< RangeT >::IteOpGenericAdaptor ( RangeT values,
const IteOpGenericAdaptorBase & base )
inline

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

◆ IteOpGenericAdaptor() [4/4]

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

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

◆ verify()

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

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


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