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

Public Member Functions

 LitStringOpAdaptor (LitStringOp op)
 
::mlir::LogicalResult verify (::mlir::Location loc)
 
 LitStringOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr, const Properties &properties={}, ::mlir::RegionRange regions={})
 
 LitStringOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
template<typename LateInst = LitStringOp, typename = std::enable_if_t<std::is_same_v<LateInst, LitStringOp>>>
 LitStringOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from llzk::string::LitStringOpGenericAdaptor<::mlir::ValueRange >
 LitStringOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr, const Properties &properties={}, ::mlir::RegionRange regions={})
 
 LitStringOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 LitStringOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::ValueRange getODSOperands (unsigned index)
 
::mlir::ValueRange getOperands ()
 
- Public Member Functions inherited from llzk::string::detail::LitStringOpGenericAdaptorBase
 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 ()
 

Additional Inherited Members

- Protected Attributes inherited from llzk::string::detail::LitStringOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
 
::std::optional<::mlir::OperationName > odsOpName
 
Properties properties
 
::mlir::RegionRange odsRegions
 

Detailed Description

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

Constructor & Destructor Documentation

◆ LitStringOpAdaptor()

llzk::string::LitStringOpAdaptor::LitStringOpAdaptor ( LitStringOp op)

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

Member Function Documentation

◆ LitStringOpGenericAdaptor() [1/3]

llzk::string::LitStringOpGenericAdaptor< RangeT >::LitStringOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs,
::mlir::OpaqueProperties properties,
::mlir::RegionRange regions = {} )
inline

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

◆ LitStringOpGenericAdaptor() [2/3]

llzk::string::LitStringOpGenericAdaptor< RangeT >::LitStringOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs = nullptr,
const Properties & properties = {},
::mlir::RegionRange regions = {} )
inline

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

◆ LitStringOpGenericAdaptor() [3/3]

template<typename LateInst = LitStringOp, typename = std::enable_if_t<std::is_same_v<LateInst, LitStringOp>>>
llzk::string::LitStringOpGenericAdaptor< RangeT >::LitStringOpGenericAdaptor ( RangeT values,
LateInst op )
inline

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

◆ verify()

mlir::LogicalResult llzk::string::LitStringOpAdaptor::verify ( ::mlir::Location loc)

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


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