Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp311 unsigned hiShiftAmt = whichBit(hiBit); in setBitsSlowCase() local
312 if (hiShiftAmt != 0) { in setBitsSlowCase()
314 uint64_t hiMask = WORDTYPE_MAX >> (APINT_BITS_PER_WORD - hiShiftAmt); in setBitsSlowCase()