reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
413 bool hasNoInfs() const;
5870 if (!LHSI->hasNoInfs() || !I.hasNoInfs()) 5870 if (!LHSI->hasNoInfs() || !I.hasNoInfs())lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
1289 if (I.hasNoNaNs() && I.hasNoInfs() &&
lib/Transforms/Utils/SimplifyLibCalls.cpp1548 Pow->hasNoInfs() && BaseF->isNormal() && !BaseF->isNegative()) { 1614 if (!Pow->hasNoInfs()) {unittests/IR/IRBuilderTest.cpp
85 EXPECT_FALSE(II->hasNoInfs()); 91 EXPECT_TRUE(II->hasNoInfs()); 97 EXPECT_FALSE(II->hasNoInfs()); 103 EXPECT_TRUE(II->hasNoInfs()); 109 EXPECT_FALSE(II->hasNoInfs()); 115 EXPECT_TRUE(II->hasNoInfs()); 121 EXPECT_TRUE(II->hasNoInfs()); 420 EXPECT_FALSE(FAdd->hasNoInfs()); 430 EXPECT_TRUE(FAdd->hasNoInfs());unittests/IR/InstructionsTest.cpp
1057 EXPECT_FALSE(FNeg->hasNoInfs());