Home
last modified time | relevance | path

Searched refs:OrigStart (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp11744 const SCEV *OrigStart = Start; in howManyLessThans() local
11774 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()