Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h2284 std::optional<unsigned> GetMostSignificantDifferentBit(const APInt &A,
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp90 APIntOps::GetMostSignificantDifferentBit(Min, Max)) { in toKnownBits()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp2960 llvm::APIntOps::GetMostSignificantDifferentBit(const APInt &A, const APInt &B) { in GetMostSignificantDifferentBit() function in llvm::APIntOps