Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDataLayout.h189 Align getIntegerAlignment(uint32_t BitWidth, bool abi_or_pref) const;
542 return getIntegerAlignment(BitWidth, /* abi_or_pref */ true); in getABIIntegerTypeAlignment()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DDataLayout.cpp634 Align DataLayout::getIntegerAlignment(uint32_t BitWidth, in getIntegerAlignment() function in DataLayout
779 return getIntegerAlignment(Ty->getIntegerBitWidth(), abi_or_pref); in getAlignment()