Home
last modified time | relevance | path

Searched refs:FPTestMask (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8908 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()
[all …]