Home
last modified time | relevance | path

Searched defs:getActiveBits (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h1135 unsigned getActiveBits() const { in getActiveBits() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1279 unsigned getActiveBits() const { return BitWidth - countLeadingZeros(); } in getActiveBits() function
/external/llvm/include/llvm/ADT/
DAPInt.h1303 unsigned getActiveBits() const { return BitWidth - countLeadingZeros(); } in getActiveBits() function