Searched refs:LatchStart (Results 1 – 1 of 1) sorted by relevance
583 const SCEV *LatchStart = LatchCheck.IV->getStart(); in widenICmpRangeCheckIncrementingLoop() local590 !isLoopInvariantValue(LatchStart) || in widenICmpRangeCheckIncrementingLoop()595 if (!Expander.isSafeToExpandAt(LatchStart, Guard) || in widenICmpRangeCheckIncrementingLoop()604 SE->getMinusSCEV(LatchStart, SE->getOne(Ty))); in widenICmpRangeCheckIncrementingLoop()626 const SCEV *LatchStart = LatchCheck.IV->getStart(); in widenICmpRangeCheckDecrementingLoop() local633 !isLoopInvariantValue(LatchStart) || in widenICmpRangeCheckDecrementingLoop()638 if (!Expander.isSafeToExpandAt(LatchStart, Guard) || in widenICmpRangeCheckDecrementingLoop()