Searched refs:ValueRangeType (Results 1 – 5 of 5) sorted by relevance
116 bool ValueRangeType::classof(Type type) { in classof()121 ValueRangeType ValueRangeType::get(Context &context) { in get()123 .cast<ValueRangeType>(); in get()
211 class ValueRangeType : public RangeType {219 static ValueRangeType get(Context &context);
183 .Case([&](ast::ValueRangeType) { return "::mlir::ValueRange"; }); in getNativeTypeName() argument
849 if (!currentType || currentType.isa<ast::ValueRangeType>()) in codeCompleteConstraintName()
51 valueRangeTy(ast::ValueRangeType::get(ctx)), in Parser()