Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp551 const SCEV *GuardLimit = RangeCheck.Limit; in widenICmpRangeCheckIncrementingLoop() local
558 !isLoopInvariantValue(GuardLimit) || in widenICmpRangeCheckIncrementingLoop()
572 SE->getAddExpr(SE->getMinusSCEV(GuardLimit, GuardStart), in widenICmpRangeCheckIncrementingLoop()
584 GuardStart, GuardLimit); in widenICmpRangeCheckIncrementingLoop()
595 const SCEV *GuardLimit = RangeCheck.Limit; in widenICmpRangeCheckDecrementingLoop() local
602 !isLoopInvariantValue(GuardLimit) || in widenICmpRangeCheckDecrementingLoop()
631 GuardStart, GuardLimit); in widenICmpRangeCheckDecrementingLoop()