Home
last modified time | relevance | path

Searched refs:GetMostSignificantDifferentBit (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h2336 std::optional<unsigned> GetMostSignificantDifferentBit(const APInt &A,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp90 APIntOps::GetMostSignificantDifferentBit(Min, Max)) { in toKnownBits()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp2971 llvm::APIntOps::GetMostSignificantDifferentBit(const APInt &A, const APInt &B) { in GetMostSignificantDifferentBit() function in llvm::APIntOps