Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp550 const SCEV *GuardLimit = RangeCheck.Limit; in widenICmpRangeCheckIncrementingLoop() local
557 !isLoopInvariantValue(GuardLimit) || in widenICmpRangeCheckIncrementingLoop()
571 SE->getAddExpr(SE->getMinusSCEV(GuardLimit, GuardStart), in widenICmpRangeCheckIncrementingLoop()
583 GuardStart, GuardLimit); in widenICmpRangeCheckIncrementingLoop()
594 const SCEV *GuardLimit = RangeCheck.Limit; in widenICmpRangeCheckDecrementingLoop() local
601 !isLoopInvariantValue(GuardLimit) || in widenICmpRangeCheckDecrementingLoop()
630 GuardStart, GuardLimit); in widenICmpRangeCheckDecrementingLoop()