Lines Matching refs:sel
11 %sel = select i1 %cmp, i32 %x, i32 %y
12 ret i32 %sel
17 ; CHECK: %sel = select i1 %cmp, i32 %x, i32 %y
18 ; CHECK: ret i32 %sel
28 %sel = select i1 %cmp, float %div, float 2.0
29 ret float %sel
38 ; CHECK: %sel = phi float [ %div, %select.true.sink ], [ 2.000000e+00, %entry ]
39 ; CHECK: ret float %sel
46 %sel = select i1 %cmp, float 4.0, float %div
47 ret float %sel
56 ; CHECK: %sel = phi float [ 4.000000e+00, %entry ], [ %div, %select.false.sink ]
57 ; CHECK: ret float %sel
65 %sel = select i1 %cmp, float %div1, float %div2
66 ret float %sel
78 ; CHECK: %sel = phi float [ %div1, %select.true.sink ], [ %div2, %select.false.sink ]
79 ; CHECK: ret float %sel
95 %sel = select i1 %cmp, float %div, float 2.0, !unpredictable !0
96 ret float %sel
106 %sel = select i1 %cmp, float %add, float 7.0
107 ret float %sel
110 ; CHECK: %sel = select i1 %cmp, float %add, float 7.0
122 %sel = select i1 %cmp, float %add, float 8.0
123 ret float %sel
126 ; CHECK: %sel = select i1 %cmp, float %add, float 8.0
138 %sel = select i1 %tobool, i64* %call1, i64* %call2
139 ret i64* %sel
142 ; CHECK: %sel = select i1 %tobool, i64* %call1, i64* %call2
149 %sel = select i1 %cmp, i32 %div1, i32 %div2
150 ret i32 %sel
153 ; CHECK: %sel = select i1 %cmp, i32 %div1, i32 %div2