Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dc-common.c2119 int min_gt, max_gt, min_lt, max_lt; in shorten_compare() local
2153 min_gt = INT_CST_LT_UNSIGNED (primop1, minval); in shorten_compare()
2160 min_gt = INT_CST_LT (primop1, minval); in shorten_compare()
2170 if (max_lt || min_gt) in shorten_compare()
2175 if (max_lt || min_gt) in shorten_compare()
2187 if (min_gt) in shorten_compare()
2196 if (min_gt) in shorten_compare()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-common.c2401 int min_gt, max_gt, min_lt, max_lt; local
2432 min_gt = INT_CST_LT_UNSIGNED (primop1, minval);
2439 min_gt = INT_CST_LT (primop1, minval);
2449 if (max_lt || min_gt)
2454 if (max_lt || min_gt)
2466 if (min_gt)
2475 if (min_gt)