Lines Matching defs:GEPTy
4992 Type *GEPTy = Ptr->getType();
4993 if (!GEPTy->isVectorTy()) {
4998 GEPTy = VectorType::get(GEPTy, VT->getElementCount());
5005 if (Ptr->getType() == GEPTy &&
5013 return PoisonValue::get(GEPTy);
5017 return UndefValue::get(GEPTy);
5031 if (TyAllocSize == 0 && Ptr->getType() == GEPTy)
5038 auto CanSimplify = [GEPTy, &P, Ptr]() -> bool {
5039 return P->getType() == GEPTy &&
5086 auto *CI = ConstantInt::get(GEPTy->getContext(), BasePtrOffset);
5087 return ConstantExpr::getIntToPtr(CI, GEPTy);
5093 auto *CI = ConstantInt::get(GEPTy->getContext(), BasePtrOffset - 1);
5094 return ConstantExpr::getIntToPtr(CI, GEPTy);