ΒΆinline uint64_t alignTo(uint64_t Value,
                        uint64_t Align)

Description

Returns the next integer (mod 2**64) that is greater than or equal to\p Value and is a multiple of \p Align. \p Align must be non-zero. Examples:

Declared at: llvm/include/llvm/Support/MathExtras.h:745

Parameters

uint64_t Value
uint64_t Align