Searched refs:ValueRangeType (Results 1 – 5 of 5) sorted by relevance
120 bool ValueRangeType::classof(Type type) { in classof()125 ValueRangeType ValueRangeType::get(Context &context) { in get()126 return mlir::cast<ValueRangeType>( in get()
218 class ValueRangeType : public RangeType {226 static ValueRangeType get(Context &context);
187 .Case([&](ast::ValueRangeType) { return "::mlir::ValueRange"; }); in getNativeTypeName() argument
806 if (!currentType || isa<ast::ValueRangeType>(currentType)) in codeCompleteConstraintName()
52 valueRangeTy(ast::ValueRangeType::get(ctx)), in Parser()