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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp166 const Loop *ICmpLoop = LI->getLoopFor(ICmp->getParent()); local
167 S = SE->getSCEVAtScope(S, ICmpLoop);
168 X = SE->getSCEVAtScope(X, ICmpLoop);
200 const Loop *ICmpLoop = LI->getLoopFor(Rem->getParent()); local
201 S = SE->getSCEVAtScope(S, ICmpLoop);
202 X = SE->getSCEVAtScope(X, ICmpLoop);

Completed in 67 milliseconds