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

Classes

struct  Properties

Public Member Functions

 BVConstantOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 BVConstantOpGenericAdaptorBase (BVConstantOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::llzk::smt::BitVectorAttr getValueAttr ()
::llzk::smt::BitVectorAttr getValue ()

Protected Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

◆ BVConstantOpGenericAdaptorBase() [1/2]

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

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

◆ BVConstantOpGenericAdaptorBase() [2/2]

llzk::smt::detail::BVConstantOpGenericAdaptorBase::BVConstantOpGenericAdaptorBase ( BVConstantOp op)

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

Member Function Documentation

◆ getAttributes()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getProperties()

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

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

◆ getValue()

llzk::smt::BitVectorAttr llzk::smt::detail::BVConstantOpGenericAdaptorBase::getValue ( )

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

◆ getValueAttr()

::llzk::smt::BitVectorAttr llzk::smt::detail::BVConstantOpGenericAdaptorBase::getValueAttr ( )
inline

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

Member Data Documentation

◆ odsAttrs

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

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

◆ odsOpName

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

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

◆ odsRegions

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

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

◆ properties

Properties llzk::smt::detail::BVConstantOpGenericAdaptorBase::properties
protected

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


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