Lines Matching refs:AllocaTy
1908 Type *AllocaTy, in isIntegerWideningViableForSlice() argument
1911 uint64_t Size = DL.getTypeStoreSize(AllocaTy); in isIntegerWideningViableForSlice()
1938 !canConvertValue(DL, AllocaTy, LI->getType())) { in isIntegerWideningViableForSlice()
1959 !canConvertValue(DL, ValueTy, AllocaTy)) { in isIntegerWideningViableForSlice()
1986 static bool isIntegerWideningViable(Partition &P, Type *AllocaTy, in isIntegerWideningViable() argument
1988 uint64_t SizeInBits = DL.getTypeSizeInBits(AllocaTy); in isIntegerWideningViable()
1994 if (SizeInBits != DL.getTypeStoreSizeInBits(AllocaTy)) in isIntegerWideningViable()
2000 Type *IntTy = Type::getIntNTy(AllocaTy->getContext(), SizeInBits); in isIntegerWideningViable()
2001 if (!canConvertValue(DL, AllocaTy, IntTy) || in isIntegerWideningViable()
2002 !canConvertValue(DL, IntTy, AllocaTy)) in isIntegerWideningViable()
2016 if (!isIntegerWideningViableForSlice(S, P.beginOffset(), AllocaTy, DL, in isIntegerWideningViable()
2021 if (!isIntegerWideningViableForSlice(*S, P.beginOffset(), AllocaTy, DL, in isIntegerWideningViable()
2631 Type *AllocaTy = NewAI.getAllocatedType(); in visitMemSetInst() local
2632 Type *ScalarTy = AllocaTy->getScalarType(); in visitMemSetInst()
2638 SliceSize != DL.getTypeStoreSize(AllocaTy) || in visitMemSetInst()
2639 !AllocaTy->isSingleValueType() || in visitMemSetInst()
2697 V = convertValue(DL, IRB, V, AllocaTy); in visitMemSetInst()
2704 if (VectorType *AllocaVecTy = dyn_cast<VectorType>(AllocaTy)) in visitMemSetInst()
2707 V = convertValue(DL, IRB, V, AllocaTy); in visitMemSetInst()