Lines Matching refs:getSCEVAtScope
9099 LHS = getSCEVAtScope(LHS, L); in computeExitLimitFromICmp()
9100 RHS = getSCEVAtScope(RHS, L); in computeExitLimitFromICmp()
9243 const SCEV *LHS = getSCEVAtScope(Switch->getCondition(), L); in computeExitLimitFromSingleExitSwitch()
9715 const SCEV *ScalarEvolution::getSCEVAtScope(const SCEV *V, const Loop *L) { in getSCEVAtScope() function in ScalarEvolution
9851 const SCEV *OpAtScope = getSCEVAtScope(AddRec->getOperand(i), L); in computeSCEVAtScope()
9862 NewOps.push_back(getSCEVAtScope(AddRec->getOperand(i), L)); in computeSCEVAtScope()
9906 const SCEV *OpAtScope = getSCEVAtScope(Ops[i], L); in computeSCEVAtScope()
9916 OpAtScope = getSCEVAtScope(Ops[i], L); in computeSCEVAtScope()
10009 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope()
10036 const SCEV *ScalarEvolution::getSCEVAtScope(Value *V, const Loop *L) { in getSCEVAtScope() function in ScalarEvolution
10037 return getSCEVAtScope(getSCEV(V), L); in getSCEVAtScope()
10427 const SCEV *Start = getSCEVAtScope(AddRec->getStart(), L->getParentLoop()); in howFarToZero()
10428 const SCEV *Step = getSCEVAtScope(AddRec->getOperand(1), L->getParentLoop()); in howFarToZero()
13609 const SCEV *AtUse = SE.getSCEVAtScope(SV, L); in print()
13623 const SCEV *ExitValue = SE.getSCEVAtScope(SV, L->getParentLoop()); in print()