Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h1310 unsigned numActiveBits = getActiveBits(); in getActiveWords() local
1311 return numActiveBits ? whichWord(numActiveBits - 1) + 1 : 1; in getActiveWords()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1286 unsigned numActiveBits = getActiveBits(); in getActiveWords() local
1287 return numActiveBits ? whichWord(numActiveBits - 1) + 1 : 1; in getActiveWords()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1533 unsigned numActiveBits = getActiveBits(); in getActiveWords() local
1534 return numActiveBits ? whichWord(numActiveBits - 1) + 1 : 1; in getActiveWords()