Searched refs:max_gt (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | c-common.c | 2119 int min_gt, max_gt, min_lt, max_lt; in shorten_compare() local 2154 max_gt = INT_CST_LT_UNSIGNED (primop1, maxval); in shorten_compare() 2161 max_gt = INT_CST_LT (primop1, maxval); in shorten_compare() 2189 if (!max_gt) in shorten_compare() 2194 if (!max_gt) in shorten_compare()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | c-common.c | 2401 int min_gt, max_gt, min_lt, max_lt; local 2433 max_gt = INT_CST_LT_UNSIGNED (primop1, maxval); 2440 max_gt = INT_CST_LT (primop1, maxval); 2468 if (!max_gt) 2473 if (!max_gt)
|