Lines Matching defs:getSCEVAtScope
9201 LHS = getSCEVAtScope(LHS, L);
9202 RHS = getSCEVAtScope(RHS, L);
9381 const SCEV *LHS = getSCEVAtScope(Switch->getCondition(), L);
9854 const SCEV *ScalarEvolution::getSCEVAtScope(const SCEV *V, const Loop *L) {
9990 const SCEV *OpAtScope = getSCEVAtScope(AddRec->getOperand(i), L);
10001 NewOps.push_back(getSCEVAtScope(AddRec->getOperand(i), L));
10045 const SCEV *OpAtScope = getSCEVAtScope(Ops[i], L);
10055 OpAtScope = getSCEVAtScope(Ops[i], L);
10148 const SCEV *OpV = getSCEVAtScope(OrigV, L);
10158 // Check to see if getSCEVAtScope actually made an improvement.
10176 const SCEV *ScalarEvolution::getSCEVAtScope(Value *V, const Loop *L) {
10177 return getSCEVAtScope(getSCEV(V), L);
10582 const SCEV *Start = getSCEVAtScope(AddRec->getStart(), L->getParentLoop());
10583 const SCEV *Step = getSCEVAtScope(AddRec->getOperand(1), L->getParentLoop());
13945 const SCEV *AtUse = SE.getSCEVAtScope(SV, L);
13959 const SCEV *ExitValue = SE.getSCEVAtScope(SV, L->getParentLoop());