Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DFloatingPointMode.h212 fcInf = fcPosInf | fcNegInf, enumerator
219 fcAllFlags = fcNan | fcInf | fcFinite
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp181 case fcInf: in getInvertedFPClassTest()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7759 if (unsigned PartialCheck = Test & fcInf) { in expandIS_FPCLASS()
7762 else if (PartialCheck == fcInf) in expandIS_FPCLASS()