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

/freebsd-12-stable/contrib/gcc/
H A Dc-common.c2208 int min_gt, max_gt, min_lt, max_lt;
2245 max_lt = INT_CST_LT_UNSIGNED (maxval, primop1);
2252 max_lt = INT_CST_LT (maxval, primop1);
2259 if (max_lt || min_gt)
2264 if (max_lt || min_gt)
2269 if (max_lt)
2292 if (max_lt)
2199 int min_gt, max_gt, min_lt, max_lt; local

Completed in 56 milliseconds