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=nullptr, 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 35 of file Ops.h.inc.

Constructor & Destructor Documentation

◆ LitStringOpGenericAdaptorBase() [1/2]

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

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

◆ LitStringOpGenericAdaptorBase() [2/2]

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

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

Member Function Documentation

◆ getAttributes()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getProperties()

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

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

◆ getValue()

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

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

◆ getValueAttr()

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

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

Member Data Documentation

◆ odsAttrs

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

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

◆ odsOpName

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

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

◆ odsRegions

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

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

◆ properties

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

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


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