Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Op2

1394       GetElementPtrInst *Op2 = dyn_cast<GetElementPtrInst>(*I);
1395 if (!Op2 || Op1->getNumOperands() != Op2->getNumOperands())
1399 if (Op2 == &GEP)
1406 if (Op1->getOperand(J)->getType() != Op2->getOperand(J)->getType())
1409 if (Op1->getOperand(J) != Op2->getOperand(J)) {