Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp446 const SCEV *GuardLimit = RangeCheck.Limit; in widenICmpRangeCheckIncrementingLoop() local
452 SE->getAddExpr(SE->getMinusSCEV(GuardLimit, GuardStart), in widenICmpRangeCheckIncrementingLoop()
454 if (!CanExpand(GuardStart) || !CanExpand(GuardLimit) || in widenICmpRangeCheckIncrementingLoop()
470 GuardStart, GuardLimit, InsertAt); in widenICmpRangeCheckIncrementingLoop()
479 const SCEV *GuardLimit = RangeCheck.Limit; in widenICmpRangeCheckDecrementingLoop() local
481 if (!CanExpand(GuardStart) || !CanExpand(GuardLimit) || in widenICmpRangeCheckDecrementingLoop()
504 GuardStart, GuardLimit, InsertAt); in widenICmpRangeCheckDecrementingLoop()