Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DFloatingPointMode.h214 fcSubnormal = fcPosSubnormal | fcNegSubnormal, enumerator
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp190 case fcSubnormal: in getInvertedFPClassTest()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7434 if (unsigned PartialCheck = Mask & fcSubnormal) { in lowerISFPCLASS()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8185 if (unsigned PartialCheck = Test & fcSubnormal) { in expandIS_FPCLASS()