Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h260 fcFinite = fcPosFinite | fcNegFinite, enumerator
264 fcAllFlags = fcNan | fcInf | fcFinite,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp196 case fcFinite: in invertFPClassTestIfSimpler()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8349 if ((Mask & fcFinite) == fcFinite) { in lowerISFPCLASS()
8353 Mask &= ~fcFinite; in lowerISFPCLASS()
8354 } else if ((Mask & fcFinite) == fcPosFinite) { in lowerISFPCLASS()
8359 } else if ((Mask & fcFinite) == fcNegFinite) { in lowerISFPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8694 else if ((Test & fcFinite) == fcFinite) { in expandIS_FPCLASS()
8697 Test &= ~fcFinite; in expandIS_FPCLASS()
8698 } else if ((Test & fcFinite) == fcPosFinite) { in expandIS_FPCLASS()
8702 } else if ((Test & fcFinite) == fcNegFinite) { in expandIS_FPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4534 Mask = fcFinite; in fcmpImpliesClass()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp3730 Builder.CreateZExt(Builder.createIsFPClass(V, FPClassTest::fcFinite), in EmitBuiltinExpr()