Home
last modified time | relevance | path

Searched refs:OpAtScope (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp9857 const SCEV *OpAtScope = getSCEVAtScope(AddRec->getOperand(i), L); in computeSCEVAtScope() local
9858 if (OpAtScope == AddRec->getOperand(i)) in computeSCEVAtScope()
9866 NewOps.push_back(OpAtScope); in computeSCEVAtScope()
9912 const SCEV *OpAtScope = getSCEVAtScope(Ops[i], L); in computeSCEVAtScope() local
9913 if (OpAtScope != Ops[i]) { in computeSCEVAtScope()
9919 NewOps.push_back(OpAtScope); in computeSCEVAtScope()
9922 OpAtScope = getSCEVAtScope(Ops[i], L); in computeSCEVAtScope()
9923 NewOps.push_back(OpAtScope); in computeSCEVAtScope()