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

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

Completed in 1329 milliseconds