| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 1 |
| ; Bound: 21 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %f "f" |
| OpExecutionMode %f LocalSize 1 1 1 |
| OpName %f "f" |
| OpName %a "a" |
| OpName %b "b" |
| OpName %r "r" |
| OpName %tint_mod_u32 "tint_mod_u32" |
| OpName %lhs "lhs" |
| OpName %rhs "rhs" |
| %void = OpTypeVoid |
| %3 = OpTypeFunction %void |
| %uint = OpTypeInt 32 0 |
| %a = OpConstant %uint 1 |
| %b = OpConstant %uint 2 |
| %12 = OpTypeFunction %uint %uint %uint |
| %uint_0 = OpConstant %uint 0 |
| %bool = OpTypeBool |
| %f = OpFunction %void None %3 |
| %4 = OpLabel |
| %r = OpFunctionCall %uint %tint_mod_u32 %a %b |
| OpReturn |
| OpFunctionEnd |
| %tint_mod_u32 = OpFunction %uint None %12 |
| %lhs = OpFunctionParameter %uint |
| %rhs = OpFunctionParameter %uint |
| %13 = OpLabel |
| %14 = OpIEqual %bool %rhs %uint_0 |
| %17 = OpSelect %uint %14 %a %rhs |
| %18 = OpUDiv %uint %lhs %17 |
| %19 = OpIMul %uint %18 %17 |
| %20 = OpISub %uint %lhs %19 |
| OpReturnValue %20 |
| OpFunctionEnd |