Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h258 fcPosFinite = fcPosNormal | fcPosSubnormal | fcPosZero, enumerator
260 fcFinite = fcPosFinite | fcNegFinite,
261 fcPositive = fcPosFinite | fcPosInf,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp197 case fcPosFinite: in invertFPClassTestIfSimpler()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4686 if (InterestedSrcs & fcPosFinite) in computeKnownFPClass()
4687 InterestedSrcs |= fcPosFinite; in computeKnownFPClass()
4708 if (KnownSrc.isKnownNever(fcPosFinite)) in computeKnownFPClass()
4709 Known.knownNot(fcPosFinite); in computeKnownFPClass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7840 } else if ((Mask & fcFinite) == fcPosFinite) { in lowerISFPCLASS()
7844 Mask &= ~fcPosFinite; in lowerISFPCLASS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8494 } else if ((Test & fcFinite) == fcPosFinite) { in expandIS_FPCLASS()
8497 Test &= ~fcPosFinite; in expandIS_FPCLASS()