Home
last modified time | relevance | path

Searched refs:countLeadingZerosWidth (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h688 static int countLeadingZerosWidth(DigitsType Digits) { in countLeadingZerosWidth() function
855 if (Shift > countLeadingZerosWidth(Digits)) { in shiftLeft()