Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstant.h84 bool isNormalFP() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp442 if (CC1->isNormalFP()) in visitFMul()
448 if (CDivC1->isNormalFP()) in visitFMul()
454 if (Op0->hasOneUse() && C1DivC->isNormalFP()) in visitFMul()
1154 if (!(C->hasExactInverseFP() || (I.hasAllowReciprocal() && C->isNormalFP()))) in foldFDivConstantDivisor()
1162 if (!RecipC->isNormalFP()) in foldFDivConstantDivisor()
1196 if (!NewC || !NewC->isNormalFP()) in foldFDivConstantDividend()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp240 bool Constant::isNormalFP() const { in isNormalFP() function in Constant