Searched refs:fcNegNormal (Results 1 – 7 of 7) sorted by relevance
203 fcNegNormal = 0x0008, enumerator213 fcNormal = fcPosNormal | fcNegNormal,217 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero,
189 case fcNegNormal: in getInvertedFPClassTest()
496 ((Mask & fcNegNormal) && Val.isNormal() && Val.isNegative()) || in instCombineIntrinsic()
2641 ((Mask & fcNegNormal) && Op1V.isNormal() && Op1V.isNegative()) || in ConstantFoldScalarCall2()
7458 if (PartialCheck == fcNegNormal) in lowerISFPCLASS()
5676 if (Check & fcNegNormal) in lowerIS_FPCLASS()
8206 if (PartialCheck == fcNegNormal) in expandIS_FPCLASS()