Searched refs:AllocElTy (Results 1 – 1 of 1) 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()