Searched refs:OpAtScope (Results 1 – 1 of 1) sorted by relevance
9968 const SCEV *OpAtScope = getSCEVAtScope(AddRec->getOperand(i), L); in computeSCEVAtScope() local9969 if (OpAtScope == AddRec->getOperand(i)) in computeSCEVAtScope()9977 NewOps.push_back(OpAtScope); in computeSCEVAtScope()10023 const SCEV *OpAtScope = getSCEVAtScope(Ops[i], L); in computeSCEVAtScope() local10024 if (OpAtScope != Ops[i]) { in computeSCEVAtScope()10030 NewOps.push_back(OpAtScope); in computeSCEVAtScope()10033 OpAtScope = getSCEVAtScope(Ops[i], L); in computeSCEVAtScope()10034 NewOps.push_back(OpAtScope); in computeSCEVAtScope()