Searched refs:OrigStart (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 12915 const SCEV *OrigStart = Start; in howManyLessThans() local 12945 auto *OrigStartMinusStride = getMinusSCEV(OrigStart, Stride); in howManyLessThans() 12947 assert(isAvailableAtLoopEntry(OrigStart, L) && "Must be!"); in howManyLessThans() 12950 if (isLoopEntryGuardedByCond(L, Cond, OrigStartMinusStride, OrigStart) && in howManyLessThans() 12981 const SCEV *GuardedStart = applyLoopGuards(OrigStart, L); in howManyLessThans() 12983 if (isLoopEntryGuardedByCond(L, CondGE, OrigRHS, OrigStart) || in howManyLessThans() 12997 auto *StartMinusOne = getAddExpr(OrigStart, in howManyLessThans() 12998 getMinusOne(OrigStart->getType())); in howManyLessThans()
|