Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp5013 const SCEV *OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope() local
5014 if (OpAtScope != Comm->getOperand(i)) { in computeSCEVAtScope()
5019 NewOps.push_back(OpAtScope); in computeSCEVAtScope()
5022 OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
5023 NewOps.push_back(OpAtScope); in computeSCEVAtScope()
5055 const SCEV *OpAtScope = getSCEVAtScope(AddRec->getOperand(i), L); in computeSCEVAtScope() local
5056 if (OpAtScope == AddRec->getOperand(i)) in computeSCEVAtScope()
5063 NewOps.push_back(OpAtScope); in computeSCEVAtScope()
/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-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp8183 const SCEV *OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope() local
8184 if (OpAtScope != Comm->getOperand(i)) { in computeSCEVAtScope()
8189 NewOps.push_back(OpAtScope); in computeSCEVAtScope()
8192 OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
8193 NewOps.push_back(OpAtScope); in computeSCEVAtScope()
8225 const SCEV *OpAtScope = getSCEVAtScope(AddRec->getOperand(i), L); in computeSCEVAtScope() local
8226 if (OpAtScope == AddRec->getOperand(i)) in computeSCEVAtScope()
8233 NewOps.push_back(OpAtScope); in computeSCEVAtScope()