reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
220 unsigned countLeadingZerosSlowCase() const LLVM_READONLY;
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();