Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:stripPointerCasts

1402       if (LHSGEP->getOperand(0)->stripPointerCasts() ==
1403 RHSGEP->getOperand(0)->stripPointerCasts()) {
1418 if (RHSGEP->getOperand(0)->stripPointerCasts() ==
1419 LHSGEP->getOperand(0)->stripPointerCasts()) {