Searched refs:isDenormal (Results 1 – 12 of 12) sorted by relevance
100 bool isDenormal() const { return F.isDenormal(); } in isDenormal() function
421 pushInteger(S, Arg.isDenormal(), Call->getType()); in interp__builtin_issubnormal()468 Index = Val.isDenormal() ? 3 : 2; in interp__builtin_fpclassify()
415 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal()428 bool isDenormal() const;782 bool isDenormal() const;1355 bool isDenormal() const { APFLOAT_DISPATCH_ON_SEMANTICS(isDenormal()); } in isDenormal() function1358 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal()
1003 bool IEEEFloat::isDenormal() const { in isDenormal() function in llvm::detail::IEEEFloat4396 if (reciprocal.isDenormal()) in getExactInverse()4557 bool WillCrossBinadeBoundary = !isDenormal() && isSignificandAllOnes(); in next()4632 if (!Arg.isDenormal()) in ilogb()5183 bool DoubleAPFloat::isDenormal() const { in isDenormal() function in llvm::detail::DoubleAPFloat5185 (Floats[0].isDenormal() || Floats[1].isDenormal() || in isDenormal()5309 if (isDenormal()) in classify()
1311 if (!APF.isDenormal()) in FlushFPConstant()1327 if (APF.isDenormal()) { in FlushFPConstant()1334 if (APF.isDenormal()) { in FlushFPConstant()1988 if (Src.isDenormal() && CI->getParent() && CI->getFunction()) { in constantFoldCanonicalize()2749 ((Mask & fcNegSubnormal) && Op1V.isDenormal() && Op1V.isNegative()) || in ConstantFoldIntrinsicCall2()2752 ((Mask & fcPosSubnormal) && Op1V.isDenormal() && !Op1V.isNegative()) || in ConstantFoldIntrinsicCall2()
1442 if (rs1.isDenormal() && rs1.isNegative()) in FCLASS()1452 if (rs1.isDenormal() && !rs1.isNegative()) in FCLASS()
560 if (C->isZero() || (C->getValue().isDenormal() && Ty->isFloatTy())) { in instCombineIntrinsic()
12607 if (!F.isDenormal()) in isCanonicalized()12811 if (!FCR->Value.isDenormal()) in isCanonicalized()12917 if (C.isDenormal()) { in getCanonicalConstantFP()
5266 if (V.isDenormal()) { in PerformDAGCombine()
12680 case APFloat::fcNormal: Arg = Val.isDenormal() ? 3 : 2; break; in VisitBuiltinCallExpr()12719 Success(Val.isDenormal() ? 1 : 0, E); in VisitBuiltinCallExpr()
9379 bool Success = (!LosesInfo && !APFloatToConvert.isDenormal()); in convertToNonDenormSingle()9408 return (!LosesInfo && !APFloatToConvert.isDenormal()); in checkConvertToNonDenormSingle()
17348 if (((st == APFloat::opOK && !Recip.isDenormal()) || in visitFDIV()