Searched refs:fcNegInf (Results 1 – 15 of 15) sorted by relevance
16 if (Mask & fcNegInf) in fneg() 31 NewMask |= fcNegInf; in fneg() 73 {fcNegInf, "ninf"}, in operator <<()
5312 return isNegative() ? fcNegInf : fcPosInf; in classify()
244 fcNegInf = 0x0004, enumerator254 fcInf = fcPosInf | fcNegInf,262 fcNegative = fcNegFinite | fcNegInf,
305 return isKnownNever(fcNegInf); in isKnownNeverNegInfinity()352 fcNegSubnormal | fcNegNormal | fcNegInf;407 if (KnownFPClasses & fcNegInf) in fabs()
186 case fcNegInf: in invertFPClassTestIfSimpler()
4450 return exactClass(Src, fcNegSubnormal | fcNegNormal | fcNegInf); in fcmpImpliesClass()4452 return exactClass(Src, fcNegSubnormal | fcNegNormal | fcNegInf | fcNan); in fcmpImpliesClass()4485 Mask = fcNegInf; in fcmpImpliesClass()4491 Mask |= fcNegInf; in fcmpImpliesClass()4508 Mask = ~fcNegInf & ~fcNan; in fcmpImpliesClass()4514 Mask &= ~fcNegInf; in fcmpImpliesClass()4536 Mask |= fcNegInf; in fcmpImpliesClass()4556 Mask |= fcNegInf; in fcmpImpliesClass()4566 Mask = IsFabs ? ~fcNan : ~(fcNegInf | fcNan); in fcmpImpliesClass()4577 Mask = IsFabs ? fcNone : fcNegInf; in fcmpImpliesClass()[all …]
2747 ((Mask & fcNegInf) && Op1V.isNegInfinity()) || in ConstantFoldIntrinsicCall2()
879 case fcNegSubnormal | fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()887 case fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()951 if ((OrderedMask == fcPosInf || OrderedMask == fcNegInf) && in foldIntrinsicIsFPClass()958 ConstantFP::getInfinity(Src0->getType(), OrderedMask == fcNegInf); in foldIntrinsicIsFPClass()966 if ((OrderedInvertedMask == fcPosInf || OrderedInvertedMask == fcNegInf) && in foldIntrinsicIsFPClass()973 OrderedInvertedMask == fcNegInf); in foldIntrinsicIsFPClass()
1949 case fcNegInf: in getFPClassConstant()
168 if (Check & fcNegInf)
2579 return fcNegInf; in keywordToFPClassTest()
6076 if (Check & fcNegInf) in lowerIS_FPCLASS()
5217 FPClassTest Flag = CFP->isNegative() ? (IsFabs ? fcNone : fcNegInf) in SimplifySetCC()
11422 if (Mask & fcNegInf) in getDataClassTest()
5771 if (Check & fcNegInf) in LowerIS_FPCLASS()