Searched refs:isNormal (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGCleanup.h | 266 EHCleanupScope(bool isNormal, bool isEH, bool isActive, in EHCleanupScope() argument 272 CleanupBits.IsNormalCleanup = isNormal; in EHCleanupScope()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 407 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal() function
|
| /minix3/external/bsd/llvm/dist/llvm/unittests/ADT/ |
| H A D | APFloatTest.cpp | 1537 TEST(APFloatTest, isNormal) { in TEST() argument 1539 EXPECT_TRUE(t.isNormal()); in TEST() 1541 EXPECT_FALSE(APFloat::getInf(APFloat::IEEEsingle, false).isNormal()); in TEST() 1542 EXPECT_FALSE(APFloat::getZero(APFloat::IEEEsingle, false).isNormal()); in TEST() 1543 EXPECT_FALSE(APFloat::getNaN(APFloat::IEEEsingle, false).isNormal()); in TEST() 1544 EXPECT_FALSE(APFloat::getSNaN(APFloat::IEEEsingle, false).isNormal()); in TEST() 1545 EXPECT_FALSE(APFloat(APFloat::IEEEsingle, "0x1p-149").isNormal()); in TEST()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 441 if (!CFP || !CFP->getValueAPF().isNormal()) in isNormalFp() 447 return isa<ConstantFP>(C) && cast<ConstantFP>(C)->getValueAPF().isNormal(); in isNormalFp()
|
| H A D | InstCombineAddSub.cpp | 499 if (!F.isNormal()) in performFactorization()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 6366 Success(Val.isNormal() ? 1 : 0, E); in VisitCallExpr()
|