Searched refs:getExactInverse (Results 1 – 4 of 4) sorted by relevance
454 bool getExactInverse(APFloat *inv) const;709 bool getExactInverse(APFloat *inv) const;1265 bool getExactInverse(APFloat *inv) const { in getExactInverse() function1266 APFLOAT_DISPATCH_ON_SEMANTICS(getExactInverse(inv)); in getExactInverse()
4243 bool IEEEFloat::getExactInverse(APFloat *inv) const { in getExactInverse() function in llvm::detail::IEEEFloat5052 bool DoubleAPFloat::getExactInverse(APFloat *inv) const { in getExactInverse() function in llvm::detail::DoubleAPFloat5056 return Tmp.getExactInverse(nullptr); in getExactInverse()5058 auto Ret = Tmp.getExactInverse(&Inv); in getExactInverse()
244 return CFP->getValueAPF().getExactInverse(nullptr); in hasExactInverseFP()249 if (!CFP || !CFP->getValueAPF().getExactInverse(nullptr)) in hasExactInverseFP()
3235 if (!ImmAPF.getExactInverse(&ToConvert)) in transformFixedFloatingPointConversion()