Home | History | Annotate | Download | only in Analysis

Lines Matching refs:OpIndex

5994   for (unsigned OpIndex = 0; OpIndex < I->getNumOperands(); ++OpIndex) {
5997 if (!isSCEVable(I->getOperand(OpIndex)->getType()))
5999 const SCEV *Op = getSCEV(I->getOperand(OpIndex));
6004 if (OtherOpIndex != OpIndex) {