Home | History | Annotate | Download | only in ARM

Lines Matching refs:MaxAlign

1182           unsigned MaxAlign = MFI->getMaxAlignment();
1184 // Emit bic r6, r6, MaxAlign
1185 assert(MaxAlign <= 256 && "The BIC instruction cannot encode "
1193 .addImm(MaxAlign-1)));