Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp6812 const SCEV *OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope() local
6813 if (OpAtScope != Comm->getOperand(i)) { in computeSCEVAtScope()
6818 NewOps.push_back(OpAtScope); in computeSCEVAtScope()
6821 OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
6822 NewOps.push_back(OpAtScope); in computeSCEVAtScope()
6854 const SCEV *OpAtScope = getSCEVAtScope(AddRec->getOperand(i), L); in computeSCEVAtScope() local
6855 if (OpAtScope == AddRec->getOperand(i)) in computeSCEVAtScope()
6862 NewOps.push_back(OpAtScope); in computeSCEVAtScope()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp8332 const SCEV *OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope() local
8333 if (OpAtScope != Comm->getOperand(i)) { in computeSCEVAtScope()
8338 NewOps.push_back(OpAtScope); in computeSCEVAtScope()
8341 OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
8342 NewOps.push_back(OpAtScope); in computeSCEVAtScope()
8372 const SCEV *OpAtScope = getSCEVAtScope(AddRec->getOperand(i), L); in computeSCEVAtScope() local
8373 if (OpAtScope == AddRec->getOperand(i)) in computeSCEVAtScope()
8380 NewOps.push_back(OpAtScope); in computeSCEVAtScope()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp8573 const SCEV *OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope() local
8574 if (OpAtScope != Comm->getOperand(i)) { in computeSCEVAtScope()
8579 NewOps.push_back(OpAtScope); in computeSCEVAtScope()
8582 OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
8583 NewOps.push_back(OpAtScope); in computeSCEVAtScope()
8613 const SCEV *OpAtScope = getSCEVAtScope(AddRec->getOperand(i), L); in computeSCEVAtScope() local
8614 if (OpAtScope == AddRec->getOperand(i)) in computeSCEVAtScope()
8621 NewOps.push_back(OpAtScope); in computeSCEVAtScope()