Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DFloatingPointMode.h217 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero, enumerator
218 fcFinite = fcPosFinite | fcNegFinite,
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp195 case fcNegFinite: in getInvertedFPClassTest()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7739 } else if ((Test & fcFinite) == fcNegFinite) { in expandIS_FPCLASS()
7743 Test &= ~fcNegFinite; in expandIS_FPCLASS()