Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp242 return CFP->getValueAPF().getExactInverse(nullptr); in hasExactInverseFP()
247 if (!CFP || !CFP->getValueAPF().getExactInverse(nullptr)) in hasExactInverseFP()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3222 if (!ImmAPF.getExactInverse(&ToConvert)) in transformFixedFloatingPointConversion()