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
13namespace mlir {
14class AsmParser;
15class AsmPrinter;
16} // namespace mlir
17namespace llzk {
18namespace felt {
19class FeltType;
20class FeltType : public ::mlir::Type::TypeBase<FeltType, ::mlir::Type, ::mlir::TypeStorage> {
21public:
22 using Base::Base;
23 static ::llzk::felt::FeltType get(::mlir::MLIRContext *context) {
24 return Base::get(context);
25 }
26 static constexpr ::llvm::StringLiteral name = "felt.type";
27 static constexpr ::llvm::StringLiteral dialectName = "felt";
28 static constexpr ::llvm::StringLiteral getMnemonic() {
29 return {"type"};
30 }
31
32};
33} // namespace felt
34} // namespace llzk
35MLIR_DECLARE_EXPLICIT_TYPE_ID(::llzk::felt::FeltType)
36
37#endif // GET_TYPEDEF_CLASSES
38
static constexpr ::llvm::StringLiteral getMnemonic()
Definition Types.h.inc:28
::llzk::felt::FeltType get(::mlir::MLIRContext *context)
Definition Types.h.inc:23
static constexpr ::llvm::StringLiteral dialectName
Definition Types.h.inc:27
static constexpr ::llvm::StringLiteral name
Definition Types.h.inc:26