Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h259 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero, enumerator
260 fcFinite = fcPosFinite | fcNegFinite,
262 fcNegative = fcNegFinite | fcNegInf,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp198 case fcNegFinite: in invertFPClassTestIfSimpler()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4688 if (InterestedSrcs & fcNegFinite) in computeKnownFPClass()
4689 InterestedSrcs |= fcNegFinite; in computeKnownFPClass()
4710 if (KnownSrc.isKnownNever(fcNegFinite)) in computeKnownFPClass()
4711 Known.knownNot(fcNegFinite); in computeKnownFPClass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7845 } else if ((Mask & fcFinite) == fcNegFinite) { in lowerISFPCLASS()
7851 Mask &= ~fcNegFinite; in lowerISFPCLASS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8498 } else if ((Test & fcFinite) == fcNegFinite) { in expandIS_FPCLASS()
8502 Test &= ~fcNegFinite; in expandIS_FPCLASS()