Home
last modified time | relevance | path

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

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