reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/ADT/APInt.h
  232   unsigned countPopulationSlowCase() const LLVM_READONLY;

References

include/llvm/ADT/APInt.h
  466     return countPopulationSlowCase() == 1;
  519     unsigned Ones = countPopulationSlowCase();
 1673     return countPopulationSlowCase();