Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp8188 const SCEV *OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope() local
8189 if (OpAtScope != Comm->getOperand(i)) { in computeSCEVAtScope()
8194 NewOps.push_back(OpAtScope); in computeSCEVAtScope()
8197 OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
8198 NewOps.push_back(OpAtScope); in computeSCEVAtScope()
8230 const SCEV *OpAtScope = getSCEVAtScope(AddRec->getOperand(i), L); in computeSCEVAtScope() local
8231 if (OpAtScope == AddRec->getOperand(i)) in computeSCEVAtScope()
8238 NewOps.push_back(OpAtScope); in computeSCEVAtScope()