| %15 = OpExtInstImport "GLSL.std.450" |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %f "f" |
| OpExecutionMode %f LocalSize 1 1 1 |
| %1 = OpTypeFunction %void |
| %v3uint = OpTypeVector %uint 3 |
| %_ptr_Function_v3uint = OpTypePointer Function %v3uint |
| %9 = OpConstantNull %v3uint |
| %_ptr_Function_uint = OpTypePointer Function %uint |
| %12 = OpConstantNull %uint |
| %f = OpFunction %void None %1 |
| %v = OpVariable %_ptr_Function_v3uint Function %9 |
| %offset = OpVariable %_ptr_Function_uint Function %12 |
| %count = OpVariable %_ptr_Function_uint Function %12 |
| %17 = OpLoad %uint %offset |
| %18 = OpLoad %uint %count |
| %14 = OpBitFieldUExtract %v3uint %16 %17 %18 |