Home
last modified time | relevance | path

Searched refs:hasExactInverseFP (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h93 bool hasExactInverseFP() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp256 bool Constant::hasExactInverseFP() const { in hasExactInverseFP() function in Constant
271 return SplatCFP->hasExactInverseFP(); in hasExactInverseFP()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1751 if (!(C->hasExactInverseFP() || (I.hasAllowReciprocal() && C->isNormalFP()))) in foldFDivConstantDivisor()