Searched refs:fcPosSubnormal (Results 1 – 7 of 7) sorted by relevance
207 fcPosSubnormal = 0x0080, enumerator214 fcSubnormal = fcPosSubnormal | fcNegSubnormal,216 fcPosFinite = fcPosNormal | fcPosSubnormal | fcPosZero,
191 case fcPosSubnormal: in getInvertedFPClassTest()
500 ((Mask & fcPosSubnormal) && Val.isDenormal() && !Val.isNegative()) || in instCombineIntrinsic()
2645 ((Mask & fcPosSubnormal) && Op1V.isDenormal() && !Op1V.isNegative()) || in ConstantFoldScalarCall2()
7437 auto V = (PartialCheck == fcPosSubnormal) ? AsInt : Abs; in lowerISFPCLASS()
5678 if (Check & fcPosSubnormal) in lowerIS_FPCLASS()
8188 SDValue V = (PartialCheck == fcPosSubnormal) ? OpAsInt : AbsV; in expandIS_FPCLASS()