Searched refs:isNormal (Results 1 – 10 of 10) sorted by relevance
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()
356 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal() function1233 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal() function
496 ((Mask & fcNegNormal) && Val.isNormal() && Val.isNegative()) || in instCombineIntrinsic()501 ((Mask & fcPosNormal) && Val.isNormal() && !Val.isNegative()) || in instCombineIntrinsic()
1963 if (Src.isNormal() || Src.isInfinity()) in constantFoldCanonicalize()2641 ((Mask & fcNegNormal) && Op1V.isNormal() && Op1V.isNegative()) || in ConstantFoldScalarCall2()2646 ((Mask & fcPosNormal) && Op1V.isNormal() && !Op1V.isNegative()) || in ConstantFoldScalarCall2()
1424 if (rs1.isNormal() && rs1.isNegative()) in FCLASS()1434 if (rs1.isNormal() && !rs1.isNegative()) in FCLASS()
223 return CFP->getValueAPF().isNormal(); in isNormalFP()228 if (!CFP || !CFP->getValueAPF().isNormal()) in isNormalFP()
1991 if (!Result.isNormal()) in loadModule()
1636 if (match(XY, m_APFloat(C)) && !C->isNormal()) in factorizeFAddFSub()
12132 Success(Val.isNormal() ? 1 : 0, E); in VisitBuiltinCallExpr()