Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DDataLayout.cpp515 unsigned DataLayout::getAlignmentInfo(AlignTypeEnum AlignType, in getAlignmentInfo() function in DataLayout
703 unsigned Align = getAlignmentInfo(AGGREGATE_ALIGN, 0, abi_or_pref, Ty); in getAlignment()
727 return getAlignmentInfo(AlignType, getTypeSizeInBits(Ty), abi_or_pref, Ty); in getAlignment()
737 return getAlignmentInfo(INTEGER_ALIGN, BitWidth, true, nullptr); in getABIIntegerTypeAlignment()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDataLayout.h168 unsigned getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,