ΒΆtemplate <typename T>
inline unsigned int countPopulation(T Value)
template <typename T>
inline unsigned int countPopulation(T Value)
Description
Count the number of set bits in a value. Ex. countPopulation(0xF000F000) = 8 Returns 0 if the word is zero.
Declared at: llvm/include/llvm/Support/MathExtras.h:556
Templates
- T
Parameters
- T Value