Searched refs:CastElTyAlign (Results 1 – 3 of 3) sorted by relevance
94 unsigned CastElTyAlign = TD->getABITypeAlignment(CastElTy); in PromoteCastOfAllocation() local95 if (CastElTyAlign < AllocElTyAlign) return 0; in PromoteCastOfAllocation()100 if (!AI.hasOneUse() && CastElTyAlign == AllocElTyAlign) return 0; in PromoteCastOfAllocation()
94 unsigned CastElTyAlign = DL.getABITypeAlignment(CastElTy); in PromoteCastOfAllocation() local95 if (CastElTyAlign < AllocElTyAlign) return nullptr; in PromoteCastOfAllocation()100 if (!AI.hasOneUse() && CastElTyAlign == AllocElTyAlign) return nullptr; in PromoteCastOfAllocation()
97 unsigned CastElTyAlign = DL.getABITypeAlignment(CastElTy); in PromoteCastOfAllocation() local98 if (CastElTyAlign < AllocElTyAlign) return nullptr; in PromoteCastOfAllocation()103 if (!AI.hasOneUse() && CastElTyAlign == AllocElTyAlign) return nullptr; in PromoteCastOfAllocation()