Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DFloatingPointMode.h204 fcNegSubnormal = 0x0010, enumerator
214 fcSubnormal = fcPosSubnormal | fcNegSubnormal,
217 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero,
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp189 case fcNegSubnormal: in getInvertedFPClassTest()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5680 if (Check & fcNegSubnormal) in lowerIS_FPCLASS()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7811 if (PartialCheck == fcNegSubnormal) in expandIS_FPCLASS()