Home | History | Annotate | Download | only in Utils

Lines Matching refs:GEPI

79     } else if (const GetElementPtrInst *GEPI = dyn_cast<GetElementPtrInst>(U)) {
80 if (GEPI->getType() != Type::getInt8PtrTy(U->getContext(), AS))
82 if (!GEPI->hasAllZeroIndices())
84 if (!onlyUsedByLifetimeMarkers(GEPI))