Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DScaledNumber.h695 static int countLeadingZerosWidth(DigitsType Digits) { in countLeadingZerosWidth() function
852 if (Shift > countLeadingZerosWidth(Digits)) { in shiftLeft()