Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:AllocElTyAlign

93   unsigned AllocElTyAlign = TD->getABITypeAlignment(AllocElTy);
95 if (CastElTyAlign < AllocElTyAlign) return 0;
100 if (!AI.hasOneUse() && CastElTyAlign == AllocElTyAlign) return 0;