Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp313 uint64_t hiMask = WORD_MAX >> (APINT_BITS_PER_WORD - hiShiftAmt); in setBitsSlowCase() local
317 loMask &= hiMask; in setBitsSlowCase()
319 U.pVal[hiWord] |= hiMask; in setBitsSlowCase()