Home
last modified time | relevance | path

Searched refs:fcNegative (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h390 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h262 fcNegative = fcNegFinite | fcNegInf, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4395 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp2018 if ((DemandedMask & fcNegative) == fcNone) { in SimplifyDemandedUseFPClass()
H A DInstCombineCalls.cpp871 case fcNegative | fcPosZero: in fpclassTestIsFCmp0()
875 case fcNegative | fcPosZero | fcPosSubnormal: in fpclassTestIsFCmp0()
H A DInstCombineSelect.cpp3534 KnownFPClass Known = computeKnownFPClass(MulVal, FMF, fcNegative, CtxI); in fmulByZeroIsZero()