Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DFloatingPointMode.h207 fcPosSubnormal = 0x0080, enumerator
214 fcSubnormal = fcPosSubnormal | fcNegSubnormal,
216 fcPosFinite = fcPosNormal | fcPosSubnormal | fcPosZero,
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp188 case fcPosSubnormal: in getInvertedFPClassTest()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5678 if (Check & fcPosSubnormal) in lowerIS_FPCLASS()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7806 SDValue V = (PartialCheck == fcPosSubnormal) ? OpAsInt : AbsV; in expandIS_FPCLASS()