Lines Matching refs:FPTestMask
8908 FPClassTest FPTestMask = Test; in expandIS_FPCLASS() local
8912 invertFPClassTestIfSimpler(FPTestMask, true)) { in expandIS_FPCLASS()
8913 FPTestMask = InvertedFPCheck; in expandIS_FPCLASS()
8921 FPClassTest OrderedFPTestMask = FPTestMask & ~fcNan; in expandIS_FPCLASS()
8925 if ((FPTestMask & fcNan) != fcNan) in expandIS_FPCLASS()
8926 OrderedFPTestMask = FPTestMask; in expandIS_FPCLASS()
8928 const bool IsOrdered = FPTestMask == OrderedFPTestMask; in expandIS_FPCLASS()
8931 isFCmpEqualZero(FPTestMask, Semantics, DAG.getMachineFunction()); in expandIS_FPCLASS()
8943 if (FPTestMask == fcNan && in expandIS_FPCLASS()
8949 bool IsOrderedInf = FPTestMask == fcInf; in expandIS_FPCLASS()
8950 if ((FPTestMask == fcInf || FPTestMask == (fcInf | fcNan)) && in expandIS_FPCLASS()
9003 if (FPTestMask == fcNormal) { in expandIS_FPCLASS()