Searched refs:OrigStart (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 12993 const SCEV *OrigStart = Start; in howManyLessThans() local 13066 auto *OrigStartMinusStride = getMinusSCEV(OrigStart, Stride); in howManyLessThans() 13068 assert(isAvailableAtLoopEntry(OrigStart, L) && "Must be!"); in howManyLessThans() 13071 if (isLoopEntryGuardedByCond(L, Cond, OrigStartMinusStride, OrigStart) && in howManyLessThans() 13102 const SCEV *GuardedStart = applyLoopGuards(OrigStart, L); in howManyLessThans() 13104 if (isLoopEntryGuardedByCond(L, CondGE, OrigRHS, OrigStart) || in howManyLessThans() 13119 getAddExpr(OrigStart, getMinusOne(OrigStart->getType())); in howManyLessThans()
|