Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/IR/
DDataLayout.cpp760 const LayoutAlignElem &AggregateAlign = Alignments[0]; in getAlignment() local
761 assert(AggregateAlign.AlignType == AGGREGATE_ALIGN && in getAlignment()
764 abi_or_pref ? AggregateAlign.ABIAlign : AggregateAlign.PrefAlign; in getAlignment()