Searched refs:tmp_range (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-range.cc | 518 int_range_max range, tmp_range; in dump_bb() local 557 m_cache.block_range (tmp_range, bb, name, false) || in dump_bb() 558 m_cache.block_range (tmp_range, e->dest, name, false)) in dump_bb()
|
H A D | range-op.cc | 2113 int_range_max tmp_range; in op1_range() local 2119 op_rshift.fold_range (tmp_range, utype, tmp, op2); in op1_range() 2122 op_rshift.fold_range (tmp_range, utype, lhs, op2); in op1_range() 2138 wide_int new_ub = wi::bit_or (up_mask, tmp_range.upper_bound ()); in op1_range() 2139 wide_int new_lb = wi::set_bit (tmp_range.lower_bound (), low_bits); in op1_range() 2141 tmp_range.union_ (fill_range); in op1_range() 2144 range_cast (tmp_range, type); in op1_range() 2146 r.intersect (tmp_range); in op1_range()
|