Home | History | Annotate | Download | only in Utils

Lines Matching refs:GEPI

105     } else if (const GetElementPtrInst *GEPI = dyn_cast<GetElementPtrInst>(U)) {
106 if (GEPI->getType() != Type::getInt8PtrTy(U->getContext()))
108 if (!GEPI->hasAllZeroIndices())
110 if (!onlyUsedByLifetimeMarkers(GEPI))