Searched refs:AllocElTyAlign (Results 1 – 2 of 2) sorted by relevance
93 unsigned AllocElTyAlign = TD->getABITypeAlignment(AllocElTy); in PromoteCastOfAllocation() local95 if (CastElTyAlign < AllocElTyAlign) return 0; in PromoteCastOfAllocation()100 if (!AI.hasOneUse() && CastElTyAlign == AllocElTyAlign) return 0; in PromoteCastOfAllocation()
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()