Lines Matching refs:t0
10 %t0 = fcmp oeq float %x, 0x7FF0000000000000
11 %t1 = select i1 %t0, float 1.0, float %y
19 %t0 = fcmp oeq double %x, 0x7FF0000000000000
20 %t1 = select i1 %t0, double 1.0, double %y
28 %t0 = fcmp une float %x, 0x7FF0000000000000
29 %t1 = select i1 %t0, float 1.0, float %y
37 %t0 = fcmp une double %x, 0x7FF0000000000000
38 %t1 = select i1 %t0, double 1.0, double %y
46 %t0 = fcmp oeq float %x, 0xFFF0000000000000
47 %t1 = select i1 %t0, float 1.0, float %y
55 %t0 = fcmp oeq double %x, 0xFFF0000000000000
56 %t1 = select i1 %t0, double 1.0, double %y
64 %t0 = fcmp une float %x, 0xFFF0000000000000
65 %t1 = select i1 %t0, float 1.0, float %y
73 %t0 = fcmp une double %x, 0xFFF0000000000000
74 %t1 = select i1 %t0, double 1.0, double %y