Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:AllocElTyAlign

93   unsigned AllocElTyAlign = DL.getABITypeAlignment(AllocElTy);
95 if (CastElTyAlign < AllocElTyAlign) return nullptr;
100 if (!AI.hasOneUse() && CastElTyAlign == AllocElTyAlign) return nullptr;