ΒΆinline uint64_t offsetToAlignment(
uint64_t Value,
llvm::Align Alignment)
inline uint64_t offsetToAlignment(
uint64_t Value,
llvm::Align Alignment)
Description
Returns the offset to the next integer (mod 2**64) that is greater than or equal to \p Value and is a multiple of \p Align.
Declared at: llvm/include/llvm/Support/Alignment.h:193
Parameters
- uint64_t Value
- llvm::Align Alignment