Home
last modified time | relevance | path

Searched refs:ValueRangeType (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Tools/PDLL/AST/
H A DTypes.cpp120 bool ValueRangeType::classof(Type type) { in classof()
125 ValueRangeType ValueRangeType::get(Context &context) { in get()
126 return mlir::cast<ValueRangeType>( in get()
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DTypes.h218 class ValueRangeType : public RangeType {
226 static ValueRangeType get(Context &context);
/llvm-project/mlir/lib/Tools/PDLL/CodeGen/
H A DCPPGen.cpp187 .Case([&](ast::ValueRangeType) { return "::mlir::ValueRange"; }); in getNativeTypeName() argument
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp806 if (!currentType || isa<ast::ValueRangeType>(currentType)) in codeCompleteConstraintName()
/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp52 valueRangeTy(ast::ValueRangeType::get(ctx)), in Parser()