Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h1297 unsigned numActiveBits = getActiveBits(); in getActiveWords() local
1298 return numActiveBits ? whichWord(numActiveBits - 1) + 1 : 1; in getActiveWords()