Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp12946 const SCEV *OrigStart = Start; in howManyLessThans() local
12976 auto *OrigStartMinusStride = getMinusSCEV(OrigStart, Stride); in howManyLessThans()
12978 assert(isAvailableAtLoopEntry(OrigStart, L) && "Must be!"); in howManyLessThans()
12981 if (isLoopEntryGuardedByCond(L, Cond, OrigStartMinusStride, OrigStart) && in howManyLessThans()
13011 if (isLoopEntryGuardedByCond(L, CondGE, OrigRHS, OrigStart)) in howManyLessThans()
13024 auto *StartMinusOne = getAddExpr(OrigStart, in howManyLessThans()
13025 getMinusOne(OrigStart->getType())); in howManyLessThans()