Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1590 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
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1279 unsigned getActiveBits() const { return BitWidth - countLeadingZeros(); } in getActiveBits() function
/external/llvm-project/llvm/lib/IR/
DConstantRange.cpp416 unsigned ConstantRange::getActiveBits() const { in getActiveBits() function in ConstantRange
/external/llvm-project/llvm/unittests/IR/
DConstantRangeTest.cpp668 TEST_F(ConstantRangeTest, getActiveBits) { in TEST_F() argument