Lines Matching refs:AllocaTy

2118                                             Type *AllocaTy,  in isIntegerWideningViableForSlice()  argument
2121 uint64_t Size = DL.getTypeStoreSize(AllocaTy); in isIntegerWideningViableForSlice()
2145 !canConvertValue(DL, AllocaTy, LI->getType())) { in isIntegerWideningViableForSlice()
2163 !canConvertValue(DL, ValueTy, AllocaTy)) { in isIntegerWideningViableForSlice()
2190 static bool isIntegerWideningViable(AllocaSlices::Partition &P, Type *AllocaTy, in isIntegerWideningViable() argument
2192 uint64_t SizeInBits = DL.getTypeSizeInBits(AllocaTy); in isIntegerWideningViable()
2198 if (SizeInBits != DL.getTypeStoreSizeInBits(AllocaTy)) in isIntegerWideningViable()
2204 Type *IntTy = Type::getIntNTy(AllocaTy->getContext(), SizeInBits); in isIntegerWideningViable()
2205 if (!canConvertValue(DL, AllocaTy, IntTy) || in isIntegerWideningViable()
2206 !canConvertValue(DL, IntTy, AllocaTy)) in isIntegerWideningViable()
2220 if (!isIntegerWideningViableForSlice(S, P.beginOffset(), AllocaTy, DL, in isIntegerWideningViable()
2225 if (!isIntegerWideningViableForSlice(*S, P.beginOffset(), AllocaTy, DL, in isIntegerWideningViable()
2786 Type *AllocaTy = NewAI.getAllocatedType(); in visitMemSetInst() local
2787 Type *ScalarTy = AllocaTy->getScalarType(); in visitMemSetInst()
2793 SliceSize != DL.getTypeStoreSize(AllocaTy) || in visitMemSetInst()
2794 !AllocaTy->isSingleValueType() || in visitMemSetInst()
2852 V = convertValue(DL, IRB, V, AllocaTy); in visitMemSetInst()
2859 if (VectorType *AllocaVecTy = dyn_cast<VectorType>(AllocaTy)) in visitMemSetInst()
2862 V = convertValue(DL, IRB, V, AllocaTy); in visitMemSetInst()