Searched refs:new_hi (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dconvert.c699 HOST_WIDE_INT new_lo, new_hi; local
702 &new_lo, &new_hi);
703 first = build_int_2 (new_lo, new_hi);
696 HOST_WIDE_INT new_lo, new_hi; local
/haiku-buildtools/gcc/gcc/cp/
H A Dconstexpr.c1787 tree new_hi = int_const_binop (MINUS_EXPR, dindex, local
1789 if (tree_int_cst_equal (lo, new_hi))
1793 TREE_OPERAND (idx, 1) = new_hi;

Completed in 112 milliseconds