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

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ ApplyFuncOpAdaptor()

llzk::smt::ApplyFuncOpAdaptor::ApplyFuncOpAdaptor ( ApplyFuncOp op)

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

Member Function Documentation

◆ ApplyFuncOpGenericAdaptor() [1/4]

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

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

◆ ApplyFuncOpGenericAdaptor() [2/4]

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

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

◆ ApplyFuncOpGenericAdaptor() [3/4]

llzk::smt::ApplyFuncOpGenericAdaptor< RangeT >::ApplyFuncOpGenericAdaptor ( RangeT values,
const ApplyFuncOpGenericAdaptorBase & base )
inline

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

◆ ApplyFuncOpGenericAdaptor() [4/4]

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

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

◆ verify()

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

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


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