ΒΆtemplate <uint64_t Align>
inline constexpr uint64_t alignTo(uint64_t Value)
template <uint64_t Align>
inline constexpr uint64_t alignTo(uint64_t Value)
Description
Returns the next integer (mod 2**64) that is greater than or equal to\p Value and is a multiple of \c Align. \c Align must be non-zero.
Declared at: llvm/include/llvm/Support/MathExtras.h:725
Templates
- uint64_t Align
Parameters
- uint64_t Value