Searched refs:OpAtScope (Results 1 – 1 of 1) sorted by relevance
9913 const SCEV *OpAtScope = getSCEVAtScope(AddRec->getOperand(i), L); in computeSCEVAtScope() local9914 if (OpAtScope == AddRec->getOperand(i)) in computeSCEVAtScope()9922 NewOps.push_back(OpAtScope); in computeSCEVAtScope()9968 const SCEV *OpAtScope = getSCEVAtScope(Ops[i], L); in computeSCEVAtScope() local9969 if (OpAtScope != Ops[i]) { in computeSCEVAtScope()9975 NewOps.push_back(OpAtScope); in computeSCEVAtScope()9978 OpAtScope = getSCEVAtScope(Ops[i], L); in computeSCEVAtScope()9979 NewOps.push_back(OpAtScope); in computeSCEVAtScope()