Searched refs:LatchStart (Results 1 – 1 of 1) sorted by relevance
551 const SCEV *LatchStart = LatchCheck.IV->getStart(); in widenICmpRangeCheckIncrementingLoop() local558 !isLoopInvariantValue(LatchStart) || in widenICmpRangeCheckIncrementingLoop()563 if (!Expander.isSafeToExpandAt(LatchStart, Guard) || in widenICmpRangeCheckIncrementingLoop()572 SE->getMinusSCEV(LatchStart, SE->getOne(Ty))); in widenICmpRangeCheckIncrementingLoop()595 const SCEV *LatchStart = LatchCheck.IV->getStart(); in widenICmpRangeCheckDecrementingLoop() local602 !isLoopInvariantValue(LatchStart) || in widenICmpRangeCheckDecrementingLoop()607 if (!Expander.isSafeToExpandAt(LatchStart, Guard) || in widenICmpRangeCheckDecrementingLoop()