Lines Matching defs:getSCEVAtScope
9143 LHS = getSCEVAtScope(LHS, L);
9144 RHS = getSCEVAtScope(RHS, L);
9304 const SCEV *LHS = getSCEVAtScope(Switch->getCondition(), L);
9777 const SCEV *ScalarEvolution::getSCEVAtScope(const SCEV *V, const Loop *L) {
9913 const SCEV *OpAtScope = getSCEVAtScope(AddRec->getOperand(i), L);
9924 NewOps.push_back(getSCEVAtScope(AddRec->getOperand(i), L));
9968 const SCEV *OpAtScope = getSCEVAtScope(Ops[i], L);
9978 OpAtScope = getSCEVAtScope(Ops[i], L);
10071 const SCEV *OpV = getSCEVAtScope(OrigV, L);
10081 // Check to see if getSCEVAtScope actually made an improvement.
10099 const SCEV *ScalarEvolution::getSCEVAtScope(Value *V, const Loop *L) {
10100 return getSCEVAtScope(getSCEV(V), L);
10488 const SCEV *Start = getSCEVAtScope(AddRec->getStart(), L->getParentLoop());
10489 const SCEV *Step = getSCEVAtScope(AddRec->getOperand(1), L->getParentLoop());
13771 const SCEV *AtUse = SE.getSCEVAtScope(SV, L);
13785 const SCEV *ExitValue = SE.getSCEVAtScope(SV, L->getParentLoop());