Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp197 case fcPosFinite: in invertFPClassTestIfSimpler()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5298 if (InterestedSrcs & fcPosFinite) in computeKnownFPClass()
5299 InterestedSrcs |= fcPosFinite; in computeKnownFPClass()
5320 if (KnownSrc.isKnownNever(fcPosFinite)) in computeKnownFPClass()
5321 Known.knownNot(fcPosFinite); in computeKnownFPClass()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8354 } else if ((Mask & fcFinite) == fcPosFinite) { in lowerISFPCLASS()
8358 Mask &= ~fcPosFinite; in lowerISFPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8698 } else if ((Test & fcFinite) == fcPosFinite) { in expandIS_FPCLASS()
8701 Test &= ~fcPosFinite; in expandIS_FPCLASS()