Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DAPInt.h1463 unsigned getActiveBits() const { return BitWidth - countLeadingZeros(); } in getActiveBits() function
/openbsd/src/gnu/llvm/llvm/lib/IR/
DConstantRange.cpp473 unsigned ConstantRange::getActiveBits() const { in getActiveBits() function in ConstantRange