Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DFloatingPointMode.h216 fcPosFinite = fcPosNormal | fcPosSubnormal | fcPosZero, enumerator
218 fcFinite = fcPosFinite | fcNegFinite,
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp197 case fcPosFinite: in getInvertedFPClassTest()
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7371 } else if ((Mask & fcFinite) == fcPosFinite) { in lowerISFPCLASS()
7375 Mask &= ~fcPosFinite; in lowerISFPCLASS()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8117 } else if ((Test & fcFinite) == fcPosFinite) { in expandIS_FPCLASS()
8120 Test &= ~fcPosFinite; in expandIS_FPCLASS()