ΒΆtemplate <typename T>
T maskTrailingOnes(unsigned int N)

Description

Create a bitmask with the N right-most bits set to 1, and all other bits set to 0. Only unsigned types are allowed.

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

Templates

T

Parameters

unsigned int N