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

Public Member Functions

 PopOpAdaptor (PopOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 PopOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 PopOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 PopOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 PopOpGenericAdaptor (RangeT values, const PopOpGenericAdaptorBase &base)
template<typename LateInst = PopOp, typename = std::enable_if_t<std::is_same_v<LateInst, PopOp>>>
 PopOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::smt::PopOpGenericAdaptor<::mlir::ValueRange >
 PopOpGenericAdaptor (::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::PopOpGenericAdaptorBase
 PopOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 PopOpGenericAdaptorBase (PopOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::IntegerAttr getCountAttr ()
uint32_t getCount ()

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ PopOpAdaptor()

llzk::smt::PopOpAdaptor::PopOpAdaptor ( PopOp op)

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

Member Function Documentation

◆ PopOpGenericAdaptor() [1/5]

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

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

◆ PopOpGenericAdaptor() [2/5]

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

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

◆ PopOpGenericAdaptor() [3/5]

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

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

◆ PopOpGenericAdaptor() [4/5]

llzk::smt::PopOpGenericAdaptor< RangeT >::PopOpGenericAdaptor ( RangeT values,
const PopOpGenericAdaptorBase & base )
inline

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

◆ PopOpGenericAdaptor() [5/5]

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

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

◆ verify()

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

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


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