Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopPredication.cpp440 const SCEV *GuardStart = RangeCheck.IV->getStart(); in widenICmpRangeCheckIncrementingLoop() local
447 SE->getAddExpr(SE->getMinusSCEV(GuardLimit, GuardStart), in widenICmpRangeCheckIncrementingLoop()
449 if (!CanExpand(GuardStart) || !CanExpand(GuardLimit) || in widenICmpRangeCheckIncrementingLoop()
465 GuardStart, GuardLimit, InsertAt); in widenICmpRangeCheckIncrementingLoop()
473 const SCEV *GuardStart = RangeCheck.IV->getStart(); in widenICmpRangeCheckDecrementingLoop() local
476 if (!CanExpand(GuardStart) || !CanExpand(GuardLimit) || in widenICmpRangeCheckDecrementingLoop()
499 GuardStart, GuardLimit, InsertAt); in widenICmpRangeCheckDecrementingLoop()