Searched refs:AllocElTy (Results 1 – 3 of 3) sorted by relevance
89 Type *AllocElTy = AI.getAllocatedType(); in PromoteCastOfAllocation() local91 if (!AllocElTy->isSized() || !CastElTy->isSized()) return nullptr; in PromoteCastOfAllocation()93 unsigned AllocElTyAlign = DL.getABITypeAlignment(AllocElTy); in PromoteCastOfAllocation()102 uint64_t AllocElTySize = DL.getTypeAllocSize(AllocElTy); in PromoteCastOfAllocation()108 uint64_t AllocElTyStoreSize = DL.getTypeStoreSize(AllocElTy); in PromoteCastOfAllocation()
89 Type *AllocElTy = AI.getAllocatedType(); in PromoteCastOfAllocation() local91 if (!AllocElTy->isSized() || !CastElTy->isSized()) return 0; in PromoteCastOfAllocation()93 unsigned AllocElTyAlign = TD->getABITypeAlignment(AllocElTy); in PromoteCastOfAllocation()102 uint64_t AllocElTySize = TD->getTypeAllocSize(AllocElTy); in PromoteCastOfAllocation()
92 Type *AllocElTy = AI.getAllocatedType(); in PromoteCastOfAllocation() local94 if (!AllocElTy->isSized() || !CastElTy->isSized()) return nullptr; in PromoteCastOfAllocation()96 unsigned AllocElTyAlign = DL.getABITypeAlignment(AllocElTy); in PromoteCastOfAllocation()105 uint64_t AllocElTySize = DL.getTypeAllocSize(AllocElTy); in PromoteCastOfAllocation()111 uint64_t AllocElTyStoreSize = DL.getTypeStoreSize(AllocElTy); in PromoteCastOfAllocation()