Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPInt.h1472 unsigned getActiveBits() const { return BitWidth - countl_zero(); } in getActiveBits() function
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDConstantRange.cpp533 unsigned ConstantRange::getActiveBits() const { in getActiveBits() function in ConstantRange
HDDebugInfoMetadata.cpp1682 std::optional<uint64_t> DIExpression::getActiveBits(DIVariable *Var) { in getActiveBits() function in DIExpression