Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp2295 static unsigned partMSB(APInt::WordType value) { return findLastSet(value); } in partMSB() function
2360 unsigned msb = partMSB(parts[n]); in tcMSB()