blob: 25ecf9bb7e96fa3e7af5ae0b52ae9a8f5b932664 [file] [log] [blame]
void f_1() {
int3 v = (int(0)).xxx;
uint offset_1 = 0u;
uint count = 0u;
int3 v_1 = v;
uint v_2 = min(offset_1, 32u);
uint v_3 = (32u - min(32u, (v_2 + count)));
int3 v_4 = (((v_3 < 32u)) ? ((v_1 << uint3((v_3).xxx))) : ((int(0)).xxx));
int3 x_15 = ((((v_3 + v_2) < 32u)) ? ((v_4 >> uint3(((v_3 + v_2)).xxx))) : (((v_4 >> (31u).xxx) >> (1u).xxx)));
}
[numthreads(1, 1, 1)]
void f() {
f_1();
}