Searched refs:getAlignmentInfo (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/IR/ |
D | DataLayout.cpp | 355 unsigned DataLayout::getAlignmentInfo(AlignTypeEnum AlignType, in getAlignmentInfo() function in DataLayout 554 unsigned Align = getAlignmentInfo(AGGREGATE_ALIGN, 0, abi_or_pref, Ty); in getAlignment() 578 return getAlignmentInfo((AlignTypeEnum)AlignType, getTypeSizeInBits(Ty), in getAlignment() 589 return getAlignmentInfo(INTEGER_ALIGN, BitWidth, true, 0); in getABIIntegerTypeAlignment()
|
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 128 unsigned getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,
|