Home | History | Annotate | Download | only in Support

Lines Matching full:countleadingzeros

708     return llvm::countLeadingZeros(MSW) - (APINT_BITS_PER_WORD - BitsInMSW);
715 Count += llvm::countLeadingZeros(pVal[i-1]);
1534 unsigned shift = countLeadingZeros(v[n-1]);
2063 Overflow = ShAmt.uge(countLeadingZeros());
2075 Overflow = ShAmt.ugt(countLeadingZeros());