Lines Matching defs:AllocaTy
2338 Type *AllocaTy,
2341 uint64_t Size = DL.getTypeStoreSize(AllocaTy).getFixedValue();
2381 !canConvertValue(DL, AllocaTy, LI->getType())) {
2406 !canConvertValue(DL, ValueTy, AllocaTy)) {
2429 static bool isIntegerWideningViable(Partition &P, Type *AllocaTy,
2431 uint64_t SizeInBits = DL.getTypeSizeInBits(AllocaTy).getFixedValue();
2437 if (SizeInBits != DL.getTypeStoreSizeInBits(AllocaTy).getFixedValue())
2443 Type *IntTy = Type::getIntNTy(AllocaTy->getContext(), SizeInBits);
2444 if (!canConvertValue(DL, AllocaTy, IntTy) ||
2445 !canConvertValue(DL, IntTy, AllocaTy))
2458 if (!isIntegerWideningViableForSlice(S, P.beginOffset(), AllocaTy, DL,
2463 if (!isIntegerWideningViableForSlice(*S, P.beginOffset(), AllocaTy, DL,
3163 Type *AllocaTy = NewAI.getAllocatedType();
3164 Type *ScalarTy = AllocaTy->getScalarType();
3178 return canConvertValue(DL, SrcTy, AllocaTy) &&
3248 V = convertValue(DL, IRB, V, AllocaTy);
3256 if (VectorType *AllocaVecTy = dyn_cast<VectorType>(AllocaTy))
3260 V = convertValue(DL, IRB, V, AllocaTy);