Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Align

506   unsigned Align = 4; // FIXME: Should be a TLI check?
508 new AllocaInst(FunctionContextTy, 0, Align,
722 unsigned Align =
725 new AllocaInst(FunctionContextTy, 0, Align, "fn_context", EntryBB->begin());