Searched defs:CountPopulation_32 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DMathExtras.h296 /// CountPopulation_32 - this function counts the number of set bits in a value.
299 inline unsigned CountPopulation_32(uint32_t Value) { function in namespace:llvm

Completed in 67 milliseconds