Home | History | Annotate | Download | only in InstCombine

Lines Matching full:getalignment

172       New->setAlignment(AI.getAlignment());
201 if (AI.getAlignment() == 0)
232 if (EntryAI->getAlignment() == 0)
238 unsigned MaxAlign = std::max(EntryAI->getAlignment(),
239 AI.getAlignment());
248 if (AI.getAlignment()) {
258 AI.getAlignment(), TD);
259 if (AI.getAlignment() <= SourceAlign) {
327 NewLoad->setAlignment(LI.getAlignment());
344 unsigned LoadAlign = LI.getAlignment();
416 unsigned Align = LI.getAlignment();
571 unsigned StoreAlign = SI.getAlignment();
799 SI.getAlignment(),