Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1457 unsigned getActiveBits() const { return BitWidth - countl_zero(); } in getActiveBits() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp477 unsigned ConstantRange::getActiveBits() const { in getActiveBits() function in ConstantRange