Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h1442 unsigned numActiveBits = getActiveBits(); in getActiveWords() local
1443 return numActiveBits ? whichWord(numActiveBits - 1) + 1 : 1; in getActiveWords()