Searched refs:OtherOpIndex (Results 1 – 1 of 1) sorted by relevance
6061 for (unsigned OtherOpIndex = 0; OtherOpIndex < I->getNumOperands(); in isSCEVExprNeverPoison() local6062 ++OtherOpIndex) { in isSCEVExprNeverPoison()6063 if (OtherOpIndex != OpIndex) { in isSCEVExprNeverPoison()6064 const SCEV *OtherOp = getSCEV(I->getOperand(OtherOpIndex)); in isSCEVExprNeverPoison()