Home
last modified time | relevance | path

Searched refs:countMaxLeadingOnes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h276 unsigned countMaxLeadingOnes() const { return Zero.countl_zero(); } in countMaxLeadingOnes() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp331 std::max(LHS.countMaxLeadingZeros(), LHS.countMaxLeadingOnes()) - 1); in shl()