Home
last modified time | relevance | path

Searched refs:hasNoNaNs (Results 1 – 8 of 8) sorted by relevance

/external/llvm/unittests/IR/
DIRBuilderTest.cpp141 EXPECT_FALSE(FAdd->hasNoNaNs()); in TEST_F()
156 EXPECT_TRUE(FAdd->hasNoNaNs()); in TEST_F()
163 EXPECT_TRUE(FAdd->hasNoNaNs()); in TEST_F()
197 EXPECT_TRUE(FDiv->hasNoNaNs()); in TEST_F()
/external/llvm/lib/IR/
DInstruction.cpp153 bool Instruction::hasNoNaNs() const { in hasNoNaNs() function in Instruction
155 return cast<FPMathOperator>(this)->hasNoNaNs(); in hasNoNaNs()
DAsmWriter.cpp738 if (FPO->hasNoNaNs()) in WriteOptimizationInfo()
/external/llvm/include/llvm/IR/
DInstruction.h232 bool hasNoNaNs() const;
DOperator.h274 bool hasNoNaNs() const { in hasNoNaNs() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp600 if (I.hasNoNaNs() && I.hasNoInfs() && I.hasNoSignedZeros()) { in visitFMul()
615 if (I.hasNoNaNs() && I.hasNoInfs() && I.hasNoSignedZeros()) { in visitFMul()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp730 if (FPMO->hasNoNaNs()) in GetOptimizationFlags()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp811 if ((FMF.noNaNs() || FSub->hasNoNaNs()) && in SimplifyFAddInst()