Searched refs:getExactInverse (Results 1 – 5 of 5) sorted by relevance
490 bool getExactInverse(APFloat *inv) const;760 bool getExactInverse(APFloat *inv) const;1334 bool getExactInverse(APFloat *inv) const { in getExactInverse() function1335 APFLOAT_DISPATCH_ON_SEMANTICS(getExactInverse(inv)); in getExactInverse()
4266 bool IEEEFloat::getExactInverse(APFloat *inv) const { in getExactInverse() function in llvm::detail::IEEEFloat5108 bool DoubleAPFloat::getExactInverse(APFloat *inv) const { in getExactInverse() function in llvm::detail::DoubleAPFloat5112 return Tmp.getExactInverse(nullptr); in getExactInverse()5114 auto Ret = Tmp.getExactInverse(&Inv); in getExactInverse()
244 return CFP->getValueAPF().getExactInverse(nullptr); in hasExactInverseFP()249 if (!CFP || !CFP->getValueAPF().getExactInverse(nullptr)) in hasExactInverseFP()
3230 if (!ImmAPF.getExactInverse(&ToConvert)) in transformFixedFloatingPointConversion()
3727 if (!FVal.getExactInverse(&FVal)) in checkCVTFixedPointOperandWithFBits()