Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopPredication.cpp257 Value *expandCheck(SCEVExpander &Expander, IRBuilder<> &Builder,
377 Value *LoopPredication::expandCheck(SCEVExpander &Expander, in expandCheck() function in LoopPredication
463 expandCheck(Expander, Builder, LimitCheckPred, LatchLimit, RHS, InsertAt); in widenICmpRangeCheckIncrementingLoop()
464 auto *FirstIterationCheck = expandCheck(Expander, Builder, RangeCheck.Pred, in widenICmpRangeCheckIncrementingLoop()
498 auto *FirstIterationCheck = expandCheck(Expander, Builder, ICmpInst::ICMP_ULT, in widenICmpRangeCheckDecrementingLoop()
500 auto *LimitCheck = expandCheck(Expander, Builder, LimitCheckPred, LatchLimit, in widenICmpRangeCheckDecrementingLoop()