Home
last modified time | relevance | path

Searched refs:TypeRangeType (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Tools/PDLL/AST/
H A DTypes.cpp107 bool TypeRangeType::classof(Type type) { in classof()
112 TypeRangeType TypeRangeType::get(Context &context) { in get()
113 return mlir::cast<TypeRangeType>( in get()
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DTypes.h203 class TypeRangeType : public RangeType {
211 static TypeRangeType get(Context &context);
/llvm-project/mlir/lib/Tools/PDLL/CodeGen/
H A DCPPGen.cpp186 .Case([&](ast::TypeRangeType) { return "::mlir::TypeRange"; }) in getNativeTypeName() argument
/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp51 typeRangeTy(ast::TypeRangeType::get(ctx)), in Parser()