Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp187 case fcSubnormal: in getInvertedFPClassTest()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DFloatingPointMode.h214 fcSubnormal = fcPosSubnormal | fcNegSubnormal, enumerator
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7803 if (unsigned PartialCheck = Test & fcSubnormal) { in expandIS_FPCLASS()