Home
last modified time | relevance | path

Searched refs:min_gt (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/gcc/
HDc-common.c2199 int min_gt, max_gt, min_lt, max_lt; in shorten_compare() local
2233 min_gt = INT_CST_LT_UNSIGNED (primop1, minval); in shorten_compare()
2240 min_gt = INT_CST_LT (primop1, minval); in shorten_compare()
2250 if (max_lt || min_gt) in shorten_compare()
2255 if (max_lt || min_gt) in shorten_compare()
2267 if (min_gt) in shorten_compare()
2276 if (min_gt) in shorten_compare()