Searched refs:OrigStart (Results 1 – 1 of 1) sorted by relevance
11744 const SCEV *OrigStart = Start; in howManyLessThans() local11774 auto *StartMinusStride = getMinusSCEV(OrigStart, Stride); in howManyLessThans()11808 if (isLoopEntryGuardedByCond(L, CondGE, OrigRHS, OrigStart)) in howManyLessThans()11821 auto *StartMinusOne = getAddExpr(OrigStart, in howManyLessThans()11822 getMinusOne(OrigStart->getType())); in howManyLessThans()