| #include <metal_stdlib> | |
| using namespace metal; | |
| void f() { | |
| { | |
| uint2 tint_loop_idx = uint2(4294967295u); | |
| int i = 0; | |
| while(true) { | |
| if (all((tint_loop_idx == uint2(0u)))) { | |
| break; | |
| } | |
| if (false) { | |
| } else { | |
| break; | |
| } | |
| { | |
| uint const tint_low_inc = (tint_loop_idx.x - 1u); | |
| tint_loop_idx.x = tint_low_inc; | |
| uint const tint_carry = uint((tint_low_inc == 4294967295u)); | |
| tint_loop_idx.y = (tint_loop_idx.y - tint_carry); | |
| } | |
| continue; | |
| } | |
| } | |
| } |