| /src/external/gpl3/gcc/dist/gcc/ |
| wide-int-print.cc | 105 while (wi::gtu_p (w, ten19))
|
| cfgloopanal.cc | 346 || wi::gtu_p (intret, loop->nb_iterations_estimate * 2)))
|
| gimple-loop-interchange.cc | 1585 if (wi::gtu_p (iloop_strides, wi::mul (oloop_strides, ratio))) 1587 if (wi::gtu_p (iloop_strides, oloop_strides))
|
| tree-scalar-evolution.cc | 3120 if (wi::gtu_p (wi::mul (step_max, nit2, UNSIGNED, &overflow), 3130 if (wi::gtu_p (wi::mul (wi::neg (step_min, &overflow2),
|
| tree-ssa-loop-niter.cc | 1880 || wi::gtu_p (wi::abs (wi::to_widest (step)), 5026 return wi::gtu_p (*nit, nit_minus_one); 5045 return wi::gtu_p (*nit, nit_minus_one); 5064 return wi::gtu_p (*nit, nit_minus_one);
|
| wide-int.h | 588 BINARY_PREDICATE gtu_p (const T1 &, const T2 &); 2397 wi::gtu_p (const T1 &x, const T2 &y) 2410 return gtu_p (x, y);
|
| pointer-query.cc | 536 if (wi::gtu_p (rng1[1], wi::to_wide (size_max, prec)))
|
| vr-values.cc | 1602 if (wi::gtu_p (innermax - innermin,
|
| gimple.cc | 3337 || (wi::gtu_p
|
| range-op.cc | 3451 if (wi::gtu_p (res, val)) 4352 if (wi::gtu_p (new_lb, new_ub))
|
| tree-ssa-strlen.cc | 2344 if (wi::gtu_p (min, max)) 2937 if (sidx < 0 && wi::gtu_p (cntrange[0], ~sidx))
|
| tree-ssa-loop-ivopts.cc | 5497 if (wi::gtu_p (max_niter, period_value)) 5506 if (wi::gtu_p (max_niter, period_value))
|
| predict.cc | 2051 if (wi::gtu_p (nit, max))
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-loop-interchange.cc | 1583 if (wi::gtu_p (iloop_strides, wi::mul (oloop_strides, ratio))) 1585 if (wi::gtu_p (iloop_strides, oloop_strides))
|
| tree-ssa-loop-niter.cc | 1898 || wi::gtu_p (wi::abs (wi::to_widest (step)), 4589 return wi::gtu_p (*nit, nit_minus_one); 4608 return wi::gtu_p (*nit, nit_minus_one); 4627 return wi::gtu_p (*nit, nit_minus_one);
|
| tree-scalar-evolution.cc | 3092 if (wi::gtu_p (wi::mul (step_max, nit2, UNSIGNED, &overflow), 3102 if (wi::gtu_p (wi::mul (wi::neg (step_min, &overflow2),
|
| wide-int.h | 529 BINARY_PREDICATE gtu_p (const T1 &, const T2 &); 2004 wi::gtu_p (const T1 &x, const T2 &y) function in class:wi 2017 return gtu_p (x, y);
|
| pointer-query.cc | 534 if (wi::gtu_p (rng1[1], wi::to_wide (size_max, prec)))
|
| gimple.cc | 3303 || (wi::gtu_p
|
| tree-ssa-loop-ivopts.cc | 5448 if (wi::gtu_p (max_niter, period_value)) 5457 if (wi::gtu_p (max_niter, period_value))
|
| /src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| nds32.cc | 4054 || wi::gtu_p (wi::to_wide (id), upper_bound)) 4082 || wi::gtu_p (wi::to_wide (id), upper_bound))
|
| /src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| nds32.cc | 4052 || wi::gtu_p (wi::to_wide (id), upper_bound)) 4080 || wi::gtu_p (wi::to_wide (id), upper_bound))
|
| /src/external/gpl3/gcc/dist/gcc/config/msp430/ |
| msp430.cc | 1911 if (wi::gtu_p (wi::to_wide (value), 63))
|
| /src/external/gpl3/gcc.old/dist/gcc/config/msp430/ |
| msp430.cc | 1909 if (wi::gtu_p (wi::to_wide (value), 63))
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| init.cc | 3274 if (overflow || wi::gtu_p (inner_size, max_size))
|