Lines Matching full:fcmp
5 %a = fcmp ueq float %x, %y ; <i1> [#uses=1]
6 %b = fcmp uno float %x, %y ; <i1> [#uses=1]
8 ; CHECK-NOT: fcmp uno
9 ; CHECK: fcmp ueq
16 %a = fcmp olt float %x, %y ; <i1> [#uses=1]
17 %b = fcmp oeq float %x, %y ; <i1> [#uses=1]
18 ; CHECK-NOT: fcmp olt
19 ; CHECK-NOT: fcmp oeq
20 ; CHECK: fcmp ole
28 %a = fcmp ult float %x, %y ; <i1> [#uses=1]
29 %b = fcmp uge float %x, %y ; <i1> [#uses=1]
38 %a = fcmp ult float %x, %y ; <i1> [#uses=1]
39 %b = fcmp ugt float %x, %y ; <i1> [#uses=1]
41 ; CHECK-NOT: fcmp ult
42 ; CHECK-NOT: fcmp ugt
43 ; CHECK: fcmp une
50 %a = fcmp olt float %x, %y ; <i1> [#uses=1]
51 %b = fcmp oge float %x, %y ; <i1> [#uses=1]
53 ; CHECK-NOT: fcmp olt
54 ; CHECK-NOT: fcmp oge
55 ; CHECK: fcmp ord