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 46 StructAlignment = 0;
60 StructAlignment = std::max(TyAlign, StructAlignment);
67 if (StructAlignment == 0) StructAlignment = 1;
71 if ((StructSize & (StructAlignment-1)) != 0)
72 StructSize = DataLayout::RoundUpAlignment(StructSize, StructAlignment);
  /external/llvm/include/llvm/IR/
DataLayout.h 390 unsigned StructAlignment;
404 return StructAlignment;

Completed in 40 milliseconds