Searched refs:LatchStart (Results 1 – 1 of 1) sorted by relevance
552 const SCEV *LatchStart = LatchCheck.IV->getStart(); in widenICmpRangeCheckIncrementingLoop() local559 !isLoopInvariantValue(LatchStart) || in widenICmpRangeCheckIncrementingLoop()564 if (!Expander.isSafeToExpandAt(LatchStart, Guard) || in widenICmpRangeCheckIncrementingLoop()573 SE->getMinusSCEV(LatchStart, SE->getOne(Ty))); in widenICmpRangeCheckIncrementingLoop()596 const SCEV *LatchStart = LatchCheck.IV->getStart(); in widenICmpRangeCheckDecrementingLoop() local603 !isLoopInvariantValue(LatchStart) || in widenICmpRangeCheckDecrementingLoop()608 if (!Expander.isSafeToExpandAt(LatchStart, Guard) || in widenICmpRangeCheckDecrementingLoop()