Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp198 case fcNegFinite: in invertFPClassTestIfSimpler()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5300 if (InterestedSrcs & fcNegFinite) in computeKnownFPClass()
5301 InterestedSrcs |= fcNegFinite; in computeKnownFPClass()
5322 if (KnownSrc.isKnownNever(fcNegFinite)) in computeKnownFPClass()
5323 Known.knownNot(fcNegFinite); in computeKnownFPClass()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8359 } else if ((Mask & fcFinite) == fcNegFinite) { in lowerISFPCLASS()
8365 Mask &= ~fcNegFinite; in lowerISFPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8702 } else if ((Test & fcFinite) == fcNegFinite) { in expandIS_FPCLASS()
8706 Test &= ~fcNegFinite; in expandIS_FPCLASS()