Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:stripPointerCasts

1424       if (LHSGEP->getOperand(0)->stripPointerCasts() ==
1425 RHSGEP->getOperand(0)->stripPointerCasts()) {
1440 if (RHSGEP->getOperand(0)->stripPointerCasts() ==
1441 LHSGEP->getOperand(0)->stripPointerCasts()) {