Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDataLayout.cpp433 unsigned DataLayout::getAlignmentInfo(AlignTypeEnum AlignType, in getAlignmentInfo() function in DataLayout
678 unsigned Align = getAlignmentInfo(AGGREGATE_ALIGN, 0, abi_or_pref, Ty); in getAlignment()
702 return getAlignmentInfo((AlignTypeEnum)AlignType, getTypeSizeInBits(Ty), in getAlignment()
713 return getAlignmentInfo(INTEGER_ALIGN, BitWidth, true, nullptr); in getABIIntegerTypeAlignment()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDataLayout.h137 unsigned getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,