Lines Matching refs:PartialCheck
7749 if (unsigned PartialCheck = Test & fcZero) { in expandIS_FPCLASS() local
7750 if (PartialCheck == fcPosZero) in expandIS_FPCLASS()
7752 else if (PartialCheck == fcZero) in expandIS_FPCLASS()
7759 if (unsigned PartialCheck = Test & fcInf) { in expandIS_FPCLASS() local
7760 if (PartialCheck == fcPosInf) in expandIS_FPCLASS()
7762 else if (PartialCheck == fcInf) in expandIS_FPCLASS()
7772 if (unsigned PartialCheck = Test & fcNan) { in expandIS_FPCLASS() local
7775 if (PartialCheck == fcNan) { in expandIS_FPCLASS()
7788 } else if (PartialCheck == fcQNan) { in expandIS_FPCLASS()
7803 if (unsigned PartialCheck = Test & fcSubnormal) { in expandIS_FPCLASS() local
7806 SDValue V = (PartialCheck == fcPosSubnormal) ? OpAsInt : AbsV; in expandIS_FPCLASS()
7811 if (PartialCheck == fcNegSubnormal) in expandIS_FPCLASS()
7816 if (unsigned PartialCheck = Test & fcNormal) { in expandIS_FPCLASS() local
7824 if (PartialCheck == fcNegNormal) in expandIS_FPCLASS()
7826 else if (PartialCheck == fcPosNormal) { in expandIS_FPCLASS()