Searched refs:OpAtScope (Results 1 – 1 of 1) sorted by relevance
9851 const SCEV *OpAtScope = getSCEVAtScope(AddRec->getOperand(i), L); in computeSCEVAtScope() local9852 if (OpAtScope == AddRec->getOperand(i)) in computeSCEVAtScope()9860 NewOps.push_back(OpAtScope); in computeSCEVAtScope()9906 const SCEV *OpAtScope = getSCEVAtScope(Ops[i], L); in computeSCEVAtScope() local9907 if (OpAtScope != Ops[i]) { in computeSCEVAtScope()9913 NewOps.push_back(OpAtScope); in computeSCEVAtScope()9916 OpAtScope = getSCEVAtScope(Ops[i], L); in computeSCEVAtScope()9917 NewOps.push_back(OpAtScope); in computeSCEVAtScope()