blob: 749734c9a163ccb74af84ffac13211e08f8079b3 [file] [log] [blame]
; 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 %int %v3int
%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_4 = OpConstant %int 4
%int_2 = OpConstant %int 2
%int_3 = OpConstant %int 3
%55 = OpConstantComposite %v3int %int_1 %int_2 %int_3
%tint_mod = OpFunction %v3int None %1
%lhs = OpFunctionParameter %int
%rhs = OpFunctionParameter %v3int
%7 = OpLabel
%tint_return_flag = OpVariable %_ptr_Function_bool Function %11
%tint_return_value = OpVariable %_ptr_Function_v3int Function %14
%15 = OpCompositeConstruct %v3int %lhs %lhs %lhs
%17 = OpIEqual %v3bool %rhs %14
%21 = OpIEqual %v3bool %15 %20
%24 = OpIEqual %v3bool %rhs %23
%25 = OpLogicalAnd %v3bool %21 %24
%26 = OpLogicalOr %v3bool %17 %25
%16 = OpSelect %v3int %26 %28 %rhs
%33 = OpBitwiseOr %v3int %15 %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 %15 %16
%44 = OpIMul %v3int %43 %16
%45 = OpISub %v3int %15 %44
OpStore %tint_return_value %45
OpBranch %39
%41 = OpLabel
OpStore %tint_return_flag %true
%46 = OpSRem %v3int %15 %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 %int_4 %55
OpReturn
OpFunctionEnd