Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h260 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero, enumerator
261 fcFinite = fcPosFinite | fcNegFinite,
263 fcNegative = fcNegFinite | fcNegInf,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp199 case fcNegFinite: in invertFPClassTestIfSimpler()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelValueTracking.cpp1160 if (InterestedSrcs & fcNegFinite) in computeKnownFPClass()
1161 InterestedSrcs |= fcNegFinite; in computeKnownFPClass()
1174 if (KnownSrc.isKnownNever(fcNegFinite)) in computeKnownFPClass()
1175 Known.knownNot(fcNegFinite); in computeKnownFPClass()
H A DLegalizerHelper.cpp9305 } else if ((Mask & fcFinite) == fcNegFinite) { in lowerISFPCLASS()
9311 Mask &= ~fcNegFinite; in lowerISFPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5132 if (InterestedSrcs & fcNegFinite) in computeKnownFPClass()
5133 InterestedSrcs |= fcNegFinite; in computeKnownFPClass()
5154 if (KnownSrc.isKnownNever(fcNegFinite)) in computeKnownFPClass()
5155 Known.knownNot(fcNegFinite); in computeKnownFPClass()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9107 } else if ((Test & fcFinite) == fcNegFinite) { in expandIS_FPCLASS()
9111 Test &= ~fcNegFinite; in expandIS_FPCLASS()