Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp392 unsigned hi1Word = whichWord(bitPosition + subBitWidth - 1); in insertBits() local
395 if (loWord == hi1Word) { in insertBits()
413 U.pVal[hi1Word] &= ~mask; in insertBits()
414 U.pVal[hi1Word] |= subBits.getWord(subBitWidth - 1); in insertBits()