Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstant.h80 bool isNormalFP() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp466 if (CC1->isNormalFP()) in visitFMul()
472 if (CDivC1->isNormalFP()) in visitFMul()
478 if (Op0->hasOneUse() && C1DivC->isNormalFP()) in visitFMul()
1124 if (!(C->hasExactInverseFP() || (I.hasAllowReciprocal() && C->isNormalFP()))) in foldFDivConstantDivisor()
1132 if (!RecipC->isNormalFP()) in foldFDivConstantDivisor()
1166 if (!NewC || !NewC->isNormalFP()) in foldFDivConstantDividend()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp218 bool Constant::isNormalFP() const { in isNormalFP() function in Constant