Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp262 Value *expandCheck(SCEVExpander &Expander, IRBuilder<> &Builder,
382 Value *LoopPredication::expandCheck(SCEVExpander &Expander, in expandCheck() function in LoopPredication
468 expandCheck(Expander, Builder, LimitCheckPred, LatchLimit, RHS, InsertAt); in widenICmpRangeCheckIncrementingLoop()
469 auto *FirstIterationCheck = expandCheck(Expander, Builder, RangeCheck.Pred, in widenICmpRangeCheckIncrementingLoop()
503 auto *FirstIterationCheck = expandCheck(Expander, Builder, ICmpInst::ICMP_ULT, in widenICmpRangeCheckDecrementingLoop()
505 auto *LimitCheck = expandCheck(Expander, Builder, LimitCheckPred, LatchLimit, in widenICmpRangeCheckDecrementingLoop()