Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp168 const Loop *ICmpLoop = LI->getLoopFor(ICmp->getParent()); in eliminateIVComparison() local
169 S = SE->getSCEVAtScope(S, ICmpLoop); in eliminateIVComparison()
170 X = SE->getSCEVAtScope(X, ICmpLoop); in eliminateIVComparison()
186 SE->isLoopInvariantPredicate(Pred, S, X, ICmpLoop, in eliminateIVComparison()
248 const Loop *ICmpLoop = LI->getLoopFor(Rem->getParent()); in eliminateIVRemainder() local
249 S = SE->getSCEVAtScope(S, ICmpLoop); in eliminateIVRemainder()
250 X = SE->getSCEVAtScope(X, ICmpLoop); in eliminateIVRemainder()