Searched defs:getActiveBits (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | APInt.h | 1457 unsigned getActiveBits() const { return BitWidth - countl_zero(); } getActiveBits() function |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | ConstantRange.cpp | 477 unsigned ConstantRange::getActiveBits() const { getActiveBits() function in ConstantRange |