Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDataLayout.cpp771 const LayoutAlignElem &AggregateAlign = Alignments[0]; in getAlignment() local
772 assert(AggregateAlign.AlignType == AGGREGATE_ALIGN && in getAlignment()
775 abi_or_pref ? AggregateAlign.ABIAlign : AggregateAlign.PrefAlign; in getAlignment()