Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp4828 for (unsigned OtherOpIndex = 0; OtherOpIndex < I->getNumOperands(); in isSCEVExprNeverPoison() local
4829 ++OtherOpIndex) { in isSCEVExprNeverPoison()
4830 if (OtherOpIndex != OpIndex) { in isSCEVExprNeverPoison()
4831 const SCEV *OtherOp = getSCEV(I->getOperand(OtherOpIndex)); in isSCEVExprNeverPoison()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp6061 for (unsigned OtherOpIndex = 0; OtherOpIndex < I->getNumOperands(); in isSCEVExprNeverPoison() local
6062 ++OtherOpIndex) { in isSCEVExprNeverPoison()
6063 if (OtherOpIndex != OpIndex) { in isSCEVExprNeverPoison()
6064 const SCEV *OtherOp = getSCEV(I->getOperand(OtherOpIndex)); in isSCEVExprNeverPoison()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp6227 for (unsigned OtherOpIndex = 0; OtherOpIndex < I->getNumOperands(); in isSCEVExprNeverPoison() local
6228 ++OtherOpIndex) { in isSCEVExprNeverPoison()
6229 if (OtherOpIndex != OpIndex) { in isSCEVExprNeverPoison()
6230 const SCEV *OtherOp = getSCEV(I->getOperand(OtherOpIndex)); in isSCEVExprNeverPoison()