blob: 0cacf622094f5eeba0e591e12c95a4275a8d717f [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 = min(offset_1, 32u);
uint const x_12 = insert_bits(v, n, v_1, min(count, (32u - v_1)));
}
kernel void f() {
f_1();
}