Searched refs:FPTestMask (Results 1 – 1 of 1) sorted by relevance
8908 FPClassTest FPTestMask = Test; in expandIS_FPCLASS() local8912 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()[all …]