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

  /external/llvm/lib/IR/
DataLayout.cpp 47 StructAlignment = 0;
61 StructAlignment = std::max(TyAlign, StructAlignment);
68 if (StructAlignment == 0) StructAlignment = 1;
72 if ((StructSize & (StructAlignment-1)) != 0)
73 StructSize = DataLayout::RoundUpAlignment(StructSize, StructAlignment);
  /external/llvm/include/llvm/IR/
DataLayout.h 483 unsigned StructAlignment;
497 return StructAlignment;

Completed in 92 milliseconds