Home | History | Annotate | Download | only in Utils

Lines Matching refs:GEPI

89     } else if (const GetElementPtrInst *GEPI = dyn_cast<GetElementPtrInst>(U)) {
90 if (GEPI->getType() != Type::getInt8PtrTy(U->getContext(), AS))
92 if (!GEPI->hasAllZeroIndices())
94 if (!onlyUsedByLifetimeMarkers(GEPI))