Home | History | Annotate | Download | only in Utils

Lines Matching refs:GEPI

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