Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp75 StructAlignment = std::max(TyAlign, StructAlignment); in StructLayout()
84 if (!StructSize.isScalable() && !isAligned(StructAlignment, StructSize)) { in StructLayout()
86 StructSize = TypeSize::getFixed(alignTo(StructSize, StructAlignment)); in StructLayout()
208 StructAlignment = LayoutAlignElem::get(Align(1), Align(8), 0); in reset()
572 StructAlignment == Other.StructAlignment && in operator ==()
602 StructAlignment.ABIAlign = ABIAlign; in setAlignment()
603 StructAlignment.PrefAlign = PrefAlign; in setAlignment()
811 abi_or_pref ? StructAlignment.ABIAlign : StructAlignment.PrefAlign; in getAlignment()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h150 LayoutAlignElem StructAlignment; variable
219 StructAlignment = DL.StructAlignment;
624 Align StructAlignment; variable
633 Align getAlignment() const { return StructAlignment; } in getAlignment()