Home
last modified time | relevance | path

Searched refs:StructAlignment (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DDataLayout.cpp66 StructAlignment = std::max(TyAlign, StructAlignment); in StructLayout()
75 if (!isAligned(StructAlignment, StructSize)) { in StructLayout()
77 StructSize = alignTo(StructSize, StructAlignment); in StructLayout()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDataLayout.h624 Align StructAlignment; variable
633 Align getAlignment() const { return StructAlignment; } in getAlignment()