Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h389 if (isKnownNever(fcNegative)) in knownNot()
420 return isKnownNever(fcNegative); in signBitMustBeZero()
431 KnownFPClasses &= (fcNegative | fcNan); in copysign()
452 KnownFPClasses &= (fcNegative | fcNan);
453 if (Sign.isKnownNever(fcNegative | fcNan) || (SignBit && !*SignBit))
/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h262 fcNegative = fcNegFinite | fcNegInf, enumerator
/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4571 const bool IsNegativeRHS = (RHSClass & fcNegative) == RHSClass; in fcmpImpliesClass()
4630 return exactClass(Src, fcNegative | fcPosZero); in fcmpImpliesClass()
4632 return exactClass(Src, fcNegative | fcPosZero | fcNan); in fcmpImpliesClass()
4848 FPClassTest ClassesLE = fcNegative | fcPosZero | fcPosSubnormal; in computeKnownFPClass()
5261 if ((InterestedClasses & fcNegative) == fcNone) in computeKnownFPClass()
5276 Known.knownNot(fcNegative); in computeKnownFPClass()
5516 Known.knownNot(fcNegative); in computeKnownFPClass()
5552 InterestedSrcs |= fcNan | (fcNegative & ~fcNan); in computeKnownFPClass()
5571 if ((InterestedClasses & fcNegative) == fcNone) in computeKnownFPClass()
5582 Known.knownNot(fcNegative); in computeKnownFPClass()
[all...]
/llvm-project/llvm/unittests/Analysis/
H A DValueTrackingTest.cpp1463 expectKnownFPClass(fcNegative | fcNan, true); in TEST_F()
1474 expectKnownFPClass((fcNegative & ~fcNegInf) | fcNan, true); in TEST_F()
1485 expectKnownFPClass(fcNegative, true); in TEST_F()
1673 expectKnownFPClass(fcNegative | fcNan, true); in TEST_F()
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp2022 if ((DemandedMask & fcNegative) == fcNone) { in SimplifyDemandedUseFPClass()
H A DInstCombineCalls.cpp923 case fcNegative | fcPosZero: in foldIntrinsicIsFPClass()
927 case fcNegative | fcPosZero | fcPosSubnormal: in foldIntrinsicIsFPClass()
1062 // is.fpclass(x, fcNegative | fcPosZero) -> fcmp ole x, 0.0 in getKnownSignOrZero()
H A DInstCombineSelect.cpp3638 KnownFPClass Known = computeKnownFPClass(MulVal, FMF, fcNegative, CtxI); in visitSelectInst()
/llvm-project/llvm/test/CodeGen/AMDGPU/
H A Dllvm.is.fpclass.bf16.ll1944 %class = tail call i1 @llvm.is.fpclass.bf16(bfloat %x, i32 60) ; fcNegative
2006 %class = tail call i1 @llvm.is.fpclass.bf16(bfloat %x, i32 963) ; ~fcNegative
H A Dllvm.is.fpclass.f16.ll2315 %class = tail call i1 @llvm.is.fpclass.f16(half %x, i32 60) ; fcNegative
2376 %class = tail call i1 @llvm.is.fpclass.f16(half %x, i32 963) ; ~fcNegative