OpCapability Shader
          %1 = OpExtInstImport "GLSL.std.450"
               OpMemoryModel Logical GLSL450
               OpEntryPoint Fragment %main "main" %_GLF_color
               OpExecutionMode %main OriginUpperLeft
               OpSource ESSL 310
               OpName %main "main"
               OpName %f "f"
               OpName %_GLF_color "_GLF_color"
               OpDecorate %_GLF_color Location 0
       %void = OpTypeVoid
          %6 = OpTypeFunction %void
      %float = OpTypeFloat 32
%_ptr_Function_float = OpTypePointer Function %float
    %float_1 = OpConstant %float 1
%float_0_910000026 = OpConstant %float 0.910000026
       %bool = OpTypeBool
%float_0_930000007 = OpConstant %float 0.930000007
    %v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
 %_GLF_color = OpVariable %_ptr_Output_v4float Output
    %float_0 = OpConstant %float 0
         %16 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
         %17 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_0
       %main = OpFunction %void None %6
         %18 = OpLabel
          %f = OpVariable %_ptr_Function_float Function
         %19 = OpExtInst %float %1 Tanh %float_1
         %20 = OpExtInst %float %1 Atan2 %float_1 %19
               OpStore %f %20
         %21 = OpLoad %float %f
         %22 = OpFOrdGreaterThan %bool %21 %float_0_910000026
         %23 = OpLoad %float %f
         %24 = OpFOrdLessThan %bool %23 %float_0_930000007
         %25 = OpLogicalAnd %bool %22 %24
               OpSelectionMerge %26 None
               OpBranchConditional %25 %27 %28
         %27 = OpLabel
               OpStore %_GLF_color %16
               OpBranch %26
         %28 = OpLabel
               OpStore %_GLF_color %17
               OpBranch %26
         %26 = OpLabel
               OpReturn
               OpFunctionEnd