; SPIR-V ; Version: 1.3 ; Generator: Google Tint Compiler; 0 ; Bound: 57 ; Schema: 0 OpCapability Shader OpMemoryModel Logical GLSL450 OpEntryPoint GLCompute %f "f" OpExecutionMode %f LocalSize 1 1 1 OpName %tint_mod "tint_mod" OpName %lhs "lhs" OpName %rhs "rhs" OpName %tint_return_flag "tint_return_flag" OpName %tint_return_value "tint_return_value" OpName %f "f" %int = OpTypeInt 32 1 %v3int = OpTypeVector %int 3 %1 = OpTypeFunction %v3int %v3int %int %bool = OpTypeBool %_ptr_Function_bool = OpTypePointer Function %bool %11 = OpConstantNull %bool %_ptr_Function_v3int = OpTypePointer Function %v3int %14 = OpConstantNull %v3int %v3bool = OpTypeVector %bool 3 %int_n2147483648 = OpConstant %int -2147483648 %20 = OpConstantComposite %v3int %int_n2147483648 %int_n2147483648 %int_n2147483648 %int_n1 = OpConstant %int -1 %23 = OpConstantComposite %v3int %int_n1 %int_n1 %int_n1 %int_1 = OpConstant %int 1 %28 = OpConstantComposite %v3int %int_1 %int_1 %int_1 %uint = OpTypeInt 32 0 %v3uint = OpTypeVector %uint 3 %uint_2147483648 = OpConstant %uint 2147483648 %35 = OpConstantComposite %v3uint %uint_2147483648 %uint_2147483648 %uint_2147483648 %37 = OpConstantNull %v3uint %true = OpConstantTrue %bool %void = OpTypeVoid %48 = OpTypeFunction %void %int_2 = OpConstant %int 2 %int_3 = OpConstant %int 3 %54 = OpConstantComposite %v3int %int_1 %int_2 %int_3 %int_4 = OpConstant %int 4 %tint_mod = OpFunction %v3int None %1 %lhs = OpFunctionParameter %v3int %rhs = OpFunctionParameter %int %7 = OpLabel %tint_return_flag = OpVariable %_ptr_Function_bool Function %11 %tint_return_value = OpVariable %_ptr_Function_v3int Function %14 %15 = OpCompositeConstruct %v3int %rhs %rhs %rhs %17 = OpIEqual %v3bool %15 %14 %21 = OpIEqual %v3bool %lhs %20 %24 = OpIEqual %v3bool %15 %23 %25 = OpLogicalAnd %v3bool %21 %24 %26 = OpLogicalOr %v3bool %17 %25 %16 = OpSelect %v3int %26 %28 %15 %33 = OpBitwiseOr %v3int %lhs %16 %30 = OpBitcast %v3uint %33 %36 = OpBitwiseAnd %v3uint %30 %35 %38 = OpINotEqual %v3bool %36 %37 %29 = OpAny %bool %38 OpSelectionMerge %39 None OpBranchConditional %29 %40 %41 %40 = OpLabel OpStore %tint_return_flag %true %43 = OpSDiv %v3int %lhs %16 %44 = OpIMul %v3int %43 %16 %45 = OpISub %v3int %lhs %44 OpStore %tint_return_value %45 OpBranch %39 %41 = OpLabel OpStore %tint_return_flag %true %46 = OpSRem %v3int %lhs %16 OpStore %tint_return_value %46 OpBranch %39 %39 = OpLabel %47 = OpLoad %v3int %tint_return_value OpReturnValue %47 OpFunctionEnd %f = OpFunction %void None %48 %51 = OpLabel %56 = OpFunctionCall %v3int %tint_mod %54 %int_4 OpReturn OpFunctionEnd