Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h361 return isKnownNever(fcNegative); in signBitIsZeroOrNaN()
387 KnownFPClasses &= (fcNegative | fcNan); in copysign()
388 if (Sign.isKnownNever(fcNegative | fcNan) || (SignBit && !*SignBit)) in copysign()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h262 fcNegative = fcNegFinite | fcNegInf, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4064 return {LHS, fcNegative | fcPosZero}; in fcmpToClassTest()
4513 Known.knownNot(fcNegative); in computeKnownFPClass()
4718 Known.knownNot(fcNegative); in computeKnownFPClass()
4784 Known.knownNot(fcNegative); in computeKnownFPClass()
4800 Known.knownNot(fcNegative); in computeKnownFPClass()
4811 Known.knownNot(fcNegative); in computeKnownFPClass()
4958 Known.knownNot(fcNegative); in computeKnownFPClass()
5050 if (KnownLHS.isKnownNever(fcNegative) && KnownRHS.isKnownNever(fcNegative)) in computeKnownFPClass()
5051 Known.knownNot(fcNegative); in computeKnownFPClass()
5068 Known.knownNot(fcNegative); in computeKnownFPClass()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp876 case fcNegative | fcPosZero: in fpclassTestIsFCmp0()
880 case fcNegative | fcPosZero | fcPosSubnormal: in fpclassTestIsFCmp0()
H A DInstCombineSelect.cpp3340 KnownFPClass Known = computeKnownFPClass(MulVal, FMF, fcNegative, CtxI); in fmulByZeroIsZero()