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.h2391 LLVM_ABI std::optional<unsigned> GetMostSignificantDifferentBit(const APInt &A,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp91 APIntOps::GetMostSignificantDifferentBit(Min, Max)) { in toKnownBits()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp3002 llvm::APIntOps::GetMostSignificantDifferentBit(const APInt &A, const APInt &B) { in GetMostSignificantDifferentBit() function in llvm::APIntOps