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

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ IntAbsOpAdaptor()

llzk::smt::IntAbsOpAdaptor::IntAbsOpAdaptor ( IntAbsOp op)

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

Member Function Documentation

◆ IntAbsOpGenericAdaptor() [1/4]

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

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

◆ IntAbsOpGenericAdaptor() [2/4]

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

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

◆ IntAbsOpGenericAdaptor() [3/4]

llzk::smt::IntAbsOpGenericAdaptor< RangeT >::IntAbsOpGenericAdaptor ( RangeT values,
const IntAbsOpGenericAdaptorBase & base )
inline

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

◆ IntAbsOpGenericAdaptor() [4/4]

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

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

◆ verify()

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

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


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