Home | History | Annotate | Download | only in Support

Lines Matching refs:MSW

706   integerPart MSW = pVal[i-1] & MSWMask;
707 if (MSW)
708 return llvm::countLeadingZeros(MSW) - (APINT_BITS_PER_WORD - BitsInMSW);