blob: 897819966ef190ebe3bcc4815a47db66411b61d4 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f_1() {
int v = 0;
int n = 0;
uint offset_1 = 0u;
uint count = 0u;
int const x_15 = insert_bits(v, n, offset_1, count);
}
kernel void f() {
f_1();
}