Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstant.h92 bool hasExactInverseFP() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1229 if (!(C->hasExactInverseFP() || (I.hasAllowReciprocal() && C->isNormalFP()))) in foldFDivConstantDivisor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp255 bool Constant::hasExactInverseFP() const { in hasExactInverseFP() function in Constant