Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DIRBuilderTest.cpp142 EXPECT_FALSE(FAdd->hasNoNaNs()); in TEST_F()
157 EXPECT_TRUE(FAdd->hasNoNaNs()); in TEST_F()
164 EXPECT_TRUE(FAdd->hasNoNaNs()); in TEST_F()
218 EXPECT_FALSE(FCall->hasNoNaNs()); in TEST_F()
227 EXPECT_TRUE(FCall->hasNoNaNs()); in TEST_F()
239 EXPECT_TRUE(FDiv->hasNoNaNs()); in TEST_F()
/external/llvm/lib/IR/
DInstruction.cpp158 bool Instruction::hasNoNaNs() const { in hasNoNaNs() function in Instruction
160 return cast<FPMathOperator>(this)->hasNoNaNs(); in hasNoNaNs()
DAsmWriter.cpp1057 if (FPO->hasNoNaNs()) in WriteOptimizationInfo()
/external/llvm/include/llvm/IR/
DInstruction.h272 bool hasNoNaNs() const;
DOperator.h275 bool hasNoNaNs() const { in hasNoNaNs() function
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h360 bool hasNoNaNs() const { return NoNaNs; }
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp817 if (FPMO->hasNoNaNs()) in GetOptimizationFlags()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp820 if ((FMF.noNaNs() || FSub->hasNoNaNs()) && in SimplifyFAddInst()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4913 return !Use->hasNoNaNs(); in canCauseUndefinedBehavior()