Searched refs:max_lt (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 2156 max_lt = INT_CST_LT_UNSIGNED (maxval, primop1); in shorten_compare() 2163 max_lt = INT_CST_LT (maxval, primop1); in shorten_compare() 2170 if (max_lt || min_gt) in shorten_compare() 2175 if (max_lt || min_gt) in shorten_compare() 2180 if (max_lt) in shorten_compare() 2203 if (max_lt) 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 2435 max_lt = INT_CST_LT_UNSIGNED (maxval, primop1); 2442 max_lt = INT_CST_LT (maxval, primop1); 2449 if (max_lt || min_gt) 2454 if (max_lt || min_gt) 2459 if (max_lt) 2482 if (max_lt)
|