| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-loop-ivcanon.cc | 505 && wi::ltu_p (elt->bound, npeeled)) 564 && wi::ltu_p (loop->nb_iterations_upper_bound, elt->bound)) 581 || !wi::ltu_p (loop->nb_iterations_upper_bound, 1115 if (wi::ltu_p (npeel, loop->nb_iterations_estimate)) 1122 if (wi::ltu_p (npeel, loop->nb_iterations_upper_bound)) 1129 if (wi::ltu_p (npeel, loop->nb_iterations_likely_upper_bound))
|
| cfgloop.cc | 1910 || wi::ltu_p (i_bound, loop->nb_iterations_upper_bound))) 1922 || wi::ltu_p (i_bound, loop->nb_iterations_estimate))) 1929 || wi::ltu_p (i_bound, loop->nb_iterations_likely_upper_bound))) 1939 && wi::ltu_p (loop->nb_iterations_upper_bound, 1944 && wi::ltu_p (loop->nb_iterations_upper_bound,
|
| gimple-ssa-warn-access.cc | 170 if (wi::ltu_p (maxsiz, bndrng[0])) 201 if (wi::ltu_p (maxsiz, bndrng[0])) 626 && wi::ltu_p (wi::to_offset (bndrng[0]), asize) 628 || wi::ltu_p (asize, wibnd))) 638 if (wi::ltu_p (asize, wibnd)) 646 else if (wi::ltu_p (asize, wi::to_offset (bndrng[0]))) 2339 else if (wi::ltu_p (wi::to_wide (maxobjsize, szprec), prod))
|
| tree-ssa-loop-niter.cc | 3335 if (wi::ltu_p (max, bnd)) 3387 if (wi::ltu_p (bnd, cst)) 3532 if (wi::ltu_p (new_i_bound, delta)) 4015 else if (wi::ltu_p (index, bound)) 4055 || wi::ltu_p (bound, loop->nb_iterations_upper_bound)) 4085 || wi::ltu_p (bound, loop->nb_iterations_upper_bound)) 4213 && wi::ltu_p (elt->bound, loop->nb_iterations_upper_bound))
|
| loop-unroll.cc | 419 && wi::ltu_p (iterations, 2 * nunroll))) 717 && wi::ltu_p (iterations, 2 * nunroll)) 1193 && wi::ltu_p (iterations, 2 * nunroll))
|
| loop-doloop.cc | 427 && wi::ltu_p (iterations, GET_MODE_MASK (GET_MODE (addop0)))
|
| wide-int.h | 523 BINARY_PREDICATE ltu_p (const T1 &, const T2 &); 1933 wi::ltu_p (const T1 &x, const T2 &y) function in class:wi 1963 return ltu_p (x, y); 1979 return !ltu_p (y, x); 2006 return ltu_p (y, x); 2033 return !ltu_p (x, y);
|
| range-op.cc | 1710 if (wi::ltu_p (size, min0 + max0)) 1715 if (wi::ltu_p (size, min1 + max1)) 2027 if (wi::ltu_p (lh_ub, low_bound)) 2034 else if (wi::ltu_p (high_bound, lh_lb))
|
| tree-ssa-ccp.cc | 1570 else if (wi::ltu_p (r2val | r2mask, width) 1643 else if (wi::ltu_p (r2val | r2mask, width)) 1926 if (wi::ltu_p (r1max, r2min)) 1958 if (wi::ltu_p (r1max, r2min))
|
| tree-chrec.cc | 499 if (wi::ltu_p (num, k))
|
| tree-ssa-loop-manip.cc | 1178 if (wi::ltu_p (bound, new_est_niter))
|
| tree-ssa-strlen.cc | 1944 if (wi::ltu_p (r.lower_bound (), min)) 1946 if (wi::ltu_p (r.upper_bound (), max)) 2927 if (wi::ltu_p (cntrange[1], maxobjsize)) 3078 if (wi::ltu_p (lenrange[1], cntrange[0]))
|
| /src/external/gpl3/gcc/dist/gcc/ |
| cfgloop.cc | 1908 || wi::ltu_p (bound, loop->nb_iterations_upper_bound))) 1920 || wi::ltu_p (bound, loop->nb_iterations_estimate))) 1927 || wi::ltu_p (bound, loop->nb_iterations_likely_upper_bound))) 1937 && wi::ltu_p (loop->nb_iterations_upper_bound, 1942 && wi::ltu_p (loop->nb_iterations_upper_bound,
|
| tree-ssa-loop-ivcanon.cc | 550 && wi::ltu_p (elt->bound, npeeled)) 608 && wi::ltu_p (loop->nb_iterations_upper_bound, elt->bound)) 625 || !wi::ltu_p (widest_int::from (loop->nb_iterations_upper_bound,
|
| cfgloopanal.cc | 345 && (wi::ltu_p (intret * 2, loop->nb_iterations_estimate)
|
| gimple-ssa-warn-access.cc | 172 if (wi::ltu_p (maxsiz, bndrng[0])) 203 if (wi::ltu_p (maxsiz, bndrng[0])) 628 && wi::ltu_p (wi::to_offset (bndrng[0]), asize) 630 || wi::ltu_p (asize, wibnd))) 640 if (wi::ltu_p (asize, wibnd)) 648 else if (wi::ltu_p (asize, wi::to_offset (bndrng[0]))) 2365 else if (wi::ltu_p (wi::to_wide (maxobjsize, szprec), prod))
|
| loop-unroll.cc | 419 && wi::ltu_p (iterations, 2 * nunroll))) 725 && wi::ltu_p (iterations, 2 * nunroll)) 1201 && wi::ltu_p (iterations, 2 * nunroll))
|
| loop-doloop.cc | 427 && wi::ltu_p (iterations, GET_MODE_MASK (GET_MODE (addop0)))
|
| wide-int.h | 582 BINARY_PREDICATE ltu_p (const T1 &, const T2 &); 2326 wi::ltu_p (const T1 &x, const T2 &y) 2356 return ltu_p (x, y); 2372 return !ltu_p (y, x); 2399 return ltu_p (y, x); 2426 return !ltu_p (x, y);
|
| tree-ssa-loop-niter.cc | 3742 if (wi::ltu_p (max, bnd)) 3794 if (wi::ltu_p (bnd, cst)) 3947 if (wi::ltu_p (new_i_bound, delta)) 4437 else if (wi::ltu_p (index, bound)) 4477 || wi::ltu_p (bound, loop->nb_iterations_upper_bound)) 4507 || wi::ltu_p (bound, loop->nb_iterations_upper_bound)) 4636 && wi::ltu_p (elt->bound, loop->nb_iterations_upper_bound))
|
| tree-ssa-ccp.cc | 1575 else if (wi::ltu_p (r2val | r2mask, width) 1648 else if (wi::ltu_p (r2val | r2mask, width)) 1931 if (wi::ltu_p (r1max, r2min)) 1975 if (wi::ltu_p (r1max, r2min))
|
| range-op.cc | 2207 if (wi::ltu_p (size, min0 + max0)) 2212 if (wi::ltu_p (size, min1 + max1)) 2614 if (wi::ltu_p (lh_ub, low_bound)) 2621 else if (wi::ltu_p (high_bound, lh_lb))
|
| tree-chrec.cc | 581 if (wi::ltu_p (num, k))
|
| tree-ssa-strlen.cc | 1931 if (wi::ltu_p (r.lower_bound (), min)) 1933 if (wi::ltu_p (r.upper_bound (), max)) 2919 if (wi::ltu_p (cntrange[1], maxobjsize)) 3070 if (wi::ltu_p (lenrange[1], cntrange[0]))
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-builtins.cc | 2790 return wi::ltu_p (lane, high); 3029 && wi::ltu_p (wi::to_wide (args[1]), element_precision (args[0]))) 3071 && wi::ltu_p (wi::to_wide (args[1]), element_precision (args[0])))
|