Searched refs:fcNegInf (Results 1 – 14 of 14) sorted by relevance
16 if (Mask & fcNegInf) in fneg()31 NewMask |= fcNegInf; in fneg()73 {fcNegInf, "ninf"},
5191 return isNegative() ? fcNegInf : fcPosInf; in classify()
244 fcNegInf = 0x0004, enumerator254 fcInf = fcPosInf | fcNegInf,262 fcNegative = fcNegFinite | fcNegInf,
251 return isKnownNever(fcNegInf); in isKnownNeverNegInfinity()298 fcNegSubnormal | fcNegNormal | fcNegInf;347 if (KnownFPClasses & fcNegInf) in fabs()
186 case fcNegInf: in invertFPClassTestIfSimpler()
4097 Mask = fcNegInf; in fcmpToClassTest()4103 Mask |= fcNegInf; in fcmpToClassTest()4121 Mask = ~fcNegInf & ~fcNan; in fcmpToClassTest()4127 Mask &= ~fcNegInf; in fcmpToClassTest()4149 Mask |= fcNegInf; in fcmpToClassTest()4169 Mask |= fcNegInf; in fcmpToClassTest()4215 Mask |= fcNegNormal | fcNegInf; in fcmpToClassTest()4227 Mask |= fcNegInf | fcNegNormal; in fcmpToClassTest()4704 Known.knownNot(fcNegInf); in computeKnownFPClass()4768 Known.knownNot(fcNegInf); in computeKnownFPClass()[all …]
2688 ((Mask & fcNegInf) && Op1V.isNegInfinity()) || in ConstantFoldScalarCall2()
884 case fcNegSubnormal | fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()892 case fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()955 if ((OrderedMask == fcPosInf || OrderedMask == fcNegInf) && in foldIntrinsicIsFPClass()962 ConstantFP::getInfinity(Src0->getType(), OrderedMask == fcNegInf); in foldIntrinsicIsFPClass()970 if ((OrderedInvertedMask == fcPosInf || OrderedInvertedMask == fcNegInf) && in foldIntrinsicIsFPClass()977 OrderedInvertedMask == fcNegInf); in foldIntrinsicIsFPClass()
167 if (Check & fcNegInf)
2467 return fcNegInf; in keywordToFPClassTest()
6072 if (Check & fcNegInf) in lowerIS_FPCLASS()
5142 FPClassTest Flag = CFP->isNegative() ? (IsFabs ? fcNone : fcNegInf) in SimplifySetCC()
11229 if (Mask & fcNegInf) in getDataClassTest()
5374 if (Check & fcNegInf) in LowerIS_FPCLASS()