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

Public Member Functions

 SolverOpGenericAdaptorBase (::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 SolverOpGenericAdaptorBase (::mlir::Operation *op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
::mlir::DictionaryAttr getAttributes ()
::mlir::Region & getBodyRegion ()
::mlir::RegionRange getRegions ()

Protected Attributes

::mlir::DictionaryAttr odsAttrs
::std::optional<::mlir::OperationName > odsOpName
::mlir::RegionRange odsRegions

Detailed Description

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

Constructor & Destructor Documentation

◆ SolverOpGenericAdaptorBase() [1/2]

llzk::smt::detail::SolverOpGenericAdaptorBase::SolverOpGenericAdaptorBase ( ::mlir::DictionaryAttr attrs = {},
const ::mlir::EmptyProperties & properties = {},
::mlir::RegionRange regions = {} )
inline

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

◆ SolverOpGenericAdaptorBase() [2/2]

llzk::smt::detail::SolverOpGenericAdaptorBase::SolverOpGenericAdaptorBase ( ::mlir::Operation * op)
inline

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

Member Function Documentation

◆ getAttributes()

::mlir::DictionaryAttr llzk::smt::detail::SolverOpGenericAdaptorBase::getAttributes ( )
inline

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

◆ getBodyRegion()

::mlir::Region & llzk::smt::detail::SolverOpGenericAdaptorBase::getBodyRegion ( )
inline

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

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::smt::detail::SolverOpGenericAdaptorBase::getODSOperandIndexAndLength ( unsigned index,
unsigned odsOperandsSize )

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

◆ getRegions()

::mlir::RegionRange llzk::smt::detail::SolverOpGenericAdaptorBase::getRegions ( )
inline

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

Member Data Documentation

◆ odsAttrs

::mlir::DictionaryAttr llzk::smt::detail::SolverOpGenericAdaptorBase::odsAttrs
protected

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

◆ odsOpName

::std::optional<::mlir::OperationName> llzk::smt::detail::SolverOpGenericAdaptorBase::odsOpName
protected

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

◆ odsRegions

::mlir::RegionRange llzk::smt::detail::SolverOpGenericAdaptorBase::odsRegions
protected

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


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