Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h440 bool getExactInverse(APFloat *inv) const;
688 bool getExactInverse(APFloat *inv) const;
1247 bool getExactInverse(APFloat *inv) const { in getExactInverse() function
1248 APFLOAT_DISPATCH_ON_SEMANTICS(getExactInverse(inv)); in getExactInverse()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp3976 bool IEEEFloat::getExactInverse(APFloat *inv) const { in getExactInverse() function in llvm::detail::IEEEFloat
4760 bool DoubleAPFloat::getExactInverse(APFloat *inv) const { in getExactInverse() function in llvm::detail::DoubleAPFloat
4764 return Tmp.getExactInverse(nullptr); in getExactInverse()
4766 auto Ret = Tmp.getExactInverse(&Inv); in getExactInverse()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp257 return CFP->getValueAPF().getExactInverse(nullptr); in hasExactInverseFP()
263 if (!CFP || !CFP->getValueAPF().getExactInverse(nullptr)) in hasExactInverseFP()