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

Classes

struct  Properties

Public Member Functions

 BV2IntOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 BV2IntOpGenericAdaptorBase (BV2IntOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::UnitAttr getIsSignedAttr ()
bool getIsSigned ()

Protected Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

◆ BV2IntOpGenericAdaptorBase() [1/2]

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

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

◆ BV2IntOpGenericAdaptorBase() [2/2]

llzk::smt::detail::BV2IntOpGenericAdaptorBase::BV2IntOpGenericAdaptorBase ( BV2IntOp op)

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

Member Function Documentation

◆ getAttributes()

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

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

◆ getIsSigned()

bool llzk::smt::detail::BV2IntOpGenericAdaptorBase::getIsSigned ( )

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

◆ getIsSignedAttr()

mlir::UnitAttr llzk::smt::detail::BV2IntOpGenericAdaptorBase::getIsSignedAttr ( )

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

◆ getODSOperandIndexAndLength()

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

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

◆ getProperties()

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

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

Member Data Documentation

◆ odsAttrs

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

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

◆ odsOpName

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

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

◆ odsRegions

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

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

◆ properties

Properties llzk::smt::detail::BV2IntOpGenericAdaptorBase::properties
protected

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


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