ΒΆinline llvm::TypeSize alignTo(llvm::TypeSize Size,
uint64_t Align)
inline llvm::TypeSize alignTo(llvm::TypeSize Size,
uint64_t Align)
Description
Returns a TypeSize with a known minimum size that is 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. Similar to the alignTo functions in MathExtras.h
Declared at: llvm/include/llvm/Support/TypeSize.h:198
Parameters
- llvm::TypeSize Size
- uint64_t Align