Lines Matching refs:getSCEVAtScope

8870   LHS = getSCEVAtScope(LHS, L);  in computeExitLimitFromICmp()
8871 RHS = getSCEVAtScope(RHS, L); in computeExitLimitFromICmp()
8996 const SCEV *LHS = getSCEVAtScope(Switch->getCondition(), L); in computeExitLimitFromSingleExitSwitch()
9468 const SCEV *ScalarEvolution::getSCEVAtScope(const SCEV *V, const Loop *L) { in getSCEVAtScope() function in ScalarEvolution
9639 const SCEV *InputAtScope = getSCEVAtScope(Input, L); in computeSCEVAtScope()
9666 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope()
9699 const SCEV *OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
9708 OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
9727 const SCEV *LHS = getSCEVAtScope(Div->getLHS(), L); in computeSCEVAtScope()
9728 const SCEV *RHS = getSCEVAtScope(Div->getRHS(), L); in computeSCEVAtScope()
9741 const SCEV *OpAtScope = getSCEVAtScope(AddRec->getOperand(i), L); in computeSCEVAtScope()
9751 NewOps.push_back(getSCEVAtScope(AddRec->getOperand(i), L)); in computeSCEVAtScope()
9781 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope()
9790 const SCEV *ScalarEvolution::getSCEVAtScope(Value *V, const Loop *L) { in getSCEVAtScope() function in ScalarEvolution
9791 return getSCEVAtScope(getSCEV(V), L); in getSCEVAtScope()
10176 const SCEV *Start = getSCEVAtScope(AddRec->getStart(), L->getParentLoop()); in howFarToZero()
10177 const SCEV *Step = getSCEVAtScope(AddRec->getOperand(1), L->getParentLoop()); in howFarToZero()
13267 const SCEV *AtUse = SE.getSCEVAtScope(SV, L); in print()
13281 const SCEV *ExitValue = SE.getSCEVAtScope(SV, L->getParentLoop()); in print()