Searched refs:getExactInverse (Results 1 – 6 of 6) sorted by relevance
513 bool getExactInverse(APFloat *inv) const;791 bool getExactInverse(APFloat *inv) const;1393 bool getExactInverse(APFloat *inv) const { in getExactInverse() function1394 APFLOAT_DISPATCH_ON_SEMANTICS(getExactInverse(inv)); in getExactInverse()
4379 bool IEEEFloat::getExactInverse(APFloat *inv) const { in getExactInverse() function in llvm::detail::IEEEFloat5229 bool DoubleAPFloat::getExactInverse(APFloat *inv) const { in getExactInverse() function in llvm::detail::DoubleAPFloat5233 return Tmp.getExactInverse(nullptr); in getExactInverse()5235 auto Ret = Tmp.getExactInverse(&Inv); in getExactInverse()
258 return CFP->getValueAPF().getExactInverse(nullptr); in hasExactInverseFP()263 if (!CFP || !CFP->getValueAPF().getExactInverse(nullptr)) in hasExactInverseFP()
3231 if (!ImmAPF.getExactInverse(&ToConvert)) in transformFixedFloatingPointConversion()
17067 if (!CN || !CN->getValueAPF().getExactInverse(&Recip)) in PerformVMulVCTPCombine()
3882 if (!FVal.getExactInverse(&FVal)) in checkCVTFixedPointOperandWithFBits()