Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp365 unsigned hi1Word = whichWord(bitPosition + subBitWidth - 1); in insertBits() local
368 if (loWord == hi1Word) { in insertBits()
386 U.pVal[hi1Word] &= ~mask; in insertBits()
387 U.pVal[hi1Word] |= subBits.getWord(subBitWidth - 1); in insertBits()