Searched refs:fcNegSubnormal (Results 1 – 7 of 7) sorted by relevance
204 fcNegSubnormal = 0x0010, enumerator214 fcSubnormal = fcPosSubnormal | fcNegSubnormal,217 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero,
192 case fcNegSubnormal: in getInvertedFPClassTest()
497 ((Mask & fcNegSubnormal) && Val.isDenormal() && Val.isNegative()) || in instCombineIntrinsic()
2642 ((Mask & fcNegSubnormal) && Op1V.isDenormal() && Op1V.isNegative()) || in ConstantFoldScalarCall2()
7443 if (PartialCheck == fcNegSubnormal) in lowerISFPCLASS()
5680 if (Check & fcNegSubnormal) in lowerIS_FPCLASS()
8193 if (PartialCheck == fcNegSubnormal) in expandIS_FPCLASS()