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

Classes

struct  Properties

Public Member Functions

 BVCmpOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 BVCmpOpGenericAdaptorBase (BVCmpOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::llzk::smt::BVCmpPredicateAttr getPredAttr ()
::llzk::smt::BVCmpPredicate getPred ()

Protected Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

◆ BVCmpOpGenericAdaptorBase() [1/2]

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

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

◆ BVCmpOpGenericAdaptorBase() [2/2]

llzk::smt::detail::BVCmpOpGenericAdaptorBase::BVCmpOpGenericAdaptorBase ( BVCmpOp op)

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

Member Function Documentation

◆ getAttributes()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getPred()

llzk::smt::BVCmpPredicate llzk::smt::detail::BVCmpOpGenericAdaptorBase::getPred ( )

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

◆ getPredAttr()

::llzk::smt::BVCmpPredicateAttr llzk::smt::detail::BVCmpOpGenericAdaptorBase::getPredAttr ( )
inline

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

◆ getProperties()

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

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

Member Data Documentation

◆ odsAttrs

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

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

◆ odsOpName

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

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

◆ odsRegions

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

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

◆ properties

Properties llzk::smt::detail::BVCmpOpGenericAdaptorBase::properties
protected

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


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