|
%15 = OpFunction %float None %14 |
|
%17 = OpFunctionParameter %_ptr_Function_float |
|
%18 = OpFunctionParameter %_ptr_Function_float |
|
%16 = OpLabel |
|
%19 = OpVariable %_ptr_Function_float Function |
|
%20 = OpVariable %_ptr_Function_float Function |
|
%21 = OpVariable %_ptr_Function_float Function |
|
%22 = OpVariable %_ptr_Function_float Function |
|
%23 = OpVariable %_ptr_Function_float Function |
|
%24 = OpLoad %float %17 |
|
OpStore %19 %24 |
|
%25 = OpLoad %float %18 |
|
OpStore %20 %25 |
|
%26 = OpLoad %float %19 |
|
OpStore %21 %26 |
|
%27 = OpLoad %float %20 |
|
OpStore %22 %27 |
|
%28 = OpLoad %float %21 |
|
%29 = OpLoad %float %22 |
|
%30 = OpFAdd %float %28 %29 |
|
OpStore %23 %30 |
|
%31 = OpLoad %float %23 |
|
OpReturnValue %31 |
|
OpFunctionEnd |