LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llzk::string::detail::LitStringOpGenericAdaptorBase Class Reference
Inheritance diagram for llzk::string::detail::LitStringOpGenericAdaptorBase:
[legend]
Collaboration diagram for llzk::string::detail::LitStringOpGenericAdaptorBase:
[legend]

Classes

struct  Properties

Public Member Functions

 LitStringOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 LitStringOpGenericAdaptorBase (LitStringOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::StringAttr getValueAttr ()
::llvm::StringRef getValue ()

Protected Attributes

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

Detailed Description

Definition at line 26 of file Ops.h.inc.

Constructor & Destructor Documentation

◆ LitStringOpGenericAdaptorBase() [1/2]

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

Definition at line 54 of file Ops.h.inc.

◆ LitStringOpGenericAdaptorBase() [2/2]

llzk::string::detail::LitStringOpGenericAdaptorBase::LitStringOpGenericAdaptorBase ( LitStringOp op)

Definition at line 60 of file Ops.cpp.inc.

Member Function Documentation

◆ getAttributes()

::mlir::DictionaryAttr llzk::string::detail::LitStringOpGenericAdaptorBase::getAttributes ( )
inline

Definition at line 68 of file Ops.h.inc.

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::string::detail::LitStringOpGenericAdaptorBase::getODSOperandIndexAndLength ( unsigned index,
unsigned odsOperandsSize )
inline

Definition at line 60 of file Ops.h.inc.

◆ getProperties()

const Properties & llzk::string::detail::LitStringOpGenericAdaptorBase::getProperties ( )
inline

Definition at line 64 of file Ops.h.inc.

◆ getValue()

llvm::StringRef llzk::string::detail::LitStringOpGenericAdaptorBase::getValue ( )

Definition at line 62 of file Ops.cpp.inc.

◆ getValueAttr()

::mlir::StringAttr llzk::string::detail::LitStringOpGenericAdaptorBase::getValueAttr ( )
inline

Definition at line 72 of file Ops.h.inc.

Member Data Documentation

◆ odsAttrs

::mlir::DictionaryAttr llzk::string::detail::LitStringOpGenericAdaptorBase::odsAttrs
protected

Definition at line 49 of file Ops.h.inc.

◆ odsOpName

::std::optional<::mlir::OperationName> llzk::string::detail::LitStringOpGenericAdaptorBase::odsOpName
protected

Definition at line 50 of file Ops.h.inc.

◆ odsRegions

::mlir::RegionRange llzk::string::detail::LitStringOpGenericAdaptorBase::odsRegions
protected

Definition at line 52 of file Ops.h.inc.

◆ properties

Properties llzk::string::detail::LitStringOpGenericAdaptorBase::properties
protected

Definition at line 51 of file Ops.h.inc.


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