Home | History | Annotate | Download | only in JumpThreading

Lines Matching full:select

9 ; Jump threading of branch with select as condition.
20 %expr = select i1 %cond, i1 true, i1 %value
35 ; Jump threading of switch with select as condition.
44 %expr = select i1 %cond, i8 1, i8 %value
70 ; Jump threading of indirectbr with select as address.
79 %indirect.goto.dest = select i1 %cond, i8* blockaddress(@test_indirectbr, %L1), i8* %address
94 ; A more complicated case: the condition is a select based on a comparison.
108 %expr = select i1 %cmp, i8 1, i8 %value
170 %add. = select i1 %cmp1, double %add, double 0.000000e+00
202 %add. = select i1 %cmp1, i32 0, i32 %add