Lines Matching refs:stripPointerCasts
76 Ptr1 = Ptr1->stripPointerCasts();
77 Ptr2 = Ptr2->stripPointerCasts();
85 if (GEP1 && GEP2 == 0 && GEP1->getOperand(0)->stripPointerCasts() == Ptr2) {
90 if (GEP2 && GEP1 == 0 && GEP2->getOperand(0)->stripPointerCasts() == Ptr1) {
520 SI->getPointerOperand()->stripPointerCasts(),
521 LI->getPointerOperand()->stripPointerCasts(),
700 if (CS.getArgument(i)->stripPointerCasts() == cpySrc) {
917 ByValArg->stripPointerCasts() != MDep->getDest())