Searched refs:AllocaType (Results 1 – 3 of 3) sorted by relevance
796 Type *AllocaType = Old->getType(); in ConvertScalar_InsertValue() local799 if (VectorType *VTy = dyn_cast<VectorType>(AllocaType)) { in ConvertScalar_InsertValue()806 return Builder.CreateBitCast(SV, AllocaType); in ConvertScalar_InsertValue()839 unsigned DestWidth = TD.getTypeSizeInBits(AllocaType); in ConvertScalar_InsertValue()841 unsigned DestStoreWidth = TD.getTypeStoreSizeInBits(AllocaType); in ConvertScalar_InsertValue()848 if (SV->getType() != AllocaType) { in ConvertScalar_InsertValue()850 AllocaType->getPrimitiveSizeInBits()) in ConvertScalar_InsertValue()851 SV = Builder.CreateZExt(SV, AllocaType); in ConvertScalar_InsertValue()855 SV = Builder.CreateTrunc(SV, AllocaType); in ConvertScalar_InsertValue()
1715 Type *AllocaType = AI->getAllocatedType(); in InlineFunction() local1716 uint64_t AllocaTypeSize = DL.getTypeAllocSize(AllocaType); in InlineFunction()
1928 Type *AllocaType = AI->getAllocatedType(); in InlineFunction() local1929 uint64_t AllocaTypeSize = DL.getTypeAllocSize(AllocaType); in InlineFunction()