HomeSort by relevance Sort by last modified time
    Searched refs:TyAlign (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/IR/
DataLayout.cpp 54 unsigned TyAlign = ST->isPacked() ? 1 : DL.getABITypeAlignment(Ty);
57 if ((StructSize & (TyAlign-1)) != 0)
58 StructSize = DataLayout::RoundUpAlignment(StructSize, TyAlign);
61 StructAlignment = std::max(TyAlign, StructAlignment);
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 139 milliseconds