Home
last modified time | relevance | path

Searched defs:GetMostSignificantDifferentBit (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DAPIntTest.cpp2932 TEST(APIntTest, GetMostSignificantDifferentBit) { in TEST() argument
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPInt.cpp2964 llvm::APIntOps::GetMostSignificantDifferentBit(const APInt &A, const APInt &B) { in GetMostSignificantDifferentBit() function in llvm::APIntOps