Home | History | Annotate | Download | only in Support

Lines Matching full:countleadingzeros

695     return llvm::countLeadingZeros(MSW) - (APINT_BITS_PER_WORD - BitsInMSW);
702 Count += llvm::countLeadingZeros(pVal[i-1]);
1515 unsigned shift = countLeadingZeros(v[n-1]);
2054 Overflow = ShAmt >= countLeadingZeros();