Searched refs:isNormal (Results 1 – 13 of 13) sorted by relevance
99 bool isNormal() const { return F.isNormal(); } in isNormal() function
424 pushInt(S, Arg.isNormal()); in interp__builtin_isnormal()
64 bool isNormal() const { return Storage.getInt() == Normal; } in isNormal() function
286 EHCleanupScope(bool isNormal, bool isEH, unsigned cleanupSize, in EHCleanupScope() argument294 CleanupBits.IsNormalCleanup = isNormal; in EHCleanupScope()
392 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal() function1299 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal() function
1424 if (rs1.isNormal() && rs1.isNegative()) in FCLASS()1434 if (rs1.isNormal() && !rs1.isNegative()) in FCLASS()
1958 if (Src.isNormal() || Src.isInfinity()) in constantFoldCanonicalize()2689 ((Mask & fcNegNormal) && Op1V.isNormal() && Op1V.isNegative()) || in ConstantFoldScalarCall2()2694 ((Mask & fcPosNormal) && Op1V.isNormal() && !Op1V.isNegative()) || in ConstantFoldScalarCall2()
223 return CFP->getValueAPF().isNormal(); in isNormalFP()228 if (!CFP || !CFP->getValueAPF().isNormal()) in isNormalFP()
2012 if (!Result.isNormal()) in loadModule()
1820 if (match(XY, m_APFloat(C)) && !C->isNormal()) in factorizeFAddFSub()
5186 if (isNormal()) in classify()
12420 Success(Val.isNormal() ? 1 : 0, E); in VisitBuiltinCallExpr()
16579 if (!APF.isNormal() || !APF.isIEEE()) in combineFMulOrFDivWithIntPow2()