Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp2340 static unsigned partLSB(APInt::WordType value) { in partLSB() function
2389 unsigned lsb = partLSB(parts[i]); in tcLSB()