Searched refs:AllocElTyAlign (Results 1 – 3 of 3) sorted by relevance
93 unsigned AllocElTyAlign = DL.getABITypeAlignment(AllocElTy); in PromoteCastOfAllocation() local95 if (CastElTyAlign < AllocElTyAlign) return nullptr; in PromoteCastOfAllocation()100 if (!AI.hasOneUse() && CastElTyAlign == AllocElTyAlign) return nullptr; in PromoteCastOfAllocation()
109 Align AllocElTyAlign = DL.getABITypeAlign(AllocElTy); in PromoteCastOfAllocation() local111 if (CastElTyAlign < AllocElTyAlign) return nullptr; in PromoteCastOfAllocation()116 if (!AI.hasOneUse() && CastElTyAlign == AllocElTyAlign) return nullptr; in PromoteCastOfAllocation()
96 unsigned AllocElTyAlign = DL.getABITypeAlignment(AllocElTy); in PromoteCastOfAllocation() local98 if (CastElTyAlign < AllocElTyAlign) return nullptr; in PromoteCastOfAllocation()103 if (!AI.hasOneUse() && CastElTyAlign == AllocElTyAlign) return nullptr; in PromoteCastOfAllocation()