Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp341 unsigned HiWord = whichWord(HiBit); in clearBitsSlowCase() local
353 if (HiWord == LoWord) in clearBitsSlowCase()
356 U.pVal[HiWord] &= HiMask; in clearBitsSlowCase()
362 for (unsigned Word = LoWord + 1; Word < HiWord; ++Word) in clearBitsSlowCase()