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

Description

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

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

Templates

T

Parameters

unsigned int N