Searched refs:countPopulationSlowCase (Results 1 – 2 of 2) sorted by relevance
228 unsigned countPopulationSlowCase() const LLVM_READONLY;472 return countPopulationSlowCase() == 1;525 unsigned Ones = countPopulationSlowCase();1731 return countPopulationSlowCase();
650 unsigned APInt::countPopulationSlowCase() const { in countPopulationSlowCase() function in APInt