Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp690 integerPart MSWMask; in countLeadingZerosSlowCase() local
691 if (BitsInMSW) MSWMask = (integerPart(1) << BitsInMSW) - 1; in countLeadingZerosSlowCase()
693 MSWMask = ~integerPart(0); in countLeadingZerosSlowCase()
698 integerPart MSW = pVal[i-1] & MSWMask; in countLeadingZerosSlowCase()