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

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ ArrayStoreOpAdaptor()

llzk::smt::ArrayStoreOpAdaptor::ArrayStoreOpAdaptor ( ArrayStoreOp op)

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

Member Function Documentation

◆ ArrayStoreOpGenericAdaptor() [1/4]

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

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

◆ ArrayStoreOpGenericAdaptor() [2/4]

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

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

◆ ArrayStoreOpGenericAdaptor() [3/4]

llzk::smt::ArrayStoreOpGenericAdaptor< RangeT >::ArrayStoreOpGenericAdaptor ( RangeT values,
const ArrayStoreOpGenericAdaptorBase & base )
inline

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

◆ ArrayStoreOpGenericAdaptor() [4/4]

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

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

◆ verify()

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

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


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