Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4132 auto BVAlign = Flags.getNonZeroByValAlign(); in CalculateStackSlotAlignment() local
4133 if (BVAlign > PtrByteSize) { in CalculateStackSlotAlignment()
4134 if (BVAlign.value() % PtrByteSize != 0) in CalculateStackSlotAlignment()
4138 Alignment = BVAlign; in CalculateStackSlotAlignment()