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

/freebsd-10.0-release/contrib/gcc/
H A Dloop-iv.c1539 unsigned HOST_WIDE_INT uconst_val = const_val; local
1560 if (uconst_val < max_val)
1561 code = LTU, op1 = gen_int_mode (uconst_val + 1, mode);
1565 if (uconst_val != 0)
1566 code = GTU, op1 = gen_int_mode (uconst_val - 1, mode);
H A Drtlanal.c4564 unsigned HOST_WIDE_INT uconst_val = const_val;
4585 if (uconst_val < max_val)
4586 code = LTU, op1 = gen_int_mode (uconst_val + 1, GET_MODE (op0));
4590 if (uconst_val != 0)
4591 code = GTU, op1 = gen_int_mode (uconst_val - 1, GET_MODE (op0));
4538 unsigned HOST_WIDE_INT uconst_val = const_val; local

Completed in 130 milliseconds