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

Public Member Functions

 RepeatOpAdaptor (RepeatOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 RepeatOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 RepeatOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 RepeatOpGenericAdaptor (RangeT values, const RepeatOpGenericAdaptorBase &base)
template<typename LateInst = RepeatOp, typename = std::enable_if_t<std::is_same_v<LateInst, RepeatOp>>>
 RepeatOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::smt::RepeatOpGenericAdaptor<::mlir::ValueRange >
 RepeatOpGenericAdaptor (::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::RepeatOpGenericAdaptorBase
 RepeatOpGenericAdaptorBase (::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 RepeatOpGenericAdaptorBase (::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::RepeatOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
::std::optional<::mlir::OperationName > odsOpName
::mlir::RegionRange odsRegions

Detailed Description

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

Constructor & Destructor Documentation

◆ RepeatOpAdaptor()

llzk::smt::RepeatOpAdaptor::RepeatOpAdaptor ( RepeatOp op)

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

Member Function Documentation

◆ RepeatOpGenericAdaptor() [1/4]

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

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

◆ RepeatOpGenericAdaptor() [2/4]

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

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

◆ RepeatOpGenericAdaptor() [3/4]

llzk::smt::RepeatOpGenericAdaptor< RangeT >::RepeatOpGenericAdaptor ( RangeT values,
const RepeatOpGenericAdaptorBase & base )
inline

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

◆ RepeatOpGenericAdaptor() [4/4]

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

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

◆ verify()

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

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


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