Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h523 int getExactLog2() const { in getExactLog2() function
794 int getExactLog2() const;
1403 int getExactLog2() const { in getExactLog2() function
1404 APFLOAT_DISPATCH_ON_SEMANTICS(getExactLog2()); in getExactLog2()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp5240 int DoubleAPFloat::getExactLog2() const { in getExactLog2() function in llvm::detail::DoubleAPFloat