Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DFloatingPointMode.h218 fcFinite = fcPosFinite | fcNegFinite, enumerator
219 fcAllFlags = fcNan | fcInf | fcFinite
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp193 case fcFinite: in getInvertedFPClassTest()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7731 else if ((Test & fcFinite) == fcFinite) { in expandIS_FPCLASS()
7734 Test &= ~fcFinite; in expandIS_FPCLASS()
7735 } else if ((Test & fcFinite) == fcPosFinite) { in expandIS_FPCLASS()
7739 } else if ((Test & fcFinite) == fcNegFinite) { in expandIS_FPCLASS()