Searched refs:type_range (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | riscv_vector.td | 133 class RVVBuiltin<string suffix, string prototype, string type_range, 149 string TypeRange = type_range; 212 class RVVOutBuiltin<string suffix, string prototype, string type_range> 213 : RVVBuiltin<suffix, prototype, type_range> { 217 class RVVOp0Builtin<string suffix, string prototype, string type_range> 218 : RVVBuiltin<suffix, prototype, type_range> { 222 class RVVOutOp1Builtin<string suffix, string prototype, string type_range> 223 : RVVBuiltin<suffix, prototype, type_range> { 227 class RVVOutOp0Op1Builtin<string suffix, string prototype, string type_range> 228 : RVVBuiltin<suffix, prototype, type_range> { [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | value-range.cc | 230 int_range<2> type_range (type); in irange_set_anti_range() local 236 if (wi::ne_p (w_min, type_range.lower_bound ())) in irange_set_anti_range() 240 m_base[0] = type_range.tree_lower_bound (0); in irange_set_anti_range() 245 if (wi::ne_p (w_max, type_range.upper_bound ())) in irange_set_anti_range() 250 m_base[m_num_ranges * 2 + 1] = type_range.tree_upper_bound (0); in irange_set_anti_range()
|
H A D | gimple-range-gori.cc | 47 int_range<2> type_range (type); in gimple_range_calc_op1() local 49 type_range); in gimple_range_calc_op1()
|