Home
last modified time | relevance | path

Searched refs:OtherOpIndex (Results 1 – 2 of 2) 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-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp6002 for (unsigned OtherOpIndex = 0; OtherOpIndex < I->getNumOperands(); in isSCEVExprNeverPoison() local
6003 ++OtherOpIndex) { in isSCEVExprNeverPoison()
6004 if (OtherOpIndex != OpIndex) { in isSCEVExprNeverPoison()
6005 const SCEV *OtherOp = getSCEV(I->getOperand(OtherOpIndex)); in isSCEVExprNeverPoison()