Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp2299 static unsigned partLSB(APInt::WordType value) { return findFirstSet(value); } in partLSB() function
2345 unsigned lsb = partLSB(parts[i]); in tcLSB()