Home | History | Annotate | Download | only in Scalar

Lines Matching full:strippointercasts

77   Ptr1 = Ptr1->stripPointerCasts();
78 Ptr2 = Ptr2->stripPointerCasts();
93 if (GEP1 && !GEP2 && GEP1->getOperand(0)->stripPointerCasts() == Ptr2) {
98 if (GEP2 && !GEP1 && GEP2->getOperand(0)->stripPointerCasts() == Ptr1) {
531 SI->getPointerOperand()->stripPointerCasts(),
532 LI->getPointerOperand()->stripPointerCasts(),
709 if (CS.getArgument(i)->stripPointerCasts() == cpySrc) {
951 ByValArg->stripPointerCasts() != MDep->getDest())