| #include <metal_stdlib> | |
| using namespace metal; | |
| void f_1() { | |
| int v = 0; | |
| int n = 0; | |
| uint offset_1 = 0u; | |
| uint count = 0u; | |
| int const v_1 = v; | |
| int const v_2 = n; | |
| uint const v_3 = count; | |
| uint const v_4 = min(offset_1, 32u); | |
| int const x_15 = insert_bits(v_1, v_2, v_4, min(v_3, (32u - v_4))); | |
| } | |
| kernel void f() { | |
| f_1(); | |
| } |