Home | History | Annotate | Download | only in Analysis

Lines Matching refs:stripPointerCasts

826   assert(GEP1->getPointerOperand()->stripPointerCasts() ==
827 GEP2->getPointerOperand()->stripPointerCasts() &&
1087 if (GEP1->getPointerOperand()->stripPointerCasts() ==
1088 GEP2->getPointerOperand()->stripPointerCasts() &&
1398 V1 = V1->stripPointerCasts();
1399 V2 = V2->stripPointerCasts();