Home | History | Annotate | Download | only in Analysis

Lines Matching full:opindex

4824   for (unsigned OpIndex = 0; OpIndex < I->getNumOperands(); ++OpIndex) {
4825 const SCEV *Op = getSCEV(I->getOperand(OpIndex));
4830 if (OtherOpIndex != OpIndex) {