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

Declarations

include/llvm/ADT/APInt.h
  220   unsigned countLeadingZerosSlowCase() const LLVM_READONLY;

References

include/llvm/ADT/APInt.h
  413     return countLeadingZerosSlowCase() == BitWidth - 1;
  501            ((Ones + countLeadingZerosSlowCase()) == BitWidth);
  511     return (Ones > 0) && ((Ones + countLeadingZerosSlowCase()) == BitWidth);
  520     unsigned LeadZ = countLeadingZerosSlowCase();
  724     return countLeadingZerosSlowCase() == BitWidth;
 1613     return countLeadingZerosSlowCase();