Searched refs:GEP_T (Results 1 – 1 of 1) sorted by relevance
5947 const GEPOperator *GEP_T = GEP; in isPointerOffset() local5950 while (GEP_T) { in isPointerOffset()5951 auto Offset = getOffsetFromIndex(GEP_T, 1, DL); in isPointerOffset()5955 auto Op0 = GEP_T->getOperand(0)->stripPointerCasts(); in isPointerOffset()5960 GEP_T = dyn_cast<GEPOperator>(Op0); in isPointerOffset()