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

/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c3965 tree low, high, n_low, n_high;
4045 if (! merge_ranges (&n_in_p, &n_low, &n_high,
4051 in_p = n_in_p, low = n_low, high = n_high;
4070 n_low = range_binop (MINUS_EXPR, exp_type,
4076 low = n_low, high = n_high;
4100 n_low = range_binop (code == MINUS_EXPR ? PLUS_EXPR : MINUS_EXPR,
4104 if ((n_low != 0 && TREE_OVERFLOW (n_low))
4112 value thus making n_high < n_low, and normalize it. */
4113 if (n_low
3940 tree low, high, n_low, n_high; local
[all...]

Completed in 150 milliseconds