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 42 StructAlignment = 0;
59 StructAlignment = std::max(TyAlign, StructAlignment);
66 if (StructAlignment == 0) StructAlignment = 1;
70 if ((StructSize & (StructAlignment-1)) != 0) {
72 StructSize = RoundUpToAlignment(StructSize, StructAlignment);
  /external/llvm/include/llvm/IR/
DataLayout.h 477 unsigned StructAlignment;
486 unsigned getAlignment() const { return StructAlignment; }

Completed in 91 milliseconds