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

Classes

struct  Properties

Public Member Functions

 BoolConstantOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 BoolConstantOpGenericAdaptorBase (BoolConstantOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::BoolAttr getValueAttr ()
bool getValue ()

Protected Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

◆ BoolConstantOpGenericAdaptorBase() [1/2]

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

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

◆ BoolConstantOpGenericAdaptorBase() [2/2]

llzk::smt::detail::BoolConstantOpGenericAdaptorBase::BoolConstantOpGenericAdaptorBase ( BoolConstantOp op)

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

Member Function Documentation

◆ getAttributes()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getProperties()

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

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

◆ getValue()

bool llzk::smt::detail::BoolConstantOpGenericAdaptorBase::getValue ( )

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

◆ getValueAttr()

::mlir::BoolAttr llzk::smt::detail::BoolConstantOpGenericAdaptorBase::getValueAttr ( )
inline

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

Member Data Documentation

◆ odsAttrs

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

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

◆ odsOpName

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

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

◆ odsRegions

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

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

◆ properties

Properties llzk::smt::detail::BoolConstantOpGenericAdaptorBase::properties
protected

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


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