Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstant.h84 bool hasExactInverseFP() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp1124 if (!(C->hasExactInverseFP() || (I.hasAllowReciprocal() && C->isNormalFP()))) in foldFDivConstantDivisor()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp231 bool Constant::hasExactInverseFP() const { in hasExactInverseFP() function in Constant