Searched refs:fcNegative (Results 1 – 6 of 6) sorted by relevance
390 if (isKnownNever(fcNegative)) in knownNot()421 return isKnownNever(fcNegative); in signBitIsZeroOrNaN()432 KnownFPClasses &= (fcNegative | fcNan); in signBitMustBeOne()453 KnownFPClasses &= (fcNegative | fcNan); in copysign()454 if (Sign.isKnownNever(fcNegative | fcNan) || (SignBit && !*SignBit)) in copysign()
262 fcNegative = fcNegFinite | fcNegInf, enumerator
4395 const bool IsNegativeRHS = (RHSClass & fcNegative) == RHSClass; in fcmpImpliesClass()4454 return exactClass(Src, fcNegative | fcPosZero); in fcmpImpliesClass()4456 return exactClass(Src, fcNegative | fcPosZero | fcNan); in fcmpImpliesClass()4672 FPClassTest ClassesLE = fcNegative | fcPosZero | fcPosSubnormal; in fcmpImpliesClass()5075 if ((InterestedClasses & fcNegative) == fcNone) in computeKnownFPClass()5090 Known.knownNot(fcNegative); in computeKnownFPClass()5330 Known.knownNot(fcNegative); in computeKnownFPClass()5366 InterestedSrcs |= fcNan | (fcNegative & ~fcNan); in computeKnownFPClass()5385 if ((InterestedClasses & fcNegative) == fcNone) in computeKnownFPClass()5396 Known.knownNot(fcNegative); in computeKnownFPClass()[all …]
2018 if ((DemandedMask & fcNegative) == fcNone) { in SimplifyDemandedUseFPClass()
871 case fcNegative | fcPosZero: in fpclassTestIsFCmp0()875 case fcNegative | fcPosZero | fcPosSubnormal: in fpclassTestIsFCmp0()
3534 KnownFPClass Known = computeKnownFPClass(MulVal, FMF, fcNegative, CtxI); in fmulByZeroIsZero()