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

Public Member Functions

 SetInfoOpAdaptor (SetInfoOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 SetInfoOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 SetInfoOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 SetInfoOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 SetInfoOpGenericAdaptor (RangeT values, const SetInfoOpGenericAdaptorBase &base)
template<typename LateInst = SetInfoOp, typename = std::enable_if_t<std::is_same_v<LateInst, SetInfoOp>>>
 SetInfoOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::smt::SetInfoOpGenericAdaptor<::mlir::ValueRange >
 SetInfoOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
::mlir::ValueRange getODSOperands (unsigned index)
::mlir::ValueRange getOperands ()
Public Member Functions inherited from llzk::smt::detail::SetInfoOpGenericAdaptorBase
 SetInfoOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 SetInfoOpGenericAdaptorBase (SetInfoOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::llzk::smt::KeywordAttr getKeyAttr ()
::llzk::smt::KeywordAttr getKey ()
::mlir::Attribute getValueAttr ()
::mlir::Attribute getValue ()

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ SetInfoOpAdaptor()

llzk::smt::SetInfoOpAdaptor::SetInfoOpAdaptor ( SetInfoOp op)

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

Member Function Documentation

◆ SetInfoOpGenericAdaptor() [1/5]

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

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

◆ SetInfoOpGenericAdaptor() [2/5]

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

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

◆ SetInfoOpGenericAdaptor() [3/5]

llzk::smt::SetInfoOpGenericAdaptor< RangeT >::SetInfoOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs = nullptr )
inline

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

◆ SetInfoOpGenericAdaptor() [4/5]

llzk::smt::SetInfoOpGenericAdaptor< RangeT >::SetInfoOpGenericAdaptor ( RangeT values,
const SetInfoOpGenericAdaptorBase & base )
inline

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

◆ SetInfoOpGenericAdaptor() [5/5]

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

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

◆ verify()

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

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


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