Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1479 unsigned numActiveBits = getActiveBits(); in getActiveWords() local
1480 return numActiveBits ? whichWord(numActiveBits - 1) + 1 : 1; in getActiveWords()