Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h260 fcFinite = fcPosFinite | fcNegFinite, enumerator
264 fcAllFlags = fcNan | fcInf | fcFinite,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp196 case fcFinite: in invertFPClassTestIfSimpler()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7835 if ((Mask & fcFinite) == fcFinite) { in lowerISFPCLASS()
7839 Mask &= ~fcFinite; in lowerISFPCLASS()
7840 } else if ((Mask & fcFinite) == fcPosFinite) { in lowerISFPCLASS()
7845 } else if ((Mask & fcFinite) == fcNegFinite) { in lowerISFPCLASS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8490 else if ((Test & fcFinite) == fcFinite) { in expandIS_FPCLASS()
8493 Test &= ~fcFinite; in expandIS_FPCLASS()
8494 } else if ((Test & fcFinite) == fcPosFinite) { in expandIS_FPCLASS()
8498 } else if ((Test & fcFinite) == fcNegFinite) { in expandIS_FPCLASS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4147 Mask = fcFinite; in fcmpToClassTest()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp3579 Builder.CreateZExt(Builder.createIsFPClass(V, FPClassTest::fcFinite), in EmitBuiltinExpr()