Home
last modified time | relevance | path

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

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