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

Classes

struct  Properties

Public Member Functions

 IntCmpOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 IntCmpOpGenericAdaptorBase (IntCmpOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::llzk::smt::IntPredicateAttr getPredAttr ()
::llzk::smt::IntPredicate getPred ()

Protected Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

◆ IntCmpOpGenericAdaptorBase() [1/2]

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

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

◆ IntCmpOpGenericAdaptorBase() [2/2]

llzk::smt::detail::IntCmpOpGenericAdaptorBase::IntCmpOpGenericAdaptorBase ( IntCmpOp op)

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

Member Function Documentation

◆ getAttributes()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getPred()

llzk::smt::IntPredicate llzk::smt::detail::IntCmpOpGenericAdaptorBase::getPred ( )

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

◆ getPredAttr()

::llzk::smt::IntPredicateAttr llzk::smt::detail::IntCmpOpGenericAdaptorBase::getPredAttr ( )
inline

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

◆ getProperties()

const Properties & llzk::smt::detail::IntCmpOpGenericAdaptorBase::getProperties ( )
inline

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

Member Data Documentation

◆ odsAttrs

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

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

◆ odsOpName

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

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

◆ odsRegions

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

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

◆ properties

Properties llzk::smt::detail::IntCmpOpGenericAdaptorBase::properties
protected

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


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