blob: 80b58007e4327534121d51287ac428081955c0e3 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f_1() {
uint v = 0u;
uint n = 0u;
uint offset_1 = 0u;
uint count = 0u;
uint const v_1 = v;
uint const v_2 = n;
uint const v_3 = count;
uint const v_4 = min(offset_1, 32u);
uint const x_12 = insert_bits(v_1, v_2, v_4, min(v_3, (32u - v_4)));
}
kernel void f() {
f_1();
}