Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstant.h84 bool hasExactInverseFP() const;
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1059 if (!(C->hasExactInverseFP() || (I.hasAllowReciprocal() && C->isNormalFP()))) in foldFDivConstantDivisor()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstants.cpp228 bool Constant::hasExactInverseFP() const { in hasExactInverseFP() function in Constant