Searched refs:hiShiftAmt (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp311 unsigned hiShiftAmt = whichBit(hiBit); local
312 if (hiShiftAmt != 0) {
314 uint64_t hiMask = WORDTYPE_MAX >> (APINT_BITS_PER_WORD - hiShiftAmt);

Completed in 75 milliseconds