Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstant.h92 bool hasExactInverseFP() const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp242 bool Constant::hasExactInverseFP() const { in hasExactInverseFP() function in Constant
257 return SplatCFP->hasExactInverseFP(); in hasExactInverseFP()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1235 if (!(C->hasExactInverseFP() || (I.hasAllowReciprocal() && C->isNormalFP()))) in foldFDivConstantDivisor()