Home
last modified time | relevance | path

Searched refs:numActiveBits (Results 1 – 4 of 4) 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/llvm-project/llvm/include/llvm/ADT/
DAPInt.h1612 unsigned numActiveBits = getActiveBits();
1613 return numActiveBits ? whichWord(numActiveBits - 1) + 1 : 1;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1597 unsigned numActiveBits = getActiveBits(); in getActiveWords() local
1598 return numActiveBits ? whichWord(numActiveBits - 1) + 1 : 1; in getActiveWords()