Lines Matching refs:stripPointerCasts
74 Ptr1 = Ptr1->stripPointerCasts();
75 Ptr2 = Ptr2->stripPointerCasts();
90 if (GEP1 && !GEP2 && GEP1->getOperand(0)->stripPointerCasts() == Ptr2) {
95 if (GEP2 && !GEP1 && GEP2->getOperand(0)->stripPointerCasts() == Ptr1) {
669 Value *CpyDest = SI->getPointerOperand()->stripPointerCasts();
690 LI, SI->getPointerOperand()->stripPointerCasts(),
691 LI->getPointerOperand()->stripPointerCasts(),
916 if (CS.getArgument(i)->stripPointerCasts() == cpySrc) {
1280 ByValArg->stripPointerCasts() != MDep->getDest())