Searched refs:getExactInverse (Results 1 – 4 of 4) sorted by relevance
440 bool getExactInverse(APFloat *inv) const;688 bool getExactInverse(APFloat *inv) const;1247 bool getExactInverse(APFloat *inv) const { in getExactInverse() function1248 APFLOAT_DISPATCH_ON_SEMANTICS(getExactInverse(inv)); in getExactInverse()
3976 bool IEEEFloat::getExactInverse(APFloat *inv) const { in getExactInverse() function in llvm::detail::IEEEFloat4760 bool DoubleAPFloat::getExactInverse(APFloat *inv) const { in getExactInverse() function in llvm::detail::DoubleAPFloat4764 return Tmp.getExactInverse(nullptr); in getExactInverse()4766 auto Ret = Tmp.getExactInverse(&Inv); in getExactInverse()
242 return CFP->getValueAPF().getExactInverse(nullptr); in hasExactInverseFP()247 if (!CFP || !CFP->getValueAPF().getExactInverse(nullptr)) in hasExactInverseFP()
3222 if (!ImmAPF.getExactInverse(&ToConvert)) in transformFixedFloatingPointConversion()