Searched refs:scev_probably_wraps_p (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | tree-chrec.c | 1189 && scev_probably_wraps_p (*base, *step, at_stmt, loop, in convert_affine_scev() 1214 && scev_probably_wraps_p (new_base, new_step, at_stmt, loop, false)) in convert_affine_scev()
|
| D | tree-flow.h | 824 bool scev_probably_wraps_p (tree, tree, tree, struct loop *, bool);
|
| D | tree-ssa-loop-niter.c | 2000 scev_probably_wraps_p (tree base, tree step, in scev_probably_wraps_p() function
|
| D | tree-vrp.c | 2507 || scev_probably_wraps_p (init, step, stmt, in adjust_range_with_scev() 2629 if (scev_probably_wraps_p (init, step, stmt, in vrp_var_may_overflow()
|