Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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()
202 const Loop *ICmpLoop = LI->getLoopFor(Rem->getParent()); in eliminateIVRemainder() local
203 S = SE->getSCEVAtScope(S, ICmpLoop); in eliminateIVRemainder()
204 X = SE->getSCEVAtScope(X, ICmpLoop); in eliminateIVRemainder()
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp165 const Loop *ICmpLoop = LI->getLoopFor(ICmp->getParent()); in eliminateIVComparison() local
166 S = SE->getSCEVAtScope(S, ICmpLoop); in eliminateIVComparison()
167 X = SE->getSCEVAtScope(X, ICmpLoop); in eliminateIVComparison()
283 const Loop *ICmpLoop = LI->getLoopFor(Rem->getParent()); in eliminateIVRemainder() local
284 S = SE->getSCEVAtScope(S, ICmpLoop); in eliminateIVRemainder()
285 X = SE->getSCEVAtScope(X, ICmpLoop); in eliminateIVRemainder()