Searched refs:CountPopulation_64 (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DMathExtras.h309 /// CountPopulation_64 - this function counts the number of set bits in a value,
311 inline unsigned CountPopulation_64(uint64_t Value) { function in namespace:llvm
/macosx-10.10.1/objc4-646/runtime/
H A Dllvm-MathExtras.h291 /// CountPopulation_64 - this function counts the number of set bits in a value,
293 inline unsigned CountPopulation_64(uint64_t Value) { function in namespace:objc
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DBitVector.h125 NumBits += CountPopulation_64(Bits[i]);
H A DSmallBitVector.h184 return CountPopulation_64(Bits);
H A DAPInt.h1296 return CountPopulation_64(VAL);
H A DSparseBitVector.h129 NumBits += CountPopulation_64(Bits[i]);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DAPInt.cpp761 Count += CountPopulation_64(pVal[i]);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsISelLowering.cpp48 Size = CountPopulation_64(I);
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1800 unsigned PopCount = CountPopulation_64(B.Mask);

Completed in 218 milliseconds