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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-vrp.c167 is_negative_overflow_infinity (tree val) function
730 if (is_negative_overflow_infinity (c1))
752 if (is_negative_overflow_infinity (c2))
829 if (is_negative_overflow_infinity (val1))
830 return is_negative_overflow_infinity (val2) ? 0 : -1;
831 else if (is_negative_overflow_infinity (val2))
1410 gcc_assert (!is_negative_overflow_infinity (anti_min));
1565 ? !is_negative_overflow_infinity (val2)
1577 : is_negative_overflow_infinity (val2)))
2153 else if (is_negative_overflow_infinity (vr
[all...]

Completed in 61 milliseconds