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.h619 int getExactLog2() const { in getExactLog2() function
907 LLVM_ABI LLVM_READONLY int getExactLog2() const;
1518 int getExactLog2() const { in getExactLog2() function
1519 APFLOAT_DISPATCH_ON_SEMANTICS(getExactLog2()); in getExactLog2()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp5424 int DoubleAPFloat::getExactLog2() const { in getExactLog2() function in llvm::detail::DoubleAPFloat