LLZK
0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
Types.h.inc
Go to the documentation of this file.
1
/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
2
|* *|
3
|* TypeDef Declarations *|
4
|* *|
5
|* Automatically generated file, do not edit! *|
6
|* *|
7
\*===----------------------------------------------------------------------===*/
8
9
#ifdef GET_TYPEDEF_CLASSES
10
#undef GET_TYPEDEF_CLASSES
11
12
13
namespace
mlir
{
14
class
AsmParser;
15
class
AsmPrinter;
16
}
// namespace mlir
17
namespace
llzk
{
18
namespace
string
{
19
class
StringType
;
20
class
StringType
:
public
::mlir::Type::TypeBase<StringType, ::mlir::Type, ::mlir::TypeStorage> {
21
public
:
22
using
Base::Base;
23
static
constexpr ::llvm::StringLiteral
name
=
"string.type"
;
24
static
constexpr ::llvm::StringLiteral
getMnemonic
() {
25
return
{
"type"
};
26
}
27
28
};
29
}
// namespace string
30
}
// namespace llzk
31
MLIR_DECLARE_EXPLICIT_TYPE_ID(
::llzk::string::StringType
)
32
33
#endif
// GET_TYPEDEF_CLASSES
34
llzk::string::StringType
Definition
Types.h.inc:20
llzk::string::StringType::name
static constexpr ::llvm::StringLiteral name
Definition
Types.h.inc:23
llzk::string::StringType::getMnemonic
static constexpr ::llvm::StringLiteral getMnemonic()
Definition
Types.h.inc:24
llzk::string
Definition
Ops.cpp:18
llzk
Definition
CallGraph.cpp:29
mlir
Definition
Types.h.inc:13
build
include
llzk
Dialect
String
IR
Types.h.inc
Generated by
1.13.2
Copyright 2025 Veridise Inc. under the Apache License v2.0.