Searched refs:AllocElTyStoreSize (Results 1 – 1 of 1) sorted by relevance
125 uint64_t AllocElTyStoreSize = DL.getTypeStoreSize(AllocElTy).getKnownMinSize(); in PromoteCastOfAllocation() local127 if (!AI.hasOneUse() && CastElTyStoreSize < AllocElTyStoreSize) return nullptr; in PromoteCastOfAllocation()