LCOV - code coverage report
Current view: top level - /mnt/build/buildbot/bld/build-lcov/gcc - gimple-match-7.cc (source / functions) Coverage Total Hit
Test: gcc.info Lines: 51.6 % 16520 8524
Test Date: 2024-12-28 13:16:48 Functions: 81.3 % 209 170
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: - 0 0

             Branch data     Line data    Source code
       1                 :             : /* Generated automatically by the program `genmatch' from
       2                 :             :    a IL pattern matching and simplification description.  */
       3                 :             : #pragma GCC diagnostic push
       4                 :             : #pragma GCC diagnostic ignored "-Wunused-variable"
       5                 :             : #pragma GCC diagnostic ignored "-Wunused-function"
       6                 :             : 
       7                 :             : #include "gimple-match-auto.h"
       8                 :             : 
       9                 :             : bool
      10                 :    43383846 : gimple_maybe_cmp (tree t, tree *res_ops, tree (*valueize)(tree) ATTRIBUTE_UNUSED)
      11                 :             : {
      12                 :    43383846 :   const tree type = TREE_TYPE (t);
      13                 :    43383846 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
      14                 :    43383846 :   switch (TREE_CODE (t))
      15                 :             :     {
      16                 :    42114497 :     case SSA_NAME:
      17                 :    42114497 :       if (gimple *_d1 = get_def (valueize, t))
      18                 :             :         {
      19                 :    34603106 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
      20                 :    35632925 :             switch (gimple_assign_rhs_code (_a1))
      21                 :             :               {
      22                 :    17780744 :               case LT_EXPR:
      23                 :    17780744 :               case LE_EXPR:
      24                 :    17780744 :               case EQ_EXPR:
      25                 :    17780744 :               case NE_EXPR:
      26                 :    17780744 :               case GE_EXPR:
      27                 :    17780744 :               case GT_EXPR:
      28                 :    17780744 :               case UNORDERED_EXPR:
      29                 :    17780744 :               case ORDERED_EXPR:
      30                 :    17780744 :               case UNLT_EXPR:
      31                 :    17780744 :               case UNLE_EXPR:
      32                 :    17780744 :               case UNGT_EXPR:
      33                 :    17780744 :               case UNGE_EXPR:
      34                 :    17780744 :               case UNEQ_EXPR:
      35                 :    17780744 :               case LTGT_EXPR:
      36                 :    17780744 :                 {
      37                 :    17780744 :                   tree _p0 = gimple_assign_rhs1 (_a1);
      38                 :    17780744 :                   _p0 = do_valueize (valueize, _p0);
      39                 :    17780744 :                   tree _p1 = gimple_assign_rhs2 (_a1);
      40                 :    17780744 :                   _p1 = do_valueize (valueize, _p1);
      41                 :    17780744 :                   {
      42                 :    17780744 :                     tree captures[3] ATTRIBUTE_UNUSED = { t, _p0, _p1 };
      43                 :    17780744 :                     {
      44                 :    17780744 :                       res_ops[0] = captures[0];
      45                 :    17780744 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 5, __FILE__, __LINE__, false);
      46                 :    17780744 :                       return true;
      47                 :             :                     }
      48                 :             :                   }
      49                 :     1580326 :                   break;
      50                 :             :                 }
      51                 :     1580326 :               CASE_CONVERT:
      52                 :     1580326 :                 {
      53                 :     1580326 :                   tree _p0 = gimple_assign_rhs1 (_a1);
      54                 :     1580326 :                   _p0 = do_valueize (valueize, _p0);
      55                 :     1580326 :                   switch (TREE_CODE (_p0))
      56                 :             :                     {
      57                 :     1577784 :                     case SSA_NAME:
      58                 :     1577784 :                       if (gimple *_d2 = get_def (valueize, _p0))
      59                 :             :                         {
      60                 :     1502798 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
      61                 :     1392352 :                             switch (gimple_assign_rhs_code (_a2))
      62                 :             :                               {
      63                 :       63330 :                               case LT_EXPR:
      64                 :       63330 :                               case LE_EXPR:
      65                 :       63330 :                               case EQ_EXPR:
      66                 :       63330 :                               case NE_EXPR:
      67                 :       63330 :                               case GE_EXPR:
      68                 :       63330 :                               case GT_EXPR:
      69                 :       63330 :                               case UNORDERED_EXPR:
      70                 :       63330 :                               case ORDERED_EXPR:
      71                 :       63330 :                               case UNLT_EXPR:
      72                 :       63330 :                               case UNLE_EXPR:
      73                 :       63330 :                               case UNGT_EXPR:
      74                 :       63330 :                               case UNGE_EXPR:
      75                 :       63330 :                               case UNEQ_EXPR:
      76                 :       63330 :                               case LTGT_EXPR:
      77                 :       63330 :                                 {
      78                 :       63330 :                                   tree _q20 = gimple_assign_rhs1 (_a2);
      79                 :       63330 :                                   _q20 = do_valueize (valueize, _q20);
      80                 :       63330 :                                   tree _q21 = gimple_assign_rhs2 (_a2);
      81                 :       63330 :                                   _q21 = do_valueize (valueize, _q21);
      82                 :       63330 :                                   {
      83                 :       63330 :                                     tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q21 };
      84                 :       63330 :                                     if (tree_nop_conversion_p (type, TREE_TYPE (captures[0]))
      85                 :             : )
      86                 :             :                                       {
      87                 :        7426 :                                         {
      88                 :        7426 :                                           res_ops[0] = captures[0];
      89                 :        7426 :                                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 6, __FILE__, __LINE__, false);
      90                 :        7426 :                                           return true;
      91                 :             :                                         }
      92                 :             :                                       }
      93                 :             :                                   }
      94                 :             :                                   break;
      95                 :             :                                 }
      96                 :             :                               default:;
      97                 :             :                               }
      98                 :             :                         }
      99                 :             :                       break;
     100                 :             :                     default:;
     101                 :             :                     }
     102                 :             :                   break;
     103                 :             :                 }
     104                 :      288462 :               case BIT_XOR_EXPR:
     105                 :      288462 :                 {
     106                 :      288462 :                   tree _p0 = gimple_assign_rhs1 (_a1);
     107                 :      288462 :                   _p0 = do_valueize (valueize, _p0);
     108                 :      288462 :                   tree _p1 = gimple_assign_rhs2 (_a1);
     109                 :      288462 :                   _p1 = do_valueize (valueize, _p1);
     110                 :      288462 :                   if (tree_swap_operands_p (_p0, _p1))
     111                 :             :                     std::swap (_p0, _p1);
     112                 :      288462 :                   {
     113                 :      288462 :                     tree captures[3] ATTRIBUTE_UNUSED = { t, _p0, _p1 };
     114                 :      288462 :                     if (INTEGRAL_TYPE_P (type)
     115                 :      288462 :  && TYPE_PRECISION (type) == 1
     116                 :             : )
     117                 :             :                       {
     118                 :        8975 :                         {
     119                 :        8975 :                           res_ops[0] = captures[0];
     120                 :        8975 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 7, __FILE__, __LINE__, false);
     121                 :        8975 :                           return true;
     122                 :             :                         }
     123                 :             :                       }
     124                 :             :                   }
     125                 :    25586701 :                   break;
     126                 :             :                 }
     127                 :             :               default:;
     128                 :             :               }
     129                 :             :         }
     130                 :             :       break;
     131                 :             :     default:;
     132                 :             :     }
     133                 :             :   return false;
     134                 :             : }
     135                 :             : 
     136                 :             : bool
     137                 :        1436 : gimple_compositional_complex (tree t, tree (*valueize)(tree) ATTRIBUTE_UNUSED)
     138                 :             : {
     139                 :        1436 :   const tree type = TREE_TYPE (t);
     140                 :        1436 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     141                 :        1436 :   switch (TREE_CODE (t))
     142                 :             :     {
     143                 :         801 :     case SSA_NAME:
     144                 :         801 :       if (gimple *_d1 = get_def (valueize, t))
     145                 :             :         {
     146                 :         497 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
     147                 :         823 :             switch (gimple_assign_rhs_code (_a1))
     148                 :             :               {
     149                 :           0 :               CASE_CONVERT:
     150                 :           0 :                 {
     151                 :           0 :                   tree _p0 = gimple_assign_rhs1 (_a1);
     152                 :           0 :                   _p0 = do_valueize (valueize, _p0);
     153                 :           0 :                   switch (TREE_CODE (_p0))
     154                 :             :                     {
     155                 :           0 :                     case SSA_NAME:
     156                 :           0 :                       if (gimple *_d2 = get_def (valueize, _p0))
     157                 :             :                         {
     158                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
     159                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
     160                 :             :                               {
     161                 :           0 :                               case COMPLEX_EXPR:
     162                 :           0 :                                 {
     163                 :           0 :                                   tree _q20 = gimple_assign_rhs1 (_a2);
     164                 :           0 :                                   _q20 = do_valueize (valueize, _q20);
     165                 :           0 :                                   tree _q21 = gimple_assign_rhs2 (_a2);
     166                 :           0 :                                   _q21 = do_valueize (valueize, _q21);
     167                 :           0 :                                   {
     168                 :           0 :                                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
     169                 :           0 :                                     {
     170                 :           0 :                                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 81, __FILE__, __LINE__, false);
     171                 :           0 :                                       return true;
     172                 :             :                                     }
     173                 :             :                                   }
     174                 :             :                                   break;
     175                 :             :                                 }
     176                 :             :                               default:;
     177                 :             :                               }
     178                 :             :                         }
     179                 :             :                       break;
     180                 :             :                     default:;
     181                 :             :                     }
     182                 :             :                   break;
     183                 :             :                 }
     184                 :         105 :               case COMPLEX_EXPR:
     185                 :         105 :                 {
     186                 :         105 :                   tree _p0 = gimple_assign_rhs1 (_a1);
     187                 :         105 :                   _p0 = do_valueize (valueize, _p0);
     188                 :         105 :                   tree _p1 = gimple_assign_rhs2 (_a1);
     189                 :         105 :                   _p1 = do_valueize (valueize, _p1);
     190                 :         105 :                   {
     191                 :         105 :                     tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
     192                 :         105 :                     {
     193                 :         105 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 81, __FILE__, __LINE__, false);
     194                 :         105 :                       return true;
     195                 :             :                     }
     196                 :             :                   }
     197                 :             :                   break;
     198                 :             :                 }
     199                 :             :               default:;
     200                 :             :               }
     201                 :             :         }
     202                 :             :       break;
     203                 :             :     default:;
     204                 :             :     }
     205                 :             :   return false;
     206                 :             : }
     207                 :             : 
     208                 :             : bool
     209                 :        2080 : gimple_double_value_p (tree t, tree (*valueize)(tree) ATTRIBUTE_UNUSED)
     210                 :             : {
     211                 :        2080 :   const tree type = TREE_TYPE (t);
     212                 :        2080 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     213                 :        2080 :   {
     214                 :        2080 :     tree captures[1] ATTRIBUTE_UNUSED = { t };
     215                 :        2080 :     if (TYPE_MAIN_VARIANT (TREE_TYPE (captures[0])) == double_type_node
     216                 :             : )
     217                 :             :       {
     218                 :         750 :         {
     219                 :         750 :           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 90, __FILE__, __LINE__, false);
     220                 :         750 :           return true;
     221                 :             :         }
     222                 :             :       }
     223                 :             :   }
     224                 :             :   return false;
     225                 :             : }
     226                 :             : 
     227                 :             : bool
     228                 :        3361 : gimple_float_value_p (tree t, tree (*valueize)(tree) ATTRIBUTE_UNUSED)
     229                 :             : {
     230                 :        3361 :   const tree type = TREE_TYPE (t);
     231                 :        3361 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     232                 :        3361 :   {
     233                 :        3361 :     tree captures[1] ATTRIBUTE_UNUSED = { t };
     234                 :        3361 :     if (TYPE_MAIN_VARIANT (TREE_TYPE (captures[0])) == float_type_node
     235                 :             : )
     236                 :             :       {
     237                 :        2698 :         {
     238                 :        2698 :           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 91, __FILE__, __LINE__, false);
     239                 :        2698 :           return true;
     240                 :             :         }
     241                 :             :       }
     242                 :             :   }
     243                 :             :   return false;
     244                 :             : }
     245                 :             : 
     246                 :             : bool
     247                 :        3830 : gimple_float16_value_p (tree t, tree (*valueize)(tree) ATTRIBUTE_UNUSED)
     248                 :             : {
     249                 :        3830 :   const tree type = TREE_TYPE (t);
     250                 :        3830 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     251                 :        3830 :   {
     252                 :        3830 :     tree captures[1] ATTRIBUTE_UNUSED = { t };
     253                 :        3830 :     if (TYPE_MAIN_VARIANT (TREE_TYPE (captures[0])) == float16_type_node
     254                 :             : )
     255                 :             :       {
     256                 :         918 :         {
     257                 :         918 :           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 92, __FILE__, __LINE__, false);
     258                 :         918 :           return true;
     259                 :             :         }
     260                 :             :       }
     261                 :             :   }
     262                 :             :   return false;
     263                 :             : }
     264                 :             : 
     265                 :             : bool
     266                 :      701883 : gimple_vec_same_elem_p (tree t, tree (*valueize)(tree) ATTRIBUTE_UNUSED)
     267                 :             : {
     268                 :      701883 :   const tree type = TREE_TYPE (t);
     269                 :      701883 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     270                 :      701883 :   switch (TREE_CODE (t))
     271                 :             :     {
     272                 :      684999 :     case SSA_NAME:
     273                 :      684999 :       if (gimple *_d1 = get_def (valueize, t))
     274                 :             :         {
     275                 :      579649 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
     276                 :      996143 :             switch (gimple_assign_rhs_code (_a1))
     277                 :             :               {
     278                 :           0 :               case VEC_DUPLICATE_EXPR:
     279                 :           0 :                 {
     280                 :           0 :                   tree _p0 = gimple_assign_rhs1 (_a1);
     281                 :           0 :                   _p0 = do_valueize (valueize, _p0);
     282                 :           0 :                   {
     283                 :           0 :                     tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
     284                 :           0 :                     {
     285                 :           0 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 93, __FILE__, __LINE__, false);
     286                 :           0 :                       return true;
     287                 :             :                     }
     288                 :             :                   }
     289                 :        2407 :                   break;
     290                 :             :                 }
     291                 :        2407 :               case CONSTRUCTOR:
     292                 :        2407 :                 {
     293                 :        2407 :                   {
     294                 :        2407 :                     tree captures[1] ATTRIBUTE_UNUSED = { t };
     295                 :        2407 :                     if (TREE_CODE (captures[0]) == SSA_NAME
     296                 :        2407 :  && uniform_vector_p (gimple_assign_rhs1 (SSA_NAME_DEF_STMT (captures[0])))
     297                 :             : )
     298                 :             :                       {
     299                 :         660 :                         {
     300                 :         660 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 94, __FILE__, __LINE__, false);
     301                 :         660 :                           return true;
     302                 :             :                         }
     303                 :             :                       }
     304                 :             :                   }
     305                 :             :                   break;
     306                 :             :                 }
     307                 :             :               default:;
     308                 :             :               }
     309                 :             :         }
     310                 :             :       break;
     311                 :      701223 :     default:;
     312                 :             :     }
     313                 :      701223 :   {
     314                 :      701223 :     tree captures[1] ATTRIBUTE_UNUSED = { t };
     315                 :      701223 :     if (uniform_vector_p (captures[0])
     316                 :             : )
     317                 :             :       {
     318                 :       12869 :         {
     319                 :       12869 :           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 95, __FILE__, __LINE__, false);
     320                 :       12869 :           return true;
     321                 :             :         }
     322                 :             :       }
     323                 :             :   }
     324                 :             :   return false;
     325                 :             : }
     326                 :             : 
     327                 :             : bool
     328                 :     1908173 : gimple_ctz_table_index (tree t, tree *res_ops, tree (*valueize)(tree) ATTRIBUTE_UNUSED)
     329                 :             : {
     330                 :     1908173 :   const tree type = TREE_TYPE (t);
     331                 :     1908173 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     332                 :     1908173 :   switch (TREE_CODE (t))
     333                 :             :     {
     334                 :      924026 :     case SSA_NAME:
     335                 :      924026 :       if (gimple *_d1 = get_def (valueize, t))
     336                 :             :         {
     337                 :      924026 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
     338                 :      496057 :             switch (gimple_assign_rhs_code (_a1))
     339                 :             :               {
     340                 :       11250 :               case RSHIFT_EXPR:
     341                 :       11250 :                 {
     342                 :       11250 :                   tree _p0 = gimple_assign_rhs1 (_a1);
     343                 :       11250 :                   _p0 = do_valueize (valueize, _p0);
     344                 :       11250 :                   tree _p1 = gimple_assign_rhs2 (_a1);
     345                 :       11250 :                   _p1 = do_valueize (valueize, _p1);
     346                 :       11250 :                   switch (TREE_CODE (_p0))
     347                 :             :                     {
     348                 :       11250 :                     case SSA_NAME:
     349                 :       11250 :                       if (gimple *_d2 = get_def (valueize, _p0))
     350                 :             :                         {
     351                 :       11250 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
     352                 :        7761 :                             switch (gimple_assign_rhs_code (_a2))
     353                 :             :                               {
     354                 :          48 :                               case MULT_EXPR:
     355                 :          48 :                                 {
     356                 :          48 :                                   tree _q20 = gimple_assign_rhs1 (_a2);
     357                 :          48 :                                   _q20 = do_valueize (valueize, _q20);
     358                 :          48 :                                   tree _q21 = gimple_assign_rhs2 (_a2);
     359                 :          48 :                                   _q21 = do_valueize (valueize, _q21);
     360                 :          48 :                                   if (tree_swap_operands_p (_q20, _q21))
     361                 :           0 :                                     std::swap (_q20, _q21);
     362                 :          48 :                                   switch (TREE_CODE (_q20))
     363                 :             :                                     {
     364                 :          48 :                                     case SSA_NAME:
     365                 :          48 :                                       if (gimple *_d3 = get_def (valueize, _q20))
     366                 :             :                                         {
     367                 :          48 :                                           if (gassign *_a3 = dyn_cast <gassign *> (_d3))
     368                 :          20 :                                             switch (gimple_assign_rhs_code (_a3))
     369                 :             :                                               {
     370                 :          20 :                                               case BIT_AND_EXPR:
     371                 :          20 :                                                 {
     372                 :          20 :                                                   tree _q30 = gimple_assign_rhs1 (_a3);
     373                 :          20 :                                                   _q30 = do_valueize (valueize, _q30);
     374                 :          20 :                                                   tree _q31 = gimple_assign_rhs2 (_a3);
     375                 :          20 :                                                   _q31 = do_valueize (valueize, _q31);
     376                 :          20 :                                                   if (tree_swap_operands_p (_q30, _q31))
     377                 :           0 :                                                     std::swap (_q30, _q31);
     378                 :          20 :                                                   switch (TREE_CODE (_q30))
     379                 :             :                                                     {
     380                 :          20 :                                                     case SSA_NAME:
     381                 :          20 :                                                       if (gimple *_d4 = get_def (valueize, _q30))
     382                 :             :                                                         {
     383                 :          20 :                                                           if (gassign *_a4 = dyn_cast <gassign *> (_d4))
     384                 :          20 :                                                             switch (gimple_assign_rhs_code (_a4))
     385                 :             :                                                               {
     386                 :          20 :                                                               case NEGATE_EXPR:
     387                 :          20 :                                                                 {
     388                 :          20 :                                                                   tree _q40 = gimple_assign_rhs1 (_a4);
     389                 :          20 :                                                                   _q40 = do_valueize (valueize, _q40);
     390                 :          20 :                                                                   if ((_q31 == _q40 && ! TREE_SIDE_EFFECTS (_q31)) || (operand_equal_p (_q31, _q40, 0) && types_match (_q31, _q40)))
     391                 :             :                                                                     {
     392                 :          20 :                                                                       switch (TREE_CODE (_q21))
     393                 :             :                                                                         {
     394                 :          20 :                                                                         case INTEGER_CST:
     395                 :          20 :                                                                           {
     396                 :          20 :                                                                             switch (TREE_CODE (_p1))
     397                 :             :                                                                               {
     398                 :          20 :                                                                               case INTEGER_CST:
     399                 :          20 :                                                                                 {
     400                 :          20 :                                                                                   {
     401                 :          20 :                                                                                     tree captures[3] ATTRIBUTE_UNUSED = { _q40, _q21, _p1 };
     402                 :          20 :                                                                                     {
     403                 :          20 :                                                                                       res_ops[0] = captures[0];
     404                 :          20 :                                                                                       res_ops[1] = captures[1];
     405                 :          20 :                                                                                       res_ops[2] = captures[2];
     406                 :          20 :                                                                                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 96, __FILE__, __LINE__, false);
     407                 :          20 :                                                                                       return true;
     408                 :             :                                                                                     }
     409                 :             :                                                                                   }
     410                 :             :                                                                                   break;
     411                 :             :                                                                                 }
     412                 :             :                                                                               default:;
     413                 :             :                                                                               }
     414                 :             :                                                                             break;
     415                 :             :                                                                           }
     416                 :             :                                                                         default:;
     417                 :             :                                                                         }
     418                 :             :                                                                     }
     419                 :             :                                                                   break;
     420                 :             :                                                                 }
     421                 :             :                                                               default:;
     422                 :             :                                                               }
     423                 :             :                                                         }
     424                 :             :                                                       break;
     425                 :           0 :                                                     default:;
     426                 :             :                                                     }
     427                 :           0 :                                                   switch (TREE_CODE (_q31))
     428                 :             :                                                     {
     429                 :           0 :                                                     case SSA_NAME:
     430                 :           0 :                                                       if (gimple *_d4 = get_def (valueize, _q31))
     431                 :             :                                                         {
     432                 :           0 :                                                           if (gassign *_a4 = dyn_cast <gassign *> (_d4))
     433                 :           0 :                                                             switch (gimple_assign_rhs_code (_a4))
     434                 :             :                                                               {
     435                 :           0 :                                                               case NEGATE_EXPR:
     436                 :           0 :                                                                 {
     437                 :           0 :                                                                   tree _q50 = gimple_assign_rhs1 (_a4);
     438                 :           0 :                                                                   _q50 = do_valueize (valueize, _q50);
     439                 :           0 :                                                                   if ((_q50 == _q30 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q30, 0) && types_match (_q50, _q30)))
     440                 :             :                                                                     {
     441                 :           0 :                                                                       switch (TREE_CODE (_q21))
     442                 :             :                                                                         {
     443                 :           0 :                                                                         case INTEGER_CST:
     444                 :           0 :                                                                           {
     445                 :           0 :                                                                             switch (TREE_CODE (_p1))
     446                 :             :                                                                               {
     447                 :           0 :                                                                               case INTEGER_CST:
     448                 :           0 :                                                                                 {
     449                 :           0 :                                                                                   {
     450                 :           0 :                                                                                     tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q21, _p1 };
     451                 :           0 :                                                                                     {
     452                 :           0 :                                                                                       res_ops[0] = captures[0];
     453                 :           0 :                                                                                       res_ops[1] = captures[1];
     454                 :           0 :                                                                                       res_ops[2] = captures[2];
     455                 :           0 :                                                                                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 96, __FILE__, __LINE__, false);
     456                 :           0 :                                                                                       return true;
     457                 :             :                                                                                     }
     458                 :             :                                                                                   }
     459                 :             :                                                                                   break;
     460                 :             :                                                                                 }
     461                 :             :                                                                               default:;
     462                 :             :                                                                               }
     463                 :             :                                                                             break;
     464                 :             :                                                                           }
     465                 :             :                                                                         default:;
     466                 :             :                                                                         }
     467                 :             :                                                                     }
     468                 :             :                                                                   break;
     469                 :             :                                                                 }
     470                 :             :                                                               default:;
     471                 :             :                                                               }
     472                 :             :                                                         }
     473                 :             :                                                       break;
     474                 :             :                                                     default:;
     475                 :             :                                                     }
     476                 :     1908173 :                                                   break;
     477                 :             :                                                 }
     478                 :             :                                               default:;
     479                 :             :                                               }
     480                 :             :                                         }
     481                 :             :                                       break;
     482                 :             :                                     default:;
     483                 :             :                                     }
     484                 :     1908173 :                                   break;
     485                 :             :                                 }
     486                 :             :                               default:;
     487                 :             :                               }
     488                 :             :                         }
     489                 :             :                       break;
     490                 :             :                     default:;
     491                 :             :                     }
     492                 :             :                   break;
     493                 :             :                 }
     494                 :             :               default:;
     495                 :             :               }
     496                 :             :         }
     497                 :             :       break;
     498                 :             :     default:;
     499                 :             :     }
     500                 :             :   return false;
     501                 :             : }
     502                 :             : 
     503                 :             : bool
     504                 :          84 : gimple_simplify_1 (gimple_match_op *res_op, gimple_seq *seq,
     505                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
     506                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
     507                 :             :  const combined_fn ARG_UNUSED (COPYSIGN_ALL))
     508                 :             : {
     509                 :          84 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     510                 :          84 :   gimple_seq *lseq = seq;
     511                 :          84 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail679;
     512                 :          84 :   {
     513                 :          84 :     res_op->set_op (ABS_EXPR, type, 1);
     514                 :          84 :     res_op->ops[0] = captures[0];
     515                 :          84 :     res_op->resimplify (lseq, valueize);
     516                 :          84 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 100, __FILE__, __LINE__, true);
     517                 :             :     return true;
     518                 :             :   }
     519                 :           0 : next_after_fail679:;
     520                 :           0 :   return false;
     521                 :             : }
     522                 :             : 
     523                 :             : bool
     524                 :          48 : gimple_simplify_2 (gimple_match_op *res_op, gimple_seq *seq,
     525                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
     526                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
     527                 :             : {
     528                 :          48 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     529                 :          96 :   if (ANY_INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
     530                 :          48 :  && !TYPE_UNSIGNED (TREE_TYPE (captures[0]))
     531                 :          96 :  && wi::to_widest (captures[2]) == element_precision (TREE_TYPE (captures[0])) - 1
     532                 :             : )
     533                 :             :     {
     534                 :          48 :       gimple_seq *lseq = seq;
     535                 :          48 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail680;
     536                 :          48 :       {
     537                 :          48 :         res_op->set_op (ABS_EXPR, type, 1);
     538                 :          48 :         res_op->ops[0] = captures[0];
     539                 :          48 :         res_op->resimplify (lseq, valueize);
     540                 :          48 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 101, __FILE__, __LINE__, true);
     541                 :          48 :         return true;
     542                 :             :       }
     543                 :           0 : next_after_fail680:;
     544                 :             :     }
     545                 :             :   return false;
     546                 :             : }
     547                 :             : 
     548                 :             : bool
     549                 :          25 : gimple_simplify_3 (gimple_match_op *res_op, gimple_seq *seq,
     550                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
     551                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
     552                 :             :  const enum tree_code ARG_UNUSED (op))
     553                 :             : {
     554                 :          25 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     555                 :          25 :   if (INTEGRAL_TYPE_P (type)
     556                 :             : )
     557                 :             :     {
     558                 :          25 :       gimple_seq *lseq = seq;
     559                 :          25 :       if (lseq
     560                 :          11 :           && (!single_use (captures[0])
     561                 :           3 :               || !single_use (captures[3])))
     562                 :          24 :         lseq = NULL;
     563                 :          25 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail681;
     564                 :          25 :       {
     565                 :          25 :         res_op->set_op (LSHIFT_EXPR, type, 2);
     566                 :          25 :         {
     567                 :          25 :           tree _o1[2], _r1;
     568                 :          25 :           _o1[0] = captures[1];
     569                 :          25 :           _o1[1] = captures[4];
     570                 :          25 :           gimple_match_op tem_op (res_op->cond.any_else (), op, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
     571                 :          25 :           tem_op.resimplify (lseq, valueize);
     572                 :          25 :           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
     573                 :          25 :           if (!_r1) goto next_after_fail681;
     574                 :           2 :           res_op->ops[0] = _r1;
     575                 :             :         }
     576                 :           2 :         res_op->ops[1] = captures[2];
     577                 :           2 :         res_op->resimplify (lseq, valueize);
     578                 :           2 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 102, __FILE__, __LINE__, true);
     579                 :           2 :         return true;
     580                 :             :       }
     581                 :             : next_after_fail681:;
     582                 :             :     }
     583                 :             :   return false;
     584                 :             : }
     585                 :             : 
     586                 :             : bool
     587                 :      670128 : gimple_simplify_5 (gimple_match_op *res_op, gimple_seq *seq,
     588                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
     589                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
     590                 :             :  const enum tree_code ARG_UNUSED (op))
     591                 :             : {
     592                 :      670128 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     593                 :      670128 :   {
     594                 :      670128 :  bool wascmp0, wascmp1;
     595                 :      670128 :       if (bitwise_inverted_equal_p (captures[1], captures[3], wascmp0)
     596                 :       13561 :  && bitwise_inverted_equal_p (captures[0], captures[2], wascmp1)
     597                 :      670270 :  && ((!wascmp0 && !wascmp1)
     598                 :         140 :  || element_precision (type) == 1)
     599                 :             : )
     600                 :             :         {
     601                 :         142 :           gimple_seq *lseq = seq;
     602                 :         142 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail683;
     603                 :         142 :           {
     604                 :         142 :             res_op->set_op (BIT_XOR_EXPR, type, 2);
     605                 :         142 :             res_op->ops[0] = captures[0];
     606                 :         142 :             res_op->ops[1] = captures[3];
     607                 :         142 :             res_op->resimplify (lseq, valueize);
     608                 :         142 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 104, __FILE__, __LINE__, true);
     609                 :         142 :             return true;
     610                 :             :           }
     611                 :           0 : next_after_fail683:;
     612                 :             :         }
     613                 :             :   }
     614                 :      669986 :   return false;
     615                 :             : }
     616                 :             : 
     617                 :             : bool
     618                 :           1 : gimple_simplify_7 (gimple_match_op *res_op, gimple_seq *seq,
     619                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
     620                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
     621                 :             : {
     622                 :           1 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     623                 :           1 :   gimple_seq *lseq = seq;
     624                 :           1 :   if (lseq
     625                 :           1 :       && (!single_use (captures[0])))
     626                 :           0 :     lseq = NULL;
     627                 :           1 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail685;
     628                 :           1 :   {
     629                 :           1 :     res_op->set_op (BIT_IOR_EXPR, type, 2);
     630                 :           1 :     res_op->ops[0] = captures[1];
     631                 :           1 :     res_op->ops[1] = captures[2];
     632                 :           1 :     res_op->resimplify (lseq, valueize);
     633                 :           1 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 106, __FILE__, __LINE__, true);
     634                 :             :     return true;
     635                 :             :   }
     636                 :           0 : next_after_fail685:;
     637                 :           0 :   return false;
     638                 :             : }
     639                 :             : 
     640                 :             : bool
     641                 :          24 : gimple_simplify_9 (gimple_match_op *res_op, gimple_seq *seq,
     642                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
     643                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
     644                 :             :  const enum tree_code ARG_UNUSED (bit_op))
     645                 :             : {
     646                 :          24 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     647                 :          24 :   if (bit_op == BIT_AND_EXPR
     648                 :             : )
     649                 :             :     {
     650                 :          24 :       gimple_seq *lseq = seq;
     651                 :          24 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail688;
     652                 :          24 :       {
     653                 :          24 :         tree tem;
     654                 :          24 :         tem =  build_zero_cst (type);
     655                 :          24 :         res_op->set_value (tem);
     656                 :          24 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 107, __FILE__, __LINE__, true);
     657                 :          24 :         return true;
     658                 :             :       }
     659                 :           0 : next_after_fail688:;
     660                 :             :     }
     661                 :             :   else
     662                 :             :     {
     663                 :           0 :       gimple_seq *lseq = seq;
     664                 :           0 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail689;
     665                 :           0 :       {
     666                 :           0 :         tree tem;
     667                 :           0 :         tem =  build_minus_one_cst (type);
     668                 :           0 :         res_op->set_value (tem);
     669                 :           0 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 108, __FILE__, __LINE__, true);
     670                 :           0 :         return true;
     671                 :             :       }
     672                 :           0 : next_after_fail689:;
     673                 :             :     }
     674                 :             :   return false;
     675                 :             : }
     676                 :             : 
     677                 :             : bool
     678                 :           6 : gimple_simplify_11 (gimple_match_op *res_op, gimple_seq *seq,
     679                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
     680                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
     681                 :             :  const enum tree_code ARG_UNUSED (bit_op))
     682                 :             : {
     683                 :           6 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     684                 :           6 :   if (bit_op == BIT_AND_EXPR
     685                 :             : )
     686                 :             :     {
     687                 :           2 :       gimple_seq *lseq = seq;
     688                 :           2 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail692;
     689                 :           2 :       {
     690                 :           2 :         tree tem;
     691                 :           2 :         tem =  build_zero_cst (type);
     692                 :           2 :         res_op->set_value (tem);
     693                 :           2 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 109, __FILE__, __LINE__, true);
     694                 :           2 :         return true;
     695                 :             :       }
     696                 :           0 : next_after_fail692:;
     697                 :             :     }
     698                 :             :   else
     699                 :             :     {
     700                 :           4 :       gimple_seq *lseq = seq;
     701                 :           4 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail693;
     702                 :           4 :       {
     703                 :           4 :         tree tem;
     704                 :           4 :         tem =  build_minus_one_cst (type);
     705                 :           4 :         res_op->set_value (tem);
     706                 :           4 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 110, __FILE__, __LINE__, true);
     707                 :           4 :         return true;
     708                 :             :       }
     709                 :           0 : next_after_fail693:;
     710                 :             :     }
     711                 :             :   return false;
     712                 :             : }
     713                 :             : 
     714                 :             : bool
     715                 :        1824 : gimple_simplify_13 (gimple_match_op *res_op, gimple_seq *seq,
     716                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
     717                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
     718                 :             : {
     719                 :        1824 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     720                 :        1824 :   gimple_seq *lseq = seq;
     721                 :        1824 :   if (lseq
     722                 :         726 :       && (!single_use (captures[0])
     723                 :         686 :           || !single_use (captures[1])))
     724                 :        1192 :     lseq = NULL;
     725                 :        1824 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail695;
     726                 :        1824 :   {
     727                 :        1824 :     res_op->set_op (BIT_XOR_EXPR, type, 2);
     728                 :        1824 :     {
     729                 :        1824 :       tree _o1[2], _r1;
     730                 :        1824 :       _o1[0] = captures[2];
     731                 :        1824 :       _o1[1] = captures[3];
     732                 :        1824 :       gimple_match_op tem_op (res_op->cond.any_else (), BIT_AND_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
     733                 :        1824 :       tem_op.resimplify (lseq, valueize);
     734                 :        1824 :       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
     735                 :        1824 :       if (!_r1) goto next_after_fail695;
     736                 :         638 :       res_op->ops[0] = _r1;
     737                 :             :     }
     738                 :         638 :     {
     739                 :         638 :       tree _o1[2], _r1;
     740                 :         638 :       _o1[0] = captures[4];
     741                 :         638 :       _o1[1] = captures[3];
     742                 :         638 :       gimple_match_op tem_op (res_op->cond.any_else (), BIT_XOR_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
     743                 :         638 :       tem_op.resimplify (NULL, valueize);
     744                 :         638 :       _r1 = maybe_push_res_to_seq (&tem_op, NULL);
     745                 :         638 :       if (!_r1) goto next_after_fail695;
     746                 :           8 :       res_op->ops[1] = _r1;
     747                 :             :     }
     748                 :           8 :     res_op->resimplify (lseq, valueize);
     749                 :           8 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 112, __FILE__, __LINE__, true);
     750                 :             :     return true;
     751                 :             :   }
     752                 :             : next_after_fail695:;
     753                 :             :   return false;
     754                 :             : }
     755                 :             : 
     756                 :             : bool
     757                 :           0 : gimple_simplify_15 (gimple_match_op *res_op, gimple_seq *seq,
     758                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
     759                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
     760                 :             : {
     761                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     762                 :           0 :   gimple_seq *lseq = seq;
     763                 :           0 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail697;
     764                 :           0 :   {
     765                 :           0 :     res_op->set_op (BIT_NOT_EXPR, type, 1);
     766                 :           0 :     res_op->ops[0] = captures[0];
     767                 :           0 :     res_op->resimplify (lseq, valueize);
     768                 :           0 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 114, __FILE__, __LINE__, true);
     769                 :             :     return true;
     770                 :             :   }
     771                 :           0 : next_after_fail697:;
     772                 :           0 :   return false;
     773                 :             : }
     774                 :             : 
     775                 :             : bool
     776                 :           0 : gimple_simplify_17 (gimple_match_op *res_op, gimple_seq *seq,
     777                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
     778                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
     779                 :             : {
     780                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     781                 :           0 :   gimple_seq *lseq = seq;
     782                 :           0 :   if (lseq
     783                 :           0 :       && (!single_use (captures[0])
     784                 :           0 :           || !single_use (captures[3])))
     785                 :           0 :     lseq = NULL;
     786                 :           0 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail699;
     787                 :           0 :   {
     788                 :           0 :     res_op->set_op (BIT_IOR_EXPR, type, 2);
     789                 :           0 :     res_op->ops[0] = captures[1];
     790                 :           0 :     {
     791                 :           0 :       tree _o1[1], _r1;
     792                 :           0 :       _o1[0] = captures[2];
     793                 :           0 :       gimple_match_op tem_op (res_op->cond.any_else (), BIT_NOT_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
     794                 :           0 :       tem_op.resimplify (lseq, valueize);
     795                 :           0 :       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
     796                 :           0 :       if (!_r1) goto next_after_fail699;
     797                 :           0 :       res_op->ops[1] = _r1;
     798                 :             :     }
     799                 :           0 :     res_op->resimplify (lseq, valueize);
     800                 :           0 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 116, __FILE__, __LINE__, true);
     801                 :             :     return true;
     802                 :             :   }
     803                 :             : next_after_fail699:;
     804                 :             :   return false;
     805                 :             : }
     806                 :             : 
     807                 :             : bool
     808                 :           8 : gimple_simplify_19 (gimple_match_op *res_op, gimple_seq *seq,
     809                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
     810                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
     811                 :             : {
     812                 :           8 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     813                 :           8 :   gimple_seq *lseq = seq;
     814                 :           8 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail701;
     815                 :           8 :   {
     816                 :           8 :     res_op->set_op (BIT_XOR_EXPR, type, 2);
     817                 :           8 :     res_op->ops[0] = captures[0];
     818                 :           8 :     res_op->ops[1] = captures[1];
     819                 :           8 :     res_op->resimplify (lseq, valueize);
     820                 :           8 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 118, __FILE__, __LINE__, true);
     821                 :             :     return true;
     822                 :             :   }
     823                 :           0 : next_after_fail701:;
     824                 :           0 :   return false;
     825                 :             : }
     826                 :             : 
     827                 :             : bool
     828                 :          16 : gimple_simplify_20 (gimple_match_op *res_op, gimple_seq *seq,
     829                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
     830                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
     831                 :             : {
     832                 :          16 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     833                 :          16 :   gimple_seq *lseq = seq;
     834                 :          16 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail702;
     835                 :          16 :   {
     836                 :          16 :     res_op->set_op (BIT_AND_EXPR, type, 2);
     837                 :          16 :     res_op->ops[0] = captures[0];
     838                 :          16 :     res_op->ops[1] = captures[1];
     839                 :          16 :     res_op->resimplify (lseq, valueize);
     840                 :          16 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 119, __FILE__, __LINE__, true);
     841                 :             :     return true;
     842                 :             :   }
     843                 :           0 : next_after_fail702:;
     844                 :           0 :   return false;
     845                 :             : }
     846                 :             : 
     847                 :             : bool
     848                 :         160 : gimple_simplify_21 (gimple_match_op *res_op, gimple_seq *seq,
     849                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
     850                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
     851                 :             : {
     852                 :         160 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     853                 :         160 :   if (tree_nop_conversion_p (type, TREE_TYPE (captures[0]))
     854                 :             : )
     855                 :             :     {
     856                 :         160 :       gimple_seq *lseq = seq;
     857                 :         160 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail703;
     858                 :         160 :       {
     859                 :         160 :         res_op->set_op (NOP_EXPR, type, 1);
     860                 :         160 :         {
     861                 :         160 :           tree _o1[2], _r1;
     862                 :         160 :           _o1[0] = captures[1];
     863                 :         160 :           {
     864                 :         160 :             tree _o2[1], _r2;
     865                 :         160 :             _o2[0] = captures[0];
     866                 :         160 :             gimple_match_op tem_op (res_op->cond.any_else (), BIT_NOT_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
     867                 :         160 :             tem_op.resimplify (lseq, valueize);
     868                 :         160 :             _r2 = maybe_push_res_to_seq (&tem_op, lseq);
     869                 :         160 :             if (!_r2) goto next_after_fail703;
     870                 :          16 :             _o1[1] = _r2;
     871                 :             :           }
     872                 :          16 :           gimple_match_op tem_op (res_op->cond.any_else (), BIT_AND_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
     873                 :          16 :           tem_op.resimplify (lseq, valueize);
     874                 :          16 :           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
     875                 :          16 :           if (!_r1) goto next_after_fail703;
     876                 :          16 :           res_op->ops[0] = _r1;
     877                 :             :         }
     878                 :          16 :         res_op->resimplify (lseq, valueize);
     879                 :          16 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 120, __FILE__, __LINE__, true);
     880                 :          16 :         return true;
     881                 :             :       }
     882                 :             : next_after_fail703:;
     883                 :             :     }
     884                 :             :   return false;
     885                 :             : }
     886                 :             : 
     887                 :             : bool
     888                 :          73 : gimple_simplify_25 (gimple_match_op *res_op, gimple_seq *seq,
     889                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
     890                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
     891                 :             : {
     892                 :          73 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     893                 :          73 :   if (element_precision (type) <= element_precision (TREE_TYPE (captures[0]))
     894                 :          73 :  && element_precision (type) <= element_precision (TREE_TYPE (captures[1]))
     895                 :             : )
     896                 :             :     {
     897                 :          73 :       gimple_seq *lseq = seq;
     898                 :          73 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail707;
     899                 :          73 :       {
     900                 :          73 :         res_op->set_op (BIT_XOR_EXPR, type, 2);
     901                 :          73 :         {
     902                 :          73 :           tree _o1[1], _r1;
     903                 :          73 :           _o1[0] = captures[0];
     904                 :          73 :           if (type != TREE_TYPE (_o1[0])
     905                 :          73 :               && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
     906                 :             :             {
     907                 :          28 :               gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
     908                 :          28 :               tem_op.resimplify (lseq, valueize);
     909                 :          28 :               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
     910                 :          28 :               if (!_r1) goto next_after_fail707;
     911                 :             :             }
     912                 :             :           else
     913                 :             :             _r1 = _o1[0];
     914                 :          45 :           res_op->ops[0] = _r1;
     915                 :             :         }
     916                 :          45 :         {
     917                 :          45 :           tree _o1[1], _r1;
     918                 :          45 :           _o1[0] = captures[1];
     919                 :          45 :           if (type != TREE_TYPE (_o1[0])
     920                 :          45 :               && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
     921                 :             :             {
     922                 :           7 :               gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
     923                 :           7 :               tem_op.resimplify (lseq, valueize);
     924                 :           7 :               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
     925                 :           7 :               if (!_r1) goto next_after_fail707;
     926                 :             :             }
     927                 :             :           else
     928                 :             :             _r1 = _o1[0];
     929                 :          45 :           res_op->ops[1] = _r1;
     930                 :             :         }
     931                 :          45 :         res_op->resimplify (lseq, valueize);
     932                 :          45 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 124, __FILE__, __LINE__, true);
     933                 :          45 :         return true;
     934                 :             :       }
     935                 :             : next_after_fail707:;
     936                 :             :     }
     937                 :             :   return false;
     938                 :             : }
     939                 :             : 
     940                 :             : bool
     941                 :        2866 : gimple_simplify_29 (gimple_match_op *res_op, gimple_seq *seq,
     942                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
     943                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
     944                 :             :  const enum tree_code ARG_UNUSED (op),
     945                 :             :  const enum tree_code ARG_UNUSED (rop))
     946                 :             : {
     947                 :        2866 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     948                 :        2866 :   if (tree_nop_conversion_p (type, TREE_TYPE (captures[1]))
     949                 :        2866 :  && tree_nop_conversion_p (type, TREE_TYPE (captures[2]))
     950                 :             : )
     951                 :             :     {
     952                 :        2856 :       gimple_seq *lseq = seq;
     953                 :        2856 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail711;
     954                 :        2856 :       {
     955                 :        2856 :         res_op->set_op (rop, type, 2);
     956                 :        2856 :         {
     957                 :        2856 :           tree _o1[1], _r1;
     958                 :        2856 :           _o1[0] = captures[0];
     959                 :        2856 :           if (type != TREE_TYPE (_o1[0])
     960                 :        2856 :               && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
     961                 :             :             {
     962                 :           2 :               gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
     963                 :           2 :               tem_op.resimplify (lseq, valueize);
     964                 :           2 :               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
     965                 :           2 :               if (!_r1) goto next_after_fail711;
     966                 :             :             }
     967                 :             :           else
     968                 :             :             _r1 = _o1[0];
     969                 :        2856 :           res_op->ops[0] = _r1;
     970                 :             :         }
     971                 :        2856 :         {
     972                 :        2856 :           tree _o1[2], _r1;
     973                 :        2856 :           {
     974                 :        2856 :             tree _o2[1], _r2;
     975                 :        2856 :             _o2[0] = captures[1];
     976                 :        2856 :             if (type != TREE_TYPE (_o2[0])
     977                 :        2856 :                 && !useless_type_conversion_p (type, TREE_TYPE (_o2[0])))
     978                 :             :               {
     979                 :           2 :                 gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o2[0]);
     980                 :           2 :                 tem_op.resimplify (lseq, valueize);
     981                 :           2 :                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
     982                 :           2 :                 if (!_r2) goto next_after_fail711;
     983                 :             :               }
     984                 :             :             else
     985                 :             :               _r2 = _o2[0];
     986                 :        2856 :             _o1[0] = _r2;
     987                 :             :           }
     988                 :        2856 :           {
     989                 :        2856 :             tree _o2[1], _r2;
     990                 :        2856 :             _o2[0] = captures[2];
     991                 :        2856 :             if (type != TREE_TYPE (_o2[0])
     992                 :        2856 :                 && !useless_type_conversion_p (type, TREE_TYPE (_o2[0])))
     993                 :             :               {
     994                 :           2 :                 gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o2[0]);
     995                 :           2 :                 tem_op.resimplify (lseq, valueize);
     996                 :           2 :                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
     997                 :           2 :                 if (!_r2) goto next_after_fail711;
     998                 :             :               }
     999                 :             :             else
    1000                 :             :               _r2 = _o2[0];
    1001                 :        2856 :             _o1[1] = _r2;
    1002                 :             :           }
    1003                 :        2856 :           gimple_match_op tem_op (res_op->cond.any_else (), op, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    1004                 :        2856 :           tem_op.resimplify (lseq, valueize);
    1005                 :        2856 :           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    1006                 :        2856 :           if (!_r1) goto next_after_fail711;
    1007                 :        2178 :           res_op->ops[1] = _r1;
    1008                 :             :         }
    1009                 :        2178 :         res_op->resimplify (lseq, valueize);
    1010                 :        2178 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 128, __FILE__, __LINE__, true);
    1011                 :        2178 :         return true;
    1012                 :             :       }
    1013                 :             : next_after_fail711:;
    1014                 :             :     }
    1015                 :             :   return false;
    1016                 :             : }
    1017                 :             : 
    1018                 :             : bool
    1019                 :      670269 : gimple_simplify_32 (gimple_match_op *res_op, gimple_seq *seq,
    1020                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    1021                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    1022                 :             :  const enum tree_code ARG_UNUSED (bitop))
    1023                 :             : {
    1024                 :      670269 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1025                 :      670269 :   if (((TREE_CODE (captures[3]) == INTEGER_CST
    1026                 :      374699 :  && INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
    1027                 :      329046 :  && (int_fits_type_p (captures[3], TREE_TYPE (captures[1]))
    1028                 :       34496 :  || tree_nop_conversion_p (TREE_TYPE (captures[1]), type)))
    1029                 :      354852 :  || types_match (captures[1], captures[3]))
    1030                 :      315417 :  && !POINTER_TYPE_P (TREE_TYPE (captures[1]))
    1031                 :      315417 :  && !VECTOR_TYPE_P (TREE_TYPE (captures[1]))
    1032                 :      315417 :  && TREE_CODE (TREE_TYPE (captures[1])) != OFFSET_TYPE
    1033                 :             :  && (bitop != BIT_AND_EXPR ||
    1034                 :             : 1
    1035                 :             : )
    1036                 :      670269 :  && (
    1037                 :      315417 :  TYPE_PRECISION (TREE_TYPE (captures[1])) < TYPE_PRECISION (type)
    1038                 :      286077 :  || (
    1039                 :             : 1
    1040                 :      286077 :  && TYPE_PRECISION (TREE_TYPE (captures[1])) == TYPE_PRECISION (type))
    1041                 :      237016 :  || GET_MODE_CLASS (TYPE_MODE (type)) != MODE_INT
    1042                 :      237016 :  || !type_has_mode_precision_p (type)
    1043                 :      237002 :  || (
    1044                 :             : 1
    1045                 :      237002 :  && TREE_CODE (captures[3]) != INTEGER_CST
    1046                 :           0 :  && tree_nop_conversion_p (type, TREE_TYPE (captures[1]))
    1047                 :           0 :  && single_use (captures[0])
    1048                 :           0 :  && single_use (captures[2])))
    1049                 :             : )
    1050                 :             :     {
    1051                 :       78415 :       gimple_seq *lseq = seq;
    1052                 :       78415 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail714;
    1053                 :       78415 :       {
    1054                 :       78415 :         res_op->set_op (NOP_EXPR, type, 1);
    1055                 :       78415 :         {
    1056                 :       78415 :           tree _o1[2], _r1;
    1057                 :       78415 :           _o1[0] = captures[1];
    1058                 :       78415 :           {
    1059                 :       78415 :             tree _o2[1], _r2;
    1060                 :       78415 :             _o2[0] = captures[3];
    1061                 :       78415 :             if (TREE_TYPE (_o1[0]) != TREE_TYPE (_o2[0])
    1062                 :       78415 :                 && !useless_type_conversion_p (TREE_TYPE (_o1[0]), TREE_TYPE (_o2[0])))
    1063                 :             :               {
    1064                 :       78415 :                 gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, TREE_TYPE (_o1[0]), _o2[0]);
    1065                 :       78415 :                 tem_op.resimplify (lseq, valueize);
    1066                 :       78415 :                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    1067                 :       78415 :                 if (!_r2) goto next_after_fail714;
    1068                 :             :               }
    1069                 :             :             else
    1070                 :             :               _r2 = _o2[0];
    1071                 :       78415 :             _o1[1] = _r2;
    1072                 :             :           }
    1073                 :       78415 :           gimple_match_op tem_op (res_op->cond.any_else (), bitop, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    1074                 :       78415 :           tem_op.resimplify (lseq, valueize);
    1075                 :       78415 :           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    1076                 :       78415 :           if (!_r1) goto next_after_fail714;
    1077                 :       32157 :           res_op->ops[0] = _r1;
    1078                 :             :         }
    1079                 :       32157 :         res_op->resimplify (lseq, valueize);
    1080                 :       32157 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 130, __FILE__, __LINE__, true);
    1081                 :       32157 :         return true;
    1082                 :             :       }
    1083                 :             : next_after_fail714:;
    1084                 :             :     }
    1085                 :             :   return false;
    1086                 :             : }
    1087                 :             : 
    1088                 :             : bool
    1089                 :         281 : gimple_simplify_37 (gimple_match_op *res_op, gimple_seq *seq,
    1090                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    1091                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    1092                 :             : {
    1093                 :         281 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1094                 :         281 :   if (tree_nop_conversion_p (type, TREE_TYPE (captures[2]))
    1095                 :             : )
    1096                 :             :     {
    1097                 :         281 :       gimple_seq *lseq = seq;
    1098                 :         281 :       if (lseq
    1099                 :          71 :           && (!single_use (captures[0])
    1100                 :           5 :               || !single_use (captures[1])))
    1101                 :         276 :         lseq = NULL;
    1102                 :         281 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail721;
    1103                 :         281 :       {
    1104                 :         281 :         res_op->set_op (BIT_NOT_EXPR, type, 1);
    1105                 :         281 :         {
    1106                 :         281 :           tree _o1[2], _r1;
    1107                 :         281 :           {
    1108                 :         281 :             tree _o2[1], _r2;
    1109                 :         281 :             _o2[0] = captures[2];
    1110                 :         281 :             gimple_match_op tem_op (res_op->cond.any_else (), VIEW_CONVERT_EXPR, type, _o2[0]);
    1111                 :         281 :             tem_op.resimplify (lseq, valueize);
    1112                 :         281 :             _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    1113                 :         281 :             if (!_r2) goto next_after_fail721;
    1114                 :          21 :             _o1[0] = _r2;
    1115                 :             :           }
    1116                 :          21 :           _o1[1] = captures[3];
    1117                 :          21 :           gimple_match_op tem_op (res_op->cond.any_else (), BIT_XOR_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    1118                 :          21 :           tem_op.resimplify (lseq, valueize);
    1119                 :          21 :           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    1120                 :          21 :           if (!_r1) goto next_after_fail721;
    1121                 :           5 :           res_op->ops[0] = _r1;
    1122                 :             :         }
    1123                 :           5 :         res_op->resimplify (lseq, valueize);
    1124                 :           5 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 126, __FILE__, __LINE__, true);
    1125                 :           5 :         return true;
    1126                 :             :       }
    1127                 :             : next_after_fail721:;
    1128                 :             :     }
    1129                 :             :   return false;
    1130                 :             : }
    1131                 :             : 
    1132                 :             : bool
    1133                 :           1 : gimple_simplify_40 (gimple_match_op *res_op, gimple_seq *seq,
    1134                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    1135                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    1136                 :             :  const enum tree_code ARG_UNUSED (op))
    1137                 :             : {
    1138                 :           1 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1139                 :           2 :   if (INTEGRAL_TYPE_P (type)
    1140                 :           3 :  && (tree_nonzero_bits (captures[0]) & tree_nonzero_bits (captures[2])) == 0
    1141                 :             : )
    1142                 :             :     {
    1143                 :           1 :       {
    1144                 :           1 :  tree t = type;
    1145                 :           1 :  if (!TYPE_OVERFLOW_WRAPS (t))
    1146                 :           1 :  t = unsigned_type_for (t);
    1147                 :           1 :  wide_int c = wi::add (wi::to_wide (captures[3]), 1);
    1148                 :           1 :           gimple_seq *lseq = seq;
    1149                 :           1 :           if (lseq
    1150                 :           1 :               && (!single_use (captures[0])
    1151                 :           1 :                   || !single_use (captures[1])))
    1152                 :           0 :             lseq = NULL;
    1153                 :           1 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail724;
    1154                 :           1 :           {
    1155                 :           1 :             res_op->set_op (NOP_EXPR, type, 1);
    1156                 :           1 :             {
    1157                 :           1 :               tree _o1[2], _r1;
    1158                 :           1 :               {
    1159                 :           1 :                 tree _o2[1], _r2;
    1160                 :           1 :                 _o2[0] = captures[2];
    1161                 :           1 :                 if (t != TREE_TYPE (_o2[0])
    1162                 :           1 :                     && !useless_type_conversion_p (t, TREE_TYPE (_o2[0])))
    1163                 :             :                   {
    1164                 :           1 :                     gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, t, _o2[0]);
    1165                 :           1 :                     tem_op.resimplify (lseq, valueize);
    1166                 :           1 :                     _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    1167                 :           1 :                     if (!_r2) goto next_after_fail724;
    1168                 :             :                   }
    1169                 :             :                 else
    1170                 :             :                   _r2 = _o2[0];
    1171                 :           1 :                 _o1[0] = _r2;
    1172                 :             :               }
    1173                 :           1 :               _o1[1] =  wide_int_to_tree (t, c);
    1174                 :           1 :               gimple_match_op tem_op (res_op->cond.any_else (), MULT_EXPR, t, _o1[0], _o1[1]);
    1175                 :           1 :               tem_op.resimplify (lseq, valueize);
    1176                 :           1 :               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    1177                 :           1 :               if (!_r1) goto next_after_fail724;
    1178                 :           1 :               res_op->ops[0] = _r1;
    1179                 :             :             }
    1180                 :           1 :             res_op->resimplify (lseq, valueize);
    1181                 :           1 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 139, __FILE__, __LINE__, true);
    1182                 :           1 :             return true;
    1183                 :             :           }
    1184                 :           0 : next_after_fail724:;
    1185                 :           1 :       }
    1186                 :             :     }
    1187                 :             :   return false;
    1188                 :             : }
    1189                 :             : 
    1190                 :             : bool
    1191                 :           0 : gimple_simplify_43 (gimple_match_op *res_op, gimple_seq *seq,
    1192                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    1193                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    1194                 :             :  const enum tree_code ARG_UNUSED (op))
    1195                 :             : {
    1196                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1197                 :           0 :   if (INTEGRAL_TYPE_P (type)
    1198                 :           0 :  && tree_int_cst_sgn (captures[5]) > 0
    1199                 :           0 :  && (tree_nonzero_bits (captures[0]) & tree_nonzero_bits (captures[4])) == 0
    1200                 :             : )
    1201                 :             :     {
    1202                 :           0 :       {
    1203                 :           0 :  tree t = type;
    1204                 :           0 :  if (!TYPE_OVERFLOW_WRAPS (t))
    1205                 :           0 :  t = unsigned_type_for (t);
    1206                 :           0 :  wide_int wone = wi::one (TYPE_PRECISION (type));
    1207                 :           0 :  wide_int c = wi::add (wi::to_wide (captures[3]),
    1208                 :           0 :  wi::lshift (wone, wi::to_wide (captures[5])));
    1209                 :           0 :           gimple_seq *lseq = seq;
    1210                 :           0 :           if (lseq
    1211                 :           0 :               && (!single_use (captures[0])
    1212                 :           0 :                   || !single_use (captures[1])
    1213                 :           0 :                   || !single_use (captures[4])))
    1214                 :           0 :             lseq = NULL;
    1215                 :           0 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail728;
    1216                 :           0 :           {
    1217                 :           0 :             res_op->set_op (NOP_EXPR, type, 1);
    1218                 :           0 :             {
    1219                 :           0 :               tree _o1[2], _r1;
    1220                 :           0 :               {
    1221                 :           0 :                 tree _o2[1], _r2;
    1222                 :           0 :                 _o2[0] = captures[2];
    1223                 :           0 :                 if (t != TREE_TYPE (_o2[0])
    1224                 :           0 :                     && !useless_type_conversion_p (t, TREE_TYPE (_o2[0])))
    1225                 :             :                   {
    1226                 :           0 :                     gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, t, _o2[0]);
    1227                 :           0 :                     tem_op.resimplify (lseq, valueize);
    1228                 :           0 :                     _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    1229                 :           0 :                     if (!_r2) goto next_after_fail728;
    1230                 :             :                   }
    1231                 :             :                 else
    1232                 :             :                   _r2 = _o2[0];
    1233                 :           0 :                 _o1[0] = _r2;
    1234                 :             :               }
    1235                 :           0 :               _o1[1] =  wide_int_to_tree (t, c);
    1236                 :           0 :               gimple_match_op tem_op (res_op->cond.any_else (), MULT_EXPR, t, _o1[0], _o1[1]);
    1237                 :           0 :               tem_op.resimplify (lseq, valueize);
    1238                 :           0 :               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    1239                 :           0 :               if (!_r1) goto next_after_fail728;
    1240                 :           0 :               res_op->ops[0] = _r1;
    1241                 :             :             }
    1242                 :           0 :             res_op->resimplify (lseq, valueize);
    1243                 :           0 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 138, __FILE__, __LINE__, true);
    1244                 :           0 :             return true;
    1245                 :             :           }
    1246                 :           0 : next_after_fail728:;
    1247                 :           0 :       }
    1248                 :             :     }
    1249                 :             :   return false;
    1250                 :             : }
    1251                 :             : 
    1252                 :             : bool
    1253                 :        2053 : gimple_simplify_47 (gimple_match_op *res_op, gimple_seq *seq,
    1254                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    1255                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    1256                 :             :  const enum tree_code ARG_UNUSED (op))
    1257                 :             : {
    1258                 :        2053 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1259                 :        4106 :   if (INTEGRAL_TYPE_P (type)
    1260                 :        1934 :  && tree_int_cst_sgn (captures[2]) > 0
    1261                 :        7974 :  && (tree_nonzero_bits (captures[0]) & tree_nonzero_bits (captures[1])) == 0
    1262                 :             : )
    1263                 :             :     {
    1264                 :         193 :       {
    1265                 :         193 :  tree t = type;
    1266                 :         193 :  if (!TYPE_OVERFLOW_WRAPS (t))
    1267                 :           4 :  t = unsigned_type_for (t);
    1268                 :         193 :  wide_int wone = wi::one (TYPE_PRECISION (t));
    1269                 :         193 :  wide_int c = wi::add (wi::lshift (wone, wi::to_wide (captures[2])), wone);
    1270                 :         193 :           gimple_seq *lseq = seq;
    1271                 :         193 :           if (lseq
    1272                 :         191 :               && (!single_use (captures[0])))
    1273                 :           2 :             lseq = NULL;
    1274                 :         193 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail732;
    1275                 :         193 :           {
    1276                 :         193 :             res_op->set_op (NOP_EXPR, type, 1);
    1277                 :         193 :             {
    1278                 :         193 :               tree _o1[2], _r1;
    1279                 :         193 :               {
    1280                 :         193 :                 tree _o2[1], _r2;
    1281                 :         193 :                 _o2[0] = captures[1];
    1282                 :         193 :                 if (t != TREE_TYPE (_o2[0])
    1283                 :         193 :                     && !useless_type_conversion_p (t, TREE_TYPE (_o2[0])))
    1284                 :             :                   {
    1285                 :           4 :                     gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, t, _o2[0]);
    1286                 :           4 :                     tem_op.resimplify (lseq, valueize);
    1287                 :           4 :                     _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    1288                 :           4 :                     if (!_r2) goto next_after_fail732;
    1289                 :             :                   }
    1290                 :             :                 else
    1291                 :             :                   _r2 = _o2[0];
    1292                 :         192 :                 _o1[0] = _r2;
    1293                 :             :               }
    1294                 :         192 :               _o1[1] =  wide_int_to_tree (t, c);
    1295                 :         192 :               gimple_match_op tem_op (res_op->cond.any_else (), MULT_EXPR, t, _o1[0], _o1[1]);
    1296                 :         192 :               tem_op.resimplify (lseq, valueize);
    1297                 :         192 :               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    1298                 :         192 :               if (!_r1) goto next_after_fail732;
    1299                 :         191 :               res_op->ops[0] = _r1;
    1300                 :             :             }
    1301                 :         191 :             res_op->resimplify (lseq, valueize);
    1302                 :         191 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 144, __FILE__, __LINE__, true);
    1303                 :         191 :             return true;
    1304                 :             :           }
    1305                 :           2 : next_after_fail732:;
    1306                 :         193 :       }
    1307                 :             :     }
    1308                 :             :   return false;
    1309                 :             : }
    1310                 :             : 
    1311                 :             : bool
    1312                 :           2 : gimple_simplify_51 (gimple_match_op *res_op, gimple_seq *seq,
    1313                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    1314                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    1315                 :             :  const combined_fn ARG_UNUSED (PARITY))
    1316                 :             : {
    1317                 :           2 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1318                 :           2 :   if (types_match (TREE_TYPE (captures[1]), TREE_TYPE (captures[3]))
    1319                 :             : )
    1320                 :             :     {
    1321                 :           0 :       gimple_seq *lseq = seq;
    1322                 :           0 :       if (lseq
    1323                 :           0 :           && (!single_use (captures[0])
    1324                 :           0 :               || !single_use (captures[2])))
    1325                 :           0 :         lseq = NULL;
    1326                 :           0 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail737;
    1327                 :           0 :       {
    1328                 :           0 :         res_op->set_op (PARITY, type, 1);
    1329                 :           0 :         {
    1330                 :           0 :           tree _o1[2], _r1;
    1331                 :           0 :           _o1[0] = captures[1];
    1332                 :           0 :           _o1[1] = captures[3];
    1333                 :           0 :           gimple_match_op tem_op (res_op->cond.any_else (), BIT_XOR_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    1334                 :           0 :           tem_op.resimplify (lseq, valueize);
    1335                 :           0 :           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    1336                 :           0 :           if (!_r1) goto next_after_fail737;
    1337                 :           0 :           res_op->ops[0] = _r1;
    1338                 :             :         }
    1339                 :           0 :         res_op->resimplify (lseq, valueize);
    1340                 :           0 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 149, __FILE__, __LINE__, true);
    1341                 :           0 :         return true;
    1342                 :             :       }
    1343                 :             : next_after_fail737:;
    1344                 :             :     }
    1345                 :             :   else
    1346                 :             :     {
    1347                 :           4 :       if (INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
    1348                 :           4 :  && INTEGRAL_TYPE_P (TREE_TYPE (captures[3]))
    1349                 :             : )
    1350                 :             :         {
    1351                 :           2 :           {
    1352                 :           2 :  tree utype = TREE_TYPE (captures[1]);
    1353                 :           2 :  if (TYPE_PRECISION (utype) < TYPE_PRECISION (TREE_TYPE (captures[3])))
    1354                 :           2 :  utype = TREE_TYPE (captures[3]);
    1355                 :           2 :               gimple_seq *lseq = seq;
    1356                 :           2 :               if (lseq
    1357                 :           1 :                   && (!single_use (captures[0])
    1358                 :           1 :                       || !single_use (captures[2])))
    1359                 :           1 :                 lseq = NULL;
    1360                 :           2 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail738;
    1361                 :           2 :               {
    1362                 :           2 :                 res_op->set_op (PARITY, type, 1);
    1363                 :           2 :                 {
    1364                 :           2 :                   tree _o1[2], _r1;
    1365                 :           2 :                   {
    1366                 :           2 :                     tree _o2[1], _r2;
    1367                 :           2 :                     _o2[0] = captures[1];
    1368                 :           2 :                     if (utype != TREE_TYPE (_o2[0])
    1369                 :           2 :                         && !useless_type_conversion_p (utype, TREE_TYPE (_o2[0])))
    1370                 :             :                       {
    1371                 :           2 :                         gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, utype, _o2[0]);
    1372                 :           2 :                         tem_op.resimplify (lseq, valueize);
    1373                 :           2 :                         _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    1374                 :           2 :                         if (!_r2) goto next_after_fail738;
    1375                 :             :                       }
    1376                 :             :                     else
    1377                 :             :                       _r2 = _o2[0];
    1378                 :           1 :                     _o1[0] = _r2;
    1379                 :             :                   }
    1380                 :           1 :                   {
    1381                 :           1 :                     tree _o2[1], _r2;
    1382                 :           1 :                     _o2[0] = captures[3];
    1383                 :           1 :                     if (utype != TREE_TYPE (_o2[0])
    1384                 :           1 :                         && !useless_type_conversion_p (utype, TREE_TYPE (_o2[0])))
    1385                 :             :                       {
    1386                 :           0 :                         gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, utype, _o2[0]);
    1387                 :           0 :                         tem_op.resimplify (lseq, valueize);
    1388                 :           0 :                         _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    1389                 :           0 :                         if (!_r2) goto next_after_fail738;
    1390                 :             :                       }
    1391                 :             :                     else
    1392                 :             :                       _r2 = _o2[0];
    1393                 :           1 :                     _o1[1] = _r2;
    1394                 :             :                   }
    1395                 :           1 :                   gimple_match_op tem_op (res_op->cond.any_else (), BIT_XOR_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    1396                 :           1 :                   tem_op.resimplify (lseq, valueize);
    1397                 :           1 :                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    1398                 :           1 :                   if (!_r1) goto next_after_fail738;
    1399                 :           1 :                   res_op->ops[0] = _r1;
    1400                 :             :                 }
    1401                 :           1 :                 res_op->resimplify (lseq, valueize);
    1402                 :           1 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 150, __FILE__, __LINE__, true);
    1403                 :           1 :                 return true;
    1404                 :             :               }
    1405                 :             : next_after_fail738:;
    1406                 :             :           }
    1407                 :             :         }
    1408                 :             :     }
    1409                 :             :   return false;
    1410                 :             : }
    1411                 :             : 
    1412                 :             : bool
    1413                 :          63 : gimple_simplify_59 (gimple_match_op *res_op, gimple_seq *seq,
    1414                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    1415                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    1416                 :             : {
    1417                 :          63 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1418                 :          63 :   gimple_seq *lseq = seq;
    1419                 :          63 :   if (lseq
    1420                 :          63 :       && (!single_use (captures[1])))
    1421                 :           0 :     lseq = NULL;
    1422                 :          63 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail749;
    1423                 :          63 :   {
    1424                 :          63 :     res_op->set_op (BIT_AND_EXPR, type, 2);
    1425                 :          63 :     {
    1426                 :          63 :       tree _o1[2], _r1;
    1427                 :          63 :       _o1[0] = captures[0];
    1428                 :          63 :       _o1[1] = captures[2];
    1429                 :          63 :       gimple_match_op tem_op (res_op->cond.any_else (), PLUS_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    1430                 :          63 :       tem_op.resimplify (lseq, valueize);
    1431                 :          63 :       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    1432                 :          63 :       if (!_r1) goto next_after_fail749;
    1433                 :          63 :       res_op->ops[0] = _r1;
    1434                 :             :     }
    1435                 :          63 :     {
    1436                 :          63 :       tree _o1[1], _r1;
    1437                 :          63 :       _o1[0] = captures[2];
    1438                 :          63 :       gimple_match_op tem_op (res_op->cond.any_else (), BIT_NOT_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
    1439                 :          63 :       tem_op.resimplify (lseq, valueize);
    1440                 :          63 :       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    1441                 :          63 :       if (!_r1) goto next_after_fail749;
    1442                 :          63 :       res_op->ops[1] = _r1;
    1443                 :             :     }
    1444                 :          63 :     res_op->resimplify (lseq, valueize);
    1445                 :          63 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 161, __FILE__, __LINE__, true);
    1446                 :             :     return true;
    1447                 :             :   }
    1448                 :             : next_after_fail749:;
    1449                 :             :   return false;
    1450                 :             : }
    1451                 :             : 
    1452                 :             : bool
    1453                 :      715780 : gimple_simplify_63 (gimple_match_op *res_op, gimple_seq *seq,
    1454                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    1455                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    1456                 :             : {
    1457                 :      715780 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1458                 :      715780 :   if (!TYPE_SATURATING (type)
    1459                 :             : )
    1460                 :             :     {
    1461                 :      715780 :       if (tree_nop_conversion_p (type, TREE_TYPE (captures[1]))
    1462                 :      715780 :  && !TYPE_OVERFLOW_SANITIZED (type)
    1463                 :             : )
    1464                 :             :         {
    1465                 :      712322 :           {
    1466                 :      712322 :  tree t1 = type;
    1467                 :      712322 :  if (INTEGRAL_TYPE_P (type)
    1468                 :     2052597 :  && TYPE_OVERFLOW_WRAPS (type) != TYPE_OVERFLOW_WRAPS (TREE_TYPE (captures[1])))
    1469                 :         891 :  t1 = TYPE_OVERFLOW_WRAPS (type) ? type : TREE_TYPE (captures[1]);
    1470                 :      712322 :               gimple_seq *lseq = seq;
    1471                 :      712322 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail753;
    1472                 :      712322 :               {
    1473                 :      712322 :                 res_op->set_op (NOP_EXPR, type, 1);
    1474                 :      712322 :                 {
    1475                 :      712322 :                   tree _o1[2], _r1;
    1476                 :      712322 :                   {
    1477                 :      712322 :                     tree _o2[1], _r2;
    1478                 :      712322 :                     _o2[0] = captures[0];
    1479                 :      712322 :                     if (t1 != TREE_TYPE (_o2[0])
    1480                 :      712322 :                         && !useless_type_conversion_p (t1, TREE_TYPE (_o2[0])))
    1481                 :             :                       {
    1482                 :          39 :                         gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, t1, _o2[0]);
    1483                 :          39 :                         tem_op.resimplify (lseq, valueize);
    1484                 :          39 :                         _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    1485                 :          39 :                         if (!_r2) goto next_after_fail753;
    1486                 :             :                       }
    1487                 :             :                     else
    1488                 :             :                       _r2 = _o2[0];
    1489                 :      712312 :                     _o1[0] = _r2;
    1490                 :             :                   }
    1491                 :      712312 :                   {
    1492                 :      712312 :                     tree _o2[1], _r2;
    1493                 :      712312 :                     _o2[0] = captures[1];
    1494                 :      712312 :                     if (t1 != TREE_TYPE (_o2[0])
    1495                 :      712312 :                         && !useless_type_conversion_p (t1, TREE_TYPE (_o2[0])))
    1496                 :             :                       {
    1497                 :        1044 :                         gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, t1, _o2[0]);
    1498                 :        1044 :                         tem_op.resimplify (lseq, valueize);
    1499                 :        1044 :                         _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    1500                 :        1044 :                         if (!_r2) goto next_after_fail753;
    1501                 :             :                       }
    1502                 :             :                     else
    1503                 :             :                       _r2 = _o2[0];
    1504                 :      711612 :                     _o1[1] = _r2;
    1505                 :             :                   }
    1506                 :      711612 :                   gimple_match_op tem_op (res_op->cond.any_else (), MINUS_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    1507                 :      711612 :                   tem_op.resimplify (lseq, valueize);
    1508                 :      711612 :                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    1509                 :      711612 :                   if (!_r1) goto next_after_fail753;
    1510                 :       48382 :                   res_op->ops[0] = _r1;
    1511                 :             :                 }
    1512                 :       48382 :                 res_op->resimplify (lseq, valueize);
    1513                 :       48382 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 165, __FILE__, __LINE__, true);
    1514                 :       48382 :                 return true;
    1515                 :             :               }
    1516                 :             : next_after_fail753:;
    1517                 :             :           }
    1518                 :             :         }
    1519                 :             :     }
    1520                 :             :   return false;
    1521                 :             : }
    1522                 :             : 
    1523                 :             : bool
    1524                 :          55 : gimple_simplify_68 (gimple_match_op *res_op, gimple_seq *seq,
    1525                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    1526                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    1527                 :             : {
    1528                 :          55 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1529                 :          55 :   if (!TYPE_SATURATING (type)
    1530                 :             : )
    1531                 :             :     {
    1532                 :          55 :       if ((!FLOAT_TYPE_P (type) || flag_associative_math)
    1533                 :         110 :  && !FIXED_POINT_TYPE_P (type)
    1534                 :             : )
    1535                 :             :         {
    1536                 :          55 :           if (TYPE_OVERFLOW_UNDEFINED (type)
    1537                 :         110 :  && !TYPE_OVERFLOW_SANITIZED (TREE_TYPE (captures[0]))
    1538                 :             : )
    1539                 :             :             {
    1540                 :          55 :               gimple_seq *lseq = seq;
    1541                 :          55 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail766;
    1542                 :          55 :               {
    1543                 :          55 :                 res_op->set_op (POINTER_DIFF_EXPR, type, 2);
    1544                 :          55 :                 res_op->ops[0] = captures[2];
    1545                 :          55 :                 res_op->ops[1] = captures[1];
    1546                 :          55 :                 res_op->resimplify (lseq, valueize);
    1547                 :          55 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 178, __FILE__, __LINE__, true);
    1548                 :          55 :                 return true;
    1549                 :             :               }
    1550                 :           0 : next_after_fail766:;
    1551                 :             :             }
    1552                 :             :         }
    1553                 :             :     }
    1554                 :             :   return false;
    1555                 :             : }
    1556                 :             : 
    1557                 :             : bool
    1558                 :     1371423 : gimple_simplify_70 (gimple_match_op *res_op, gimple_seq *seq,
    1559                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    1560                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    1561                 :             :  const enum tree_code ARG_UNUSED (op))
    1562                 :             : {
    1563                 :     1371423 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1564                 :     1371423 :   if (!TYPE_SATURATING (type)
    1565                 :             : )
    1566                 :             :     {
    1567                 :     1371423 :       if ((!FLOAT_TYPE_P (type) || flag_associative_math)
    1568                 :     2715577 :  && !FIXED_POINT_TYPE_P (type)
    1569                 :             : )
    1570                 :             :         {
    1571                 :     1344154 :           if (INTEGRAL_TYPE_P (type)
    1572                 :     1343566 :  && INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
    1573                 :     1215303 :  && TYPE_PRECISION (type) <= TYPE_PRECISION (TREE_TYPE (captures[0]))
    1574                 :      962575 :  && types_match (TREE_TYPE (captures[0]), TREE_TYPE (captures[1]))
    1575                 :      926927 :  && !TYPE_OVERFLOW_TRAPS (type)
    1576                 :     2271081 :  && !TYPE_OVERFLOW_SANITIZED (type)
    1577                 :             : )
    1578                 :             :             {
    1579                 :      926927 :               gimple_seq *lseq = seq;
    1580                 :      926927 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail768;
    1581                 :      926927 :               {
    1582                 :      926927 :                 res_op->set_op (NOP_EXPR, type, 1);
    1583                 :      926927 :                 {
    1584                 :      926927 :                   tree _o1[2], _r1;
    1585                 :      926927 :                   _o1[0] = captures[0];
    1586                 :      926927 :                   _o1[1] = captures[1];
    1587                 :      926927 :                   gimple_match_op tem_op (res_op->cond.any_else (), op, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    1588                 :      926927 :                   tem_op.resimplify (NULL, valueize);
    1589                 :      926927 :                   _r1 = maybe_push_res_to_seq (&tem_op, NULL);
    1590                 :      926927 :                   if (!_r1) goto next_after_fail768;
    1591                 :       39176 :                   res_op->ops[0] = _r1;
    1592                 :             :                 }
    1593                 :       39176 :                 res_op->resimplify (lseq, valueize);
    1594                 :       39176 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 180, __FILE__, __LINE__, true);
    1595                 :       39176 :                 return true;
    1596                 :             :               }
    1597                 :             : next_after_fail768:;
    1598                 :             :             }
    1599                 :             :         }
    1600                 :             :     }
    1601                 :             :   return false;
    1602                 :             : }
    1603                 :             : 
    1604                 :             : bool
    1605                 :         336 : gimple_simplify_72 (gimple_match_op *res_op, gimple_seq *seq,
    1606                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    1607                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    1608                 :             : {
    1609                 :         336 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1610                 :         336 :   if (!TYPE_SATURATING (type)
    1611                 :             : )
    1612                 :             :     {
    1613                 :         336 :       if ((!FLOAT_TYPE_P (type) || flag_associative_math)
    1614                 :         672 :  && !FIXED_POINT_TYPE_P (type)
    1615                 :             : )
    1616                 :             :         {
    1617                 :         336 :           if (tree_nop_conversion_p (type, TREE_TYPE (captures[0]))
    1618                 :             : )
    1619                 :             :             {
    1620                 :         195 :               gimple_seq *lseq = seq;
    1621                 :         195 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail770;
    1622                 :         195 :               {
    1623                 :         195 :                 res_op->set_op (NEGATE_EXPR, type, 1);
    1624                 :         195 :                 {
    1625                 :         195 :                   tree _o1[1], _r1;
    1626                 :         195 :                   _o1[0] = captures[0];
    1627                 :         195 :                   if (type != TREE_TYPE (_o1[0])
    1628                 :         195 :                       && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
    1629                 :             :                     {
    1630                 :         118 :                       gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
    1631                 :         118 :                       tem_op.resimplify (lseq, valueize);
    1632                 :         118 :                       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    1633                 :         118 :                       if (!_r1) goto next_after_fail770;
    1634                 :             :                     }
    1635                 :             :                   else
    1636                 :             :                     _r1 = _o1[0];
    1637                 :         134 :                   res_op->ops[0] = _r1;
    1638                 :             :                 }
    1639                 :         134 :                 res_op->resimplify (lseq, valueize);
    1640                 :         134 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 182, __FILE__, __LINE__, true);
    1641                 :         134 :                 return true;
    1642                 :             :               }
    1643                 :             : next_after_fail770:;
    1644                 :             :             }
    1645                 :             :         }
    1646                 :             :     }
    1647                 :             :   return false;
    1648                 :             : }
    1649                 :             : 
    1650                 :             : bool
    1651                 :      189633 : gimple_simplify_75 (gimple_match_op *res_op, gimple_seq *seq,
    1652                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    1653                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    1654                 :             :  const enum tree_code ARG_UNUSED (plusminus))
    1655                 :             : {
    1656                 :      189633 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1657                 :      189633 :   if (!TYPE_SATURATING (type)
    1658                 :      189633 :  && (!FLOAT_TYPE_P (type) || flag_associative_math)
    1659                 :             : )
    1660                 :             :     {
    1661                 :      185097 :       if (!ALL_FRACT_MODE_P (TYPE_MODE (type))
    1662                 :             : )
    1663                 :             :         {
    1664                 :          40 :           if ((!ANY_INTEGRAL_TYPE_P (type)
    1665                 :      185067 :  || TYPE_OVERFLOW_WRAPS (type)
    1666                 :       89329 :  || (INTEGRAL_TYPE_P (type)
    1667                 :       89327 :  && ((tree_expr_nonzero_p (captures[1])
    1668                 :       48962 :  && (plusminus == MINUS_EXPR
    1669                 :       88040 :  || expr_not_equal_to (captures[1],
    1670                 :      229117 :  wi::minus_one (TYPE_PRECISION (type)))))
    1671                 :       40575 :  || expr_not_equal_to (captures[2],
    1672                 :             :  (plusminus == PLUS_EXPR
    1673                 :      225672 :  ? wi::max_value (TYPE_PRECISION (type), SIGNED)
    1674                 :       37642 :  : wi::min_value (TYPE_PRECISION (type), SIGNED))))))
    1675                 :      345137 :  && single_use (captures[0])
    1676                 :             : )
    1677                 :             :             {
    1678                 :       58158 :               gimple_seq *lseq = seq;
    1679                 :       58158 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail774;
    1680                 :       58158 :               {
    1681                 :       58158 :                 res_op->set_op (MULT_EXPR, type, 2);
    1682                 :       58158 :                 {
    1683                 :       58158 :                   tree _o1[2], _r1;
    1684                 :       58158 :                   _o1[0] = captures[2];
    1685                 :       58158 :                   _o1[1] =  build_one_cst (type);
    1686                 :       58158 :                   gimple_match_op tem_op (res_op->cond.any_else (), plusminus, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    1687                 :       58158 :                   tem_op.resimplify (lseq, valueize);
    1688                 :       58158 :                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    1689                 :       58158 :                   if (!_r1) goto next_after_fail774;
    1690                 :       21202 :                   res_op->ops[0] = _r1;
    1691                 :             :                 }
    1692                 :       21202 :                 res_op->ops[1] = captures[1];
    1693                 :       21202 :                 res_op->resimplify (lseq, valueize);
    1694                 :       21202 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 186, __FILE__, __LINE__, true);
    1695                 :       21202 :                 return true;
    1696                 :             :               }
    1697                 :             : next_after_fail774:;
    1698                 :             :             }
    1699                 :             :         }
    1700                 :             :     }
    1701                 :             :   return false;
    1702                 :             : }
    1703                 :             : 
    1704                 :             : bool
    1705                 :          18 : gimple_simplify_77 (gimple_match_op *res_op, gimple_seq *seq,
    1706                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    1707                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    1708                 :             : {
    1709                 :          18 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1710                 :          18 :   if (INTEGRAL_TYPE_P (type)
    1711                 :             :  && (
    1712                 :             : 1
    1713                 :             :  || !TREE_SIDE_EFFECTS (captures[1]))
    1714                 :             : )
    1715                 :             :     {
    1716                 :          18 :       gimple_seq *lseq = seq;
    1717                 :          18 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail776;
    1718                 :          18 :       {
    1719                 :          18 :         res_op->set_op (COND_EXPR, type, 3);
    1720                 :          18 :         {
    1721                 :          18 :           tree _o1[1], _r1;
    1722                 :          18 :           _o1[0] = captures[2];
    1723                 :          18 :           if (boolean_type_node != TREE_TYPE (_o1[0])
    1724                 :          18 :               && !useless_type_conversion_p (boolean_type_node, TREE_TYPE (_o1[0])))
    1725                 :             :             {
    1726                 :          18 :               gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, boolean_type_node, _o1[0]);
    1727                 :          18 :               tem_op.resimplify (lseq, valueize);
    1728                 :          18 :               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    1729                 :          18 :               if (!_r1) goto next_after_fail776;
    1730                 :             :             }
    1731                 :             :           else
    1732                 :             :             _r1 = _o1[0];
    1733                 :          18 :           res_op->ops[0] = _r1;
    1734                 :             :         }
    1735                 :          18 :         res_op->ops[1] = captures[1];
    1736                 :          18 :         res_op->ops[2] = captures[0];
    1737                 :          18 :         res_op->resimplify (lseq, valueize);
    1738                 :          18 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 188, __FILE__, __LINE__, true);
    1739                 :          18 :         return true;
    1740                 :             :       }
    1741                 :             : next_after_fail776:;
    1742                 :             :     }
    1743                 :             :   return false;
    1744                 :             : }
    1745                 :             : 
    1746                 :             : bool
    1747                 :        1206 : gimple_simplify_80 (gimple_match_op *res_op, gimple_seq *seq,
    1748                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    1749                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    1750                 :             :  const enum tree_code ARG_UNUSED (op))
    1751                 :             : {
    1752                 :        1206 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1753                 :        1206 :   if (flag_unsafe_math_optimizations
    1754                 :             : )
    1755                 :             :     {
    1756                 :           6 :       gimple_seq *lseq = seq;
    1757                 :           6 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail779;
    1758                 :           6 :       {
    1759                 :           6 :         res_op->set_op (RDIV_EXPR, type, 2);
    1760                 :           6 :         {
    1761                 :           6 :           tree _o1[2], _r1;
    1762                 :           6 :           _o1[0] = captures[0];
    1763                 :           6 :           _o1[1] = captures[2];
    1764                 :           6 :           gimple_match_op tem_op (res_op->cond.any_else (), op, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    1765                 :           6 :           tem_op.resimplify (lseq, valueize);
    1766                 :           6 :           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    1767                 :           6 :           if (!_r1) goto next_after_fail779;
    1768                 :           4 :           res_op->ops[0] = _r1;
    1769                 :             :         }
    1770                 :           4 :         res_op->ops[1] = captures[1];
    1771                 :           4 :         res_op->resimplify (lseq, valueize);
    1772                 :           4 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 191, __FILE__, __LINE__, true);
    1773                 :           4 :         return true;
    1774                 :             :       }
    1775                 :             : next_after_fail779:;
    1776                 :             :     }
    1777                 :             :   return false;
    1778                 :             : }
    1779                 :             : 
    1780                 :             : bool
    1781                 :          32 : gimple_simplify_83 (gimple_match_op *res_op, gimple_seq *seq,
    1782                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    1783                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    1784                 :             :  const combined_fn ARG_UNUSED (POPCOUNT))
    1785                 :             : {
    1786                 :          32 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1787                 :          32 :   gimple_seq *lseq = seq;
    1788                 :          32 :   if (lseq
    1789                 :          16 :       && (!single_use (captures[0])
    1790                 :          16 :           || !single_use (captures[1])
    1791                 :          16 :           || !single_use (captures[4])
    1792                 :          16 :           || !single_use (captures[5])))
    1793                 :          16 :     lseq = NULL;
    1794                 :          32 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail782;
    1795                 :          32 :   {
    1796                 :          32 :     res_op->set_op (PLUS_EXPR, type, 2);
    1797                 :          32 :     {
    1798                 :          32 :       tree _o1[1], _r1;
    1799                 :          32 :       _o1[0] = captures[2];
    1800                 :          32 :       gimple_match_op tem_op (res_op->cond.any_else (), POPCOUNT, type, _o1[0]);
    1801                 :          32 :       tem_op.resimplify (lseq, valueize);
    1802                 :          32 :       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    1803                 :          32 :       if (!_r1) goto next_after_fail782;
    1804                 :          16 :       res_op->ops[0] = _r1;
    1805                 :             :     }
    1806                 :          16 :     {
    1807                 :          16 :       tree _o1[1], _r1;
    1808                 :          16 :       _o1[0] = captures[3];
    1809                 :          16 :       gimple_match_op tem_op (res_op->cond.any_else (), POPCOUNT, type, _o1[0]);
    1810                 :          16 :       tem_op.resimplify (lseq, valueize);
    1811                 :          16 :       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    1812                 :          16 :       if (!_r1) goto next_after_fail782;
    1813                 :          16 :       res_op->ops[1] = _r1;
    1814                 :             :     }
    1815                 :          16 :     res_op->resimplify (lseq, valueize);
    1816                 :          16 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 194, __FILE__, __LINE__, true);
    1817                 :             :     return true;
    1818                 :             :   }
    1819                 :             : next_after_fail782:;
    1820                 :             :   return false;
    1821                 :             : }
    1822                 :             : 
    1823                 :             : bool
    1824                 :         417 : gimple_simplify_86 (gimple_match_op *res_op, gimple_seq *seq,
    1825                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    1826                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    1827                 :             :  const enum tree_code ARG_UNUSED (op))
    1828                 :             : {
    1829                 :         417 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1830                 :         417 :   if (VECTOR_FLOAT_TYPE_P (type)
    1831                 :         696 :  && TYPE_VECTOR_SUBPARTS (type).is_constant ()
    1832                 :             : )
    1833                 :             :     {
    1834                 :         279 :       {
    1835                 :         279 :  tree perm_cst = captures[1];
    1836                 :         279 :  vec_perm_builder builder;
    1837                 :         279 :  bool full_perm_p = false;
    1838                 :         279 :  if (tree_to_vec_perm_builder (&builder, perm_cst))
    1839                 :             :  {
    1840                 :         279 :  unsigned HOST_WIDE_INT nelts;
    1841                 :         279 :  nelts = TYPE_VECTOR_SUBPARTS (type).to_constant ();
    1842                 :         279 :  vec_perm_indices sel (builder, 1, nelts);
    1843                 :         279 :  if (sel.encoding ().encoded_full_vector_p ())
    1844                 :             :  {
    1845                 :          77 :  auto_sbitmap seen (nelts);
    1846                 :          77 :  bitmap_clear (seen);
    1847                 :          77 :  unsigned HOST_WIDE_INT count = 0, i;
    1848                 :         272 :  for (i = 0; i < nelts; i++)
    1849                 :             :  {
    1850                 :         166 :  if (!bitmap_set_bit (seen, sel[i].to_constant ()))
    1851                 :             :  break;
    1852                 :         118 :  count++;
    1853                 :             :  }
    1854                 :          77 :  full_perm_p = count == nelts;
    1855                 :          77 :  }
    1856                 :         279 :  }
    1857                 :         279 :           if (full_perm_p
    1858                 :             : )
    1859                 :             :             {
    1860                 :          29 :               gimple_seq *lseq = seq;
    1861                 :          29 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail785;
    1862                 :          29 :               {
    1863                 :          29 :                 res_op->set_op (VEC_PERM_EXPR, type, 3);
    1864                 :          29 :                 {
    1865                 :          29 :                   tree _o1[2], _r1;
    1866                 :          29 :                   _o1[0] = captures[0];
    1867                 :          29 :                   _o1[1] = captures[2];
    1868                 :          29 :                   gimple_match_op tem_op (res_op->cond.any_else (), op, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    1869                 :          29 :                   tem_op.resimplify (lseq, valueize);
    1870                 :          29 :                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    1871                 :          29 :                   if (!_r1) goto next_after_fail785;
    1872                 :          11 :                   captures[3] = _r1;
    1873                 :             :                 }
    1874                 :          11 :                 res_op->ops[0] = captures[3];
    1875                 :          11 :                 res_op->ops[1] = captures[3];
    1876                 :          11 :                 res_op->ops[2] = captures[1];
    1877                 :          11 :                 res_op->resimplify (lseq, valueize);
    1878                 :          11 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 197, __FILE__, __LINE__, true);
    1879                 :          11 :                 return true;
    1880                 :             :               }
    1881                 :         268 : next_after_fail785:;
    1882                 :             :             }
    1883                 :         279 :       }
    1884                 :             :     }
    1885                 :             :   return false;
    1886                 :             : }
    1887                 :             : 
    1888                 :             : bool
    1889                 :          48 : gimple_simplify_93 (gimple_match_op *res_op, gimple_seq *seq,
    1890                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    1891                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    1892                 :             : {
    1893                 :          48 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1894                 :          48 :   gimple_seq *lseq = seq;
    1895                 :          48 :   if (lseq
    1896                 :          24 :       && (!single_use (captures[0])))
    1897                 :          24 :     lseq = NULL;
    1898                 :          48 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail792;
    1899                 :          48 :   {
    1900                 :          48 :     res_op->set_op (BIT_AND_EXPR, type, 2);
    1901                 :          48 :     res_op->ops[0] = captures[1];
    1902                 :          48 :     {
    1903                 :          48 :       tree _o1[1], _r1;
    1904                 :          48 :       _o1[0] = captures[2];
    1905                 :          48 :       gimple_match_op tem_op (res_op->cond.any_else (), BIT_NOT_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
    1906                 :          48 :       tem_op.resimplify (lseq, valueize);
    1907                 :          48 :       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    1908                 :          48 :       if (!_r1) goto next_after_fail792;
    1909                 :          48 :       res_op->ops[1] = _r1;
    1910                 :             :     }
    1911                 :          48 :     res_op->resimplify (lseq, valueize);
    1912                 :          48 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 204, __FILE__, __LINE__, true);
    1913                 :             :     return true;
    1914                 :             :   }
    1915                 :             : next_after_fail792:;
    1916                 :             :   return false;
    1917                 :             : }
    1918                 :             : 
    1919                 :             : bool
    1920                 :        5605 : gimple_simplify_95 (gimple_match_op *res_op, gimple_seq *seq,
    1921                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    1922                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    1923                 :             : {
    1924                 :        5605 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1925                 :        5605 :   if (tree_nop_conversion_p (type, TREE_TYPE (captures[0]))
    1926                 :        5605 :  && tree_nop_conversion_p (type, TREE_TYPE (captures[3]))
    1927                 :             : )
    1928                 :             :     {
    1929                 :        5605 :       gimple_seq *lseq = seq;
    1930                 :        5605 :       if (lseq
    1931                 :        2750 :           && (!single_use (captures[1])
    1932                 :        1772 :               || !single_use (captures[2])))
    1933                 :        3833 :         lseq = NULL;
    1934                 :        5605 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail794;
    1935                 :        5605 :       {
    1936                 :        5605 :         res_op->set_op (NOP_EXPR, type, 1);
    1937                 :        5605 :         {
    1938                 :        5605 :           tree _o1[2], _r1;
    1939                 :        5605 :           {
    1940                 :        5605 :             tree _o2[1], _r2;
    1941                 :        5605 :             _o2[0] = captures[3];
    1942                 :        5605 :             gimple_match_op tem_op (res_op->cond.any_else (), BIT_NOT_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
    1943                 :        5605 :             tem_op.resimplify (lseq, valueize);
    1944                 :        5605 :             _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    1945                 :        5605 :             if (!_r2) goto next_after_fail794;
    1946                 :        5355 :             _o1[0] = _r2;
    1947                 :             :           }
    1948                 :        5355 :           _o1[1] = captures[0];
    1949                 :        5355 :           gimple_match_op tem_op (res_op->cond.any_else (), BIT_AND_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    1950                 :        5355 :           tem_op.resimplify (lseq, valueize);
    1951                 :        5355 :           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    1952                 :        5355 :           if (!_r1) goto next_after_fail794;
    1953                 :        1874 :           res_op->ops[0] = _r1;
    1954                 :             :         }
    1955                 :        1874 :         res_op->resimplify (lseq, valueize);
    1956                 :        1874 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 205, __FILE__, __LINE__, true);
    1957                 :        1874 :         return true;
    1958                 :             :       }
    1959                 :             : next_after_fail794:;
    1960                 :             :     }
    1961                 :             :   return false;
    1962                 :             : }
    1963                 :             : 
    1964                 :             : bool
    1965                 :        2555 : gimple_simplify_100 (gimple_match_op *res_op, gimple_seq *seq,
    1966                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    1967                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    1968                 :             : {
    1969                 :        2555 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1970                 :        2555 :   if (!TYPE_SATURATING (type)
    1971                 :             : )
    1972                 :             :     {
    1973                 :        2555 :       if ((!FLOAT_TYPE_P (type) || flag_associative_math)
    1974                 :        4522 :  && !FIXED_POINT_TYPE_P (type)
    1975                 :             : )
    1976                 :             :         {
    1977                 :        1967 :           gimple_seq *lseq = seq;
    1978                 :        1967 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail801;
    1979                 :        1967 :           {
    1980                 :        1967 :             res_op->set_op (VIEW_CONVERT_EXPR, type, 1);
    1981                 :        1967 :             res_op->ops[0] = captures[1];
    1982                 :        1967 :             res_op->resimplify (lseq, valueize);
    1983                 :        1967 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 212, __FILE__, __LINE__, true);
    1984                 :        1967 :             return true;
    1985                 :             :           }
    1986                 :           0 : next_after_fail801:;
    1987                 :             :         }
    1988                 :             :     }
    1989                 :             :   return false;
    1990                 :             : }
    1991                 :             : 
    1992                 :             : bool
    1993                 :          97 : gimple_simplify_101 (gimple_match_op *res_op, gimple_seq *seq,
    1994                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    1995                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    1996                 :             : {
    1997                 :          97 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1998                 :          97 :   if (!TYPE_SATURATING (type)
    1999                 :             : )
    2000                 :             :     {
    2001                 :          97 :       if ((!FLOAT_TYPE_P (type) || flag_associative_math)
    2002                 :         194 :  && !FIXED_POINT_TYPE_P (type)
    2003                 :             : )
    2004                 :             :         {
    2005                 :          97 :           gimple_seq *lseq = seq;
    2006                 :          97 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail802;
    2007                 :          97 :           {
    2008                 :          97 :             res_op->set_op (PLUS_EXPR, type, 2);
    2009                 :          97 :             res_op->ops[0] = captures[1];
    2010                 :          97 :             res_op->ops[1] = captures[2];
    2011                 :          97 :             res_op->resimplify (lseq, valueize);
    2012                 :          97 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 213, __FILE__, __LINE__, true);
    2013                 :          97 :             return true;
    2014                 :             :           }
    2015                 :           0 : next_after_fail802:;
    2016                 :             :         }
    2017                 :             :     }
    2018                 :             :   return false;
    2019                 :             : }
    2020                 :             : 
    2021                 :             : bool
    2022                 :        1153 : gimple_simplify_105 (gimple_match_op *res_op, gimple_seq *seq,
    2023                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    2024                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    2025                 :             : {
    2026                 :        1153 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2027                 :        1153 :   if (!TYPE_SATURATING (type)
    2028                 :             : )
    2029                 :             :     {
    2030                 :        1153 :       if ((!FLOAT_TYPE_P (type) || flag_associative_math)
    2031                 :        2306 :  && !FIXED_POINT_TYPE_P (type)
    2032                 :             : )
    2033                 :             :         {
    2034                 :        1153 :           if (INTEGRAL_TYPE_P (type)
    2035                 :        1153 :  && TYPE_OVERFLOW_UNDEFINED (type)
    2036                 :         254 :  && TREE_CODE (captures[1]) != INTEGER_CST
    2037                 :        1407 :  && element_precision (type) <= element_precision (TREE_TYPE (captures[1]))
    2038                 :             : )
    2039                 :             :             {
    2040                 :          28 :               {
    2041                 :          28 :  tree utype = unsigned_type_for (type);
    2042                 :          28 :                   gimple_seq *lseq = seq;
    2043                 :          28 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail808;
    2044                 :          28 :                   {
    2045                 :          28 :                     res_op->set_op (NOP_EXPR, type, 1);
    2046                 :          28 :                     {
    2047                 :          28 :                       tree _o1[1], _r1;
    2048                 :          28 :                       {
    2049                 :          28 :                         tree _o2[1], _r2;
    2050                 :          28 :                         _o2[0] = captures[1];
    2051                 :          28 :                         if (utype != TREE_TYPE (_o2[0])
    2052                 :          28 :                             && !useless_type_conversion_p (utype, TREE_TYPE (_o2[0])))
    2053                 :             :                           {
    2054                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, utype, _o2[0]);
    2055                 :           0 :                             tem_op.resimplify (lseq, valueize);
    2056                 :           0 :                             _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    2057                 :           0 :                             if (!_r2) goto next_after_fail808;
    2058                 :             :                           }
    2059                 :             :                         else
    2060                 :             :                           _r2 = _o2[0];
    2061                 :          28 :                         _o1[0] = _r2;
    2062                 :             :                       }
    2063                 :          28 :                       gimple_match_op tem_op (res_op->cond.any_else (), NEGATE_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
    2064                 :          28 :                       tem_op.resimplify (lseq, valueize);
    2065                 :          28 :                       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    2066                 :          28 :                       if (!_r1) goto next_after_fail808;
    2067                 :          10 :                       res_op->ops[0] = _r1;
    2068                 :             :                     }
    2069                 :          10 :                     res_op->resimplify (lseq, valueize);
    2070                 :          10 :                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 219, __FILE__, __LINE__, true);
    2071                 :          10 :                     return true;
    2072                 :             :                   }
    2073                 :             : next_after_fail808:;
    2074                 :             :               }
    2075                 :             :             }
    2076                 :             :           else
    2077                 :             :             {
    2078                 :        1125 :               if (element_precision (type) <= element_precision (TREE_TYPE (captures[1]))
    2079                 :        1125 :  || (INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
    2080                 :         851 :  && TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[1])))
    2081                 :             : )
    2082                 :             :                 {
    2083                 :        1104 :                   gimple_seq *lseq = seq;
    2084                 :        1104 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail809;
    2085                 :        1104 :                   {
    2086                 :        1104 :                     res_op->set_op (NEGATE_EXPR, type, 1);
    2087                 :        1104 :                     {
    2088                 :        1104 :                       tree _o1[1], _r1;
    2089                 :        1104 :                       _o1[0] = captures[1];
    2090                 :        1104 :                       if (type != TREE_TYPE (_o1[0])
    2091                 :        1104 :                           && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
    2092                 :             :                         {
    2093                 :        1104 :                           gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
    2094                 :        1104 :                           tem_op.resimplify (lseq, valueize);
    2095                 :        1104 :                           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    2096                 :        1104 :                           if (!_r1) goto next_after_fail809;
    2097                 :             :                         }
    2098                 :             :                       else
    2099                 :             :                         _r1 = _o1[0];
    2100                 :         703 :                       res_op->ops[0] = _r1;
    2101                 :             :                     }
    2102                 :         703 :                     res_op->resimplify (lseq, valueize);
    2103                 :         703 :                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 220, __FILE__, __LINE__, true);
    2104                 :         703 :                     return true;
    2105                 :             :                   }
    2106                 :             : next_after_fail809:;
    2107                 :             :                 }
    2108                 :             :             }
    2109                 :             :         }
    2110                 :             :     }
    2111                 :             :   return false;
    2112                 :             : }
    2113                 :             : 
    2114                 :             : bool
    2115                 :          29 : gimple_simplify_109 (gimple_match_op *res_op, gimple_seq *seq,
    2116                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    2117                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    2118                 :             :  const combined_fn ARG_UNUSED (logs))
    2119                 :             : {
    2120                 :          29 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2121                 :          29 :   if (flag_unsafe_math_optimizations
    2122                 :             : )
    2123                 :             :     {
    2124                 :          18 :       if (! HONOR_SIGN_DEPENDENT_ROUNDING (type)
    2125                 :          18 :  && ! HONOR_NANS (type) && ! HONOR_INFINITIES (type)
    2126                 :          18 :  && ! flag_trapping_math
    2127                 :          36 :  && ! flag_errno_math
    2128                 :             : )
    2129                 :             :         {
    2130                 :          18 :           gimple_seq *lseq = seq;
    2131                 :          18 :           if (lseq
    2132                 :           9 :               && (!single_use (captures[0])
    2133                 :           9 :                   || !single_use (captures[2])))
    2134                 :           9 :             lseq = NULL;
    2135                 :          18 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail814;
    2136                 :          18 :           {
    2137                 :          18 :             res_op->set_op (logs, type, 1);
    2138                 :          18 :             {
    2139                 :          18 :               tree _o1[2], _r1;
    2140                 :          18 :               _o1[0] = captures[1];
    2141                 :          18 :               _o1[1] = captures[3];
    2142                 :          18 :               gimple_match_op tem_op (res_op->cond.any_else (), RDIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    2143                 :          18 :               tem_op.resimplify (lseq, valueize);
    2144                 :          18 :               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    2145                 :          18 :               if (!_r1) goto next_after_fail814;
    2146                 :           9 :               res_op->ops[0] = _r1;
    2147                 :             :             }
    2148                 :           9 :             res_op->resimplify (lseq, valueize);
    2149                 :           9 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 225, __FILE__, __LINE__, true);
    2150                 :           9 :             return true;
    2151                 :             :           }
    2152                 :             : next_after_fail814:;
    2153                 :             :         }
    2154                 :             :     }
    2155                 :             :   return false;
    2156                 :             : }
    2157                 :             : 
    2158                 :             : bool
    2159                 :           3 : gimple_simplify_111 (gimple_match_op *res_op, gimple_seq *seq,
    2160                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    2161                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    2162                 :             : {
    2163                 :           3 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2164                 :           3 :   if (TREE_CODE (captures[1]) == SSA_NAME && num_imm_uses (captures[1]) == 2
    2165                 :             : )
    2166                 :             :     {
    2167                 :           3 :       gimple_seq *lseq = seq;
    2168                 :           3 :       if (lseq
    2169                 :           1 :           && (!single_use (captures[0])))
    2170                 :           3 :         lseq = NULL;
    2171                 :           3 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail816;
    2172                 :           3 :       {
    2173                 :           3 :         res_op->set_op (MINUS_EXPR, type, 2);
    2174                 :           3 :         {
    2175                 :           3 :           tree _o1[2], _r1;
    2176                 :           3 :           {
    2177                 :           3 :             tree _o2[3], _r2;
    2178                 :           3 :             _o2[0] = captures[2];
    2179                 :           3 :             _o2[1] = captures[2];
    2180                 :           3 :             _o2[2] = captures[4];
    2181                 :           3 :             gimple_match_op tem_op (res_op->cond.any_else (), VEC_PERM_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1], _o2[2]);
    2182                 :           3 :             tem_op.resimplify (lseq, valueize);
    2183                 :           3 :             _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    2184                 :           3 :             if (!_r2) goto next_after_fail816;
    2185                 :           0 :             _o1[0] = _r2;
    2186                 :             :           }
    2187                 :           0 :           _o1[1] = captures[3];
    2188                 :           0 :           gimple_match_op tem_op (res_op->cond.any_else (), MULT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    2189                 :           0 :           tem_op.resimplify (lseq, valueize);
    2190                 :           0 :           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    2191                 :           0 :           if (!_r1) goto next_after_fail816;
    2192                 :           0 :           res_op->ops[0] = _r1;
    2193                 :             :         }
    2194                 :           0 :         res_op->ops[1] = captures[5];
    2195                 :           0 :         res_op->resimplify (lseq, valueize);
    2196                 :           0 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 227, __FILE__, __LINE__, true);
    2197                 :           0 :         return true;
    2198                 :             :       }
    2199                 :             : next_after_fail816:;
    2200                 :             :     }
    2201                 :             :   return false;
    2202                 :             : }
    2203                 :             : 
    2204                 :             : bool
    2205                 :       36028 : gimple_simplify_116 (gimple_match_op *res_op, gimple_seq *seq,
    2206                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    2207                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    2208                 :             : {
    2209                 :       36028 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2210                 :       36028 :   {
    2211                 :       36028 :  bool wascmp;
    2212                 :       36028 :       if (bitwise_inverted_equal_p (captures[0], captures[2], wascmp)
    2213                 :       36028 :  && (!wascmp || element_precision (type) == 1)
    2214                 :             : )
    2215                 :             :         {
    2216                 :           9 :           gimple_seq *lseq = seq;
    2217                 :           9 :           if (lseq
    2218                 :           5 :               && (!single_use (captures[1])))
    2219                 :           4 :             lseq = NULL;
    2220                 :           9 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail821;
    2221                 :           9 :           {
    2222                 :           9 :             res_op->set_op (BIT_IOR_EXPR, type, 2);
    2223                 :           9 :             res_op->ops[0] = captures[0];
    2224                 :           9 :             {
    2225                 :           9 :               tree _o1[1], _r1;
    2226                 :           9 :               _o1[0] = captures[3];
    2227                 :           9 :               gimple_match_op tem_op (res_op->cond.any_else (), BIT_NOT_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
    2228                 :           9 :               tem_op.resimplify (lseq, valueize);
    2229                 :           9 :               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    2230                 :           9 :               if (!_r1) goto next_after_fail821;
    2231                 :           5 :               res_op->ops[1] = _r1;
    2232                 :             :             }
    2233                 :           5 :             res_op->resimplify (lseq, valueize);
    2234                 :           5 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 232, __FILE__, __LINE__, true);
    2235                 :           5 :             return true;
    2236                 :             :           }
    2237                 :       36023 : next_after_fail821:;
    2238                 :             :         }
    2239                 :             :   }
    2240                 :       36023 :   return false;
    2241                 :             : }
    2242                 :             : 
    2243                 :             : bool
    2244                 :        1069 : gimple_simplify_121 (gimple_match_op *res_op, gimple_seq *seq,
    2245                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    2246                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    2247                 :             :  const enum tree_code ARG_UNUSED (op))
    2248                 :             : {
    2249                 :        1069 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2250                 :        1069 :   gimple_seq *lseq = seq;
    2251                 :        1069 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail826;
    2252                 :        1069 :   {
    2253                 :        1069 :     tree tem;
    2254                 :        1069 :     tem = captures[0];
    2255                 :        1069 :     res_op->set_value (tem);
    2256                 :        1069 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 236, __FILE__, __LINE__, true);
    2257                 :             :     return true;
    2258                 :             :   }
    2259                 :           0 : next_after_fail826:;
    2260                 :           0 :   return false;
    2261                 :             : }
    2262                 :             : 
    2263                 :             : bool
    2264                 :           0 : gimple_simplify_124 (gimple_match_op *res_op, gimple_seq *seq,
    2265                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    2266                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    2267                 :             : {
    2268                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2269                 :           0 :   if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
    2270                 :           0 :  && TYPE_PRECISION (TREE_TYPE (captures[0])) == 1
    2271                 :             : )
    2272                 :             :     {
    2273                 :           0 :       gimple_seq *lseq = seq;
    2274                 :           0 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail829;
    2275                 :           0 :       {
    2276                 :           0 :         tree tem;
    2277                 :           0 :         tem = captures[2];
    2278                 :           0 :         res_op->set_value (tem);
    2279                 :           0 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 238, __FILE__, __LINE__, true);
    2280                 :           0 :         return true;
    2281                 :             :       }
    2282                 :           0 : next_after_fail829:;
    2283                 :             :     }
    2284                 :             :   return false;
    2285                 :             : }
    2286                 :             : 
    2287                 :             : bool
    2288                 :         356 : gimple_simplify_128 (gimple_match_op *res_op, gimple_seq *seq,
    2289                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    2290                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    2291                 :             :  const enum tree_code ARG_UNUSED (bitop))
    2292                 :             : {
    2293                 :         356 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2294                 :         356 :   gimple_seq *lseq = seq;
    2295                 :         356 :   if (lseq
    2296                 :         141 :       && (!single_use (captures[1])))
    2297                 :         318 :     lseq = NULL;
    2298                 :         356 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail833;
    2299                 :         356 :   {
    2300                 :         356 :     res_op->set_op (bitop, type, 2);
    2301                 :         356 :     res_op->ops[0] = captures[0];
    2302                 :         356 :     {
    2303                 :         356 :       tree _o1[1], _r1;
    2304                 :         356 :       _o1[0] = captures[2];
    2305                 :         356 :       gimple_match_op tem_op (res_op->cond.any_else (), BIT_NOT_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
    2306                 :         356 :       tem_op.resimplify (lseq, valueize);
    2307                 :         356 :       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    2308                 :         356 :       if (!_r1) goto next_after_fail833;
    2309                 :          50 :       res_op->ops[1] = _r1;
    2310                 :             :     }
    2311                 :          50 :     res_op->resimplify (lseq, valueize);
    2312                 :          50 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 240, __FILE__, __LINE__, true);
    2313                 :             :     return true;
    2314                 :             :   }
    2315                 :             : next_after_fail833:;
    2316                 :             :   return false;
    2317                 :             : }
    2318                 :             : 
    2319                 :             : bool
    2320                 :        3319 : gimple_simplify_135 (gimple_match_op *res_op, gimple_seq *seq,
    2321                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    2322                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    2323                 :             :  const enum tree_code ARG_UNUSED (op),
    2324                 :             :  const enum tree_code ARG_UNUSED (rop))
    2325                 :             : {
    2326                 :        3319 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2327                 :        3319 :   if (element_precision (type) <= element_precision (TREE_TYPE (captures[0]))
    2328                 :        3319 :  && element_precision (type) <= element_precision (TREE_TYPE (captures[1]))
    2329                 :             : )
    2330                 :             :     {
    2331                 :        3161 :       gimple_seq *lseq = seq;
    2332                 :        3161 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail840;
    2333                 :        3161 :       {
    2334                 :        3161 :         res_op->set_op (BIT_NOT_EXPR, type, 1);
    2335                 :        3161 :         {
    2336                 :        3161 :           tree _o1[2], _r1;
    2337                 :        3161 :           {
    2338                 :        3161 :             tree _o2[1], _r2;
    2339                 :        3161 :             _o2[0] = captures[0];
    2340                 :        3161 :             if (type != TREE_TYPE (_o2[0])
    2341                 :        3161 :                 && !useless_type_conversion_p (type, TREE_TYPE (_o2[0])))
    2342                 :             :               {
    2343                 :         203 :                 gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o2[0]);
    2344                 :         203 :                 tem_op.resimplify (lseq, valueize);
    2345                 :         203 :                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    2346                 :         203 :                 if (!_r2) goto next_after_fail840;
    2347                 :             :               }
    2348                 :             :             else
    2349                 :             :               _r2 = _o2[0];
    2350                 :        3070 :             _o1[0] = _r2;
    2351                 :             :           }
    2352                 :        3070 :           {
    2353                 :        3070 :             tree _o2[1], _r2;
    2354                 :        3070 :             _o2[0] = captures[1];
    2355                 :        3070 :             if (type != TREE_TYPE (_o2[0])
    2356                 :        3070 :                 && !useless_type_conversion_p (type, TREE_TYPE (_o2[0])))
    2357                 :             :               {
    2358                 :         171 :                 gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o2[0]);
    2359                 :         171 :                 tem_op.resimplify (lseq, valueize);
    2360                 :         171 :                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    2361                 :         171 :                 if (!_r2) goto next_after_fail840;
    2362                 :             :               }
    2363                 :             :             else
    2364                 :             :               _r2 = _o2[0];
    2365                 :        3050 :             _o1[1] = _r2;
    2366                 :             :           }
    2367                 :        3050 :           gimple_match_op tem_op (res_op->cond.any_else (), rop, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    2368                 :        3050 :           tem_op.resimplify (lseq, valueize);
    2369                 :        3050 :           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    2370                 :        3050 :           if (!_r1) goto next_after_fail840;
    2371                 :        1142 :           res_op->ops[0] = _r1;
    2372                 :             :         }
    2373                 :        1142 :         res_op->resimplify (lseq, valueize);
    2374                 :        1142 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 245, __FILE__, __LINE__, true);
    2375                 :        1142 :         return true;
    2376                 :             :       }
    2377                 :             : next_after_fail840:;
    2378                 :             :     }
    2379                 :             :   return false;
    2380                 :             : }
    2381                 :             : 
    2382                 :             : bool
    2383                 :           0 : gimple_simplify_141 (gimple_match_op *res_op, gimple_seq *seq,
    2384                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    2385                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    2386                 :             :  const enum tree_code ARG_UNUSED (op))
    2387                 :             : {
    2388                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2389                 :           0 :   if (tree_nop_conversion_p (type, TREE_TYPE (captures[3]))
    2390                 :           0 :  && tree_nop_conversion_p (type, TREE_TYPE (captures[6]))
    2391                 :             : )
    2392                 :             :     {
    2393                 :           0 :       if (single_use (captures[4]) && single_use (captures[5])
    2394                 :             : )
    2395                 :             :         {
    2396                 :           0 :           gimple_seq *lseq = seq;
    2397                 :           0 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail849;
    2398                 :           0 :           {
    2399                 :           0 :             res_op->set_op (op, type, 2);
    2400                 :           0 :             res_op->ops[0] = captures[0];
    2401                 :           0 :             {
    2402                 :           0 :               tree _o1[1], _r1;
    2403                 :           0 :               _o1[0] = captures[6];
    2404                 :           0 :               if (type != TREE_TYPE (_o1[0])
    2405                 :           0 :                   && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
    2406                 :             :                 {
    2407                 :           0 :                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
    2408                 :           0 :                   tem_op.resimplify (lseq, valueize);
    2409                 :           0 :                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    2410                 :           0 :                   if (!_r1) goto next_after_fail849;
    2411                 :             :                 }
    2412                 :             :               else
    2413                 :             :                 _r1 = _o1[0];
    2414                 :           0 :               res_op->ops[1] = _r1;
    2415                 :             :             }
    2416                 :           0 :             res_op->resimplify (lseq, valueize);
    2417                 :           0 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 247, __FILE__, __LINE__, true);
    2418                 :           0 :             return true;
    2419                 :             :           }
    2420                 :             : next_after_fail849:;
    2421                 :             :         }
    2422                 :             :       else
    2423                 :             :         {
    2424                 :           0 :           if (single_use (captures[0]) && single_use (captures[1])
    2425                 :             : )
    2426                 :             :             {
    2427                 :           0 :               gimple_seq *lseq = seq;
    2428                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail850;
    2429                 :           0 :               {
    2430                 :           0 :                 res_op->set_op (op, type, 2);
    2431                 :           0 :                 {
    2432                 :           0 :                   tree _o1[1], _r1;
    2433                 :           0 :                   _o1[0] = captures[3];
    2434                 :           0 :                   if (type != TREE_TYPE (_o1[0])
    2435                 :           0 :                       && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
    2436                 :             :                     {
    2437                 :           0 :                       gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
    2438                 :           0 :                       tem_op.resimplify (lseq, valueize);
    2439                 :           0 :                       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    2440                 :           0 :                       if (!_r1) goto next_after_fail850;
    2441                 :             :                     }
    2442                 :             :                   else
    2443                 :             :                     _r1 = _o1[0];
    2444                 :           0 :                   res_op->ops[0] = _r1;
    2445                 :             :                 }
    2446                 :           0 :                 res_op->ops[1] = captures[4];
    2447                 :           0 :                 res_op->resimplify (lseq, valueize);
    2448                 :           0 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 248, __FILE__, __LINE__, true);
    2449                 :           0 :                 return true;
    2450                 :             :               }
    2451                 :             : next_after_fail850:;
    2452                 :             :             }
    2453                 :             :         }
    2454                 :             :     }
    2455                 :             :   return false;
    2456                 :             : }
    2457                 :             : 
    2458                 :             : bool
    2459                 :      223398 : gimple_simplify_147 (gimple_match_op *res_op, gimple_seq *seq,
    2460                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    2461                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    2462                 :             :  const enum tree_code ARG_UNUSED (op))
    2463                 :             : {
    2464                 :      223398 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2465                 :      223398 :   if (bitwise_equal_p (captures[4], captures[7])
    2466                 :             : )
    2467                 :             :     {
    2468                 :         128 :       gimple_seq *lseq = seq;
    2469                 :         128 :       if (lseq
    2470                 :          77 :           && (!single_use (captures[0])
    2471                 :          77 :               || !single_use (captures[1])
    2472                 :          77 :               || !single_use (captures[2])
    2473                 :          49 :               || !single_use (captures[3])))
    2474                 :          79 :         lseq = NULL;
    2475                 :         128 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail856;
    2476                 :         128 :       {
    2477                 :         128 :         res_op->set_op (NOP_EXPR, type, 1);
    2478                 :         128 :         {
    2479                 :         128 :           tree _o1[2], _r1;
    2480                 :         128 :           {
    2481                 :         128 :             tree _o2[2], _r2;
    2482                 :         128 :             _o2[0] = captures[5];
    2483                 :         128 :             {
    2484                 :         128 :               tree _o3[1], _r3;
    2485                 :         128 :               _o3[0] = captures[6];
    2486                 :         128 :               if (TREE_TYPE (_o2[0]) != TREE_TYPE (_o3[0])
    2487                 :         128 :                   && !useless_type_conversion_p (TREE_TYPE (_o2[0]), TREE_TYPE (_o3[0])))
    2488                 :             :                 {
    2489                 :           0 :                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, TREE_TYPE (_o2[0]), _o3[0]);
    2490                 :           0 :                   tem_op.resimplify (lseq, valueize);
    2491                 :           0 :                   _r3 = maybe_push_res_to_seq (&tem_op, lseq);
    2492                 :           0 :                   if (!_r3) goto next_after_fail856;
    2493                 :             :                 }
    2494                 :             :               else
    2495                 :             :                 _r3 = _o3[0];
    2496                 :         128 :               _o2[1] = _r3;
    2497                 :             :             }
    2498                 :         128 :             gimple_match_op tem_op (res_op->cond.any_else (), BIT_AND_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
    2499                 :         128 :             tem_op.resimplify (lseq, valueize);
    2500                 :         128 :             _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    2501                 :         128 :             if (!_r2) goto next_after_fail856;
    2502                 :          49 :             _o1[0] = _r2;
    2503                 :             :           }
    2504                 :          49 :           {
    2505                 :          49 :             tree _o2[1], _r2;
    2506                 :          49 :             _o2[0] = captures[4];
    2507                 :          49 :             if (TREE_TYPE (_o1[0]) != TREE_TYPE (_o2[0])
    2508                 :          49 :                 && !useless_type_conversion_p (TREE_TYPE (_o1[0]), TREE_TYPE (_o2[0])))
    2509                 :             :               {
    2510                 :           0 :                 gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, TREE_TYPE (_o1[0]), _o2[0]);
    2511                 :           0 :                 tem_op.resimplify (lseq, valueize);
    2512                 :           0 :                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    2513                 :           0 :                 if (!_r2) goto next_after_fail856;
    2514                 :             :               }
    2515                 :             :             else
    2516                 :             :               _r2 = _o2[0];
    2517                 :          49 :             _o1[1] = _r2;
    2518                 :             :           }
    2519                 :          49 :           gimple_match_op tem_op (res_op->cond.any_else (), BIT_IOR_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    2520                 :          49 :           tem_op.resimplify (lseq, valueize);
    2521                 :          49 :           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    2522                 :          49 :           if (!_r1) goto next_after_fail856;
    2523                 :          49 :           res_op->ops[0] = _r1;
    2524                 :             :         }
    2525                 :          49 :         res_op->resimplify (lseq, valueize);
    2526                 :          49 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 253, __FILE__, __LINE__, true);
    2527                 :          49 :         return true;
    2528                 :             :       }
    2529                 :             : next_after_fail856:;
    2530                 :             :     }
    2531                 :             :   return false;
    2532                 :             : }
    2533                 :             : 
    2534                 :             : bool
    2535                 :           7 : gimple_simplify_154 (gimple_match_op *res_op, gimple_seq *seq,
    2536                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    2537                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    2538                 :             :  const enum tree_code ARG_UNUSED (cmp),
    2539                 :             :  const enum tree_code ARG_UNUSED (icmp))
    2540                 :             : {
    2541                 :           7 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2542                 :           7 :   if (integer_zerop (captures[5])
    2543                 :           7 :  && invert_tree_comparison (cmp, HONOR_NANS (captures[2])) == icmp
    2544                 :             : )
    2545                 :             :     {
    2546                 :           0 :       if (integer_onep (captures[4])
    2547                 :             : )
    2548                 :             :         {
    2549                 :           0 :           gimple_seq *lseq = seq;
    2550                 :           0 :           if (lseq
    2551                 :           0 :               && (!single_use (captures[0])
    2552                 :           0 :                   || !single_use (captures[7])))
    2553                 :           0 :             lseq = NULL;
    2554                 :           0 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail864;
    2555                 :           0 :           {
    2556                 :           0 :             res_op->set_op (BIT_AND_EXPR, type, 2);
    2557                 :           0 :             {
    2558                 :           0 :               tree _o1[3], _r1;
    2559                 :           0 :               _o1[0] = captures[1];
    2560                 :           0 :               _o1[1] = captures[6];
    2561                 :           0 :               _o1[2] = captures[9];
    2562                 :           0 :               gimple_match_op tem_op (res_op->cond.any_else (), VEC_COND_EXPR, TREE_TYPE (_o1[1]), _o1[0], _o1[1], _o1[2]);
    2563                 :           0 :               tem_op.resimplify (lseq, valueize);
    2564                 :           0 :               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    2565                 :           0 :               if (!_r1) goto next_after_fail864;
    2566                 :           0 :               res_op->ops[0] = _r1;
    2567                 :             :             }
    2568                 :           0 :             res_op->ops[1] = captures[4];
    2569                 :           0 :             res_op->resimplify (lseq, valueize);
    2570                 :           0 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 257, __FILE__, __LINE__, true);
    2571                 :           0 :             return true;
    2572                 :             :           }
    2573                 :             : next_after_fail864:;
    2574                 :             :         }
    2575                 :             :       else
    2576                 :             :         {
    2577                 :           0 :           if (integer_minus_onep (captures[4])
    2578                 :             : )
    2579                 :             :             {
    2580                 :           0 :               gimple_seq *lseq = seq;
    2581                 :           0 :               if (lseq
    2582                 :           0 :                   && (!single_use (captures[0])
    2583                 :           0 :                       || !single_use (captures[7])))
    2584                 :           0 :                 lseq = NULL;
    2585                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail865;
    2586                 :           0 :               {
    2587                 :           0 :                 res_op->set_op (VEC_COND_EXPR, type, 3);
    2588                 :           0 :                 res_op->ops[0] = captures[1];
    2589                 :           0 :                 res_op->ops[1] = captures[6];
    2590                 :           0 :                 res_op->ops[2] = captures[9];
    2591                 :           0 :                 res_op->resimplify (lseq, valueize);
    2592                 :           0 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 258, __FILE__, __LINE__, true);
    2593                 :           0 :                 return true;
    2594                 :             :               }
    2595                 :           0 : next_after_fail865:;
    2596                 :             :             }
    2597                 :             :         }
    2598                 :             :     }
    2599                 :             :   else
    2600                 :             :     {
    2601                 :           7 :       if (integer_zerop (captures[4])
    2602                 :           7 :  && invert_tree_comparison (cmp, HONOR_NANS (captures[2])) == icmp
    2603                 :             : )
    2604                 :             :         {
    2605                 :           0 :           if (integer_onep (captures[5])
    2606                 :             : )
    2607                 :             :             {
    2608                 :           0 :               gimple_seq *lseq = seq;
    2609                 :           0 :               if (lseq
    2610                 :           0 :                   && (!single_use (captures[0])
    2611                 :           0 :                       || !single_use (captures[7])))
    2612                 :           0 :                 lseq = NULL;
    2613                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail866;
    2614                 :           0 :               {
    2615                 :           0 :                 res_op->set_op (BIT_AND_EXPR, type, 2);
    2616                 :           0 :                 {
    2617                 :           0 :                   tree _o1[3], _r1;
    2618                 :           0 :                   _o1[0] = captures[1];
    2619                 :           0 :                   _o1[1] = captures[9];
    2620                 :           0 :                   _o1[2] = captures[6];
    2621                 :           0 :                   gimple_match_op tem_op (res_op->cond.any_else (), VEC_COND_EXPR, TREE_TYPE (_o1[1]), _o1[0], _o1[1], _o1[2]);
    2622                 :           0 :                   tem_op.resimplify (lseq, valueize);
    2623                 :           0 :                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    2624                 :           0 :                   if (!_r1) goto next_after_fail866;
    2625                 :           0 :                   res_op->ops[0] = _r1;
    2626                 :             :                 }
    2627                 :           0 :                 res_op->ops[1] = captures[5];
    2628                 :           0 :                 res_op->resimplify (lseq, valueize);
    2629                 :           0 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 259, __FILE__, __LINE__, true);
    2630                 :           0 :                 return true;
    2631                 :             :               }
    2632                 :             : next_after_fail866:;
    2633                 :             :             }
    2634                 :             :           else
    2635                 :             :             {
    2636                 :           0 :               if (integer_minus_onep (captures[5])
    2637                 :             : )
    2638                 :             :                 {
    2639                 :           0 :                   gimple_seq *lseq = seq;
    2640                 :           0 :                   if (lseq
    2641                 :           0 :                       && (!single_use (captures[0])
    2642                 :           0 :                           || !single_use (captures[7])))
    2643                 :           0 :                     lseq = NULL;
    2644                 :           0 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail867;
    2645                 :           0 :                   {
    2646                 :           0 :                     res_op->set_op (VEC_COND_EXPR, type, 3);
    2647                 :           0 :                     res_op->ops[0] = captures[1];
    2648                 :           0 :                     res_op->ops[1] = captures[9];
    2649                 :           0 :                     res_op->ops[2] = captures[6];
    2650                 :           0 :                     res_op->resimplify (lseq, valueize);
    2651                 :           0 :                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 260, __FILE__, __LINE__, true);
    2652                 :           0 :                     return true;
    2653                 :             :                   }
    2654                 :           0 : next_after_fail867:;
    2655                 :             :                 }
    2656                 :             :             }
    2657                 :             :         }
    2658                 :             :     }
    2659                 :             :   return false;
    2660                 :             : }
    2661                 :             : 
    2662                 :             : bool
    2663                 :           4 : gimple_simplify_162 (gimple_match_op *res_op, gimple_seq *seq,
    2664                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    2665                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    2666                 :             :  const enum tree_code ARG_UNUSED (cmp))
    2667                 :             : {
    2668                 :           4 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2669                 :           4 :   gimple_seq *lseq = seq;
    2670                 :           4 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail893;
    2671                 :           4 :   {
    2672                 :           4 :     res_op->set_op (BIT_IOR_EXPR, type, 2);
    2673                 :           4 :     {
    2674                 :           4 :       tree _o1[2], _r1;
    2675                 :           4 :       _o1[0] =  build_zero_cst (TREE_TYPE (captures[0]));
    2676                 :           4 :       _o1[1] = captures[3];
    2677                 :           4 :       gimple_match_op tem_op (res_op->cond.any_else (), cmp, type, _o1[0], _o1[1]);
    2678                 :           4 :       tem_op.resimplify (lseq, valueize);
    2679                 :           4 :       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    2680                 :           4 :       if (!_r1) goto next_after_fail893;
    2681                 :           4 :       res_op->ops[0] = _r1;
    2682                 :             :     }
    2683                 :           4 :     res_op->ops[1] = captures[4];
    2684                 :           4 :     res_op->resimplify (lseq, valueize);
    2685                 :           4 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 279, __FILE__, __LINE__, true);
    2686                 :             :     return true;
    2687                 :             :   }
    2688                 :             : next_after_fail893:;
    2689                 :             :   return false;
    2690                 :             : }
    2691                 :             : 
    2692                 :             : bool
    2693                 :           4 : gimple_simplify_163 (gimple_match_op *res_op, gimple_seq *seq,
    2694                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    2695                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    2696                 :             :  const enum tree_code ARG_UNUSED (cmp))
    2697                 :             : {
    2698                 :           4 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2699                 :           4 :   gimple_seq *lseq = seq;
    2700                 :           4 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail894;
    2701                 :           4 :   {
    2702                 :           4 :     res_op->set_op (BIT_IOR_EXPR, type, 2);
    2703                 :           4 :     {
    2704                 :           4 :       tree _o1[2], _r1;
    2705                 :           4 :       _o1[0] =  build_zero_cst (TREE_TYPE (captures[0]));
    2706                 :           4 :       _o1[1] = captures[2];
    2707                 :           4 :       gimple_match_op tem_op (res_op->cond.any_else (), cmp, type, _o1[0], _o1[1]);
    2708                 :           4 :       tem_op.resimplify (lseq, valueize);
    2709                 :           4 :       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    2710                 :           4 :       if (!_r1) goto next_after_fail894;
    2711                 :           4 :       res_op->ops[0] = _r1;
    2712                 :             :     }
    2713                 :           4 :     res_op->ops[1] = captures[3];
    2714                 :           4 :     res_op->resimplify (lseq, valueize);
    2715                 :           4 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 280, __FILE__, __LINE__, true);
    2716                 :             :     return true;
    2717                 :             :   }
    2718                 :             : next_after_fail894:;
    2719                 :             :   return false;
    2720                 :             : }
    2721                 :             : 
    2722                 :             : bool
    2723                 :           0 : gimple_simplify_164 (gimple_match_op *res_op, gimple_seq *seq,
    2724                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    2725                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    2726                 :             : {
    2727                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2728                 :           0 :   gimple_seq *lseq = seq;
    2729                 :           0 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail895;
    2730                 :           0 :   {
    2731                 :           0 :     tree tem;
    2732                 :           0 :     tem = captures[2];
    2733                 :           0 :     res_op->set_value (tem);
    2734                 :           0 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 262, __FILE__, __LINE__, true);
    2735                 :             :     return true;
    2736                 :             :   }
    2737                 :           0 : next_after_fail895:;
    2738                 :           0 :   return false;
    2739                 :             : }
    2740                 :             : 
    2741                 :             : bool
    2742                 :           0 : gimple_simplify_165 (gimple_match_op *res_op, gimple_seq *seq,
    2743                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    2744                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    2745                 :             : {
    2746                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2747                 :           0 :   gimple_seq *lseq = seq;
    2748                 :           0 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail896;
    2749                 :           0 :   {
    2750                 :           0 :     tree tem;
    2751                 :           0 :     tem =  constant_boolean_node (true, type);
    2752                 :           0 :     res_op->set_value (tem);
    2753                 :           0 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 281, __FILE__, __LINE__, true);
    2754                 :             :     return true;
    2755                 :             :   }
    2756                 :           0 : next_after_fail896:;
    2757                 :           0 :   return false;
    2758                 :             : }
    2759                 :             : 
    2760                 :             : bool
    2761                 :           0 : gimple_simplify_166 (gimple_match_op *res_op, gimple_seq *seq,
    2762                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    2763                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    2764                 :             : {
    2765                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2766                 :           0 :   gimple_seq *lseq = seq;
    2767                 :           0 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail897;
    2768                 :           0 :   {
    2769                 :           0 :     tree tem;
    2770                 :           0 :     tem = captures[2];
    2771                 :           0 :     res_op->set_value (tem);
    2772                 :           0 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 263, __FILE__, __LINE__, true);
    2773                 :             :     return true;
    2774                 :             :   }
    2775                 :           0 : next_after_fail897:;
    2776                 :           0 :   return false;
    2777                 :             : }
    2778                 :             : 
    2779                 :             : bool
    2780                 :         237 : gimple_simplify_168 (gimple_match_op *res_op, gimple_seq *seq,
    2781                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    2782                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    2783                 :             :  const enum tree_code ARG_UNUSED (code2),
    2784                 :             :  const enum tree_code ARG_UNUSED (code1))
    2785                 :             : {
    2786                 :         237 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2787                 :         237 :   if ((TREE_CODE (captures[2]) == INTEGER_CST
    2788                 :         207 :  && TREE_CODE (captures[5]) == INTEGER_CST)
    2789                 :         385 :  || ((INTEGRAL_TYPE_P (TREE_TYPE (captures[2]))
    2790                 :          14 :  || POINTER_TYPE_P (TREE_TYPE (captures[2])))
    2791                 :         178 :  && bitwise_equal_p (captures[2], captures[5]))
    2792                 :             : )
    2793                 :             :     {
    2794                 :          59 :       {
    2795                 :          59 :  bool one_before = false;
    2796                 :          59 :  bool one_after = false;
    2797                 :          59 :  int cmp = 0;
    2798                 :          59 :  bool allbits = true;
    2799                 :          59 :  if (TREE_CODE (captures[2]) == INTEGER_CST
    2800                 :          59 :  && TREE_CODE (captures[5]) == INTEGER_CST)
    2801                 :             :  {
    2802                 :          59 :  allbits = TYPE_PRECISION (TREE_TYPE (captures[2])) <= TYPE_PRECISION (TREE_TYPE (captures[5]));
    2803                 :          59 :  auto t1 = wi::to_wide (fold_convert (TREE_TYPE (captures[5]), captures[2]));
    2804                 :          59 :  auto t2 = wi::to_wide (captures[5]);
    2805                 :          59 :  cmp = wi::cmp (t1, t2, TYPE_SIGN (TREE_TYPE (captures[5])));
    2806                 :          59 :  if (cmp < 0
    2807                 :          59 :  && t1 == t2 - 1)
    2808                 :             :  one_before = true;
    2809                 :          59 :  if (cmp > 0
    2810                 :          59 :  && t1 == t2 + 1)
    2811                 :             :  one_after = true;
    2812                 :             :  }
    2813                 :          59 :  bool val;
    2814                 :          59 :  switch (code2)
    2815                 :             :  {
    2816                 :           0 :  case EQ_EXPR: val = (cmp == 0); break;
    2817                 :           0 :  case NE_EXPR: val = (cmp != 0); break;
    2818                 :           0 :  case LT_EXPR: val = (cmp < 0); break;
    2819                 :          56 :  case GT_EXPR: val = (cmp > 0); break;
    2820                 :           3 :  case LE_EXPR: val = (cmp <= 0); break;
    2821                 :           0 :  case GE_EXPR: val = (cmp >= 0); break;
    2822                 :           0 :  default: gcc_unreachable ();
    2823                 :             :  }
    2824                 :          59 :           if (code1 == EQ_EXPR && val
    2825                 :             : )
    2826                 :             :             {
    2827                 :           5 :               gimple_seq *lseq = seq;
    2828                 :           5 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail900;
    2829                 :           5 :               {
    2830                 :           5 :                 tree tem;
    2831                 :           5 :                 tem = captures[3];
    2832                 :           5 :                 res_op->set_value (tem);
    2833                 :           5 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 265, __FILE__, __LINE__, true);
    2834                 :           5 :                 return true;
    2835                 :             :               }
    2836                 :           0 : next_after_fail900:;
    2837                 :             :             }
    2838                 :             :           else
    2839                 :             :             {
    2840                 :          54 :               if (code1 == NE_EXPR && val && allbits
    2841                 :             : )
    2842                 :             :                 {
    2843                 :           0 :                   gimple_seq *lseq = seq;
    2844                 :           0 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail901;
    2845                 :           0 :                   {
    2846                 :           0 :                     tree tem;
    2847                 :           0 :                     tem =  constant_boolean_node (true, type);
    2848                 :           0 :                     res_op->set_value (tem);
    2849                 :           0 :                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 266, __FILE__, __LINE__, true);
    2850                 :           0 :                     return true;
    2851                 :             :                   }
    2852                 :           0 : next_after_fail901:;
    2853                 :           0 :                 }
    2854                 :             :               else
    2855                 :             :                 {
    2856                 :          54 :                   if (code1 == NE_EXPR && !val && allbits
    2857                 :             : )
    2858                 :             :                     {
    2859                 :           0 :                       gimple_seq *lseq = seq;
    2860                 :           0 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail902;
    2861                 :           0 :                       {
    2862                 :           0 :                         tree tem;
    2863                 :           0 :                         tem = captures[0];
    2864                 :           0 :                         res_op->set_value (tem);
    2865                 :           0 :                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 267, __FILE__, __LINE__, true);
    2866                 :           0 :                         return true;
    2867                 :             :                       }
    2868                 :           0 : next_after_fail902:;
    2869                 :           0 :                     }
    2870                 :             :                   else
    2871                 :             :                     {
    2872                 :          54 :                       if (code1 == EQ_EXPR
    2873                 :          54 :  && code2 == GT_EXPR
    2874                 :          54 :  && cmp == 0
    2875                 :          54 :  && allbits
    2876                 :             : )
    2877                 :             :                         {
    2878                 :           0 :                           gimple_seq *lseq = seq;
    2879                 :           0 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail903;
    2880                 :           0 :                           {
    2881                 :           0 :                             res_op->set_op (GE_EXPR, type, 2);
    2882                 :           0 :                             res_op->ops[0] = captures[4];
    2883                 :           0 :                             res_op->ops[1] = captures[5];
    2884                 :           0 :                             res_op->resimplify (lseq, valueize);
    2885                 :           0 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 268, __FILE__, __LINE__, true);
    2886                 :           0 :                             return true;
    2887                 :             :                           }
    2888                 :           0 : next_after_fail903:;
    2889                 :           0 :                         }
    2890                 :             :                       else
    2891                 :             :                         {
    2892                 :          54 :                           if (code1 == EQ_EXPR
    2893                 :          54 :  && code2 == LT_EXPR
    2894                 :           0 :  && cmp == 0
    2895                 :           0 :  && allbits
    2896                 :             : )
    2897                 :             :                             {
    2898                 :           0 :                               gimple_seq *lseq = seq;
    2899                 :           0 :                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail904;
    2900                 :           0 :                               {
    2901                 :           0 :                                 res_op->set_op (LE_EXPR, type, 2);
    2902                 :           0 :                                 res_op->ops[0] = captures[4];
    2903                 :           0 :                                 res_op->ops[1] = captures[5];
    2904                 :           0 :                                 res_op->resimplify (lseq, valueize);
    2905                 :           0 :                                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 269, __FILE__, __LINE__, true);
    2906                 :           0 :                                 return true;
    2907                 :             :                               }
    2908                 :           0 : next_after_fail904:;
    2909                 :           0 :                             }
    2910                 :             :                           else
    2911                 :             :                             {
    2912                 :          54 :                               if (code1 == EQ_EXPR
    2913                 :          54 :  && code2 == GE_EXPR
    2914                 :             :  && one_before
    2915                 :           0 :  && allbits
    2916                 :             : )
    2917                 :             :                                 {
    2918                 :           0 :                                   gimple_seq *lseq = seq;
    2919                 :           0 :                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail905;
    2920                 :           0 :                                   {
    2921                 :           0 :                                     res_op->set_op (GE_EXPR, type, 2);
    2922                 :           0 :                                     res_op->ops[0] = captures[4];
    2923                 :           0 :                                     {
    2924                 :           0 :                                       tree _o1[1], _r1;
    2925                 :           0 :                                       _o1[0] = captures[2];
    2926                 :           0 :                                       if (TREE_TYPE (res_op->ops[0]) != TREE_TYPE (_o1[0])
    2927                 :           0 :                                           && !useless_type_conversion_p (TREE_TYPE (res_op->ops[0]), TREE_TYPE (_o1[0])))
    2928                 :             :                                         {
    2929                 :           0 :                                           gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, TREE_TYPE (res_op->ops[0]), _o1[0]);
    2930                 :           0 :                                           tem_op.resimplify (lseq, valueize);
    2931                 :           0 :                                           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    2932                 :           0 :                                           if (!_r1) goto next_after_fail905;
    2933                 :             :                                         }
    2934                 :             :                                       else
    2935                 :             :                                         _r1 = _o1[0];
    2936                 :           0 :                                       res_op->ops[1] = _r1;
    2937                 :             :                                     }
    2938                 :           0 :                                     res_op->resimplify (lseq, valueize);
    2939                 :           0 :                                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 270, __FILE__, __LINE__, true);
    2940                 :           0 :                                     return true;
    2941                 :             :                                   }
    2942                 :             : next_after_fail905:;
    2943                 :             :                                 }
    2944                 :             :                               else
    2945                 :             :                                 {
    2946                 :          54 :                                   if (code1 == EQ_EXPR
    2947                 :          54 :  && code2 == LE_EXPR
    2948                 :             :  && one_after
    2949                 :           0 :  && allbits
    2950                 :             : )
    2951                 :             :                                     {
    2952                 :           0 :                                       gimple_seq *lseq = seq;
    2953                 :           0 :                                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail906;
    2954                 :           0 :                                       {
    2955                 :           0 :                                         res_op->set_op (LE_EXPR, type, 2);
    2956                 :           0 :                                         res_op->ops[0] = captures[4];
    2957                 :           0 :                                         {
    2958                 :           0 :                                           tree _o1[1], _r1;
    2959                 :           0 :                                           _o1[0] = captures[2];
    2960                 :           0 :                                           if (TREE_TYPE (res_op->ops[0]) != TREE_TYPE (_o1[0])
    2961                 :           0 :                                               && !useless_type_conversion_p (TREE_TYPE (res_op->ops[0]), TREE_TYPE (_o1[0])))
    2962                 :             :                                             {
    2963                 :           0 :                                               gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, TREE_TYPE (res_op->ops[0]), _o1[0]);
    2964                 :           0 :                                               tem_op.resimplify (lseq, valueize);
    2965                 :           0 :                                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    2966                 :           0 :                                               if (!_r1) goto next_after_fail906;
    2967                 :             :                                             }
    2968                 :             :                                           else
    2969                 :             :                                             _r1 = _o1[0];
    2970                 :           0 :                                           res_op->ops[1] = _r1;
    2971                 :             :                                         }
    2972                 :           0 :                                         res_op->resimplify (lseq, valueize);
    2973                 :           0 :                                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 271, __FILE__, __LINE__, true);
    2974                 :           0 :                                         return true;
    2975                 :             :                                       }
    2976                 :             : next_after_fail906:;
    2977                 :             :                                     }
    2978                 :             :                                 }
    2979                 :             :                             }
    2980                 :             :                         }
    2981                 :             :                     }
    2982                 :             :                 }
    2983                 :             :             }
    2984                 :             :       }
    2985                 :             :     }
    2986                 :             :   return false;
    2987                 :             : }
    2988                 :             : 
    2989                 :             : bool
    2990                 :           0 : gimple_simplify_182 (gimple_match_op *res_op, gimple_seq *seq,
    2991                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    2992                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    2993                 :             : {
    2994                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2995                 :           0 :   if (!tree_expr_maybe_nan_p (captures[0]) && !HONOR_SIGNED_ZEROS (type)
    2996                 :             : )
    2997                 :             :     {
    2998                 :           0 :       gimple_seq *lseq = seq;
    2999                 :           0 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail927;
    3000                 :           0 :       {
    3001                 :           0 :         res_op->set_op (NEGATE_EXPR, type, 1);
    3002                 :           0 :         {
    3003                 :           0 :           tree _o1[1], _r1;
    3004                 :           0 :           _o1[0] = captures[0];
    3005                 :           0 :           gimple_match_op tem_op (res_op->cond.any_else (), ABS_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
    3006                 :           0 :           tem_op.resimplify (lseq, valueize);
    3007                 :           0 :           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    3008                 :           0 :           if (!_r1) goto next_after_fail927;
    3009                 :           0 :           res_op->ops[0] = _r1;
    3010                 :             :         }
    3011                 :           0 :         res_op->resimplify (lseq, valueize);
    3012                 :           0 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 288, __FILE__, __LINE__, true);
    3013                 :           0 :         return true;
    3014                 :             :       }
    3015                 :             : next_after_fail927:;
    3016                 :             :     }
    3017                 :             :   return false;
    3018                 :             : }
    3019                 :             : 
    3020                 :             : bool
    3021                 :           0 : gimple_simplify_186 (gimple_match_op *res_op, gimple_seq *seq,
    3022                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    3023                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    3024                 :             : {
    3025                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3026                 :           0 :   if (!tree_expr_maybe_nan_p (captures[0]) && !HONOR_SIGNED_ZEROS (type)
    3027                 :             : )
    3028                 :             :     {
    3029                 :           0 :       gimple_seq *lseq = seq;
    3030                 :           0 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail931;
    3031                 :           0 :       {
    3032                 :           0 :         res_op->set_op (NOP_EXPR, type, 1);
    3033                 :           0 :         {
    3034                 :           0 :           tree _o1[1], _r1;
    3035                 :           0 :           _o1[0] = captures[0];
    3036                 :           0 :           gimple_match_op tem_op (res_op->cond.any_else (), ABS_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
    3037                 :           0 :           tem_op.resimplify (lseq, valueize);
    3038                 :           0 :           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    3039                 :           0 :           if (!_r1) goto next_after_fail931;
    3040                 :           0 :           res_op->ops[0] = _r1;
    3041                 :             :         }
    3042                 :           0 :         res_op->resimplify (lseq, valueize);
    3043                 :           0 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 288, __FILE__, __LINE__, true);
    3044                 :           0 :         return true;
    3045                 :             :       }
    3046                 :             : next_after_fail931:;
    3047                 :             :     }
    3048                 :             :   return false;
    3049                 :             : }
    3050                 :             : 
    3051                 :             : bool
    3052                 :           0 : gimple_simplify_190 (gimple_match_op *res_op, gimple_seq *seq,
    3053                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    3054                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    3055                 :             : {
    3056                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3057                 :           0 :   if (!tree_expr_maybe_nan_p (captures[0]) && !HONOR_SIGNED_ZEROS (type)
    3058                 :             : )
    3059                 :             :     {
    3060                 :           0 :       gimple_seq *lseq = seq;
    3061                 :           0 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail935;
    3062                 :           0 :       {
    3063                 :           0 :         res_op->set_op (NEGATE_EXPR, type, 1);
    3064                 :           0 :         {
    3065                 :           0 :           tree _o1[1], _r1;
    3066                 :           0 :           _o1[0] = captures[0];
    3067                 :           0 :           gimple_match_op tem_op (res_op->cond.any_else (), ABS_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
    3068                 :           0 :           tem_op.resimplify (lseq, valueize);
    3069                 :           0 :           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    3070                 :           0 :           if (!_r1) goto next_after_fail935;
    3071                 :           0 :           res_op->ops[0] = _r1;
    3072                 :             :         }
    3073                 :           0 :         res_op->resimplify (lseq, valueize);
    3074                 :           0 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 288, __FILE__, __LINE__, true);
    3075                 :           0 :         return true;
    3076                 :             :       }
    3077                 :             : next_after_fail935:;
    3078                 :             :     }
    3079                 :             :   return false;
    3080                 :             : }
    3081                 :             : 
    3082                 :             : bool
    3083                 :          64 : gimple_simplify_194 (gimple_match_op *res_op, gimple_seq *seq,
    3084                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    3085                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    3086                 :             :  const combined_fn ARG_UNUSED (COPYSIGN_ALL))
    3087                 :             : {
    3088                 :          64 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3089                 :          64 :   if (!tree_expr_maybe_nan_p (captures[0]) && !HONOR_SIGNED_ZEROS (type)
    3090                 :             : )
    3091                 :             :     {
    3092                 :           0 :       gimple_seq *lseq = seq;
    3093                 :           0 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail939;
    3094                 :           0 :       {
    3095                 :           0 :         res_op->set_op (ABS_EXPR, type, 1);
    3096                 :           0 :         res_op->ops[0] = captures[0];
    3097                 :           0 :         res_op->resimplify (lseq, valueize);
    3098                 :           0 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 289, __FILE__, __LINE__, true);
    3099                 :           0 :         return true;
    3100                 :             :       }
    3101                 :           0 : next_after_fail939:;
    3102                 :             :     }
    3103                 :             :   return false;
    3104                 :             : }
    3105                 :             : 
    3106                 :             : bool
    3107                 :           2 : gimple_simplify_198 (gimple_match_op *res_op, gimple_seq *seq,
    3108                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    3109                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    3110                 :             :  const combined_fn ARG_UNUSED (copysigns))
    3111                 :             : {
    3112                 :           2 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3113                 :           2 :   gimple_seq *lseq = seq;
    3114                 :           2 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail943;
    3115                 :           2 :   {
    3116                 :           2 :     res_op->set_op (MULT_EXPR, type, 2);
    3117                 :           2 :     res_op->ops[0] = captures[1];
    3118                 :           2 :     res_op->ops[1] = captures[1];
    3119                 :           2 :     res_op->resimplify (lseq, valueize);
    3120                 :           2 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 292, __FILE__, __LINE__, true);
    3121                 :             :     return true;
    3122                 :             :   }
    3123                 :           0 : next_after_fail943:;
    3124                 :           0 :   return false;
    3125                 :             : }
    3126                 :             : 
    3127                 :             : bool
    3128                 :           0 : gimple_simplify_201 (gimple_match_op *res_op, gimple_seq *seq,
    3129                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    3130                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    3131                 :             : {
    3132                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3133                 :           0 :   gimple_seq *lseq = seq;
    3134                 :           0 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail946;
    3135                 :           0 :   {
    3136                 :           0 :     tree tem;
    3137                 :           0 :     tem =  build_zero_cst (type);
    3138                 :           0 :     res_op->set_value (tem);
    3139                 :           0 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 294, __FILE__, __LINE__, true);
    3140                 :             :     return true;
    3141                 :             :   }
    3142                 :           0 : next_after_fail946:;
    3143                 :           0 :   return false;
    3144                 :             : }
    3145                 :             : 
    3146                 :             : bool
    3147                 :       18560 : gimple_simplify_205 (gimple_match_op *res_op, gimple_seq *seq,
    3148                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    3149                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    3150                 :             :  const enum tree_code ARG_UNUSED (cmp))
    3151                 :             : {
    3152                 :       18560 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3153                 :       18560 :   if (!canonicalize_math_p ()
    3154                 :             : )
    3155                 :             :     {
    3156                 :        7898 :       if (INTEGRAL_TYPE_P (type)
    3157                 :        7898 :  && INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
    3158                 :             : )
    3159                 :             :         {
    3160                 :        7898 :           gimple_seq *lseq = seq;
    3161                 :        7898 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail952;
    3162                 :        7898 :           {
    3163                 :        7898 :             res_op->set_op (COND_EXPR, type, 3);
    3164                 :        7898 :             res_op->ops[0] = captures[0];
    3165                 :        7898 :             res_op->ops[1] = captures[3];
    3166                 :        7898 :             res_op->ops[2] =  build_zero_cst (type);
    3167                 :        7898 :             res_op->resimplify (lseq, valueize);
    3168                 :        7898 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 298, __FILE__, __LINE__, true);
    3169                 :        7898 :             return true;
    3170                 :             :           }
    3171                 :           0 : next_after_fail952:;
    3172                 :             :         }
    3173                 :             :     }
    3174                 :             :   return false;
    3175                 :             : }
    3176                 :             : 
    3177                 :             : bool
    3178                 :      270509 : gimple_simplify_207 (gimple_match_op *res_op, gimple_seq *seq,
    3179                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    3180                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    3181                 :             : {
    3182                 :      270509 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3183                 :      270509 :   {
    3184                 :      270509 :  poly_widest_int factor;
    3185                 :      541018 :       if (INTEGRAL_TYPE_P (type)
    3186                 :      270509 :  && wi::ltu_p (wi::to_wide (captures[1]), element_precision (type))
    3187                 :      540066 :  && wi::to_widest (captures[1]) <= wi::ctz (get_nonzero_bits (captures[0]))
    3188                 :      541018 :  && multiple_p (wi::to_poly_widest (captures[2]),
    3189                 :      274427 :  widest_int (1) << tree_to_uhwi (captures[1]),
    3190                 :             :  &factor)
    3191                 :             : )
    3192                 :             :         {
    3193                 :        1829 :           gimple_seq *lseq = seq;
    3194                 :        1829 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail954;
    3195                 :        1829 :           {
    3196                 :        1829 :             res_op->set_op (MULT_EXPR, type, 2);
    3197                 :        1829 :             {
    3198                 :        1829 :               tree _o1[1], _r1;
    3199                 :        1829 :               _o1[0] = captures[0];
    3200                 :        1829 :               if (type != TREE_TYPE (_o1[0])
    3201                 :        1829 :                   && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
    3202                 :             :                 {
    3203                 :        1794 :                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
    3204                 :        1794 :                   tem_op.resimplify (lseq, valueize);
    3205                 :        1794 :                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    3206                 :        1794 :                   if (!_r1) goto next_after_fail954;
    3207                 :             :                 }
    3208                 :             :               else
    3209                 :             :                 _r1 = _o1[0];
    3210                 :         485 :               res_op->ops[0] = _r1;
    3211                 :             :             }
    3212                 :         485 :             res_op->ops[1] =  wide_int_to_tree (type, factor);
    3213                 :         485 :             res_op->resimplify (lseq, valueize);
    3214                 :         485 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 299, __FILE__, __LINE__, true);
    3215                 :         485 :             return true;
    3216                 :             :           }
    3217                 :      270024 : next_after_fail954:;
    3218                 :             :         }
    3219                 :      270509 :   }
    3220                 :      270024 :   return false;
    3221                 :             : }
    3222                 :             : 
    3223                 :             : bool
    3224                 :           5 : gimple_simplify_212 (gimple_match_op *res_op, gimple_seq *seq,
    3225                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    3226                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    3227                 :             :  const combined_fn ARG_UNUSED (SQRT_ALL))
    3228                 :             : {
    3229                 :           5 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3230                 :           5 :   if (flag_unsafe_math_optimizations
    3231                 :             : )
    3232                 :             :     {
    3233                 :           5 :       if (!tree_expr_maybe_signaling_nan_p (captures[1])
    3234                 :             : )
    3235                 :             :         {
    3236                 :           5 :           gimple_seq *lseq = seq;
    3237                 :           5 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail960;
    3238                 :           5 :           {
    3239                 :           5 :             tree tem;
    3240                 :           5 :             tem = captures[1];
    3241                 :           5 :             res_op->set_value (tem);
    3242                 :           5 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 305, __FILE__, __LINE__, true);
    3243                 :           5 :             return true;
    3244                 :             :           }
    3245                 :           0 : next_after_fail960:;
    3246                 :             :         }
    3247                 :             :     }
    3248                 :             :   return false;
    3249                 :             : }
    3250                 :             : 
    3251                 :             : bool
    3252                 :          24 : gimple_simplify_215 (gimple_match_op *res_op, gimple_seq *seq,
    3253                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    3254                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    3255                 :             :  const combined_fn ARG_UNUSED (LDEXP))
    3256                 :             : {
    3257                 :          24 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3258                 :          24 :   if (flag_unsafe_math_optimizations
    3259                 :             : )
    3260                 :             :     {
    3261                 :          24 :       if (real_equal (TREE_REAL_CST_PTR (captures[1]), &dconst1)
    3262                 :             : )
    3263                 :             :         {
    3264                 :          21 :           gimple_seq *lseq = seq;
    3265                 :          21 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail963;
    3266                 :          21 :           {
    3267                 :          21 :             res_op->set_op (LDEXP, type, 2);
    3268                 :          21 :             res_op->ops[0] = captures[0];
    3269                 :          21 :             res_op->ops[1] = captures[2];
    3270                 :          21 :             res_op->resimplify (lseq, valueize);
    3271                 :          21 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 308, __FILE__, __LINE__, true);
    3272                 :          21 :             return true;
    3273                 :             :           }
    3274                 :           0 : next_after_fail963:;
    3275                 :             :         }
    3276                 :             :     }
    3277                 :             :   return false;
    3278                 :             : }
    3279                 :             : 
    3280                 :             : bool
    3281                 :           0 : gimple_simplify_216 (gimple_match_op *res_op, gimple_seq *seq,
    3282                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    3283                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    3284                 :             :  const combined_fn ARG_UNUSED (TAN),
    3285                 :             :  const combined_fn ARG_UNUSED (COS),
    3286                 :             :  const combined_fn ARG_UNUSED (SIN))
    3287                 :             : {
    3288                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3289                 :           0 :   if (flag_unsafe_math_optimizations && canonicalize_math_p ()
    3290                 :             : )
    3291                 :             :     {
    3292                 :           0 :       gimple_seq *lseq = seq;
    3293                 :           0 :       if (lseq
    3294                 :           0 :           && (!single_use (captures[0])
    3295                 :           0 :               || !single_use (captures[2])))
    3296                 :           0 :         lseq = NULL;
    3297                 :           0 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail964;
    3298                 :           0 :       {
    3299                 :           0 :         res_op->set_op (SIN, type, 1);
    3300                 :           0 :         res_op->ops[0] = captures[1];
    3301                 :           0 :         res_op->resimplify (lseq, valueize);
    3302                 :           0 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 309, __FILE__, __LINE__, true);
    3303                 :           0 :         return true;
    3304                 :             :       }
    3305                 :           0 : next_after_fail964:;
    3306                 :             :     }
    3307                 :             :   return false;
    3308                 :             : }
    3309                 :             : 
    3310                 :             : bool
    3311                 :         609 : gimple_simplify_219 (gimple_match_op *res_op, gimple_seq *seq,
    3312                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    3313                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    3314                 :             :  const enum tree_code ARG_UNUSED (cmp))
    3315                 :             : {
    3316                 :         609 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3317                 :        1218 :   if (ANY_INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
    3318                 :        1180 :  && !TYPE_OVERFLOW_WRAPS (TREE_TYPE(captures[0]))
    3319                 :             : )
    3320                 :             :     {
    3321                 :          68 :       gimple_seq *lseq = seq;
    3322                 :          68 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail967;
    3323                 :          68 :       {
    3324                 :          68 :         res_op->set_op (cmp, type, 2);
    3325                 :          68 :         res_op->ops[0] = captures[0];
    3326                 :          68 :         res_op->ops[1] =  build_zero_cst (TREE_TYPE(captures[0]));
    3327                 :          68 :         res_op->resimplify (lseq, valueize);
    3328                 :          68 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 312, __FILE__, __LINE__, true);
    3329                 :          68 :         return true;
    3330                 :             :       }
    3331                 :           0 : next_after_fail967:;
    3332                 :             :     }
    3333                 :             :   return false;
    3334                 :             : }
    3335                 :             : 
    3336                 :             : bool
    3337                 :        1416 : gimple_simplify_222 (gimple_match_op *res_op, gimple_seq *seq,
    3338                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    3339                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    3340                 :             : {
    3341                 :        1416 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3342                 :        2832 :   if (INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
    3343                 :        2832 :  && TYPE_PRECISION (TREE_TYPE (captures[1])) == 1
    3344                 :             : )
    3345                 :             :     {
    3346                 :        1416 :       gimple_seq *lseq = seq;
    3347                 :        1416 :       if (lseq
    3348                 :         465 :           && (!single_use (captures[0])))
    3349                 :         969 :         lseq = NULL;
    3350                 :        1416 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail970;
    3351                 :        1416 :       {
    3352                 :        1416 :         res_op->set_op (NOP_EXPR, type, 1);
    3353                 :        1416 :         {
    3354                 :        1416 :           tree _o1[2], _r1;
    3355                 :        1416 :           _o1[0] = captures[1];
    3356                 :        1416 :           _o1[1] = captures[2];
    3357                 :        1416 :           gimple_match_op tem_op (res_op->cond.any_else (), BIT_XOR_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    3358                 :        1416 :           tem_op.resimplify (lseq, valueize);
    3359                 :        1416 :           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    3360                 :        1416 :           if (!_r1) goto next_after_fail970;
    3361                 :         725 :           res_op->ops[0] = _r1;
    3362                 :             :         }
    3363                 :         725 :         res_op->resimplify (lseq, valueize);
    3364                 :         725 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 315, __FILE__, __LINE__, true);
    3365                 :         725 :         return true;
    3366                 :             :       }
    3367                 :             : next_after_fail970:;
    3368                 :             :     }
    3369                 :             :   return false;
    3370                 :             : }
    3371                 :             : 
    3372                 :             : bool
    3373                 :        2985 : gimple_simplify_225 (gimple_match_op *res_op, gimple_seq *seq,
    3374                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    3375                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    3376                 :             :  const enum tree_code ARG_UNUSED (cmp))
    3377                 :             : {
    3378                 :        2985 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3379                 :        2985 :   if (element_precision (captures[0]) >= element_precision (captures[1])
    3380                 :        2985 :  && types_match (captures[1], captures[3])
    3381                 :             : )
    3382                 :             :     {
    3383                 :        2985 :       if (wi::lt_p (wi::to_wide (captures[2]), 0, TYPE_SIGN (TREE_TYPE (captures[2])))
    3384                 :             : )
    3385                 :             :         {
    3386                 :           2 :           if (!TYPE_UNSIGNED (TREE_TYPE (captures[0]))
    3387                 :             : )
    3388                 :             :             {
    3389                 :           2 :               gimple_seq *lseq = seq;
    3390                 :           2 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail973;
    3391                 :           2 :               {
    3392                 :           2 :                 res_op->set_op (cmp, type, 2);
    3393                 :           2 :                 res_op->ops[0] = captures[3];
    3394                 :           2 :                 res_op->ops[1] = captures[1];
    3395                 :           2 :                 res_op->resimplify (lseq, valueize);
    3396                 :           2 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 318, __FILE__, __LINE__, true);
    3397                 :           2 :                 return true;
    3398                 :             :               }
    3399                 :           0 : next_after_fail973:;
    3400                 :             :             }
    3401                 :             :           else
    3402                 :             :             {
    3403                 :           0 :               if (tree_expr_nonzero_p (captures[1]) && tree_expr_nonzero_p (captures[3])
    3404                 :             : )
    3405                 :             :                 {
    3406                 :           0 :                   {
    3407                 :           0 :  tree utype = unsigned_type_for (TREE_TYPE (captures[1]));
    3408                 :           0 :                       gimple_seq *lseq = seq;
    3409                 :           0 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail974;
    3410                 :           0 :                       {
    3411                 :           0 :                         res_op->set_op (cmp, type, 2);
    3412                 :           0 :                         {
    3413                 :           0 :                           tree _o1[1], _r1;
    3414                 :           0 :                           _o1[0] = captures[3];
    3415                 :           0 :                           if (utype != TREE_TYPE (_o1[0])
    3416                 :           0 :                               && !useless_type_conversion_p (utype, TREE_TYPE (_o1[0])))
    3417                 :             :                             {
    3418                 :           0 :                               gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, utype, _o1[0]);
    3419                 :           0 :                               tem_op.resimplify (lseq, valueize);
    3420                 :           0 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    3421                 :           0 :                               if (!_r1) goto next_after_fail974;
    3422                 :             :                             }
    3423                 :             :                           else
    3424                 :             :                             _r1 = _o1[0];
    3425                 :           0 :                           res_op->ops[0] = _r1;
    3426                 :             :                         }
    3427                 :           0 :                         {
    3428                 :           0 :                           tree _o1[1], _r1;
    3429                 :           0 :                           _o1[0] = captures[1];
    3430                 :           0 :                           if (utype != TREE_TYPE (_o1[0])
    3431                 :           0 :                               && !useless_type_conversion_p (utype, TREE_TYPE (_o1[0])))
    3432                 :             :                             {
    3433                 :           0 :                               gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, utype, _o1[0]);
    3434                 :           0 :                               tem_op.resimplify (lseq, valueize);
    3435                 :           0 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    3436                 :           0 :                               if (!_r1) goto next_after_fail974;
    3437                 :             :                             }
    3438                 :             :                           else
    3439                 :             :                             _r1 = _o1[0];
    3440                 :           0 :                           res_op->ops[1] = _r1;
    3441                 :             :                         }
    3442                 :           0 :                         res_op->resimplify (lseq, valueize);
    3443                 :           0 :                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 319, __FILE__, __LINE__, true);
    3444                 :           0 :                         return true;
    3445                 :             :                       }
    3446                 :             : next_after_fail974:;
    3447                 :             :                   }
    3448                 :             :                 }
    3449                 :             :             }
    3450                 :             :         }
    3451                 :             :       else
    3452                 :             :         {
    3453                 :        2983 :           if (wi::gt_p (wi::to_wide (captures[2]), 1, TYPE_SIGN (TREE_TYPE (captures[2])))
    3454                 :             : )
    3455                 :             :             {
    3456                 :        2983 :               if (TYPE_UNSIGNED (TREE_TYPE (captures[1])) || !TYPE_UNSIGNED (TREE_TYPE (captures[0]))
    3457                 :             : )
    3458                 :             :                 {
    3459                 :        1765 :                   gimple_seq *lseq = seq;
    3460                 :        1765 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail975;
    3461                 :        1765 :                   {
    3462                 :        1765 :                     res_op->set_op (cmp, type, 2);
    3463                 :        1765 :                     res_op->ops[0] = captures[1];
    3464                 :        1765 :                     res_op->ops[1] = captures[3];
    3465                 :        1765 :                     res_op->resimplify (lseq, valueize);
    3466                 :        1765 :                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 320, __FILE__, __LINE__, true);
    3467                 :        1765 :                     return true;
    3468                 :             :                   }
    3469                 :           0 : next_after_fail975:;
    3470                 :             :                 }
    3471                 :             :               else
    3472                 :             :                 {
    3473                 :        1218 :                   {
    3474                 :        1218 :  tree utype = unsigned_type_for (TREE_TYPE (captures[1]));
    3475                 :        1218 :                       gimple_seq *lseq = seq;
    3476                 :        1218 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail976;
    3477                 :        1218 :                       {
    3478                 :        1218 :                         res_op->set_op (cmp, type, 2);
    3479                 :        1218 :                         {
    3480                 :        1218 :                           tree _o1[1], _r1;
    3481                 :        1218 :                           _o1[0] = captures[1];
    3482                 :        1218 :                           if (utype != TREE_TYPE (_o1[0])
    3483                 :        1218 :                               && !useless_type_conversion_p (utype, TREE_TYPE (_o1[0])))
    3484                 :             :                             {
    3485                 :        1218 :                               gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, utype, _o1[0]);
    3486                 :        1218 :                               tem_op.resimplify (lseq, valueize);
    3487                 :        1218 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    3488                 :        1218 :                               if (!_r1) goto next_after_fail976;
    3489                 :             :                             }
    3490                 :             :                           else
    3491                 :             :                             _r1 = _o1[0];
    3492                 :         834 :                           res_op->ops[0] = _r1;
    3493                 :             :                         }
    3494                 :         834 :                         {
    3495                 :         834 :                           tree _o1[1], _r1;
    3496                 :         834 :                           _o1[0] = captures[3];
    3497                 :         834 :                           if (utype != TREE_TYPE (_o1[0])
    3498                 :         834 :                               && !useless_type_conversion_p (utype, TREE_TYPE (_o1[0])))
    3499                 :             :                             {
    3500                 :         834 :                               gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, utype, _o1[0]);
    3501                 :         834 :                               tem_op.resimplify (lseq, valueize);
    3502                 :         834 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    3503                 :         834 :                               if (!_r1) goto next_after_fail976;
    3504                 :             :                             }
    3505                 :             :                           else
    3506                 :             :                             _r1 = _o1[0];
    3507                 :         834 :                           res_op->ops[1] = _r1;
    3508                 :             :                         }
    3509                 :         834 :                         res_op->resimplify (lseq, valueize);
    3510                 :         834 :                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 321, __FILE__, __LINE__, true);
    3511                 :         834 :                         return true;
    3512                 :             :                       }
    3513                 :             : next_after_fail976:;
    3514                 :             :                   }
    3515                 :             :                 }
    3516                 :             :             }
    3517                 :             :         }
    3518                 :             :     }
    3519                 :             :   return false;
    3520                 :             : }
    3521                 :             : 
    3522                 :             : bool
    3523                 :   309438962 : gimple_simplify_239 (gimple_match_op *res_op, gimple_seq *seq,
    3524                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    3525                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    3526                 :             :  const enum tree_code ARG_UNUSED (cmp))
    3527                 :             : {
    3528                 :   309438962 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3529                 :   618879224 :   if (wi::bit_and_not (get_known_nonzero_bits (captures[1]),
    3530                 :   928316886 :  get_nonzero_bits (captures[0])) != 0
    3531                 :             : )
    3532                 :             :     {
    3533                 :        9807 :       gimple_seq *lseq = seq;
    3534                 :        9807 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1003;
    3535                 :        9807 :       {
    3536                 :        9807 :         tree tem;
    3537                 :        9807 :         tem =  constant_boolean_node (cmp == NE_EXPR, type);
    3538                 :        9807 :         res_op->set_value (tem);
    3539                 :        9807 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 346, __FILE__, __LINE__, true);
    3540                 :        9807 :         return true;
    3541                 :             :       }
    3542                 :           0 : next_after_fail1003:;
    3543                 :             :     }
    3544                 :             :   return false;
    3545                 :             : }
    3546                 :             : 
    3547                 :             : bool
    3548                 :        1384 : gimple_simplify_243 (gimple_match_op *res_op, gimple_seq *seq,
    3549                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    3550                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    3551                 :             :  const enum tree_code ARG_UNUSED (cmp))
    3552                 :             : {
    3553                 :        1384 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3554                 :        1384 :   if (wi::gt_p (wi::to_wide (captures[1]), wi::to_wide (captures[2]),
    3555                 :        1384 :  TYPE_SIGN (TREE_TYPE (captures[0])))
    3556                 :             : )
    3557                 :             :     {
    3558                 :           2 :       gimple_seq *lseq = seq;
    3559                 :           2 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1008;
    3560                 :           2 :       {
    3561                 :           2 :         tree tem;
    3562                 :           2 :         tem =  constant_boolean_node (cmp == NE_EXPR, type);
    3563                 :           2 :         res_op->set_value (tem);
    3564                 :           2 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 351, __FILE__, __LINE__, true);
    3565                 :           2 :         return true;
    3566                 :             :       }
    3567                 :           0 : next_after_fail1008:;
    3568                 :             :     }
    3569                 :             :   else
    3570                 :             :     {
    3571                 :        1382 :       if (wi::lt_p (wi::to_wide (captures[1]), wi::to_wide (captures[2]),
    3572                 :        1382 :  TYPE_SIGN (TREE_TYPE (captures[0])))
    3573                 :             : )
    3574                 :             :         {
    3575                 :        1382 :           gimple_seq *lseq = seq;
    3576                 :        1382 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1009;
    3577                 :        1382 :           {
    3578                 :        1382 :             res_op->set_op (cmp, type, 2);
    3579                 :        1382 :             res_op->ops[0] = captures[0];
    3580                 :        1382 :             res_op->ops[1] = captures[2];
    3581                 :        1382 :             res_op->resimplify (lseq, valueize);
    3582                 :        1382 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 352, __FILE__, __LINE__, true);
    3583                 :        1382 :             return true;
    3584                 :             :           }
    3585                 :           0 : next_after_fail1009:;
    3586                 :             :         }
    3587                 :             :     }
    3588                 :             :   return false;
    3589                 :             : }
    3590                 :             : 
    3591                 :             : bool
    3592                 :           8 : gimple_simplify_247 (gimple_match_op *res_op, gimple_seq *seq,
    3593                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    3594                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    3595                 :             :  const enum tree_code ARG_UNUSED (cmp),
    3596                 :             :  const enum tree_code ARG_UNUSED (icmp))
    3597                 :             : {
    3598                 :           8 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3599                 :           8 :   if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
    3600                 :             : )
    3601                 :             :     {
    3602                 :           8 :       gimple_seq *lseq = seq;
    3603                 :           8 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1015;
    3604                 :           8 :       {
    3605                 :           8 :         res_op->set_op (icmp, type, 2);
    3606                 :           8 :         res_op->ops[0] = captures[0];
    3607                 :           8 :         res_op->ops[1] =  wide_int_to_tree (TREE_TYPE (captures[0]),
    3608                 :           8 :  wi::exact_log2 (wi::to_wide (captures[1])));
    3609                 :           8 :         res_op->resimplify (lseq, valueize);
    3610                 :           8 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 358, __FILE__, __LINE__, true);
    3611                 :           8 :         return true;
    3612                 :             :       }
    3613                 :           0 : next_after_fail1015:;
    3614                 :             :     }
    3615                 :             :   return false;
    3616                 :             : }
    3617                 :             : 
    3618                 :             : bool
    3619                 :       12517 : gimple_simplify_249 (gimple_match_op *res_op, gimple_seq *seq,
    3620                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    3621                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    3622                 :             :  const enum tree_code ARG_UNUSED (cmp))
    3623                 :             : {
    3624                 :       12517 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3625                 :       12517 :   if (tree_fits_shwi_p (captures[3])
    3626                 :       12517 :  && tree_to_shwi (captures[3]) > 0
    3627                 :       25006 :  && tree_to_shwi (captures[3]) < TYPE_PRECISION (TREE_TYPE (captures[2]))
    3628                 :             : )
    3629                 :             :     {
    3630                 :       12485 :       {
    3631                 :       12485 :  tree t0 = TREE_TYPE (captures[2]);
    3632                 :       12485 :  unsigned int prec = TYPE_PRECISION (t0);
    3633                 :       12485 :  wide_int c1 = wi::to_wide (captures[3]);
    3634                 :       12485 :  wide_int c2 = wi::to_wide (captures[4]);
    3635                 :       12485 :  wide_int c3 = wi::to_wide (captures[5]);
    3636                 :       12485 :  wide_int sb = wi::set_bit_in_zero (prec - 1, prec);
    3637                 :       12485 :           if ((c2 & c3) != c3
    3638                 :             : )
    3639                 :             :             {
    3640                 :           0 :               gimple_seq *lseq = seq;
    3641                 :           0 :               if (lseq
    3642                 :             :                   && (!single_use (captures[0])
    3643                 :             :                       || !single_use (captures[1])))
    3644                 :           0 :                 lseq = NULL;
    3645                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1018;
    3646                 :           0 :               {
    3647                 :           0 :                 tree tem;
    3648                 :           0 :                 tem =  constant_boolean_node (cmp == NE_EXPR, type);
    3649                 :           0 :                 res_op->set_value (tem);
    3650                 :           0 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 361, __FILE__, __LINE__, true);
    3651                 :           0 :                 return true;
    3652                 :             :               }
    3653                 :           0 : next_after_fail1018:;
    3654                 :             :             }
    3655                 :             :           else
    3656                 :             :             {
    3657                 :       12485 :               if (TYPE_UNSIGNED (t0)
    3658                 :             : )
    3659                 :             :                 {
    3660                 :       11306 :                   if ((c3 & wi::arshift (sb, c1 - 1)) != 0
    3661                 :             : )
    3662                 :             :                     {
    3663                 :           0 :                       gimple_seq *lseq = seq;
    3664                 :           0 :                       if (lseq
    3665                 :             :                           && (!single_use (captures[0])
    3666                 :             :                               || !single_use (captures[1])))
    3667                 :           0 :                         lseq = NULL;
    3668                 :           0 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1019;
    3669                 :           0 :                       {
    3670                 :           0 :                         tree tem;
    3671                 :           0 :                         tem =  constant_boolean_node (cmp == NE_EXPR, type);
    3672                 :           0 :                         res_op->set_value (tem);
    3673                 :           0 :                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 362, __FILE__, __LINE__, true);
    3674                 :           0 :                         return true;
    3675                 :             :                       }
    3676                 :           0 : next_after_fail1019:;
    3677                 :             :                     }
    3678                 :             :                   else
    3679                 :             :                     {
    3680                 :       11306 :                       gimple_seq *lseq = seq;
    3681                 :       11306 :                       if (lseq
    3682                 :        3722 :                           && (!single_use (captures[0])
    3683                 :         879 :                               || !single_use (captures[1])))
    3684                 :       10830 :                         lseq = NULL;
    3685                 :       11306 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1020;
    3686                 :       11306 :                       {
    3687                 :       11306 :                         res_op->set_op (cmp, type, 2);
    3688                 :       11306 :                         {
    3689                 :       11306 :                           tree _o1[2], _r1;
    3690                 :       11306 :                           _o1[0] = captures[2];
    3691                 :       11306 :                           _o1[1] =  wide_int_to_tree (t0, c2 << c1);
    3692                 :       11306 :                           gimple_match_op tem_op (res_op->cond.any_else (), BIT_AND_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    3693                 :       11306 :                           tem_op.resimplify (lseq, valueize);
    3694                 :       11306 :                           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    3695                 :       11306 :                           if (!_r1) goto next_after_fail1020;
    3696                 :         476 :                           res_op->ops[0] = _r1;
    3697                 :             :                         }
    3698                 :         476 :                         res_op->ops[1] =  wide_int_to_tree (t0, c3 << c1);
    3699                 :         476 :                         res_op->resimplify (lseq, valueize);
    3700                 :         476 :                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 363, __FILE__, __LINE__, true);
    3701                 :         476 :                         return true;
    3702                 :             :                       }
    3703                 :       11910 : next_after_fail1020:;
    3704                 :             :                     }
    3705                 :             :                 }
    3706                 :             :               else
    3707                 :             :                 {
    3708                 :        1179 :                   {
    3709                 :        1179 :  wide_int smask = wi::arshift (sb, c1);
    3710                 :        1179 :                       if ((c2 & smask) == 0
    3711                 :             : )
    3712                 :             :                         {
    3713                 :        1138 :                           gimple_seq *lseq = seq;
    3714                 :        1138 :                           if (lseq
    3715                 :         304 :                               && (!single_use (captures[0])
    3716                 :         139 :                                   || !single_use (captures[1])))
    3717                 :        1048 :                             lseq = NULL;
    3718                 :        1138 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1021;
    3719                 :        1138 :                           {
    3720                 :        1138 :                             res_op->set_op (cmp, type, 2);
    3721                 :        1138 :                             {
    3722                 :        1138 :                               tree _o1[2], _r1;
    3723                 :        1138 :                               _o1[0] = captures[2];
    3724                 :        1138 :                               _o1[1] =  wide_int_to_tree (t0, c2 << c1);
    3725                 :        1138 :                               gimple_match_op tem_op (res_op->cond.any_else (), BIT_AND_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    3726                 :        1138 :                               tem_op.resimplify (lseq, valueize);
    3727                 :        1138 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    3728                 :        1138 :                               if (!_r1) goto next_after_fail1021;
    3729                 :          90 :                               res_op->ops[0] = _r1;
    3730                 :             :                             }
    3731                 :          90 :                             res_op->ops[1] =  wide_int_to_tree (t0, c3 << c1);
    3732                 :          90 :                             res_op->resimplify (lseq, valueize);
    3733                 :          90 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 364, __FILE__, __LINE__, true);
    3734                 :          90 :                             return true;
    3735                 :             :                           }
    3736                 :        1080 : next_after_fail1021:;
    3737                 :             :                         }
    3738                 :             :                       else
    3739                 :             :                         {
    3740                 :          41 :                           if ((c3 & smask) == 0
    3741                 :             : )
    3742                 :             :                             {
    3743                 :          27 :                               gimple_seq *lseq = seq;
    3744                 :          27 :                               if (lseq
    3745                 :           5 :                                   && (!single_use (captures[0])
    3746                 :           5 :                                       || !single_use (captures[1])))
    3747                 :          24 :                                 lseq = NULL;
    3748                 :          27 :                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1022;
    3749                 :          27 :                               {
    3750                 :          27 :                                 res_op->set_op (cmp, type, 2);
    3751                 :          27 :                                 {
    3752                 :          27 :                                   tree _o1[2], _r1;
    3753                 :          27 :                                   _o1[0] = captures[2];
    3754                 :          27 :                                   _o1[1] =  wide_int_to_tree (t0, (c2 << c1) | sb);
    3755                 :          27 :                                   gimple_match_op tem_op (res_op->cond.any_else (), BIT_AND_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    3756                 :          27 :                                   tem_op.resimplify (lseq, valueize);
    3757                 :          27 :                                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    3758                 :          27 :                                   if (!_r1) goto next_after_fail1022;
    3759                 :           3 :                                   res_op->ops[0] = _r1;
    3760                 :             :                                 }
    3761                 :           3 :                                 res_op->ops[1] =  wide_int_to_tree (t0, c3 << c1);
    3762                 :           3 :                                 res_op->resimplify (lseq, valueize);
    3763                 :           3 :                                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 365, __FILE__, __LINE__, true);
    3764                 :           3 :                                 return true;
    3765                 :             :                               }
    3766                 :        1080 : next_after_fail1022:;
    3767                 :             :                             }
    3768                 :             :                           else
    3769                 :             :                             {
    3770                 :          14 :                               if ((c2 & smask) != (c3 & smask)
    3771                 :             : )
    3772                 :             :                                 {
    3773                 :           2 :                                   gimple_seq *lseq = seq;
    3774                 :           2 :                                   if (lseq
    3775                 :             :                                       && (!single_use (captures[0])
    3776                 :             :                                           || !single_use (captures[1])))
    3777                 :           2 :                                     lseq = NULL;
    3778                 :           2 :                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1023;
    3779                 :           2 :                                   {
    3780                 :           2 :                                     tree tem;
    3781                 :           2 :                                     tem =  constant_boolean_node (cmp == NE_EXPR, type);
    3782                 :           2 :                                     res_op->set_value (tem);
    3783                 :           2 :                                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 366, __FILE__, __LINE__, true);
    3784                 :           2 :                                     return true;
    3785                 :             :                                   }
    3786                 :           0 : next_after_fail1023:;
    3787                 :             :                                 }
    3788                 :             :                               else
    3789                 :             :                                 {
    3790                 :          12 :                                   gimple_seq *lseq = seq;
    3791                 :          12 :                                   if (lseq
    3792                 :           8 :                                       && (!single_use (captures[0])
    3793                 :           8 :                                           || !single_use (captures[1])))
    3794                 :           8 :                                     lseq = NULL;
    3795                 :          12 :                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1024;
    3796                 :          12 :                                   {
    3797                 :          12 :                                     res_op->set_op (cmp, type, 2);
    3798                 :          12 :                                     {
    3799                 :          12 :                                       tree _o1[2], _r1;
    3800                 :          12 :                                       _o1[0] = captures[2];
    3801                 :          12 :                                       _o1[1] =  wide_int_to_tree (t0, (c2 << c1) | sb);
    3802                 :          12 :                                       gimple_match_op tem_op (res_op->cond.any_else (), BIT_AND_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    3803                 :          12 :                                       tem_op.resimplify (lseq, valueize);
    3804                 :          12 :                                       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    3805                 :          12 :                                       if (!_r1) goto next_after_fail1024;
    3806                 :           4 :                                       res_op->ops[0] = _r1;
    3807                 :             :                                     }
    3808                 :           4 :                                     res_op->ops[1] =  wide_int_to_tree (t0, (c3 << c1) | sb);
    3809                 :           4 :                                     res_op->resimplify (lseq, valueize);
    3810                 :           4 :                                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 367, __FILE__, __LINE__, true);
    3811                 :           4 :                                     return true;
    3812                 :             :                                   }
    3813                 :        1080 : next_after_fail1024:;
    3814                 :             :                                 }
    3815                 :             :                             }
    3816                 :             :                         }
    3817                 :        1179 :                   }
    3818                 :             :                 }
    3819                 :             :             }
    3820                 :       12485 :       }
    3821                 :             :     }
    3822                 :             :   return false;
    3823                 :             : }
    3824                 :             : 
    3825                 :             : bool
    3826                 :     5730215 : gimple_simplify_269 (gimple_match_op *res_op, gimple_seq *seq,
    3827                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    3828                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    3829                 :             :  const enum tree_code ARG_UNUSED (cmp))
    3830                 :             : {
    3831                 :     5730215 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3832                 :     5730215 :   if (REAL_VALUE_MINUS_ZERO (TREE_REAL_CST (captures[1]))
    3833                 :             : )
    3834                 :             :     {
    3835                 :         734 :       gimple_seq *lseq = seq;
    3836                 :         734 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1051;
    3837                 :         734 :       {
    3838                 :         734 :         res_op->set_op (cmp, type, 2);
    3839                 :         734 :         res_op->ops[0] = captures[0];
    3840                 :         734 :         res_op->ops[1] =  build_real (TREE_TYPE (captures[1]), dconst0);
    3841                 :         734 :         res_op->resimplify (lseq, valueize);
    3842                 :         734 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 392, __FILE__, __LINE__, true);
    3843                 :         734 :         return true;
    3844                 :             :       }
    3845                 :           0 : next_after_fail1051:;
    3846                 :             :     }
    3847                 :             :   else
    3848                 :             :     {
    3849                 :     5729481 :       if (TREE_CODE (captures[0]) == REAL_CST
    3850                 :     5729481 :  && REAL_VALUE_MINUS_ZERO (TREE_REAL_CST (captures[0]))
    3851                 :             : )
    3852                 :             :         {
    3853                 :           0 :           gimple_seq *lseq = seq;
    3854                 :           0 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1052;
    3855                 :           0 :           {
    3856                 :           0 :             res_op->set_op (cmp, type, 2);
    3857                 :           0 :             res_op->ops[0] =  build_real (TREE_TYPE (captures[0]), dconst0);
    3858                 :           0 :             res_op->ops[1] = captures[1];
    3859                 :           0 :             res_op->resimplify (lseq, valueize);
    3860                 :           0 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 393, __FILE__, __LINE__, true);
    3861                 :           0 :             return true;
    3862                 :             :           }
    3863                 :           0 : next_after_fail1052:;
    3864                 :             :         }
    3865                 :             :       else
    3866                 :             :         {
    3867                 :     5729481 :           if (REAL_VALUE_ISNAN (TREE_REAL_CST (captures[1]))
    3868                 :        1545 :  && (cmp == EQ_EXPR || cmp == NE_EXPR || !flag_trapping_math)
    3869                 :          95 :  && !tree_expr_signaling_nan_p (captures[1])
    3870                 :     5729496 :  && !tree_expr_maybe_signaling_nan_p (captures[0])
    3871                 :             : )
    3872                 :             :             {
    3873                 :          15 :               gimple_seq *lseq = seq;
    3874                 :          15 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1053;
    3875                 :          15 :               {
    3876                 :          15 :                 tree tem;
    3877                 :          15 :                 tem =  constant_boolean_node (cmp == NE_EXPR, type);
    3878                 :          15 :                 res_op->set_value (tem);
    3879                 :          15 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 394, __FILE__, __LINE__, true);
    3880                 :          15 :                 return true;
    3881                 :             :               }
    3882                 :           0 : next_after_fail1053:;
    3883                 :             :             }
    3884                 :             :           else
    3885                 :             :             {
    3886                 :     5729466 :               if (TREE_CODE (captures[0]) == REAL_CST
    3887                 :        5921 :  && REAL_VALUE_ISNAN (TREE_REAL_CST (captures[0]))
    3888                 :        5027 :  && (cmp == EQ_EXPR || cmp == NE_EXPR || !flag_trapping_math)
    3889                 :           0 :  && !tree_expr_signaling_nan_p (captures[0])
    3890                 :     5729466 :  && !tree_expr_signaling_nan_p (captures[1])
    3891                 :             : )
    3892                 :             :                 {
    3893                 :           0 :                   gimple_seq *lseq = seq;
    3894                 :           0 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1054;
    3895                 :           0 :                   {
    3896                 :           0 :                     tree tem;
    3897                 :           0 :                     tem =  constant_boolean_node (cmp == NE_EXPR, type);
    3898                 :           0 :                     res_op->set_value (tem);
    3899                 :           0 :                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 395, __FILE__, __LINE__, true);
    3900                 :           0 :                     return true;
    3901                 :             :                   }
    3902                 :           0 : next_after_fail1054:;
    3903                 :             :                 }
    3904                 :             :               else
    3905                 :             :                 {
    3906                 :     5729466 :                   if (REAL_VALUE_ISINF (TREE_REAL_CST (captures[1]))
    3907                 :     6719780 :  && MODE_HAS_INFINITIES (TYPE_MODE (TREE_TYPE (captures[1])))
    3908                 :             : )
    3909                 :             :                     {
    3910                 :      330105 :                       {
    3911                 :      330105 :  REAL_VALUE_TYPE max;
    3912                 :      330105 :  enum tree_code code = cmp;
    3913                 :      330105 :  bool neg = REAL_VALUE_NEGATIVE (TREE_REAL_CST (captures[1]));
    3914                 :      330105 :  if (neg)
    3915                 :      131243 :  code = swap_tree_comparison (code);
    3916                 :      330105 :                           if (code == GT_EXPR
    3917                 :      330105 :  && !(HONOR_NANS (captures[0]) && flag_trapping_math)
    3918                 :             : )
    3919                 :             :                             {
    3920                 :           0 :                               gimple_seq *lseq = seq;
    3921                 :           0 :                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1055;
    3922                 :           0 :                               {
    3923                 :           0 :                                 tree tem;
    3924                 :           0 :                                 tem =  constant_boolean_node (false, type);
    3925                 :           0 :                                 res_op->set_value (tem);
    3926                 :           0 :                                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 396, __FILE__, __LINE__, true);
    3927                 :        2928 :                                 return true;
    3928                 :             :                               }
    3929                 :           0 : next_after_fail1055:;
    3930                 :             :                             }
    3931                 :             :                           else
    3932                 :             :                             {
    3933                 :      330105 :                               if (code == LE_EXPR
    3934                 :             : )
    3935                 :             :                                 {
    3936                 :      296381 :                                   if (! HONOR_NANS (captures[0])
    3937                 :             : )
    3938                 :             :                                     {
    3939                 :           0 :                                       gimple_seq *lseq = seq;
    3940                 :           0 :                                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1056;
    3941                 :           0 :                                       {
    3942                 :           0 :                                         tree tem;
    3943                 :           0 :                                         tem =  constant_boolean_node (true, type);
    3944                 :           0 :                                         res_op->set_value (tem);
    3945                 :           0 :                                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 397, __FILE__, __LINE__, true);
    3946                 :           0 :                                         return true;
    3947                 :             :                                       }
    3948                 :           0 : next_after_fail1056:;
    3949                 :             :                                     }
    3950                 :             :                                   else
    3951                 :             :                                     {
    3952                 :      296381 :                                       if (!flag_trapping_math
    3953                 :             : )
    3954                 :             :                                         {
    3955                 :           0 :                                           gimple_seq *lseq = seq;
    3956                 :           0 :                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1057;
    3957                 :           0 :                                           {
    3958                 :           0 :                                             res_op->set_op (EQ_EXPR, type, 2);
    3959                 :           0 :                                             res_op->ops[0] = captures[0];
    3960                 :           0 :                                             res_op->ops[1] = captures[0];
    3961                 :           0 :                                             res_op->resimplify (lseq, valueize);
    3962                 :           0 :                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 398, __FILE__, __LINE__, true);
    3963                 :           0 :                                             return true;
    3964                 :             :                                           }
    3965                 :           0 : next_after_fail1057:;
    3966                 :             :                                         }
    3967                 :             :                                     }
    3968                 :             :                                 }
    3969                 :             :                               else
    3970                 :             :                                 {
    3971                 :       29134 :                                   if ((code == EQ_EXPR && !(HONOR_NANS (captures[0]) && flag_trapping_math))
    3972                 :       62858 :  || code == GE_EXPR
    3973                 :             : )
    3974                 :             :                                     {
    3975                 :          24 :                                       {
    3976                 :          24 :  real_maxval (&max, neg, TYPE_MODE (TREE_TYPE (captures[0])));
    3977                 :          24 :                                           if (neg
    3978                 :             : )
    3979                 :             :                                             {
    3980                 :           0 :                                               gimple_seq *lseq = seq;
    3981                 :           0 :                                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1058;
    3982                 :           0 :                                               {
    3983                 :           0 :                                                 res_op->set_op (LT_EXPR, type, 2);
    3984                 :           0 :                                                 res_op->ops[0] = captures[0];
    3985                 :           0 :                                                 res_op->ops[1] =  build_real (TREE_TYPE (captures[0]), max);
    3986                 :           0 :                                                 res_op->resimplify (lseq, valueize);
    3987                 :           0 :                                                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 399, __FILE__, __LINE__, true);
    3988                 :           0 :                                                 return true;
    3989                 :             :                                               }
    3990                 :           0 : next_after_fail1058:;
    3991                 :             :                                             }
    3992                 :             :                                           else
    3993                 :             :                                             {
    3994                 :          24 :                                               gimple_seq *lseq = seq;
    3995                 :          24 :                                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1059;
    3996                 :          24 :                                               {
    3997                 :          24 :                                                 res_op->set_op (GT_EXPR, type, 2);
    3998                 :          24 :                                                 res_op->ops[0] = captures[0];
    3999                 :          24 :                                                 res_op->ops[1] =  build_real (TREE_TYPE (captures[0]), max);
    4000                 :          24 :                                                 res_op->resimplify (lseq, valueize);
    4001                 :          24 :                                                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 400, __FILE__, __LINE__, true);
    4002                 :          24 :                                                 return true;
    4003                 :             :                                               }
    4004                 :           0 : next_after_fail1059:;
    4005                 :             :                                             }
    4006                 :             :                                       }
    4007                 :             :                                     }
    4008                 :             :                                   else
    4009                 :             :                                     {
    4010                 :       33700 :                                       if (code == LT_EXPR
    4011                 :             : )
    4012                 :             :                                         {
    4013                 :        1559 :                                           {
    4014                 :        1559 :  real_maxval (&max, neg, TYPE_MODE (TREE_TYPE (captures[0])));
    4015                 :        1559 :                                               if (neg
    4016                 :             : )
    4017                 :             :                                                 {
    4018                 :         815 :                                                   gimple_seq *lseq = seq;
    4019                 :         815 :                                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1060;
    4020                 :         815 :                                                   {
    4021                 :         815 :                                                     res_op->set_op (GE_EXPR, type, 2);
    4022                 :         815 :                                                     res_op->ops[0] = captures[0];
    4023                 :         815 :                                                     res_op->ops[1] =  build_real (TREE_TYPE (captures[0]), max);
    4024                 :         815 :                                                     res_op->resimplify (lseq, valueize);
    4025                 :         815 :                                                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 401, __FILE__, __LINE__, true);
    4026                 :         815 :                                                     return true;
    4027                 :             :                                                   }
    4028                 :           0 : next_after_fail1060:;
    4029                 :             :                                                 }
    4030                 :             :                                               else
    4031                 :             :                                                 {
    4032                 :         744 :                                                   gimple_seq *lseq = seq;
    4033                 :         744 :                                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1061;
    4034                 :         744 :                                                   {
    4035                 :         744 :                                                     res_op->set_op (LE_EXPR, type, 2);
    4036                 :         744 :                                                     res_op->ops[0] = captures[0];
    4037                 :         744 :                                                     res_op->ops[1] =  build_real (TREE_TYPE (captures[0]), max);
    4038                 :         744 :                                                     res_op->resimplify (lseq, valueize);
    4039                 :         744 :                                                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 402, __FILE__, __LINE__, true);
    4040                 :         744 :                                                     return true;
    4041                 :             :                                                   }
    4042                 :           0 : next_after_fail1061:;
    4043                 :             :                                                 }
    4044                 :             :                                           }
    4045                 :             :                                         }
    4046                 :             :                                       else
    4047                 :             :                                         {
    4048                 :       32141 :                                           if (code == NE_EXPR
    4049                 :             : )
    4050                 :             :                                             {
    4051                 :        1345 :                                               {
    4052                 :        1345 :  real_maxval (&max, neg, TYPE_MODE (TREE_TYPE (captures[0])));
    4053                 :        1345 :                                                   if (! HONOR_NANS (captures[0])
    4054                 :             : )
    4055                 :             :                                                     {
    4056                 :           0 :                                                       if (neg
    4057                 :             : )
    4058                 :             :                                                         {
    4059                 :           0 :                                                           gimple_seq *lseq = seq;
    4060                 :           0 :                                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1062;
    4061                 :           0 :                                                           {
    4062                 :           0 :                                                             res_op->set_op (GE_EXPR, type, 2);
    4063                 :           0 :                                                             res_op->ops[0] = captures[0];
    4064                 :           0 :                                                             res_op->ops[1] =  build_real (TREE_TYPE (captures[0]), max);
    4065                 :           0 :                                                             res_op->resimplify (lseq, valueize);
    4066                 :           0 :                                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 403, __FILE__, __LINE__, true);
    4067                 :           0 :                                                             return true;
    4068                 :             :                                                           }
    4069                 :           0 : next_after_fail1062:;
    4070                 :             :                                                         }
    4071                 :             :                                                       else
    4072                 :             :                                                         {
    4073                 :           0 :                                                           gimple_seq *lseq = seq;
    4074                 :           0 :                                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1063;
    4075                 :           0 :                                                           {
    4076                 :           0 :                                                             res_op->set_op (LE_EXPR, type, 2);
    4077                 :           0 :                                                             res_op->ops[0] = captures[0];
    4078                 :           0 :                                                             res_op->ops[1] =  build_real (TREE_TYPE (captures[0]), max);
    4079                 :           0 :                                                             res_op->resimplify (lseq, valueize);
    4080                 :           0 :                                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 404, __FILE__, __LINE__, true);
    4081                 :           0 :                                                             return true;
    4082                 :             :                                                           }
    4083                 :           0 : next_after_fail1063:;
    4084                 :             :                                                         }
    4085                 :             :                                                     }
    4086                 :             :                                                   else
    4087                 :             :                                                     {
    4088                 :        1345 :                                                       if (neg
    4089                 :             : )
    4090                 :             :                                                         {
    4091                 :         356 :                                                           gimple_seq *lseq = seq;
    4092                 :         356 :                                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1064;
    4093                 :         356 :                                                           {
    4094                 :         356 :                                                             res_op->set_op (UNGE_EXPR, type, 2);
    4095                 :         356 :                                                             res_op->ops[0] = captures[0];
    4096                 :         356 :                                                             res_op->ops[1] =  build_real (TREE_TYPE (captures[0]), max);
    4097                 :         356 :                                                             res_op->resimplify (lseq, valueize);
    4098                 :         356 :                                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 405, __FILE__, __LINE__, true);
    4099                 :         356 :                                                             return true;
    4100                 :             :                                                           }
    4101                 :           0 : next_after_fail1064:;
    4102                 :             :                                                         }
    4103                 :             :                                                       else
    4104                 :             :                                                         {
    4105                 :         989 :                                                           gimple_seq *lseq = seq;
    4106                 :         989 :                                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1065;
    4107                 :         989 :                                                           {
    4108                 :         989 :                                                             res_op->set_op (UNLE_EXPR, type, 2);
    4109                 :         989 :                                                             res_op->ops[0] = captures[0];
    4110                 :         989 :                                                             res_op->ops[1] =  build_real (TREE_TYPE (captures[0]), max);
    4111                 :         989 :                                                             res_op->resimplify (lseq, valueize);
    4112                 :         989 :                                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 406, __FILE__, __LINE__, true);
    4113                 :         989 :                                                             return true;
    4114                 :             :                                                           }
    4115                 :           0 : next_after_fail1065:;
    4116                 :             :                                                         }
    4117                 :             :                                                     }
    4118                 :             :                                               }
    4119                 :             :                                             }
    4120                 :             :                                         }
    4121                 :             :                                     }
    4122                 :             :                                 }
    4123                 :             :                             }
    4124                 :             :                       }
    4125                 :             :                     }
    4126                 :             :                 }
    4127                 :             :             }
    4128                 :             :         }
    4129                 :             :     }
    4130                 :             :   return false;
    4131                 :             : }
    4132                 :             : 
    4133                 :             : bool
    4134                 :        1142 : gimple_simplify_288 (gimple_match_op *res_op, gimple_seq *seq,
    4135                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    4136                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    4137                 :             :  const enum tree_code ARG_UNUSED (cmp))
    4138                 :             : {
    4139                 :        1142 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    4140                 :        1142 :   if (tree_nop_conversion_p (TREE_TYPE (captures[0]), TREE_TYPE (captures[1]))
    4141                 :             : )
    4142                 :             :     {
    4143                 :          75 :       gimple_seq *lseq = seq;
    4144                 :          75 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1126;
    4145                 :          75 :       {
    4146                 :          75 :         res_op->set_op (cmp, type, 2);
    4147                 :          75 :         res_op->ops[0] = captures[1];
    4148                 :          75 :         {
    4149                 :          75 :           tree _o1[2], _r1;
    4150                 :          75 :           _o1[0] = captures[2];
    4151                 :          75 :           {
    4152                 :          75 :             tree _o2[1], _r2;
    4153                 :          75 :             _o2[0] = captures[3];
    4154                 :          75 :             if (TREE_TYPE (res_op->ops[0]) != TREE_TYPE (_o2[0])
    4155                 :          75 :                 && !useless_type_conversion_p (TREE_TYPE (res_op->ops[0]), TREE_TYPE (_o2[0])))
    4156                 :             :               {
    4157                 :           1 :                 gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, TREE_TYPE (res_op->ops[0]), _o2[0]);
    4158                 :           1 :                 tem_op.resimplify (lseq, valueize);
    4159                 :           1 :                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    4160                 :           1 :                 if (!_r2) goto next_after_fail1126;
    4161                 :             :               }
    4162                 :             :             else
    4163                 :             :               _r2 = _o2[0];
    4164                 :          75 :             _o1[1] = _r2;
    4165                 :             :           }
    4166                 :          75 :           gimple_match_op tem_op (res_op->cond.any_else (), BIT_XOR_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    4167                 :          75 :           tem_op.resimplify (lseq, valueize);
    4168                 :          75 :           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    4169                 :          75 :           if (!_r1) goto next_after_fail1126;
    4170                 :          75 :           res_op->ops[1] = _r1;
    4171                 :             :         }
    4172                 :          75 :         res_op->resimplify (lseq, valueize);
    4173                 :          75 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 460, __FILE__, __LINE__, true);
    4174                 :          75 :         return true;
    4175                 :             :       }
    4176                 :             : next_after_fail1126:;
    4177                 :             :     }
    4178                 :             :   return false;
    4179                 :             : }
    4180                 :             : 
    4181                 :             : bool
    4182                 :        1454 : gimple_simplify_291 (gimple_match_op *res_op, gimple_seq *seq,
    4183                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    4184                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    4185                 :             :  const enum tree_code ARG_UNUSED (cmp),
    4186                 :             :  const enum tree_code ARG_UNUSED (icmp))
    4187                 :             : {
    4188                 :        1454 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    4189                 :        1454 :   gimple_seq *lseq = seq;
    4190                 :        1454 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1129;
    4191                 :        1454 :   {
    4192                 :        1454 :     res_op->set_op (icmp, type, 2);
    4193                 :        1454 :     res_op->ops[0] = captures[0];
    4194                 :        1454 :     res_op->ops[1] =  build_zero_cst (TREE_TYPE (captures[1]));
    4195                 :        1454 :     res_op->resimplify (lseq, valueize);
    4196                 :        1454 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 463, __FILE__, __LINE__, true);
    4197                 :             :     return true;
    4198                 :             :   }
    4199                 :           0 : next_after_fail1129:;
    4200                 :           0 :   return false;
    4201                 :             : }
    4202                 :             : 
    4203                 :             : bool
    4204                 :           4 : gimple_simplify_293 (gimple_match_op *res_op, gimple_seq *seq,
    4205                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    4206                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    4207                 :             :  const enum tree_code ARG_UNUSED (cmp),
    4208                 :             :  const enum tree_code ARG_UNUSED (ncmp))
    4209                 :             : {
    4210                 :           4 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    4211                 :           8 :   if (ANY_INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
    4212                 :           4 :  && !TYPE_UNSIGNED (TREE_TYPE (captures[0]))
    4213                 :           8 :  && types_match (captures[0], captures[2])
    4214                 :             : )
    4215                 :             :     {
    4216                 :           4 :       gimple_seq *lseq = seq;
    4217                 :           4 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1131;
    4218                 :           4 :       {
    4219                 :           4 :         res_op->set_op (ncmp, type, 2);
    4220                 :           4 :         {
    4221                 :           4 :           tree _o1[2], _r1;
    4222                 :           4 :           _o1[0] = captures[0];
    4223                 :           4 :           _o1[1] = captures[2];
    4224                 :           4 :           gimple_match_op tem_op (res_op->cond.any_else (), BIT_XOR_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    4225                 :           4 :           tem_op.resimplify (lseq, valueize);
    4226                 :           4 :           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    4227                 :           4 :           if (!_r1) goto next_after_fail1131;
    4228                 :           2 :           res_op->ops[0] = _r1;
    4229                 :             :         }
    4230                 :           2 :         res_op->ops[1] = captures[1];
    4231                 :           2 :         res_op->resimplify (lseq, valueize);
    4232                 :           2 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 465, __FILE__, __LINE__, true);
    4233                 :           2 :         return true;
    4234                 :             :       }
    4235                 :             : next_after_fail1131:;
    4236                 :             :     }
    4237                 :             :   return false;
    4238                 :             : }
    4239                 :             : 
    4240                 :             : bool
    4241                 :       29646 : gimple_simplify_296 (gimple_match_op *res_op, gimple_seq *seq,
    4242                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    4243                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    4244                 :             :  const enum tree_code ARG_UNUSED (cmp),
    4245                 :             :  const enum tree_code ARG_UNUSED (ncmp))
    4246                 :             : {
    4247                 :       29646 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    4248                 :       56394 :   if (INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
    4249                 :       15027 :  && type_has_mode_precision_p (TREE_TYPE (captures[1]))
    4250                 :       14691 :  && element_precision (captures[0]) >= element_precision (captures[1])
    4251                 :       59292 :  && wi::only_sign_bit_p (wi::to_wide (captures[2]), element_precision (captures[1]))
    4252                 :             : )
    4253                 :             :     {
    4254                 :         201 :       {
    4255                 :         201 :  tree stype = signed_type_for (TREE_TYPE (captures[1]));
    4256                 :         201 :           gimple_seq *lseq = seq;
    4257                 :         201 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1134;
    4258                 :         201 :           {
    4259                 :         201 :             res_op->set_op (ncmp, type, 2);
    4260                 :         201 :             {
    4261                 :         201 :               tree _o1[1], _r1;
    4262                 :         201 :               _o1[0] = captures[1];
    4263                 :         201 :               if (stype != TREE_TYPE (_o1[0])
    4264                 :         201 :                   && !useless_type_conversion_p (stype, TREE_TYPE (_o1[0])))
    4265                 :             :                 {
    4266                 :         163 :                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, stype, _o1[0]);
    4267                 :         163 :                   tem_op.resimplify (lseq, valueize);
    4268                 :         163 :                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    4269                 :         163 :                   if (!_r1) goto next_after_fail1134;
    4270                 :             :                 }
    4271                 :             :               else
    4272                 :             :                 _r1 = _o1[0];
    4273                 :          38 :               res_op->ops[0] = _r1;
    4274                 :             :             }
    4275                 :          38 :             res_op->ops[1] =  build_zero_cst (stype);
    4276                 :          38 :             res_op->resimplify (lseq, valueize);
    4277                 :          38 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 467, __FILE__, __LINE__, true);
    4278                 :          38 :             return true;
    4279                 :             :           }
    4280                 :             : next_after_fail1134:;
    4281                 :             :       }
    4282                 :             :     }
    4283                 :             :   return false;
    4284                 :             : }
    4285                 :             : 
    4286                 :             : bool
    4287                 :     1838153 : gimple_simplify_301 (gimple_match_op *res_op, gimple_seq *seq,
    4288                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    4289                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    4290                 :             :  const enum tree_code ARG_UNUSED (cmp))
    4291                 :             : {
    4292                 :     1838153 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    4293                 :     3665322 :   if (((POINTER_TYPE_P (TREE_TYPE (captures[0]))
    4294                 :       11004 :  && !FUNC_OR_METHOD_TYPE_P (TREE_TYPE (TREE_TYPE (captures[0])))
    4295                 :       10116 :  && INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
    4296                 :             :  && !(
    4297                 :             : 
    4298                 :             :  && TREE_CODE (TREE_TYPE (captures[0])) == REFERENCE_TYPE
    4299                 :             :  && (flag_sanitize & (SANITIZE_NULL | SANITIZE_ALIGNMENT))))
    4300                 :     1828984 :  || (INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
    4301                 :     1827146 :  && POINTER_TYPE_P (TREE_TYPE (captures[1]))
    4302                 :       31047 :  && !FUNC_OR_METHOD_TYPE_P (TREE_TYPE (TREE_TYPE (captures[1])))))
    4303                 :     1876419 :  && TYPE_PRECISION (TREE_TYPE (captures[0])) == TYPE_PRECISION (TREE_TYPE (captures[1]))
    4304                 :             : )
    4305                 :             :     {
    4306                 :       37369 :       gimple_seq *lseq = seq;
    4307                 :       37369 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1153;
    4308                 :       37369 :       {
    4309                 :       37369 :         res_op->set_op (cmp, type, 2);
    4310                 :       37369 :         res_op->ops[0] = captures[0];
    4311                 :       37369 :         {
    4312                 :       37369 :           tree _o1[1], _r1;
    4313                 :       37369 :           _o1[0] = captures[1];
    4314                 :       37369 :           if (TREE_TYPE (res_op->ops[0]) != TREE_TYPE (_o1[0])
    4315                 :       37369 :               && !useless_type_conversion_p (TREE_TYPE (res_op->ops[0]), TREE_TYPE (_o1[0])))
    4316                 :             :             {
    4317                 :       37369 :               gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, TREE_TYPE (res_op->ops[0]), _o1[0]);
    4318                 :       37369 :               tem_op.resimplify (lseq, valueize);
    4319                 :       37369 :               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    4320                 :       37369 :               if (!_r1) goto next_after_fail1153;
    4321                 :             :             }
    4322                 :             :           else
    4323                 :             :             _r1 = _o1[0];
    4324                 :       37369 :           res_op->ops[1] = _r1;
    4325                 :             :         }
    4326                 :       37369 :         res_op->resimplify (lseq, valueize);
    4327                 :       37369 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 477, __FILE__, __LINE__, true);
    4328                 :       37369 :         return true;
    4329                 :             :       }
    4330                 :             : next_after_fail1153:;
    4331                 :             :     }
    4332                 :             :   return false;
    4333                 :             : }
    4334                 :             : 
    4335                 :             : bool
    4336                 :       14465 : gimple_simplify_305 (gimple_match_op *res_op, gimple_seq *seq,
    4337                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    4338                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    4339                 :             :  const enum tree_code ARG_UNUSED (cmp),
    4340                 :             :  const enum tree_code ARG_UNUSED (rcmp))
    4341                 :             : {
    4342                 :       14465 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    4343                 :       28930 :   if (!TREE_OVERFLOW (captures[0]) && !TREE_OVERFLOW (captures[2])
    4344                 :       28930 :  && TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[1]))
    4345                 :             : )
    4346                 :             :     {
    4347                 :        4945 :       {
    4348                 :        4945 :  tree res = int_const_binop (MINUS_EXPR, captures[0], captures[2]);
    4349                 :        4945 :           if (TREE_OVERFLOW (res)
    4350                 :             : )
    4351                 :             :             {
    4352                 :          55 :               if (cmp == NE_EXPR
    4353                 :             : )
    4354                 :             :                 {
    4355                 :           0 :                   gimple_seq *lseq = seq;
    4356                 :           0 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1162;
    4357                 :           0 :                   {
    4358                 :           0 :                     tree tem;
    4359                 :           0 :                     tem =  constant_boolean_node (true, type);
    4360                 :           0 :                     res_op->set_value (tem);
    4361                 :           0 :                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 486, __FILE__, __LINE__, true);
    4362                 :           0 :                     return true;
    4363                 :             :                   }
    4364                 :           0 : next_after_fail1162:;
    4365                 :             :                 }
    4366                 :             :               else
    4367                 :             :                 {
    4368                 :          55 :                   if (cmp == EQ_EXPR
    4369                 :             : )
    4370                 :             :                     {
    4371                 :           1 :                       gimple_seq *lseq = seq;
    4372                 :           1 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1163;
    4373                 :           1 :                       {
    4374                 :           1 :                         tree tem;
    4375                 :           1 :                         tem =  constant_boolean_node (false, type);
    4376                 :           1 :                         res_op->set_value (tem);
    4377                 :           1 :                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 487, __FILE__, __LINE__, true);
    4378                 :           1 :                         return true;
    4379                 :             :                       }
    4380                 :           0 : next_after_fail1163:;
    4381                 :             :                     }
    4382                 :             :                   else
    4383                 :             :                     {
    4384                 :          54 :                       gimple_seq *lseq = seq;
    4385                 :          54 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1164;
    4386                 :          54 :                       {
    4387                 :          54 :                         tree tem;
    4388                 :          54 :  bool less = cmp == LE_EXPR || cmp == LT_EXPR;
    4389                 :          54 :  bool ovf_high = wi::lt_p (wi::to_wide (captures[0]), 0,
    4390                 :          54 :  TYPE_SIGN (TREE_TYPE (captures[0])));                  tem = 
    4391                 :          54 :  constant_boolean_node (less == ovf_high, type);
    4392                 :          54 :                         res_op->set_value (tem);
    4393                 :          54 :                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 488, __FILE__, __LINE__, true);
    4394                 :          54 :                         return true;
    4395                 :             :                       }
    4396                 :           0 : next_after_fail1164:;
    4397                 :             :                     }
    4398                 :             :                 }
    4399                 :             :             }
    4400                 :             :           else
    4401                 :             :             {
    4402                 :        4890 :               gimple_seq *lseq = seq;
    4403                 :        4890 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1165;
    4404                 :        4890 :               {
    4405                 :        4890 :                 res_op->set_op (rcmp, type, 2);
    4406                 :        4890 :                 res_op->ops[0] = captures[1];
    4407                 :        4890 :                 res_op->ops[1] =  res;
    4408                 :        4890 :                 res_op->resimplify (lseq, valueize);
    4409                 :        4890 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 489, __FILE__, __LINE__, true);
    4410                 :        4890 :                 return true;
    4411                 :             :               }
    4412                 :           0 : next_after_fail1165:;
    4413                 :             :             }
    4414                 :             :       }
    4415                 :             :     }
    4416                 :             :   else
    4417                 :             :     {
    4418                 :        9520 :       if (TYPE_UNSIGNED (TREE_TYPE (captures[1]))
    4419                 :             : )
    4420                 :             :         {
    4421                 :        8264 :           if (cmp == EQ_EXPR || cmp == NE_EXPR
    4422                 :             : )
    4423                 :             :             {
    4424                 :        2737 :               gimple_seq *lseq = seq;
    4425                 :        2737 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1166;
    4426                 :        2737 :               {
    4427                 :        2737 :                 res_op->set_op (cmp, type, 2);
    4428                 :        2737 :                 res_op->ops[0] = captures[1];
    4429                 :        2737 :                 {
    4430                 :        2737 :                   tree _o1[2], _r1;
    4431                 :        2737 :                   _o1[0] = captures[0];
    4432                 :        2737 :                   _o1[1] = captures[2];
    4433                 :        2737 :                   gimple_match_op tem_op (res_op->cond.any_else (), MINUS_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    4434                 :        2737 :                   tem_op.resimplify (lseq, valueize);
    4435                 :        2737 :                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    4436                 :        2737 :                   if (!_r1) goto next_after_fail1166;
    4437                 :        2737 :                   res_op->ops[1] = _r1;
    4438                 :             :                 }
    4439                 :        2737 :                 res_op->resimplify (lseq, valueize);
    4440                 :        2737 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 490, __FILE__, __LINE__, true);
    4441                 :        2737 :                 return true;
    4442                 :             :               }
    4443                 :             : next_after_fail1166:;
    4444                 :             :             }
    4445                 :             :           else
    4446                 :             :             {
    4447                 :        5527 :               if (cmp == LE_EXPR || cmp == GT_EXPR
    4448                 :             : )
    4449                 :             :                 {
    4450                 :        5527 :                   gimple_seq *lseq = seq;
    4451                 :        5527 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1167;
    4452                 :        5527 :                   {
    4453                 :        5527 :                     res_op->set_op (cmp, type, 2);
    4454                 :        5527 :                     {
    4455                 :        5527 :                       tree _o1[2], _r1;
    4456                 :        5527 :                       _o1[0] = captures[1];
    4457                 :        5527 :                       {
    4458                 :        5527 :                         tree _o2[2], _r2;
    4459                 :        5527 :                         _o2[0] = captures[2];
    4460                 :        5527 :                         _o2[1] = captures[0];
    4461                 :        5527 :                         gimple_match_op tem_op (res_op->cond.any_else (), MINUS_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
    4462                 :        5527 :                         tem_op.resimplify (lseq, valueize);
    4463                 :        5527 :                         _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    4464                 :        5527 :                         if (!_r2) goto next_after_fail1167;
    4465                 :        5527 :                         _o1[1] = _r2;
    4466                 :             :                       }
    4467                 :        5527 :                       gimple_match_op tem_op (res_op->cond.any_else (), PLUS_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    4468                 :        5527 :                       tem_op.resimplify (lseq, valueize);
    4469                 :        5527 :                       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    4470                 :        5527 :                       if (!_r1) goto next_after_fail1167;
    4471                 :        2174 :                       res_op->ops[0] = _r1;
    4472                 :             :                     }
    4473                 :        2174 :                     res_op->ops[1] = captures[2];
    4474                 :        2174 :                     res_op->resimplify (lseq, valueize);
    4475                 :        2174 :                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 491, __FILE__, __LINE__, true);
    4476                 :        2174 :                     return true;
    4477                 :             :                   }
    4478                 :             : next_after_fail1167:;
    4479                 :             :                 }
    4480                 :             :               else
    4481                 :             :                 {
    4482                 :           0 :                   if (cmp == LT_EXPR || cmp == GE_EXPR
    4483                 :             : )
    4484                 :             :                     {
    4485                 :           0 :                       gimple_seq *lseq = seq;
    4486                 :           0 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1168;
    4487                 :           0 :                       {
    4488                 :           0 :                         res_op->set_op (cmp, type, 2);
    4489                 :           0 :                         {
    4490                 :           0 :                           tree _o1[2], _r1;
    4491                 :           0 :                           _o1[0] = captures[1];
    4492                 :           0 :                           {
    4493                 :           0 :                             tree _o2[2], _r2;
    4494                 :           0 :                             _o2[0] = captures[2];
    4495                 :           0 :                             {
    4496                 :           0 :                               tree _o3[2], _r3;
    4497                 :           0 :                               _o3[0] = captures[0];
    4498                 :           0 :                               _o3[1] =  build_one_cst (TREE_TYPE (captures[1]));
    4499                 :           0 :                               gimple_match_op tem_op (res_op->cond.any_else (), PLUS_EXPR, TREE_TYPE (_o3[0]), _o3[0], _o3[1]);
    4500                 :           0 :                               tem_op.resimplify (lseq, valueize);
    4501                 :           0 :                               _r3 = maybe_push_res_to_seq (&tem_op, lseq);
    4502                 :           0 :                               if (!_r3) goto next_after_fail1168;
    4503                 :           0 :                               _o2[1] = _r3;
    4504                 :             :                             }
    4505                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), MINUS_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
    4506                 :           0 :                             tem_op.resimplify (lseq, valueize);
    4507                 :           0 :                             _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    4508                 :           0 :                             if (!_r2) goto next_after_fail1168;
    4509                 :           0 :                             _o1[1] = _r2;
    4510                 :             :                           }
    4511                 :           0 :                           gimple_match_op tem_op (res_op->cond.any_else (), PLUS_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    4512                 :           0 :                           tem_op.resimplify (lseq, valueize);
    4513                 :           0 :                           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    4514                 :           0 :                           if (!_r1) goto next_after_fail1168;
    4515                 :           0 :                           res_op->ops[0] = _r1;
    4516                 :             :                         }
    4517                 :           0 :                         res_op->ops[1] = captures[2];
    4518                 :           0 :                         res_op->resimplify (lseq, valueize);
    4519                 :           0 :                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 492, __FILE__, __LINE__, true);
    4520                 :           0 :                         return true;
    4521                 :             :                       }
    4522                 :             : next_after_fail1168:;
    4523                 :             :                     }
    4524                 :             :                 }
    4525                 :             :             }
    4526                 :             :         }
    4527                 :             :       else
    4528                 :             :         {
    4529                 :        1256 :           if (!TYPE_UNSIGNED (TREE_TYPE (captures[1]))
    4530                 :        1256 :  && TYPE_OVERFLOW_WRAPS (TREE_TYPE (captures[1]))
    4531                 :             : )
    4532                 :             :             {
    4533                 :        1256 :               if (cmp == EQ_EXPR || cmp == NE_EXPR
    4534                 :             : )
    4535                 :             :                 {
    4536                 :         225 :                   gimple_seq *lseq = seq;
    4537                 :         225 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1169;
    4538                 :         225 :                   {
    4539                 :         225 :                     res_op->set_op (cmp, type, 2);
    4540                 :         225 :                     res_op->ops[0] = captures[1];
    4541                 :         225 :                     {
    4542                 :         225 :                       tree _o1[2], _r1;
    4543                 :         225 :                       _o1[0] = captures[0];
    4544                 :         225 :                       _o1[1] = captures[2];
    4545                 :         225 :                       gimple_match_op tem_op (res_op->cond.any_else (), MINUS_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    4546                 :         225 :                       tem_op.resimplify (lseq, valueize);
    4547                 :         225 :                       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    4548                 :         225 :                       if (!_r1) goto next_after_fail1169;
    4549                 :         225 :                       res_op->ops[1] = _r1;
    4550                 :             :                     }
    4551                 :         225 :                     res_op->resimplify (lseq, valueize);
    4552                 :         225 :                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 493, __FILE__, __LINE__, true);
    4553                 :         225 :                     return true;
    4554                 :             :                   }
    4555                 :             : next_after_fail1169:;
    4556                 :             :                 }
    4557                 :             :               else
    4558                 :             :                 {
    4559                 :        1031 :                   gimple_seq *lseq = seq;
    4560                 :        1031 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1170;
    4561                 :        1031 :                   {
    4562                 :        1031 :                     res_op->set_op (rcmp, type, 2);
    4563                 :        1031 :                     {
    4564                 :        1031 :                       tree _o1[2], _r1;
    4565                 :        1031 :                       _o1[0] = captures[1];
    4566                 :        1031 :                       {
    4567                 :        1031 :                         tree _o2[2], _r2;
    4568                 :        1031 :                         _o2[0] = captures[0];
    4569                 :        1031 :                         _o2[1] =  build_one_cst (TREE_TYPE (captures[1]));
    4570                 :        1031 :                         gimple_match_op tem_op (res_op->cond.any_else (), PLUS_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
    4571                 :        1031 :                         tem_op.resimplify (lseq, valueize);
    4572                 :        1031 :                         _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    4573                 :        1031 :                         if (!_r2) goto next_after_fail1170;
    4574                 :        1031 :                         _o1[1] = _r2;
    4575                 :             :                       }
    4576                 :        1031 :                       gimple_match_op tem_op (res_op->cond.any_else (), MINUS_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    4577                 :        1031 :                       tem_op.resimplify (lseq, valueize);
    4578                 :        1031 :                       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    4579                 :        1031 :                       if (!_r1) goto next_after_fail1170;
    4580                 :         336 :                       res_op->ops[0] = _r1;
    4581                 :             :                     }
    4582                 :         336 :                     {
    4583                 :         336 :                       tree _o1[1], _r1;
    4584                 :         336 :                       _o1[0] = captures[2];
    4585                 :         336 :                       gimple_match_op tem_op (res_op->cond.any_else (), BIT_NOT_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
    4586                 :         336 :                       tem_op.resimplify (lseq, valueize);
    4587                 :         336 :                       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    4588                 :         336 :                       if (!_r1) goto next_after_fail1170;
    4589                 :         336 :                       res_op->ops[1] = _r1;
    4590                 :             :                     }
    4591                 :         336 :                     res_op->resimplify (lseq, valueize);
    4592                 :         336 :                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 494, __FILE__, __LINE__, true);
    4593                 :         336 :                     return true;
    4594                 :             :                   }
    4595                 :             : next_after_fail1170:;
    4596                 :             :                 }
    4597                 :             :             }
    4598                 :             :         }
    4599                 :             :     }
    4600                 :             :   return false;
    4601                 :             : }
    4602                 :             : 
    4603                 :             : bool
    4604                 :          11 : gimple_simplify_335 (gimple_match_op *res_op, gimple_seq *seq,
    4605                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    4606                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    4607                 :             :  const enum tree_code ARG_UNUSED (div))
    4608                 :             : {
    4609                 :          11 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    4610                 :          11 :   if (INTEGRAL_TYPE_P (type)
    4611                 :          11 :  && wi::multiple_of_p (wi::to_widest (captures[1]), wi::to_widest (captures[2]), SIGNED)
    4612                 :             : )
    4613                 :             :     {
    4614                 :          11 :       if (TYPE_OVERFLOW_UNDEFINED (type) && !TYPE_OVERFLOW_SANITIZED (type)
    4615                 :             : )
    4616                 :             :         {
    4617                 :           3 :           gimple_seq *lseq = seq;
    4618                 :           3 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1213;
    4619                 :           3 :           {
    4620                 :           3 :             res_op->set_op (div, type, 2);
    4621                 :           3 :             res_op->ops[0] = captures[1];
    4622                 :           3 :             res_op->ops[1] = captures[2];
    4623                 :           3 :             res_op->resimplify (lseq, valueize);
    4624                 :           3 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 535, __FILE__, __LINE__, true);
    4625                 :           3 :             return true;
    4626                 :             :           }
    4627                 :           0 : next_after_fail1213:;
    4628                 :             :         }
    4629                 :             :       else
    4630                 :             :         {
    4631                 :           8 :           {
    4632                 :           8 : int_range_max vr0, vr1, vr2;
    4633                 :          16 :               if (get_range_query (cfun)->range_of_expr (vr0, captures[0])
    4634                 :          16 :  && get_range_query (cfun)->range_of_expr (vr1, captures[1])
    4635                 :          16 :  && get_range_query (cfun)->range_of_expr (vr2, captures[2])
    4636                 :           8 :  && range_op_handler (MULT_EXPR).overflow_free_p (vr0, vr1)
    4637                 :          16 :  && range_op_handler (MULT_EXPR).overflow_free_p (vr0, vr2)
    4638                 :             : )
    4639                 :             :                 {
    4640                 :           2 :                   gimple_seq *lseq = seq;
    4641                 :           2 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1214;
    4642                 :           2 :                   {
    4643                 :           2 :                     res_op->set_op (div, type, 2);
    4644                 :           2 :                     res_op->ops[0] = captures[1];
    4645                 :           2 :                     res_op->ops[1] = captures[2];
    4646                 :           2 :                     res_op->resimplify (lseq, valueize);
    4647                 :           2 :                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 536, __FILE__, __LINE__, true);
    4648                 :           2 :                     return true;
    4649                 :             :                   }
    4650                 :           0 : next_after_fail1214:;
    4651                 :             :                 }
    4652                 :           8 :           }
    4653                 :             :         }
    4654                 :             :     }
    4655                 :             :   return false;
    4656                 :             : }
    4657                 :             : 
    4658                 :             : bool
    4659                 :         419 : gimple_simplify_342 (gimple_match_op *res_op, gimple_seq *seq,
    4660                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    4661                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    4662                 :             :  const enum tree_code ARG_UNUSED (mod))
    4663                 :             : {
    4664                 :         419 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    4665                 :         419 :   if (!integer_zerop (captures[0])
    4666                 :             : )
    4667                 :             :     {
    4668                 :          33 :       gimple_seq *lseq = seq;
    4669                 :          33 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1221;
    4670                 :          33 :       {
    4671                 :          33 :         tree tem;
    4672                 :          33 :         tem =  build_zero_cst (type);
    4673                 :          33 :         res_op->set_value (tem);
    4674                 :          33 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 543, __FILE__, __LINE__, true);
    4675                 :          33 :         return true;
    4676                 :             :       }
    4677                 :           0 : next_after_fail1221:;
    4678                 :             :     }
    4679                 :             :   return false;
    4680                 :             : }
    4681                 :             : 
    4682                 :             : bool
    4683                 :           8 : gimple_simplify_348 (gimple_match_op *res_op, gimple_seq *seq,
    4684                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    4685                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    4686                 :             :  const combined_fn ARG_UNUSED (SQRT))
    4687                 :             : {
    4688                 :           8 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    4689                 :           8 :   if (flag_unsafe_math_optimizations
    4690                 :             : )
    4691                 :             :     {
    4692                 :           8 :       gimple_seq *lseq = seq;
    4693                 :           8 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1229;
    4694                 :           8 :       {
    4695                 :           8 :         res_op->set_op (SQRT, type, 1);
    4696                 :           8 :         res_op->ops[0] = captures[0];
    4697                 :           8 :         res_op->resimplify (lseq, valueize);
    4698                 :           8 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 551, __FILE__, __LINE__, true);
    4699                 :           8 :         return true;
    4700                 :             :       }
    4701                 :           0 : next_after_fail1229:;
    4702                 :             :     }
    4703                 :             :   return false;
    4704                 :             : }
    4705                 :             : 
    4706                 :             : bool
    4707                 :           0 : gimple_simplify_352 (gimple_match_op *res_op, gimple_seq *seq,
    4708                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    4709                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    4710                 :             :  const combined_fn ARG_UNUSED (TANH),
    4711                 :             :  const combined_fn ARG_UNUSED (SINH),
    4712                 :             :  const combined_fn ARG_UNUSED (COSH))
    4713                 :             : {
    4714                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    4715                 :           0 :   if (flag_unsafe_math_optimizations && canonicalize_math_p ()
    4716                 :             : )
    4717                 :             :     {
    4718                 :           0 :       gimple_seq *lseq = seq;
    4719                 :           0 :       if (lseq
    4720                 :           0 :           && (!single_use (captures[0])
    4721                 :           0 :               || !single_use (captures[2])))
    4722                 :           0 :         lseq = NULL;
    4723                 :           0 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1233;
    4724                 :           0 :       {
    4725                 :           0 :         res_op->set_op (RDIV_EXPR, type, 2);
    4726                 :           0 :         res_op->ops[0] = build_one_cst (type);
    4727                 :           0 :         {
    4728                 :           0 :           tree _o1[1], _r1;
    4729                 :           0 :           _o1[0] = captures[1];
    4730                 :           0 :           gimple_match_op tem_op (res_op->cond.any_else (), COSH, TREE_TYPE (_o1[0]), _o1[0]);
    4731                 :           0 :           tem_op.resimplify (lseq, valueize);
    4732                 :           0 :           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    4733                 :           0 :           if (!_r1) goto next_after_fail1233;
    4734                 :           0 :           res_op->ops[1] = _r1;
    4735                 :             :         }
    4736                 :           0 :         res_op->resimplify (lseq, valueize);
    4737                 :           0 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 555, __FILE__, __LINE__, true);
    4738                 :           0 :         return true;
    4739                 :             :       }
    4740                 :             : next_after_fail1233:;
    4741                 :             :     }
    4742                 :             :   return false;
    4743                 :             : }
    4744                 :             : 
    4745                 :             : bool
    4746                 :         233 : gimple_simplify_356 (gimple_match_op *res_op, gimple_seq *seq,
    4747                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    4748                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    4749                 :             :  const combined_fn ARG_UNUSED (POW))
    4750                 :             : {
    4751                 :         233 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    4752                 :         233 :   if (flag_unsafe_math_optimizations && canonicalize_math_p ()
    4753                 :             : )
    4754                 :             :     {
    4755                 :           0 :       gimple_seq *lseq = seq;
    4756                 :           0 :       if (lseq
    4757                 :           0 :           && (!single_use (captures[1])))
    4758                 :           0 :         lseq = NULL;
    4759                 :           0 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1237;
    4760                 :           0 :       {
    4761                 :           0 :         res_op->set_op (MULT_EXPR, type, 2);
    4762                 :           0 :         res_op->ops[0] = captures[0];
    4763                 :           0 :         {
    4764                 :           0 :           tree _o1[2], _r1;
    4765                 :           0 :           _o1[0] = captures[2];
    4766                 :           0 :           {
    4767                 :           0 :             tree _o2[1], _r2;
    4768                 :           0 :             _o2[0] = captures[3];
    4769                 :           0 :             gimple_match_op tem_op (res_op->cond.any_else (), NEGATE_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
    4770                 :           0 :             tem_op.resimplify (lseq, valueize);
    4771                 :           0 :             _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    4772                 :           0 :             if (!_r2) goto next_after_fail1237;
    4773                 :           0 :             _o1[1] = _r2;
    4774                 :             :           }
    4775                 :           0 :           gimple_match_op tem_op (res_op->cond.any_else (), POW, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    4776                 :           0 :           tem_op.resimplify (lseq, valueize);
    4777                 :           0 :           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    4778                 :           0 :           if (!_r1) goto next_after_fail1237;
    4779                 :           0 :           res_op->ops[1] = _r1;
    4780                 :             :         }
    4781                 :           0 :         res_op->resimplify (lseq, valueize);
    4782                 :           0 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 559, __FILE__, __LINE__, true);
    4783                 :           0 :         return true;
    4784                 :             :       }
    4785                 :             : next_after_fail1237:;
    4786                 :             :     }
    4787                 :             :   return false;
    4788                 :             : }
    4789                 :             : 
    4790                 :             : bool
    4791                 :        2318 : gimple_simplify_363 (gimple_match_op *res_op, gimple_seq *seq,
    4792                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    4793                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    4794                 :             :  const enum tree_code ARG_UNUSED (op))
    4795                 :             : {
    4796                 :        2318 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    4797                 :        4636 :   if (ANY_INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
    4798                 :        4636 :  && TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[0]))
    4799                 :             : )
    4800                 :             :     {
    4801                 :         390 :       gimple_seq *lseq = seq;
    4802                 :         390 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1246;
    4803                 :         390 :       {
    4804                 :         390 :         res_op->set_op (op, type, 2);
    4805                 :         390 :         res_op->ops[0] = captures[0];
    4806                 :         390 :         res_op->ops[1] = captures[2];
    4807                 :         390 :         res_op->resimplify (lseq, valueize);
    4808                 :         390 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 568, __FILE__, __LINE__, true);
    4809                 :         390 :         return true;
    4810                 :             :       }
    4811                 :           0 : next_after_fail1246:;
    4812                 :             :     }
    4813                 :             :   return false;
    4814                 :             : }
    4815                 :             : 
    4816                 :             : bool
    4817                 :        1098 : gimple_simplify_367 (gimple_match_op *res_op, gimple_seq *seq,
    4818                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    4819                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    4820                 :             :  const enum tree_code ARG_UNUSED (minmax),
    4821                 :             :  const enum tree_code ARG_UNUSED (cmp))
    4822                 :             : {
    4823                 :        1098 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    4824                 :        1098 :   gimple_seq *lseq = seq;
    4825                 :        1098 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1251;
    4826                 :        1098 :   {
    4827                 :        1098 :     tree tem;
    4828                 :        1098 :     tem =  constant_boolean_node (cmp == GE_EXPR || cmp == LE_EXPR, type);
    4829                 :        1098 :     res_op->set_value (tem);
    4830                 :        1098 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 573, __FILE__, __LINE__, true);
    4831                 :             :     return true;
    4832                 :             :   }
    4833                 :           0 : next_after_fail1251:;
    4834                 :           0 :   return false;
    4835                 :             : }
    4836                 :             : 
    4837                 :             : bool
    4838                 :       29308 : gimple_simplify_371 (gimple_match_op *res_op, gimple_seq *seq,
    4839                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    4840                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    4841                 :             :  const enum tree_code ARG_UNUSED (cmp),
    4842                 :             :  const enum tree_code ARG_UNUSED (cmp2))
    4843                 :             : {
    4844                 :       29308 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    4845                 :       29308 :   if (tree_nop_conversion_p (TREE_TYPE (captures[0]), TREE_TYPE (captures[2]))
    4846                 :       27741 :  && TYPE_UNSIGNED (TREE_TYPE (captures[2])) && !TYPE_UNSIGNED (TREE_TYPE (captures[0]))
    4847                 :       57049 :  && wi::gt_p (wi::to_wide (captures[1]), 0, TYPE_SIGN (TREE_TYPE (captures[1])))
    4848                 :             : )
    4849                 :             :     {
    4850                 :       27741 :       {
    4851                 :       27741 :  tree utype = TREE_TYPE (captures[2]);
    4852                 :       27741 :  wide_int denom = wi::to_wide (captures[1]);
    4853                 :       27741 :  wide_int right = wi::to_wide (captures[2]);
    4854                 :       27741 :  wide_int smax = wi::sdiv_trunc (wi::max_value (TREE_TYPE (captures[0])), denom);
    4855                 :       27741 :  wide_int smin = wi::sdiv_trunc (wi::min_value (TREE_TYPE (captures[0])), denom);
    4856                 :       27741 :  bool small = wi::leu_p (right, smax);
    4857                 :       27741 :  bool large = wi::geu_p (right, smin);
    4858                 :       27741 :           if (small || large
    4859                 :             : )
    4860                 :             :             {
    4861                 :       21534 :               gimple_seq *lseq = seq;
    4862                 :       21534 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1256;
    4863                 :       21534 :               {
    4864                 :       21534 :                 res_op->set_op (cmp, type, 2);
    4865                 :       21534 :                 {
    4866                 :       21534 :                   tree _o1[1], _r1;
    4867                 :       21534 :                   _o1[0] = captures[0];
    4868                 :       21534 :                   if (utype != TREE_TYPE (_o1[0])
    4869                 :       21534 :                       && !useless_type_conversion_p (utype, TREE_TYPE (_o1[0])))
    4870                 :             :                     {
    4871                 :       21534 :                       gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, utype, _o1[0]);
    4872                 :       21534 :                       tem_op.resimplify (lseq, valueize);
    4873                 :       21534 :                       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    4874                 :       21534 :                       if (!_r1) goto next_after_fail1256;
    4875                 :             :                     }
    4876                 :             :                   else
    4877                 :             :                     _r1 = _o1[0];
    4878                 :        6363 :                   res_op->ops[0] = _r1;
    4879                 :             :                 }
    4880                 :        6363 :                 {
    4881                 :        6363 :                   tree _o1[2], _r1;
    4882                 :        6363 :                   _o1[0] = captures[2];
    4883                 :        6363 :                   {
    4884                 :        6363 :                     tree _o2[1], _r2;
    4885                 :        6363 :                     _o2[0] = captures[1];
    4886                 :        6363 :                     if (TREE_TYPE (res_op->ops[0]) != TREE_TYPE (_o2[0])
    4887                 :        6363 :                         && !useless_type_conversion_p (TREE_TYPE (res_op->ops[0]), TREE_TYPE (_o2[0])))
    4888                 :             :                       {
    4889                 :        6363 :                         gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, TREE_TYPE (res_op->ops[0]), _o2[0]);
    4890                 :        6363 :                         tem_op.resimplify (lseq, valueize);
    4891                 :        6363 :                         _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    4892                 :        6363 :                         if (!_r2) goto next_after_fail1256;
    4893                 :             :                       }
    4894                 :             :                     else
    4895                 :             :                       _r2 = _o2[0];
    4896                 :        6363 :                     _o1[1] = _r2;
    4897                 :             :                   }
    4898                 :        6363 :                   gimple_match_op tem_op (res_op->cond.any_else (), MULT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    4899                 :        6363 :                   tem_op.resimplify (lseq, valueize);
    4900                 :        6363 :                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    4901                 :        6363 :                   if (!_r1) goto next_after_fail1256;
    4902                 :        6363 :                   res_op->ops[1] = _r1;
    4903                 :             :                 }
    4904                 :        6363 :                 res_op->resimplify (lseq, valueize);
    4905                 :        6363 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 578, __FILE__, __LINE__, true);
    4906                 :        6363 :                 return true;
    4907                 :             :               }
    4908                 :       15171 : next_after_fail1256:;
    4909                 :             :             }
    4910                 :             :           else
    4911                 :             :             {
    4912                 :        6207 :               gimple_seq *lseq = seq;
    4913                 :        6207 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1257;
    4914                 :        6207 :               {
    4915                 :        6207 :                 res_op->set_op (cmp2, type, 2);
    4916                 :        6207 :                 res_op->ops[0] = captures[0];
    4917                 :        6207 :                 res_op->ops[1] =  build_zero_cst (TREE_TYPE (captures[0]));
    4918                 :        6207 :                 res_op->resimplify (lseq, valueize);
    4919                 :        6207 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 579, __FILE__, __LINE__, true);
    4920                 :        6207 :                 return true;
    4921                 :             :               }
    4922                 :       15171 : next_after_fail1257:;
    4923                 :             :             }
    4924                 :       27741 :       }
    4925                 :             :     }
    4926                 :             :   return false;
    4927                 :             : }
    4928                 :             : 
    4929                 :             : bool
    4930                 :          44 : gimple_simplify_382 (gimple_match_op *res_op, gimple_seq *seq,
    4931                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    4932                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    4933                 :             :  const enum tree_code ARG_UNUSED (op),
    4934                 :             :  const enum tree_code ARG_UNUSED (cmp),
    4935                 :             :  const combined_fn ARG_UNUSED (ctz))
    4936                 :             : {
    4937                 :          44 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    4938                 :          44 :   {
    4939                 :          44 :  bool ok = true;
    4940                 :          44 :  HOST_WIDE_INT val = 0;
    4941                 :          44 :  if (sanitize_flags_p (SANITIZE_BUILTIN)
    4942                 :          44 :  && (!cfun
    4943                 :          24 :  || (cfun->curr_properties & PROP_ssa) == 0))
    4944                 :             :  ok = false;
    4945                 :          44 :  else if (!tree_fits_shwi_p (captures[2]))
    4946                 :             :  ok = false;
    4947                 :             :  else
    4948                 :             :  {
    4949                 :          44 :  val = tree_to_shwi (captures[2]);
    4950                 :          44 :  if (op == GT_EXPR || op == LE_EXPR)
    4951                 :             :  {
    4952                 :          44 :  if (val == HOST_WIDE_INT_MAX)
    4953                 :             :  ok = false;
    4954                 :             :  else
    4955                 :          44 :  val++;
    4956                 :             :  }
    4957                 :             :  }
    4958                 :          44 :  tree type0 = TREE_TYPE (captures[1]);
    4959                 :          44 :  int prec = TYPE_PRECISION (type0);
    4960                 :          88 :       if (ok && prec <= MAX_FIXED_MODE_SIZE
    4961                 :             : )
    4962                 :             :         {
    4963                 :          44 :           if (val <= 0
    4964                 :             : )
    4965                 :             :             {
    4966                 :           0 :               gimple_seq *lseq = seq;
    4967                 :           0 :               if (lseq
    4968                 :             :                   && (!single_use (captures[0])))
    4969                 :             :                 lseq = NULL;
    4970                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1301;
    4971                 :           0 :               {
    4972                 :           0 :                 tree tem;
    4973                 :           0 :                 tem =  constant_boolean_node (cmp == EQ_EXPR ? true : false, type);
    4974                 :           0 :                 res_op->set_value (tem);
    4975                 :           0 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 606, __FILE__, __LINE__, true);
    4976                 :           0 :                 return true;
    4977                 :             :               }
    4978                 :           0 : next_after_fail1301:;
    4979                 :             :             }
    4980                 :             :           else
    4981                 :             :             {
    4982                 :          44 :               if (val >= prec
    4983                 :             : )
    4984                 :             :                 {
    4985                 :           0 :                   gimple_seq *lseq = seq;
    4986                 :           0 :                   if (lseq
    4987                 :             :                       && (!single_use (captures[0])))
    4988                 :             :                     lseq = NULL;
    4989                 :           0 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1302;
    4990                 :           0 :                   {
    4991                 :           0 :                     tree tem;
    4992                 :           0 :                     tem =  constant_boolean_node (cmp == EQ_EXPR ? false : true, type);
    4993                 :           0 :                     res_op->set_value (tem);
    4994                 :           0 :                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 607, __FILE__, __LINE__, true);
    4995                 :           0 :                     return true;
    4996                 :             :                   }
    4997                 :           0 : next_after_fail1302:;
    4998                 :             :                 }
    4999                 :             :               else
    5000                 :             :                 {
    5001                 :          44 :                   gimple_seq *lseq = seq;
    5002                 :          44 :                   if (lseq
    5003                 :          18 :                       && (!single_use (captures[0])))
    5004                 :          32 :                     lseq = NULL;
    5005                 :          44 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1303;
    5006                 :          44 :                   {
    5007                 :          44 :                     res_op->set_op (cmp, type, 2);
    5008                 :          44 :                     {
    5009                 :          44 :                       tree _o1[2], _r1;
    5010                 :          44 :                       _o1[0] = captures[1];
    5011                 :          44 :                       _o1[1] =  wide_int_to_tree (type0,
    5012                 :          44 :  wi::mask (val, false, prec));
    5013                 :          44 :                       gimple_match_op tem_op (res_op->cond.any_else (), BIT_AND_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    5014                 :          44 :                       tem_op.resimplify (lseq, valueize);
    5015                 :          44 :                       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    5016                 :          44 :                       if (!_r1) goto next_after_fail1303;
    5017                 :          12 :                       res_op->ops[0] = _r1;
    5018                 :             :                     }
    5019                 :          12 :                     res_op->ops[1] =  build_zero_cst (type0);
    5020                 :          12 :                     res_op->resimplify (lseq, valueize);
    5021                 :          12 :                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 608, __FILE__, __LINE__, true);
    5022                 :          12 :                     return true;
    5023                 :             :                   }
    5024                 :             : next_after_fail1303:;
    5025                 :             :                 }
    5026                 :             :             }
    5027                 :             :         }
    5028                 :             :   }
    5029                 :             :   return false;
    5030                 :             : }
    5031                 :             : 
    5032                 :             : bool
    5033                 :           8 : gimple_simplify_388 (gimple_match_op *res_op, gimple_seq *seq,
    5034                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    5035                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    5036                 :             :  const enum tree_code ARG_UNUSED (cmp),
    5037                 :             :  const enum tree_code ARG_UNUSED (out))
    5038                 :             : {
    5039                 :           8 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    5040                 :           8 :   if (TYPE_UNSIGNED (TREE_TYPE (captures[1]))
    5041                 :           8 :  && types_match (TREE_TYPE (captures[1]), TREE_TYPE (captures[2]))
    5042                 :             : )
    5043                 :             :     {
    5044                 :           8 :       gimple_seq *lseq = seq;
    5045                 :           8 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1311;
    5046                 :           8 :       {
    5047                 :           8 :         res_op->set_op (out, type, 2);
    5048                 :           8 :         {
    5049                 :           8 :           tree _o1[1], _r1;
    5050                 :           8 :           _o1[0] = captures[0];
    5051                 :           8 :           gimple_match_op tem_op (res_op->cond.any_else (), IMAGPART_EXPR, TREE_TYPE (TREE_TYPE (_o1[0])), _o1[0]);
    5052                 :           8 :           tem_op.resimplify (lseq, valueize);
    5053                 :           8 :           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    5054                 :           8 :           if (!_r1) goto next_after_fail1311;
    5055                 :           4 :           res_op->ops[0] = _r1;
    5056                 :             :         }
    5057                 :           4 :         res_op->ops[1] =  build_zero_cst (TREE_TYPE (captures[1]));
    5058                 :           4 :         res_op->resimplify (lseq, valueize);
    5059                 :           4 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 598, __FILE__, __LINE__, true);
    5060                 :           4 :         return true;
    5061                 :             :       }
    5062                 :             : next_after_fail1311:;
    5063                 :             :     }
    5064                 :             :   return false;
    5065                 :             : }
    5066                 :             : 
    5067                 :             : bool
    5068                 :          44 : gimple_simplify_393 (gimple_match_op *res_op, gimple_seq *seq,
    5069                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    5070                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    5071                 :             :  const enum tree_code ARG_UNUSED (cmp),
    5072                 :             :  const enum tree_code ARG_UNUSED (cmp2),
    5073                 :             :  const enum tree_code ARG_UNUSED (cmp3),
    5074                 :             :  const enum tree_code ARG_UNUSED (bit_op),
    5075                 :             :  const combined_fn ARG_UNUSED (ffs))
    5076                 :             : {
    5077                 :          44 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    5078                 :          44 :   {
    5079                 :          44 :  int prec = TYPE_PRECISION (TREE_TYPE (captures[1]));
    5080                 :          44 :       if (integer_zerop (captures[2])
    5081                 :             : )
    5082                 :             :         {
    5083                 :           0 :           gimple_seq *lseq = seq;
    5084                 :           0 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1316;
    5085                 :           0 :           {
    5086                 :           0 :             res_op->set_op (cmp2, type, 2);
    5087                 :           0 :             res_op->ops[0] = captures[1];
    5088                 :           0 :             res_op->ops[1] =  build_zero_cst (TREE_TYPE (captures[1]));
    5089                 :           0 :             res_op->resimplify (lseq, valueize);
    5090                 :           0 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 617, __FILE__, __LINE__, true);
    5091                 :          16 :             return true;
    5092                 :             :           }
    5093                 :           0 : next_after_fail1316:;
    5094                 :             :         }
    5095                 :             :       else
    5096                 :             :         {
    5097                 :          44 :           if (tree_int_cst_sgn (captures[2]) < 0
    5098                 :             : )
    5099                 :             :             {
    5100                 :           0 :               gimple_seq *lseq = seq;
    5101                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1317;
    5102                 :           0 :               {
    5103                 :           0 :                 tree tem;
    5104                 :           0 :                 tem =  constant_boolean_node (cmp == GT_EXPR ? true : false, type);
    5105                 :           0 :                 res_op->set_value (tem);
    5106                 :           0 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 618, __FILE__, __LINE__, true);
    5107                 :           0 :                 return true;
    5108                 :             :               }
    5109                 :           0 : next_after_fail1317:;
    5110                 :             :             }
    5111                 :             :           else
    5112                 :             :             {
    5113                 :          44 :               if (wi::to_widest (captures[2]) >= prec
    5114                 :             : )
    5115                 :             :                 {
    5116                 :           0 :                   gimple_seq *lseq = seq;
    5117                 :           0 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1318;
    5118                 :           0 :                   {
    5119                 :           0 :                     tree tem;
    5120                 :           0 :                     tem =  constant_boolean_node (cmp == GT_EXPR ? false : true, type);
    5121                 :           0 :                     res_op->set_value (tem);
    5122                 :           0 :                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 619, __FILE__, __LINE__, true);
    5123                 :           0 :                     return true;
    5124                 :             :                   }
    5125                 :           0 : next_after_fail1318:;
    5126                 :             :                 }
    5127                 :             :               else
    5128                 :             :                 {
    5129                 :          44 :                   if (wi::to_widest (captures[2]) == prec - 1
    5130                 :             : )
    5131                 :             :                     {
    5132                 :           0 :                       gimple_seq *lseq = seq;
    5133                 :           0 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1319;
    5134                 :           0 :                       {
    5135                 :           0 :                         res_op->set_op (cmp3, type, 2);
    5136                 :           0 :                         res_op->ops[0] = captures[1];
    5137                 :           0 :                         res_op->ops[1] =  wide_int_to_tree (TREE_TYPE (captures[1]),
    5138                 :           0 :  wi::shifted_mask (prec - 1, 1,
    5139                 :             :  false, prec));
    5140                 :           0 :                         res_op->resimplify (lseq, valueize);
    5141                 :           0 :                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 620, __FILE__, __LINE__, true);
    5142                 :           0 :                         return true;
    5143                 :             :                       }
    5144                 :           0 : next_after_fail1319:;
    5145                 :             :                     }
    5146                 :             :                   else
    5147                 :             :                     {
    5148                 :          44 :                       if (single_use (captures[0])
    5149                 :             : )
    5150                 :             :                         {
    5151                 :          44 :                           gimple_seq *lseq = seq;
    5152                 :          44 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1320;
    5153                 :          44 :                           {
    5154                 :          44 :                             res_op->set_op (bit_op, type, 2);
    5155                 :          44 :                             {
    5156                 :          44 :                               tree _o1[2], _r1;
    5157                 :          44 :                               _o1[0] = captures[1];
    5158                 :          44 :                               _o1[1] =  build_zero_cst (TREE_TYPE (captures[1]));
    5159                 :          44 :                               gimple_match_op tem_op (res_op->cond.any_else (), cmp2, type, _o1[0], _o1[1]);
    5160                 :          44 :                               tem_op.resimplify (lseq, valueize);
    5161                 :          44 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    5162                 :          44 :                               if (!_r1) goto next_after_fail1320;
    5163                 :          16 :                               res_op->ops[0] = _r1;
    5164                 :             :                             }
    5165                 :          16 :                             {
    5166                 :          16 :                               tree _o1[2], _r1;
    5167                 :          16 :                               {
    5168                 :          16 :                                 tree _o2[2], _r2;
    5169                 :          16 :                                 _o2[0] = captures[1];
    5170                 :          16 :                                 _o2[1] =  wide_int_to_tree (TREE_TYPE (captures[1]),
    5171                 :          16 :  wi::mask (tree_to_uhwi (captures[2]),
    5172                 :             :  false, prec));
    5173                 :          16 :                                 gimple_match_op tem_op (res_op->cond.any_else (), BIT_AND_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
    5174                 :          16 :                                 tem_op.resimplify (lseq, valueize);
    5175                 :          16 :                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    5176                 :          16 :                                 if (!_r2) goto next_after_fail1320;
    5177                 :          16 :                                 _o1[0] = _r2;
    5178                 :             :                               }
    5179                 :          16 :                               _o1[1] =  build_zero_cst (TREE_TYPE (captures[1]));
    5180                 :          16 :                               gimple_match_op tem_op (res_op->cond.any_else (), cmp3, type, _o1[0], _o1[1]);
    5181                 :          16 :                               tem_op.resimplify (lseq, valueize);
    5182                 :          16 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    5183                 :          16 :                               if (!_r1) goto next_after_fail1320;
    5184                 :          16 :                               res_op->ops[1] = _r1;
    5185                 :             :                             }
    5186                 :          16 :                             res_op->resimplify (lseq, valueize);
    5187                 :          16 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 621, __FILE__, __LINE__, true);
    5188                 :          16 :                             return true;
    5189                 :             :                           }
    5190                 :          28 : next_after_fail1320:;
    5191                 :             :                         }
    5192                 :             :                     }
    5193                 :             :                 }
    5194                 :             :             }
    5195                 :             :         }
    5196                 :             :   }
    5197                 :          28 :   return false;
    5198                 :             : }
    5199                 :             : 
    5200                 :             : bool
    5201                 :         172 : gimple_simplify_409 (gimple_match_op *res_op, gimple_seq *seq,
    5202                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    5203                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    5204                 :             : {
    5205                 :         172 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    5206                 :         172 :   {
    5207                 :         172 :  unsigned prec = TYPE_PRECISION (type);
    5208                 :         172 :  int shift = (64 - prec) & 63;
    5209                 :         172 :  unsigned HOST_WIDE_INT c1
    5210                 :             :  = HOST_WIDE_INT_UC (0x0101010101010101) >> shift;
    5211                 :         172 :  unsigned HOST_WIDE_INT c2
    5212                 :             :  = HOST_WIDE_INT_UC (0x0F0F0F0F0F0F0F0F) >> shift;
    5213                 :         172 :  unsigned HOST_WIDE_INT c3
    5214                 :             :  = HOST_WIDE_INT_UC (0x3333333333333333) >> shift;
    5215                 :         172 :  unsigned HOST_WIDE_INT c4
    5216                 :             :  = HOST_WIDE_INT_UC (0x5555555555555555) >> shift;
    5217                 :         172 :       if (prec >= 16
    5218                 :         172 :  && prec <= 64
    5219                 :         172 :  && pow2p_hwi (prec)
    5220                 :         172 :  && TYPE_UNSIGNED (type)
    5221                 :         172 :  && integer_onep (captures[5])
    5222                 :         151 :  && wi::to_widest (captures[7]) == 2
    5223                 :         130 :  && wi::to_widest (captures[1]) == 4
    5224                 :         172 :  && wi::to_widest (captures[11]) == prec - 8
    5225                 :         109 :  && tree_to_uhwi (captures[10]) == c1
    5226                 :         109 :  && tree_to_uhwi (captures[9]) == c2
    5227                 :         109 :  && tree_to_uhwi (captures[8]) == c3
    5228                 :         109 :  && tree_to_uhwi (captures[3]) == c3
    5229                 :         281 :  && tree_to_uhwi (captures[6]) == c4
    5230                 :             : )
    5231                 :             :         {
    5232                 :         109 :           if (direct_internal_fn_supported_p (IFN_POPCOUNT, type,
    5233                 :             :  OPTIMIZE_FOR_BOTH)
    5234                 :             : )
    5235                 :             :             {
    5236                 :           0 :               gimple_seq *lseq = seq;
    5237                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1343;
    5238                 :           0 :               {
    5239                 :           0 :                 res_op->set_op (NOP_EXPR, type, 1);
    5240                 :           0 :                 {
    5241                 :           0 :                   tree _o1[1], _r1;
    5242                 :           0 :                   _o1[0] = captures[4];
    5243                 :           0 :                   gimple_match_op tem_op (res_op->cond.any_else (), CFN_POPCOUNT, type, _o1[0]);
    5244                 :           0 :                   tem_op.resimplify (lseq, valueize);
    5245                 :           0 :                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    5246                 :           0 :                   if (!_r1) goto next_after_fail1343;
    5247                 :           0 :                   res_op->ops[0] = _r1;
    5248                 :             :                 }
    5249                 :           0 :                 res_op->resimplify (lseq, valueize);
    5250                 :           0 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 642, __FILE__, __LINE__, true);
    5251                 :           0 :                 return true;
    5252                 :             :               }
    5253                 :             : next_after_fail1343:;
    5254                 :             :             }
    5255                 :             :           else
    5256                 :             :             {
    5257                 :         109 :               {
    5258                 :         109 :  tree half_type = NULL_TREE;
    5259                 :         109 :  opt_machine_mode m = mode_for_size ((prec + 1) / 2, MODE_INT, 1);
    5260                 :         109 :  int half_prec = 8;
    5261                 :         109 :  if (m.exists ()
    5262                 :         109 :  && m.require () != TYPE_MODE (type))
    5263                 :             :  {
    5264                 :         109 :  half_prec = GET_MODE_PRECISION (as_a <scalar_int_mode> (m));
    5265                 :         109 :  half_type = build_nonstandard_integer_type (half_prec, 1);
    5266                 :             :  }
    5267                 :         109 :  gcc_assert (half_prec > 2);
    5268                 :         109 :                   if (half_type != NULL_TREE
    5269                 :         109 :  && direct_internal_fn_supported_p (IFN_POPCOUNT, half_type,
    5270                 :             :  OPTIMIZE_FOR_BOTH)
    5271                 :             : )
    5272                 :             :                     {
    5273                 :           0 :                       gimple_seq *lseq = seq;
    5274                 :           0 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1344;
    5275                 :           0 :                       {
    5276                 :           0 :                         res_op->set_op (NOP_EXPR, type, 1);
    5277                 :           0 :                         {
    5278                 :           0 :                           tree _o1[2], _r1;
    5279                 :           0 :                           {
    5280                 :           0 :                             tree _o2[1], _r2;
    5281                 :           0 :                             {
    5282                 :           0 :                               tree _o3[1], _r3;
    5283                 :           0 :                               _o3[0] = captures[4];
    5284                 :           0 :                               if (half_type != TREE_TYPE (_o3[0])
    5285                 :           0 :                                   && !useless_type_conversion_p (half_type, TREE_TYPE (_o3[0])))
    5286                 :             :                                 {
    5287                 :           0 :                                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, half_type, _o3[0]);
    5288                 :           0 :                                   tem_op.resimplify (lseq, valueize);
    5289                 :           0 :                                   _r3 = maybe_push_res_to_seq (&tem_op, lseq);
    5290                 :           0 :                                   if (!_r3) goto next_after_fail1344;
    5291                 :             :                                 }
    5292                 :             :                               else
    5293                 :             :                                 _r3 = _o3[0];
    5294                 :           0 :                               _o2[0] = _r3;
    5295                 :             :                             }
    5296                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), CFN_POPCOUNT, half_type, _o2[0]);
    5297                 :           0 :                             tem_op.resimplify (lseq, valueize);
    5298                 :           0 :                             _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    5299                 :           0 :                             if (!_r2) goto next_after_fail1344;
    5300                 :           0 :                             _o1[0] = _r2;
    5301                 :             :                           }
    5302                 :           0 :                           {
    5303                 :           0 :                             tree _o2[1], _r2;
    5304                 :           0 :                             {
    5305                 :           0 :                               tree _o3[1], _r3;
    5306                 :           0 :                               {
    5307                 :           0 :                                 tree _o4[2], _r4;
    5308                 :           0 :                                 _o4[0] = captures[4];
    5309                 :           0 :                                 _o4[1] =  build_int_cst (integer_type_node, half_prec);
    5310                 :           0 :                                 gimple_match_op tem_op (res_op->cond.any_else (), RSHIFT_EXPR, TREE_TYPE (_o4[0]), _o4[0], _o4[1]);
    5311                 :           0 :                                 tem_op.resimplify (lseq, valueize);
    5312                 :           0 :                                 _r4 = maybe_push_res_to_seq (&tem_op, lseq);
    5313                 :           0 :                                 if (!_r4) goto next_after_fail1344;
    5314                 :           0 :                                 _o3[0] = _r4;
    5315                 :             :                               }
    5316                 :           0 :                               if (half_type != TREE_TYPE (_o3[0])
    5317                 :           0 :                                   && !useless_type_conversion_p (half_type, TREE_TYPE (_o3[0])))
    5318                 :             :                                 {
    5319                 :           0 :                                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, half_type, _o3[0]);
    5320                 :           0 :                                   tem_op.resimplify (lseq, valueize);
    5321                 :           0 :                                   _r3 = maybe_push_res_to_seq (&tem_op, lseq);
    5322                 :           0 :                                   if (!_r3) goto next_after_fail1344;
    5323                 :             :                                 }
    5324                 :             :                               else
    5325                 :             :                                 _r3 = _o3[0];
    5326                 :           0 :                               _o2[0] = _r3;
    5327                 :             :                             }
    5328                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), CFN_POPCOUNT, half_type, _o2[0]);
    5329                 :           0 :                             tem_op.resimplify (lseq, valueize);
    5330                 :           0 :                             _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    5331                 :           0 :                             if (!_r2) goto next_after_fail1344;
    5332                 :           0 :                             _o1[1] = _r2;
    5333                 :             :                           }
    5334                 :           0 :                           gimple_match_op tem_op (res_op->cond.any_else (), PLUS_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    5335                 :           0 :                           tem_op.resimplify (lseq, valueize);
    5336                 :           0 :                           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    5337                 :           0 :                           if (!_r1) goto next_after_fail1344;
    5338                 :           0 :                           res_op->ops[0] = _r1;
    5339                 :             :                         }
    5340                 :           0 :                         res_op->resimplify (lseq, valueize);
    5341                 :           0 :                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 643, __FILE__, __LINE__, true);
    5342                 :           0 :                         return true;
    5343                 :             :                       }
    5344                 :         109 : next_after_fail1344:;
    5345                 :             :                     }
    5346                 :             :               }
    5347                 :             :             }
    5348                 :             :         }
    5349                 :             :   }
    5350                 :             :   return false;
    5351                 :             : }
    5352                 :             : 
    5353                 :             : bool
    5354                 :          36 : gimple_simplify_423 (gimple_match_op *res_op, gimple_seq *seq,
    5355                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    5356                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    5357                 :             :  const combined_fn ARG_UNUSED (coss),
    5358                 :             :  const combined_fn ARG_UNUSED (atans),
    5359                 :             :  const combined_fn ARG_UNUSED (sqrts),
    5360                 :             :  const combined_fn ARG_UNUSED (copysigns))
    5361                 :             : {
    5362                 :          36 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    5363                 :          36 :   {
    5364                 :          36 :  REAL_VALUE_TYPE r_cst;
    5365                 :          36 :  build_sinatan_real (&r_cst, type);
    5366                 :          36 :  tree t_cst = build_real (type, r_cst);
    5367                 :          36 :  tree t_one = build_one_cst (type);
    5368                 :          36 :  tree t_zero = build_zero_cst (type);
    5369                 :          36 :       if (SCALAR_FLOAT_TYPE_P (type)
    5370                 :             : )
    5371                 :             :         {
    5372                 :          36 :           gimple_seq *lseq = seq;
    5373                 :          36 :           if (lseq
    5374                 :          18 :               && (!single_use (captures[0])))
    5375                 :          30 :             lseq = NULL;
    5376                 :          36 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1371;
    5377                 :          36 :           {
    5378                 :          36 :             res_op->set_op (COND_EXPR, type, 3);
    5379                 :          36 :             {
    5380                 :          36 :               tree _o1[2], _r1;
    5381                 :          36 :               {
    5382                 :          36 :                 tree _o2[1], _r2;
    5383                 :          36 :                 _o2[0] = captures[1];
    5384                 :          36 :                 gimple_match_op tem_op (res_op->cond.any_else (), ABS_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
    5385                 :          36 :                 tem_op.resimplify (lseq, valueize);
    5386                 :          36 :                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    5387                 :          36 :                 if (!_r2) goto next_after_fail1371;
    5388                 :           6 :                 _o1[0] = _r2;
    5389                 :             :               }
    5390                 :           6 :               _o1[1] =  t_cst;
    5391                 :           6 :               gimple_match_op tem_op (res_op->cond.any_else (), LT_EXPR, boolean_type_node, _o1[0], _o1[1]);
    5392                 :           6 :               tem_op.resimplify (lseq, valueize);
    5393                 :           6 :               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    5394                 :           6 :               if (!_r1) goto next_after_fail1371;
    5395                 :           6 :               res_op->ops[0] = _r1;
    5396                 :             :             }
    5397                 :           6 :             {
    5398                 :           6 :               tree _o1[2], _r1;
    5399                 :           6 :               _o1[0] =  t_one;
    5400                 :           6 :               {
    5401                 :           6 :                 tree _o2[1], _r2;
    5402                 :           6 :                 {
    5403                 :           6 :                   tree _o3[2], _r3;
    5404                 :           6 :                   {
    5405                 :           6 :                     tree _o4[2], _r4;
    5406                 :           6 :                     _o4[0] = captures[1];
    5407                 :           6 :                     _o4[1] = captures[1];
    5408                 :           6 :                     gimple_match_op tem_op (res_op->cond.any_else (), MULT_EXPR, TREE_TYPE (_o4[0]), _o4[0], _o4[1]);
    5409                 :           6 :                     tem_op.resimplify (lseq, valueize);
    5410                 :           6 :                     _r4 = maybe_push_res_to_seq (&tem_op, lseq);
    5411                 :           6 :                     if (!_r4) goto next_after_fail1371;
    5412                 :           6 :                     _o3[0] = _r4;
    5413                 :             :                   }
    5414                 :           6 :                   _o3[1] =  t_one;
    5415                 :           6 :                   gimple_match_op tem_op (res_op->cond.any_else (), PLUS_EXPR, TREE_TYPE (_o3[0]), _o3[0], _o3[1]);
    5416                 :           6 :                   tem_op.resimplify (lseq, valueize);
    5417                 :           6 :                   _r3 = maybe_push_res_to_seq (&tem_op, lseq);
    5418                 :           6 :                   if (!_r3) goto next_after_fail1371;
    5419                 :           6 :                   _o2[0] = _r3;
    5420                 :             :                 }
    5421                 :           6 :                 gimple_match_op tem_op (res_op->cond.any_else (), sqrts, TREE_TYPE (_o2[0]), _o2[0]);
    5422                 :           6 :                 tem_op.resimplify (lseq, valueize);
    5423                 :           6 :                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    5424                 :           6 :                 if (!_r2) goto next_after_fail1371;
    5425                 :           6 :                 _o1[1] = _r2;
    5426                 :             :               }
    5427                 :           6 :               gimple_match_op tem_op (res_op->cond.any_else (), RDIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    5428                 :           6 :               tem_op.resimplify (lseq, valueize);
    5429                 :           6 :               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    5430                 :           6 :               if (!_r1) goto next_after_fail1371;
    5431                 :           6 :               res_op->ops[1] = _r1;
    5432                 :             :             }
    5433                 :           6 :             {
    5434                 :           6 :               tree _o1[2], _r1;
    5435                 :           6 :               _o1[0] =  t_zero;
    5436                 :           6 :               _o1[1] = captures[1];
    5437                 :           6 :               gimple_match_op tem_op (res_op->cond.any_else (), copysigns, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    5438                 :           6 :               tem_op.resimplify (lseq, valueize);
    5439                 :           6 :               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    5440                 :           6 :               if (!_r1) goto next_after_fail1371;
    5441                 :           6 :               res_op->ops[2] = _r1;
    5442                 :             :             }
    5443                 :           6 :             res_op->resimplify (lseq, valueize);
    5444                 :           6 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 658, __FILE__, __LINE__, true);
    5445                 :           6 :             return true;
    5446                 :             :           }
    5447                 :          30 : next_after_fail1371:;
    5448                 :             :         }
    5449                 :             :   }
    5450                 :          30 :   return false;
    5451                 :             : }
    5452                 :             : 
    5453                 :             : bool
    5454                 :           0 : gimple_simplify_430 (gimple_match_op *res_op, gimple_seq *seq,
    5455                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    5456                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    5457                 :             : {
    5458                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    5459                 :           0 :   gimple_seq *lseq = seq;
    5460                 :           0 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1379;
    5461                 :           0 :   {
    5462                 :           0 :     tree tem;
    5463                 :           0 :     tem = captures[0];
    5464                 :           0 :     res_op->set_value (tem);
    5465                 :           0 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 666, __FILE__, __LINE__, true);
    5466                 :             :     return true;
    5467                 :             :   }
    5468                 :           0 : next_after_fail1379:;
    5469                 :           0 :   return false;
    5470                 :             : }
    5471                 :             : 
    5472                 :             : bool
    5473                 :           2 : gimple_simplify_432 (gimple_match_op *res_op, gimple_seq *seq,
    5474                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    5475                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    5476                 :             :  const combined_fn ARG_UNUSED (copysigns),
    5477                 :             :  const combined_fn ARG_UNUSED (hypots))
    5478                 :             : {
    5479                 :           2 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    5480                 :           2 :   gimple_seq *lseq = seq;
    5481                 :           2 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1381;
    5482                 :           2 :   {
    5483                 :           2 :     res_op->set_op (hypots, type, 2);
    5484                 :           2 :     res_op->ops[0] = captures[0];
    5485                 :           2 :     res_op->ops[1] = captures[1];
    5486                 :           2 :     res_op->resimplify (lseq, valueize);
    5487                 :           2 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 668, __FILE__, __LINE__, true);
    5488                 :             :     return true;
    5489                 :             :   }
    5490                 :           0 : next_after_fail1381:;
    5491                 :           0 :   return false;
    5492                 :             : }
    5493                 :             : 
    5494                 :             : bool
    5495                 :          21 : gimple_simplify_434 (gimple_match_op *res_op, gimple_seq *seq,
    5496                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    5497                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    5498                 :             :  const combined_fn ARG_UNUSED (HYPOT))
    5499                 :             : {
    5500                 :          21 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    5501                 :          21 :   if (flag_unsafe_math_optimizations && canonicalize_math_p ()
    5502                 :             : )
    5503                 :             :     {
    5504                 :          15 :       gimple_seq *lseq = seq;
    5505                 :          15 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1383;
    5506                 :          15 :       {
    5507                 :          15 :         res_op->set_op (MULT_EXPR, type, 2);
    5508                 :          15 :         {
    5509                 :          15 :           tree _o1[1], _r1;
    5510                 :          15 :           _o1[0] = captures[0];
    5511                 :          15 :           gimple_match_op tem_op (res_op->cond.any_else (), ABS_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
    5512                 :          15 :           tem_op.resimplify (lseq, valueize);
    5513                 :          15 :           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    5514                 :          15 :           if (!_r1) goto next_after_fail1383;
    5515                 :           9 :           res_op->ops[0] = _r1;
    5516                 :             :         }
    5517                 :           9 :         res_op->ops[1] =  build_real_truncate (type, dconst_sqrt2 ());
    5518                 :           9 :         res_op->resimplify (lseq, valueize);
    5519                 :           9 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 670, __FILE__, __LINE__, true);
    5520                 :           9 :         return true;
    5521                 :             :       }
    5522                 :             : next_after_fail1383:;
    5523                 :             :     }
    5524                 :             :   return false;
    5525                 :             : }
    5526                 :             : 
    5527                 :             : bool
    5528                 :      115721 : gimple_simplify_436 (gimple_match_op *res_op, gimple_seq *seq,
    5529                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    5530                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    5531                 :             : {
    5532                 :      115721 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    5533                 :      115721 :   if (! TYPE_UNSIGNED (type)
    5534                 :       18993 :  && ! HONOR_SIGN_DEPENDENT_ROUNDING (type)
    5535                 :      134714 :  && single_use (captures[0])
    5536                 :             : )
    5537                 :             :     {
    5538                 :       11295 :       gimple_seq *lseq = seq;
    5539                 :       11295 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1385;
    5540                 :       11295 :       {
    5541                 :       11295 :         res_op->set_op (MULT_EXPR, type, 2);
    5542                 :       11295 :         res_op->ops[0] = captures[1];
    5543                 :       11295 :         {
    5544                 :       11295 :           tree _o1[1], _r1;
    5545                 :       11295 :           _o1[0] = captures[2];
    5546                 :       11295 :           gimple_match_op tem_op (res_op->cond.any_else (), NEGATE_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
    5547                 :       11295 :           tem_op.resimplify (lseq, valueize);
    5548                 :       11295 :           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    5549                 :       11295 :           if (!_r1) goto next_after_fail1385;
    5550                 :       11015 :           res_op->ops[1] = _r1;
    5551                 :             :         }
    5552                 :       11015 :         res_op->resimplify (lseq, valueize);
    5553                 :       11015 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 672, __FILE__, __LINE__, true);
    5554                 :       11015 :         return true;
    5555                 :             :       }
    5556                 :             : next_after_fail1385:;
    5557                 :             :     }
    5558                 :             :   return false;
    5559                 :             : }
    5560                 :             : 
    5561                 :             : bool
    5562                 :           4 : gimple_simplify_442 (gimple_match_op *res_op, gimple_seq *seq,
    5563                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    5564                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    5565                 :             : {
    5566                 :           4 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    5567                 :           8 :   if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
    5568                 :           8 :  && TYPE_PRECISION (TREE_TYPE (captures[0])) == 1
    5569                 :             : )
    5570                 :             :     {
    5571                 :           4 :       gimple_seq *lseq = seq;
    5572                 :           4 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1392;
    5573                 :           4 :       {
    5574                 :           4 :         res_op->set_op (BIT_AND_EXPR, type, 2);
    5575                 :           4 :         res_op->ops[0] = captures[0];
    5576                 :           4 :         res_op->ops[1] = captures[1];
    5577                 :           4 :         res_op->resimplify (lseq, valueize);
    5578                 :           4 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 679, __FILE__, __LINE__, true);
    5579                 :           4 :         return true;
    5580                 :             :       }
    5581                 :           0 : next_after_fail1392:;
    5582                 :             :     }
    5583                 :             :   return false;
    5584                 :             : }
    5585                 :             : 
    5586                 :             : bool
    5587                 :       11014 : gimple_simplify_450 (gimple_match_op *res_op, gimple_seq *seq,
    5588                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    5589                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    5590                 :             :  const enum tree_code ARG_UNUSED (bitop),
    5591                 :             :  const enum tree_code ARG_UNUSED (op))
    5592                 :             : {
    5593                 :       11014 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    5594                 :       11014 :   {
    5595                 :       11014 :  tree pmop[2];
    5596                 :       11014 :  tree utype = fold_bit_and_mask (TREE_TYPE (captures[1]), captures[5], op, captures[1], ERROR_MARK,
    5597                 :             :  NULL_TREE, NULL_TREE, captures[2], bitop, captures[3],
    5598                 :             :  captures[4], pmop);
    5599                 :       11014 :       if (utype
    5600                 :             : )
    5601                 :             :         {
    5602                 :        8851 :           gimple_seq *lseq = seq;
    5603                 :        8851 :           if (lseq
    5604                 :        3195 :               && (!single_use (captures[0])
    5605                 :        2619 :                   || !single_use (captures[2])))
    5606                 :        8764 :             lseq = NULL;
    5607                 :        8851 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1400;
    5608                 :        8851 :           {
    5609                 :        8851 :             res_op->set_op (NOP_EXPR, type, 1);
    5610                 :        8851 :             {
    5611                 :        8851 :               tree _o1[2], _r1;
    5612                 :        8851 :               {
    5613                 :        8851 :                 tree _o2[2], _r2;
    5614                 :        8851 :                 {
    5615                 :        8851 :                   tree _o3[1], _r3;
    5616                 :        8851 :                   _o3[0] =  pmop[0];
    5617                 :        8851 :                   if (utype != TREE_TYPE (_o3[0])
    5618                 :        8851 :                       && !useless_type_conversion_p (utype, TREE_TYPE (_o3[0])))
    5619                 :             :                     {
    5620                 :         126 :                       gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, utype, _o3[0]);
    5621                 :         126 :                       tem_op.resimplify (lseq, valueize);
    5622                 :         126 :                       _r3 = maybe_push_res_to_seq (&tem_op, lseq);
    5623                 :         126 :                       if (!_r3) goto next_after_fail1400;
    5624                 :             :                     }
    5625                 :             :                   else
    5626                 :             :                     _r3 = _o3[0];
    5627                 :        8728 :                   _o2[0] = _r3;
    5628                 :             :                 }
    5629                 :        8728 :                 {
    5630                 :        8728 :                   tree _o3[1], _r3;
    5631                 :        8728 :                   _o3[0] =  pmop[1];
    5632                 :        8728 :                   if (utype != TREE_TYPE (_o3[0])
    5633                 :        8728 :                       && !useless_type_conversion_p (utype, TREE_TYPE (_o3[0])))
    5634                 :             :                     {
    5635                 :           3 :                       gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, utype, _o3[0]);
    5636                 :           3 :                       tem_op.resimplify (lseq, valueize);
    5637                 :           3 :                       _r3 = maybe_push_res_to_seq (&tem_op, lseq);
    5638                 :           3 :                       if (!_r3) goto next_after_fail1400;
    5639                 :             :                     }
    5640                 :             :                   else
    5641                 :             :                     _r3 = _o3[0];
    5642                 :        8728 :                   _o2[1] = _r3;
    5643                 :             :                 }
    5644                 :        8728 :                 gimple_match_op tem_op (res_op->cond.any_else (), op, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
    5645                 :        8728 :                 tem_op.resimplify (lseq, valueize);
    5646                 :        8728 :                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    5647                 :        8728 :                 if (!_r2) goto next_after_fail1400;
    5648                 :          87 :                 _o1[0] = _r2;
    5649                 :             :               }
    5650                 :          87 :               {
    5651                 :          87 :                 tree _o2[1], _r2;
    5652                 :          87 :                 _o2[0] = captures[5];
    5653                 :          87 :                 if (utype != TREE_TYPE (_o2[0])
    5654                 :          87 :                     && !useless_type_conversion_p (utype, TREE_TYPE (_o2[0])))
    5655                 :             :                   {
    5656                 :           3 :                     gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, utype, _o2[0]);
    5657                 :           3 :                     tem_op.resimplify (lseq, valueize);
    5658                 :           3 :                     _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    5659                 :           3 :                     if (!_r2) goto next_after_fail1400;
    5660                 :             :                   }
    5661                 :             :                 else
    5662                 :             :                   _r2 = _o2[0];
    5663                 :          87 :                 _o1[1] = _r2;
    5664                 :             :               }
    5665                 :          87 :               gimple_match_op tem_op (res_op->cond.any_else (), BIT_AND_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    5666                 :          87 :               tem_op.resimplify (lseq, valueize);
    5667                 :          87 :               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    5668                 :          87 :               if (!_r1) goto next_after_fail1400;
    5669                 :          87 :               res_op->ops[0] = _r1;
    5670                 :             :             }
    5671                 :          87 :             res_op->resimplify (lseq, valueize);
    5672                 :          87 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 686, __FILE__, __LINE__, true);
    5673                 :          87 :             return true;
    5674                 :             :           }
    5675                 :       10927 : next_after_fail1400:;
    5676                 :             :         }
    5677                 :             :   }
    5678                 :       10927 :   return false;
    5679                 :             : }
    5680                 :             : 
    5681                 :             : bool
    5682                 :          24 : gimple_simplify_465 (gimple_match_op *res_op, gimple_seq *seq,
    5683                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    5684                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    5685                 :             :  const combined_fn ARG_UNUSED (bswap))
    5686                 :             : {
    5687                 :          24 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    5688                 :          24 :   if (BITS_PER_UNIT == 8
    5689                 :          24 :  && tree_fits_uhwi_p (captures[3])
    5690                 :          24 :  && tree_fits_uhwi_p (captures[4])
    5691                 :             : )
    5692                 :             :     {
    5693                 :          24 :       {
    5694                 :          24 :  unsigned HOST_WIDE_INT prec = TYPE_PRECISION (TREE_TYPE (captures[1]));
    5695                 :          24 :  unsigned HOST_WIDE_INT bits = tree_to_uhwi (captures[3]);
    5696                 :          24 :  unsigned HOST_WIDE_INT mask = tree_to_uhwi (captures[4]);
    5697                 :          24 :  unsigned HOST_WIDE_INT lo = bits & 7;
    5698                 :          24 :  unsigned HOST_WIDE_INT hi = bits - lo;
    5699                 :          24 :           if (bits < prec
    5700                 :          24 :  && mask < (256u>>lo)
    5701                 :          30 :  && bits < TYPE_PRECISION (TREE_TYPE(captures[0]))
    5702                 :             : )
    5703                 :             :             {
    5704                 :           6 :               {
    5705                 :           6 :  unsigned HOST_WIDE_INT ns = (prec - (hi + 8)) + lo;
    5706                 :           6 :                   if (ns == 0
    5707                 :             : )
    5708                 :             :                     {
    5709                 :           0 :                       gimple_seq *lseq = seq;
    5710                 :           0 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1419;
    5711                 :           0 :                       {
    5712                 :           0 :                         res_op->set_op (BIT_AND_EXPR, type, 2);
    5713                 :           0 :                         {
    5714                 :           0 :                           tree _o1[1], _r1;
    5715                 :           0 :                           _o1[0] = captures[2];
    5716                 :           0 :                           if (type != TREE_TYPE (_o1[0])
    5717                 :           0 :                               && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
    5718                 :             :                             {
    5719                 :           0 :                               gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
    5720                 :           0 :                               tem_op.resimplify (lseq, valueize);
    5721                 :           0 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    5722                 :           0 :                               if (!_r1) goto next_after_fail1419;
    5723                 :             :                             }
    5724                 :             :                           else
    5725                 :             :                             _r1 = _o1[0];
    5726                 :           0 :                           res_op->ops[0] = _r1;
    5727                 :             :                         }
    5728                 :           0 :                         res_op->ops[1] = captures[4];
    5729                 :           0 :                         res_op->resimplify (lseq, valueize);
    5730                 :           0 :                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 701, __FILE__, __LINE__, true);
    5731                 :           0 :                         return true;
    5732                 :             :                       }
    5733                 :             : next_after_fail1419:;
    5734                 :             :                     }
    5735                 :             :                   else
    5736                 :             :                     {
    5737                 :           6 :                       {
    5738                 :           6 :  tree utype = unsigned_type_for (TREE_TYPE (captures[2]));
    5739                 :           6 :  tree nst = build_int_cst (integer_type_node, ns);
    5740                 :           6 :                           gimple_seq *lseq = seq;
    5741                 :           6 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1420;
    5742                 :           6 :                           {
    5743                 :           6 :                             res_op->set_op (BIT_AND_EXPR, type, 2);
    5744                 :           6 :                             {
    5745                 :           6 :                               tree _o1[1], _r1;
    5746                 :           6 :                               {
    5747                 :           6 :                                 tree _o2[2], _r2;
    5748                 :           6 :                                 {
    5749                 :           6 :                                   tree _o3[1], _r3;
    5750                 :           6 :                                   _o3[0] = captures[2];
    5751                 :           6 :                                   if (utype != TREE_TYPE (_o3[0])
    5752                 :           6 :                                       && !useless_type_conversion_p (utype, TREE_TYPE (_o3[0])))
    5753                 :             :                                     {
    5754                 :           0 :                                       gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, utype, _o3[0]);
    5755                 :           0 :                                       tem_op.resimplify (lseq, valueize);
    5756                 :           0 :                                       _r3 = maybe_push_res_to_seq (&tem_op, lseq);
    5757                 :           0 :                                       if (!_r3) goto next_after_fail1420;
    5758                 :             :                                     }
    5759                 :             :                                   else
    5760                 :             :                                     _r3 = _o3[0];
    5761                 :           6 :                                   _o2[0] = _r3;
    5762                 :             :                                 }
    5763                 :           6 :                                 _o2[1] = nst;
    5764                 :           6 :                                 gimple_match_op tem_op (res_op->cond.any_else (), RSHIFT_EXPR, utype, _o2[0], _o2[1]);
    5765                 :           6 :                                 tem_op.resimplify (lseq, valueize);
    5766                 :           6 :                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    5767                 :           6 :                                 if (!_r2) goto next_after_fail1420;
    5768                 :           1 :                                 _o1[0] = _r2;
    5769                 :             :                               }
    5770                 :           1 :                               if (type != TREE_TYPE (_o1[0])
    5771                 :           1 :                                   && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
    5772                 :             :                                 {
    5773                 :           0 :                                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
    5774                 :           0 :                                   tem_op.resimplify (lseq, valueize);
    5775                 :           0 :                                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    5776                 :           0 :                                   if (!_r1) goto next_after_fail1420;
    5777                 :             :                                 }
    5778                 :             :                               else
    5779                 :             :                                 _r1 = _o1[0];
    5780                 :           1 :                               res_op->ops[0] = _r1;
    5781                 :             :                             }
    5782                 :           1 :                             res_op->ops[1] = captures[4];
    5783                 :           1 :                             res_op->resimplify (lseq, valueize);
    5784                 :           1 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 702, __FILE__, __LINE__, true);
    5785                 :           1 :                             return true;
    5786                 :             :                           }
    5787                 :             : next_after_fail1420:;
    5788                 :             :                       }
    5789                 :             :                     }
    5790                 :             :               }
    5791                 :             :             }
    5792                 :             :       }
    5793                 :             :     }
    5794                 :             :   return false;
    5795                 :             : }
    5796                 :             : 
    5797                 :             : bool
    5798                 :           2 : gimple_simplify_474 (gimple_match_op *res_op, gimple_seq *seq,
    5799                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    5800                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    5801                 :             :  const enum tree_code ARG_UNUSED (eqne))
    5802                 :             : {
    5803                 :           2 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    5804                 :           2 :   if (eqne == EQ_EXPR
    5805                 :             : )
    5806                 :             :     {
    5807                 :           0 :       gimple_seq *lseq = seq;
    5808                 :           0 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1450;
    5809                 :           0 :       {
    5810                 :           0 :         tree tem;
    5811                 :           0 :         tem =  constant_boolean_node (false, type);
    5812                 :           0 :         res_op->set_value (tem);
    5813                 :           0 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 706, __FILE__, __LINE__, true);
    5814                 :           0 :         return true;
    5815                 :             :       }
    5816                 :           0 : next_after_fail1450:;
    5817                 :             :     }
    5818                 :             :   else
    5819                 :             :     {
    5820                 :           2 :       if (eqne == NE_EXPR
    5821                 :             : )
    5822                 :             :         {
    5823                 :           2 :           gimple_seq *lseq = seq;
    5824                 :           2 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1451;
    5825                 :           2 :           {
    5826                 :           2 :             tree tem;
    5827                 :           2 :             tem = captures[0];
    5828                 :           2 :             res_op->set_value (tem);
    5829                 :           2 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 707, __FILE__, __LINE__, true);
    5830                 :           2 :             return true;
    5831                 :             :           }
    5832                 :           0 : next_after_fail1451:;
    5833                 :             :         }
    5834                 :             :     }
    5835                 :             :   return false;
    5836                 :             : }
    5837                 :             : 
    5838                 :             : bool
    5839                 :      221814 : gimple_simplify_477 (gimple_match_op *res_op, gimple_seq *seq,
    5840                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    5841                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    5842                 :             :  const enum tree_code ARG_UNUSED (code2),
    5843                 :             :  const enum tree_code ARG_UNUSED (code1))
    5844                 :             : {
    5845                 :      221814 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    5846                 :      221814 :   if ((TREE_CODE (captures[2]) == INTEGER_CST
    5847                 :       63416 :  && TREE_CODE (captures[5]) == INTEGER_CST)
    5848                 :      237628 :  || ((INTEGRAL_TYPE_P (TREE_TYPE (captures[2]))
    5849                 :       31343 :  || POINTER_TYPE_P (TREE_TYPE (captures[2])))
    5850                 :      167651 :  && bitwise_equal_p (captures[2], captures[5]))
    5851                 :             : )
    5852                 :             :     {
    5853                 :       47612 :       {
    5854                 :       47612 :  bool one_before = false;
    5855                 :       47612 :  bool one_after = false;
    5856                 :       47612 :  int cmp = 0;
    5857                 :       47612 :  bool allbits = true;
    5858                 :       47612 :  if (TREE_CODE (captures[2]) == INTEGER_CST
    5859                 :       47602 :  && TREE_CODE (captures[5]) == INTEGER_CST)
    5860                 :             :  {
    5861                 :       47602 :  allbits = TYPE_PRECISION (TREE_TYPE (captures[2])) <= TYPE_PRECISION (TREE_TYPE (captures[5]));
    5862                 :       47602 :  auto t1 = wi::to_wide (fold_convert (TREE_TYPE (captures[5]), captures[2]));
    5863                 :       47602 :  auto t2 = wi::to_wide (captures[5]);
    5864                 :       47602 :  cmp = wi::cmp (t1, t2, TYPE_SIGN (TREE_TYPE (captures[5])));
    5865                 :       47602 :  if (cmp < 0
    5866                 :       47602 :  && t1 == t2 - 1)
    5867                 :             :  one_before = true;
    5868                 :       47602 :  if (cmp > 0
    5869                 :       47602 :  && t1 == t2 + 1)
    5870                 :             :  one_after = true;
    5871                 :             :  }
    5872                 :       47612 :  bool val;
    5873                 :       47612 :  switch (code2)
    5874                 :             :  {
    5875                 :         209 :  case EQ_EXPR: val = (cmp == 0); break;
    5876                 :       44997 :  case NE_EXPR: val = (cmp != 0); break;
    5877                 :          28 :  case LT_EXPR: val = (cmp < 0); break;
    5878                 :        1636 :  case GT_EXPR: val = (cmp > 0); break;
    5879                 :         660 :  case LE_EXPR: val = (cmp <= 0); break;
    5880                 :          82 :  case GE_EXPR: val = (cmp >= 0); break;
    5881                 :           0 :  default: gcc_unreachable ();
    5882                 :             :  }
    5883                 :       47612 :           if (code1 == EQ_EXPR && val
    5884                 :             : )
    5885                 :             :             {
    5886                 :         287 :               gimple_seq *lseq = seq;
    5887                 :         287 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1460;
    5888                 :         287 :               {
    5889                 :         287 :                 tree tem;
    5890                 :         287 :                 tem = captures[0];
    5891                 :         287 :                 res_op->set_value (tem);
    5892                 :         287 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 708, __FILE__, __LINE__, true);
    5893                 :         287 :                 return true;
    5894                 :             :               }
    5895                 :           0 : next_after_fail1460:;
    5896                 :             :             }
    5897                 :             :           else
    5898                 :             :             {
    5899                 :       47325 :               if (code1 == EQ_EXPR && !val
    5900                 :             : )
    5901                 :             :                 {
    5902                 :          11 :                   gimple_seq *lseq = seq;
    5903                 :          11 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1461;
    5904                 :          11 :                   {
    5905                 :          11 :                     tree tem;
    5906                 :          11 :                     tem =  constant_boolean_node (false, type);
    5907                 :          11 :                     res_op->set_value (tem);
    5908                 :          11 :                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 709, __FILE__, __LINE__, true);
    5909                 :          11 :                     return true;
    5910                 :             :                   }
    5911                 :           0 : next_after_fail1461:;
    5912                 :             :                 }
    5913                 :             :               else
    5914                 :             :                 {
    5915                 :       47314 :                   if (code1 == NE_EXPR && !val && allbits
    5916                 :             : )
    5917                 :             :                     {
    5918                 :         215 :                       gimple_seq *lseq = seq;
    5919                 :         215 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1462;
    5920                 :         215 :                       {
    5921                 :         215 :                         tree tem;
    5922                 :         215 :                         tem = captures[3];
    5923                 :         215 :                         res_op->set_value (tem);
    5924                 :         215 :                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 710, __FILE__, __LINE__, true);
    5925                 :         215 :                         return true;
    5926                 :             :                       }
    5927                 :           0 : next_after_fail1462:;
    5928                 :           0 :                     }
    5929                 :             :                   else
    5930                 :             :                     {
    5931                 :       47099 :                       if (code1 == NE_EXPR
    5932                 :       47099 :  && code2 == GE_EXPR
    5933                 :          73 :  && cmp == 0
    5934                 :          73 :  && allbits
    5935                 :             : )
    5936                 :             :                         {
    5937                 :           4 :                           gimple_seq *lseq = seq;
    5938                 :           4 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1463;
    5939                 :           4 :                           {
    5940                 :           4 :                             res_op->set_op (GT_EXPR, type, 2);
    5941                 :           4 :                             res_op->ops[0] = captures[4];
    5942                 :           4 :                             {
    5943                 :           4 :                               tree _o1[1], _r1;
    5944                 :           4 :                               _o1[0] = captures[2];
    5945                 :           4 :                               if (TREE_TYPE (res_op->ops[0]) != TREE_TYPE (_o1[0])
    5946                 :           4 :                                   && !useless_type_conversion_p (TREE_TYPE (res_op->ops[0]), TREE_TYPE (_o1[0])))
    5947                 :             :                                 {
    5948                 :           0 :                                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, TREE_TYPE (res_op->ops[0]), _o1[0]);
    5949                 :           0 :                                   tem_op.resimplify (lseq, valueize);
    5950                 :           0 :                                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    5951                 :           0 :                                   if (!_r1) goto next_after_fail1463;
    5952                 :             :                                 }
    5953                 :             :                               else
    5954                 :             :                                 _r1 = _o1[0];
    5955                 :           4 :                               res_op->ops[1] = _r1;
    5956                 :             :                             }
    5957                 :           4 :                             res_op->resimplify (lseq, valueize);
    5958                 :           4 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 711, __FILE__, __LINE__, true);
    5959                 :           4 :                             return true;
    5960                 :             :                           }
    5961                 :             : next_after_fail1463:;
    5962                 :             :                         }
    5963                 :             :                       else
    5964                 :             :                         {
    5965                 :       47095 :                           if (code1 == NE_EXPR
    5966                 :       47095 :  && code2 == LE_EXPR
    5967                 :         636 :  && cmp == 0
    5968                 :         636 :  && allbits
    5969                 :             : )
    5970                 :             :                             {
    5971                 :          12 :                               gimple_seq *lseq = seq;
    5972                 :          12 :                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1464;
    5973                 :          12 :                               {
    5974                 :          12 :                                 res_op->set_op (LT_EXPR, type, 2);
    5975                 :          12 :                                 res_op->ops[0] = captures[4];
    5976                 :          12 :                                 {
    5977                 :          12 :                                   tree _o1[1], _r1;
    5978                 :          12 :                                   _o1[0] = captures[2];
    5979                 :          12 :                                   if (TREE_TYPE (res_op->ops[0]) != TREE_TYPE (_o1[0])
    5980                 :          12 :                                       && !useless_type_conversion_p (TREE_TYPE (res_op->ops[0]), TREE_TYPE (_o1[0])))
    5981                 :             :                                     {
    5982                 :           0 :                                       gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, TREE_TYPE (res_op->ops[0]), _o1[0]);
    5983                 :           0 :                                       tem_op.resimplify (lseq, valueize);
    5984                 :           0 :                                       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    5985                 :           0 :                                       if (!_r1) goto next_after_fail1464;
    5986                 :             :                                     }
    5987                 :             :                                   else
    5988                 :             :                                     _r1 = _o1[0];
    5989                 :          12 :                                   res_op->ops[1] = _r1;
    5990                 :             :                                 }
    5991                 :          12 :                                 res_op->resimplify (lseq, valueize);
    5992                 :          12 :                                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 712, __FILE__, __LINE__, true);
    5993                 :          12 :                                 return true;
    5994                 :             :                               }
    5995                 :             : next_after_fail1464:;
    5996                 :             :                             }
    5997                 :             :                           else
    5998                 :             :                             {
    5999                 :       47083 :                               if (code1 == NE_EXPR
    6000                 :       47083 :  && code2 == GT_EXPR
    6001                 :             :  && one_after
    6002                 :        1578 :  && allbits
    6003                 :             : )
    6004                 :             :                                 {
    6005                 :          75 :                                   gimple_seq *lseq = seq;
    6006                 :          75 :                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1465;
    6007                 :          75 :                                   {
    6008                 :          75 :                                     res_op->set_op (GT_EXPR, type, 2);
    6009                 :          75 :                                     res_op->ops[0] = captures[4];
    6010                 :          75 :                                     {
    6011                 :          75 :                                       tree _o1[1], _r1;
    6012                 :          75 :                                       _o1[0] = captures[2];
    6013                 :          75 :                                       if (TREE_TYPE (res_op->ops[0]) != TREE_TYPE (_o1[0])
    6014                 :          75 :                                           && !useless_type_conversion_p (TREE_TYPE (res_op->ops[0]), TREE_TYPE (_o1[0])))
    6015                 :             :                                         {
    6016                 :           0 :                                           gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, TREE_TYPE (res_op->ops[0]), _o1[0]);
    6017                 :           0 :                                           tem_op.resimplify (lseq, valueize);
    6018                 :           0 :                                           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    6019                 :           0 :                                           if (!_r1) goto next_after_fail1465;
    6020                 :             :                                         }
    6021                 :             :                                       else
    6022                 :             :                                         _r1 = _o1[0];
    6023                 :          75 :                                       res_op->ops[1] = _r1;
    6024                 :             :                                     }
    6025                 :          75 :                                     res_op->resimplify (lseq, valueize);
    6026                 :          75 :                                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 713, __FILE__, __LINE__, true);
    6027                 :          75 :                                     return true;
    6028                 :             :                                   }
    6029                 :             : next_after_fail1465:;
    6030                 :             :                                 }
    6031                 :             :                               else
    6032                 :             :                                 {
    6033                 :       47008 :                                   if (code1 == NE_EXPR
    6034                 :       47008 :  && code2 == LT_EXPR
    6035                 :             :  && one_before
    6036                 :          20 :  && allbits
    6037                 :             : )
    6038                 :             :                                     {
    6039                 :           4 :                                       gimple_seq *lseq = seq;
    6040                 :           4 :                                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1466;
    6041                 :           4 :                                       {
    6042                 :           4 :                                         res_op->set_op (LT_EXPR, type, 2);
    6043                 :           4 :                                         res_op->ops[0] = captures[4];
    6044                 :           4 :                                         {
    6045                 :           4 :                                           tree _o1[1], _r1;
    6046                 :           4 :                                           _o1[0] = captures[2];
    6047                 :           4 :                                           if (TREE_TYPE (res_op->ops[0]) != TREE_TYPE (_o1[0])
    6048                 :           4 :                                               && !useless_type_conversion_p (TREE_TYPE (res_op->ops[0]), TREE_TYPE (_o1[0])))
    6049                 :             :                                             {
    6050                 :           0 :                                               gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, TREE_TYPE (res_op->ops[0]), _o1[0]);
    6051                 :           0 :                                               tem_op.resimplify (lseq, valueize);
    6052                 :           0 :                                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    6053                 :           0 :                                               if (!_r1) goto next_after_fail1466;
    6054                 :             :                                             }
    6055                 :             :                                           else
    6056                 :             :                                             _r1 = _o1[0];
    6057                 :           4 :                                           res_op->ops[1] = _r1;
    6058                 :             :                                         }
    6059                 :           4 :                                         res_op->resimplify (lseq, valueize);
    6060                 :           4 :                                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 714, __FILE__, __LINE__, true);
    6061                 :           4 :                                         return true;
    6062                 :             :                                       }
    6063                 :             : next_after_fail1466:;
    6064                 :             :                                     }
    6065                 :             :                                 }
    6066                 :             :                             }
    6067                 :             :                         }
    6068                 :             :                     }
    6069                 :             :                 }
    6070                 :             :             }
    6071                 :             :       }
    6072                 :             :     }
    6073                 :             :   return false;
    6074                 :             : }
    6075                 :             : 
    6076                 :             : bool
    6077                 :        1381 : gimple_simplify_498 (gimple_match_op *res_op, gimple_seq *seq,
    6078                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    6079                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    6080                 :             : {
    6081                 :        1381 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    6082                 :        1381 :   if (element_precision (type) <= element_precision (TREE_TYPE (captures[0]))
    6083                 :        1381 :  || !TYPE_UNSIGNED (TREE_TYPE (captures[0]))
    6084                 :             : )
    6085                 :             :     {
    6086                 :        1220 :       gimple_seq *lseq = seq;
    6087                 :        1220 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1494;
    6088                 :        1220 :       {
    6089                 :        1220 :         res_op->set_op (NOP_EXPR, type, 1);
    6090                 :        1220 :         {
    6091                 :        1220 :           tree _o1[2], _r1;
    6092                 :        1220 :           _o1[0] = captures[0];
    6093                 :        1220 :           _o1[1] =  build_each_one_cst (TREE_TYPE (captures[0]));
    6094                 :        1220 :           gimple_match_op tem_op (res_op->cond.any_else (), MINUS_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    6095                 :        1220 :           tem_op.resimplify (lseq, valueize);
    6096                 :        1220 :           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    6097                 :        1220 :           if (!_r1) goto next_after_fail1494;
    6098                 :         216 :           res_op->ops[0] = _r1;
    6099                 :             :         }
    6100                 :         216 :         res_op->resimplify (lseq, valueize);
    6101                 :         216 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 739, __FILE__, __LINE__, true);
    6102                 :         216 :         return true;
    6103                 :             :       }
    6104                 :             : next_after_fail1494:;
    6105                 :             :     }
    6106                 :             :   return false;
    6107                 :             : }
    6108                 :             : 
    6109                 :             : bool
    6110                 :           4 : gimple_simplify_503 (gimple_match_op *res_op, gimple_seq *seq,
    6111                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    6112                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    6113                 :             :  const enum tree_code ARG_UNUSED (minmax),
    6114                 :             :  const enum tree_code ARG_UNUSED (maxmin))
    6115                 :             : {
    6116                 :           4 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    6117                 :           4 :   gimple_seq *lseq = seq;
    6118                 :           4 :   if (lseq
    6119                 :           2 :       && (!single_use (captures[0])))
    6120                 :           2 :     lseq = NULL;
    6121                 :           4 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1499;
    6122                 :           4 :   {
    6123                 :           4 :     res_op->set_op (maxmin, type, 2);
    6124                 :           4 :     res_op->ops[0] = captures[1];
    6125                 :           4 :     {
    6126                 :           4 :       tree _o1[1], _r1;
    6127                 :           4 :       _o1[0] = captures[2];
    6128                 :           4 :       gimple_match_op tem_op (res_op->cond.any_else (), BIT_NOT_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
    6129                 :           4 :       tem_op.resimplify (lseq, valueize);
    6130                 :           4 :       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    6131                 :           4 :       if (!_r1) goto next_after_fail1499;
    6132                 :           2 :       res_op->ops[1] = _r1;
    6133                 :             :     }
    6134                 :           2 :     res_op->resimplify (lseq, valueize);
    6135                 :           2 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 743, __FILE__, __LINE__, true);
    6136                 :             :     return true;
    6137                 :             :   }
    6138                 :             : next_after_fail1499:;
    6139                 :             :   return false;
    6140                 :             : }
    6141                 :             : 
    6142                 :             : bool
    6143                 :          51 : gimple_simplify_507 (gimple_match_op *res_op, gimple_seq *seq,
    6144                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    6145                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    6146                 :             : {
    6147                 :          51 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    6148                 :          51 :   if (INTEGRAL_TYPE_P (type)
    6149                 :             : )
    6150                 :             :     {
    6151                 :          51 :       {
    6152                 :          51 :  tree itype = TREE_TYPE (captures[2]);
    6153                 :          51 :           gimple_seq *lseq = seq;
    6154                 :          51 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1504;
    6155                 :          51 :           {
    6156                 :          51 :             res_op->set_op (NOP_EXPR, type, 1);
    6157                 :          51 :             {
    6158                 :          51 :               tree _o1[2], _r1;
    6159                 :          51 :               _o1[0] = captures[2];
    6160                 :          51 :               {
    6161                 :          51 :                 tree _o2[1], _r2;
    6162                 :          51 :                 _o2[0] = captures[0];
    6163                 :          51 :                 if (COMPARISON_CLASS_P (_o2[0]))
    6164                 :             :                   {
    6165                 :          51 :                     if (!seq) return false;
    6166                 :          51 :                     _o2[0] = gimple_build (seq, TREE_CODE (_o2[0]), TREE_TYPE (_o2[0]), TREE_OPERAND (_o2[0], 0), TREE_OPERAND (_o2[0], 1));
    6167                 :             :                   }
    6168                 :          51 :                 if (itype != TREE_TYPE (_o2[0])
    6169                 :          51 :                     && !useless_type_conversion_p (itype, TREE_TYPE (_o2[0])))
    6170                 :             :                   {
    6171                 :          51 :                     gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, itype, _o2[0]);
    6172                 :          51 :                     tem_op.resimplify (lseq, valueize);
    6173                 :          51 :                     _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    6174                 :          51 :                     if (!_r2) goto next_after_fail1504;
    6175                 :             :                   }
    6176                 :             :                 else
    6177                 :             :                   _r2 = _o2[0];
    6178                 :          51 :                 _o1[1] = _r2;
    6179                 :             :               }
    6180                 :          51 :               gimple_match_op tem_op (res_op->cond.any_else (), MINUS_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    6181                 :          51 :               tem_op.resimplify (lseq, valueize);
    6182                 :          51 :               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    6183                 :          51 :               if (!_r1) goto next_after_fail1504;
    6184                 :          51 :               res_op->ops[0] = _r1;
    6185                 :             :             }
    6186                 :          51 :             res_op->resimplify (lseq, valueize);
    6187                 :          51 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 746, __FILE__, __LINE__, true);
    6188                 :          51 :             return true;
    6189                 :             :           }
    6190                 :             : next_after_fail1504:;
    6191                 :             :       }
    6192                 :             :     }
    6193                 :             :   return false;
    6194                 :             : }
    6195                 :             : 
    6196                 :             : bool
    6197                 :           1 : gimple_simplify_517 (gimple_match_op *res_op, gimple_seq *seq,
    6198                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    6199                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    6200                 :             :  const enum tree_code ARG_UNUSED (op))
    6201                 :             : {
    6202                 :           1 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    6203                 :           1 :   gimple_seq *lseq = seq;
    6204                 :           1 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1514;
    6205                 :           1 :   {
    6206                 :           1 :     tree tem;
    6207                 :           1 :     tem = captures[2];
    6208                 :           1 :     res_op->set_value (tem);
    6209                 :           1 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 756, __FILE__, __LINE__, true);
    6210                 :             :     return true;
    6211                 :             :   }
    6212                 :           0 : next_after_fail1514:;
    6213                 :           0 :   return false;
    6214                 :             : }
    6215                 :             : 
    6216                 :             : bool
    6217                 :        2089 : gimple_simplify_523 (gimple_match_op *res_op, gimple_seq *seq,
    6218                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    6219                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    6220                 :             :  const enum tree_code ARG_UNUSED (cmp))
    6221                 :             : {
    6222                 :        2089 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    6223                 :        2089 :   if (!HONOR_SIGNED_ZEROS (type)
    6224                 :        2089 :  && (
    6225                 :        2089 :  (INTEGRAL_TYPE_P (type)
    6226                 :        2083 :  && types_match (TREE_TYPE (captures[0]), TREE_TYPE (captures[1]))
    6227                 :        2083 :  && types_match (TREE_TYPE (captures[2]), TREE_TYPE (captures[3]))
    6228                 :           0 :  && TYPE_PRECISION (TREE_TYPE (captures[1])) <= TYPE_PRECISION (type)
    6229                 :           0 :  && TYPE_PRECISION (TREE_TYPE (captures[3])) <= TYPE_PRECISION (type))
    6230                 :        2089 :  || (types_match (type, TREE_TYPE (captures[1]))
    6231                 :        2039 :  && types_match (type, TREE_TYPE (captures[3]))))
    6232                 :             : )
    6233                 :             :     {
    6234                 :           0 :       if (cmp == EQ_EXPR
    6235                 :             : )
    6236                 :             :         {
    6237                 :           0 :           if (VECTOR_TYPE_P (type)
    6238                 :             : )
    6239                 :             :             {
    6240                 :           0 :               gimple_seq *lseq = seq;
    6241                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1545;
    6242                 :           0 :               {
    6243                 :           0 :                 res_op->set_op (VIEW_CONVERT_EXPR, type, 1);
    6244                 :           0 :                 res_op->ops[0] = captures[2];
    6245                 :           0 :                 res_op->resimplify (lseq, valueize);
    6246                 :           0 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 763, __FILE__, __LINE__, true);
    6247                 :           0 :                 return true;
    6248                 :             :               }
    6249                 :           0 : next_after_fail1545:;
    6250                 :             :             }
    6251                 :             :           else
    6252                 :             :             {
    6253                 :           0 :               gimple_seq *lseq = seq;
    6254                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1546;
    6255                 :           0 :               {
    6256                 :           0 :                 res_op->set_op (NOP_EXPR, type, 1);
    6257                 :           0 :                 res_op->ops[0] = captures[2];
    6258                 :           0 :                 res_op->resimplify (lseq, valueize);
    6259                 :           0 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 764, __FILE__, __LINE__, true);
    6260                 :           0 :                 return true;
    6261                 :             :               }
    6262                 :           0 : next_after_fail1546:;
    6263                 :             :             }
    6264                 :             :         }
    6265                 :             :       else
    6266                 :             :         {
    6267                 :             :           if (cmp == NE_EXPR
    6268                 :             : )
    6269                 :             :             {
    6270                 :           0 :               if (VECTOR_TYPE_P (type)
    6271                 :             : )
    6272                 :             :                 {
    6273                 :           0 :                   gimple_seq *lseq = seq;
    6274                 :           0 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1547;
    6275                 :           0 :                   {
    6276                 :           0 :                     res_op->set_op (VIEW_CONVERT_EXPR, type, 1);
    6277                 :           0 :                     res_op->ops[0] = captures[0];
    6278                 :           0 :                     res_op->resimplify (lseq, valueize);
    6279                 :           0 :                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 765, __FILE__, __LINE__, true);
    6280                 :           0 :                     return true;
    6281                 :             :                   }
    6282                 :           0 : next_after_fail1547:;
    6283                 :             :                 }
    6284                 :             :               else
    6285                 :             :                 {
    6286                 :           0 :                   gimple_seq *lseq = seq;
    6287                 :           0 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1548;
    6288                 :           0 :                   {
    6289                 :           0 :                     res_op->set_op (NOP_EXPR, type, 1);
    6290                 :           0 :                     res_op->ops[0] = captures[0];
    6291                 :           0 :                     res_op->resimplify (lseq, valueize);
    6292                 :           0 :                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 766, __FILE__, __LINE__, true);
    6293                 :           0 :                     return true;
    6294                 :             :                   }
    6295                 :           0 : next_after_fail1548:;
    6296                 :             :                 }
    6297                 :             :             }
    6298                 :             :           else
    6299                 :             :             {
    6300                 :             :               if (cmp == LE_EXPR || cmp == UNLE_EXPR || cmp == LT_EXPR || cmp == UNLT_EXPR
    6301                 :             : )
    6302                 :             :                 {
    6303                 :           0 :                   if (!HONOR_NANS (type)
    6304                 :             : )
    6305                 :             :                     {
    6306                 :           0 :                       if (VECTOR_TYPE_P (type)
    6307                 :             : )
    6308                 :             :                         {
    6309                 :           0 :                           gimple_seq *lseq = seq;
    6310                 :           0 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1549;
    6311                 :           0 :                           {
    6312                 :           0 :                             res_op->set_op (VIEW_CONVERT_EXPR, type, 1);
    6313                 :           0 :                             {
    6314                 :           0 :                               tree _o1[2], _r1;
    6315                 :           0 :                               _o1[0] = captures[0];
    6316                 :           0 :                               _o1[1] = captures[2];
    6317                 :           0 :                               gimple_match_op tem_op (res_op->cond.any_else (), MIN_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    6318                 :           0 :                               tem_op.resimplify (lseq, valueize);
    6319                 :           0 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    6320                 :           0 :                               if (!_r1) goto next_after_fail1549;
    6321                 :           0 :                               res_op->ops[0] = _r1;
    6322                 :             :                             }
    6323                 :           0 :                             res_op->resimplify (lseq, valueize);
    6324                 :           0 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 767, __FILE__, __LINE__, true);
    6325                 :           0 :                             return true;
    6326                 :             :                           }
    6327                 :             : next_after_fail1549:;
    6328                 :             :                         }
    6329                 :             :                       else
    6330                 :             :                         {
    6331                 :           0 :                           gimple_seq *lseq = seq;
    6332                 :           0 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1550;
    6333                 :           0 :                           {
    6334                 :           0 :                             res_op->set_op (NOP_EXPR, type, 1);
    6335                 :           0 :                             {
    6336                 :           0 :                               tree _o1[2], _r1;
    6337                 :           0 :                               _o1[0] = captures[0];
    6338                 :           0 :                               _o1[1] = captures[2];
    6339                 :           0 :                               gimple_match_op tem_op (res_op->cond.any_else (), MIN_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    6340                 :           0 :                               tem_op.resimplify (lseq, valueize);
    6341                 :           0 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    6342                 :           0 :                               if (!_r1) goto next_after_fail1550;
    6343                 :           0 :                               res_op->ops[0] = _r1;
    6344                 :             :                             }
    6345                 :           0 :                             res_op->resimplify (lseq, valueize);
    6346                 :           0 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 768, __FILE__, __LINE__, true);
    6347                 :           0 :                             return true;
    6348                 :             :                           }
    6349                 :             : next_after_fail1550:;
    6350                 :             :                         }
    6351                 :             :                     }
    6352                 :             :                 }
    6353                 :             :               else
    6354                 :             :                 {
    6355                 :             :                   if (cmp == GE_EXPR || cmp == UNGE_EXPR || cmp == GT_EXPR || cmp == UNGT_EXPR
    6356                 :             : )
    6357                 :             :                     {
    6358                 :           0 :                       if (!HONOR_NANS (type)
    6359                 :             : )
    6360                 :             :                         {
    6361                 :           0 :                           if (VECTOR_TYPE_P (type)
    6362                 :             : )
    6363                 :             :                             {
    6364                 :           0 :                               gimple_seq *lseq = seq;
    6365                 :           0 :                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1551;
    6366                 :           0 :                               {
    6367                 :           0 :                                 res_op->set_op (VIEW_CONVERT_EXPR, type, 1);
    6368                 :           0 :                                 {
    6369                 :           0 :                                   tree _o1[2], _r1;
    6370                 :           0 :                                   _o1[0] = captures[0];
    6371                 :           0 :                                   _o1[1] = captures[2];
    6372                 :           0 :                                   gimple_match_op tem_op (res_op->cond.any_else (), MAX_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    6373                 :           0 :                                   tem_op.resimplify (lseq, valueize);
    6374                 :           0 :                                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    6375                 :           0 :                                   if (!_r1) goto next_after_fail1551;
    6376                 :           0 :                                   res_op->ops[0] = _r1;
    6377                 :             :                                 }
    6378                 :           0 :                                 res_op->resimplify (lseq, valueize);
    6379                 :           0 :                                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 769, __FILE__, __LINE__, true);
    6380                 :           0 :                                 return true;
    6381                 :             :                               }
    6382                 :             : next_after_fail1551:;
    6383                 :             :                             }
    6384                 :             :                           else
    6385                 :             :                             {
    6386                 :           0 :                               gimple_seq *lseq = seq;
    6387                 :           0 :                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1552;
    6388                 :           0 :                               {
    6389                 :           0 :                                 res_op->set_op (NOP_EXPR, type, 1);
    6390                 :           0 :                                 {
    6391                 :           0 :                                   tree _o1[2], _r1;
    6392                 :           0 :                                   _o1[0] = captures[0];
    6393                 :           0 :                                   _o1[1] = captures[2];
    6394                 :           0 :                                   gimple_match_op tem_op (res_op->cond.any_else (), MAX_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    6395                 :           0 :                                   tem_op.resimplify (lseq, valueize);
    6396                 :           0 :                                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    6397                 :           0 :                                   if (!_r1) goto next_after_fail1552;
    6398                 :           0 :                                   res_op->ops[0] = _r1;
    6399                 :             :                                 }
    6400                 :           0 :                                 res_op->resimplify (lseq, valueize);
    6401                 :           0 :                                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 770, __FILE__, __LINE__, true);
    6402                 :           0 :                                 return true;
    6403                 :             :                               }
    6404                 :             : next_after_fail1552:;
    6405                 :             :                             }
    6406                 :             :                         }
    6407                 :             :                     }
    6408                 :             :                   else
    6409                 :             :                     {
    6410                 :             :                       if (cmp == UNEQ_EXPR
    6411                 :             : )
    6412                 :             :                         {
    6413                 :           0 :                           if (!HONOR_NANS (type)
    6414                 :             : )
    6415                 :             :                             {
    6416                 :           0 :                               if (VECTOR_TYPE_P (type)
    6417                 :             : )
    6418                 :             :                                 {
    6419                 :           0 :                                   gimple_seq *lseq = seq;
    6420                 :           0 :                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1553;
    6421                 :           0 :                                   {
    6422                 :           0 :                                     res_op->set_op (VIEW_CONVERT_EXPR, type, 1);
    6423                 :           0 :                                     res_op->ops[0] = captures[2];
    6424                 :           0 :                                     res_op->resimplify (lseq, valueize);
    6425                 :           0 :                                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 771, __FILE__, __LINE__, true);
    6426                 :           0 :                                     return true;
    6427                 :             :                                   }
    6428                 :           0 : next_after_fail1553:;
    6429                 :             :                                 }
    6430                 :             :                               else
    6431                 :             :                                 {
    6432                 :           0 :                                   gimple_seq *lseq = seq;
    6433                 :           0 :                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1554;
    6434                 :           0 :                                   {
    6435                 :           0 :                                     res_op->set_op (NOP_EXPR, type, 1);
    6436                 :           0 :                                     res_op->ops[0] = captures[2];
    6437                 :           0 :                                     res_op->resimplify (lseq, valueize);
    6438                 :           0 :                                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 772, __FILE__, __LINE__, true);
    6439                 :           0 :                                     return true;
    6440                 :             :                                   }
    6441                 :           0 : next_after_fail1554:;
    6442                 :             :                                 }
    6443                 :             :                             }
    6444                 :             :                         }
    6445                 :             :                       else
    6446                 :             :                         {
    6447                 :             :                           if (cmp == LTGT_EXPR
    6448                 :             : )
    6449                 :             :                             {
    6450                 :           0 :                               if (!HONOR_NANS (type)
    6451                 :             : )
    6452                 :             :                                 {
    6453                 :           0 :                                   if (VECTOR_TYPE_P (type)
    6454                 :             : )
    6455                 :             :                                     {
    6456                 :           0 :                                       gimple_seq *lseq = seq;
    6457                 :           0 :                                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1555;
    6458                 :           0 :                                       {
    6459                 :           0 :                                         res_op->set_op (VIEW_CONVERT_EXPR, type, 1);
    6460                 :           0 :                                         res_op->ops[0] = captures[0];
    6461                 :           0 :                                         res_op->resimplify (lseq, valueize);
    6462                 :           0 :                                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 773, __FILE__, __LINE__, true);
    6463                 :           0 :                                         return true;
    6464                 :             :                                       }
    6465                 :           0 : next_after_fail1555:;
    6466                 :             :                                     }
    6467                 :             :                                   else
    6468                 :             :                                     {
    6469                 :           0 :                                       gimple_seq *lseq = seq;
    6470                 :           0 :                                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1556;
    6471                 :           0 :                                       {
    6472                 :           0 :                                         res_op->set_op (NOP_EXPR, type, 1);
    6473                 :           0 :                                         res_op->ops[0] = captures[0];
    6474                 :           0 :                                         res_op->resimplify (lseq, valueize);
    6475                 :           0 :                                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 774, __FILE__, __LINE__, true);
    6476                 :           0 :                                         return true;
    6477                 :             :                                       }
    6478                 :           0 : next_after_fail1556:;
    6479                 :             :                                     }
    6480                 :             :                                 }
    6481                 :             :                             }
    6482                 :             :                         }
    6483                 :             :                     }
    6484                 :             :                 }
    6485                 :             :             }
    6486                 :             :         }
    6487                 :             :     }
    6488                 :             :   return false;
    6489                 :             : }
    6490                 :             : 
    6491                 :             : bool
    6492                 :           3 : gimple_simplify_541 (gimple_match_op *res_op, gimple_seq *seq,
    6493                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    6494                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    6495                 :             : {
    6496                 :           3 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    6497                 :           3 :   if (wi::abs (wi::to_wide (captures[1])) == wi::to_wide (captures[3])
    6498                 :             : )
    6499                 :             :     {
    6500                 :           3 :       if (ABS_EXPR != ABSU_EXPR && wi::only_sign_bit_p (wi::to_wide (captures[1]))
    6501                 :             : )
    6502                 :             :         {
    6503                 :           2 :           {
    6504                 :           2 :  tree utype = unsigned_type_for (TREE_TYPE (captures[0]));
    6505                 :           2 :               gimple_seq *lseq = seq;
    6506                 :           2 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1588;
    6507                 :           2 :               {
    6508                 :           2 :                 res_op->set_op (NOP_EXPR, type, 1);
    6509                 :           2 :                 {
    6510                 :           2 :                   tree _o1[1], _r1;
    6511                 :           2 :                   _o1[0] = captures[0];
    6512                 :           2 :                   gimple_match_op tem_op (res_op->cond.any_else (), ABSU_EXPR, utype, _o1[0]);
    6513                 :           2 :                   tem_op.resimplify (lseq, valueize);
    6514                 :           2 :                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    6515                 :           2 :                   if (!_r1) goto next_after_fail1588;
    6516                 :           2 :                   res_op->ops[0] = _r1;
    6517                 :             :                 }
    6518                 :           2 :                 res_op->resimplify (lseq, valueize);
    6519                 :           2 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 788, __FILE__, __LINE__, true);
    6520                 :           2 :                 return true;
    6521                 :             :               }
    6522                 :             : next_after_fail1588:;
    6523                 :             :           }
    6524                 :             :         }
    6525                 :             :       else
    6526                 :             :         {
    6527                 :           1 :           gimple_seq *lseq = seq;
    6528                 :           1 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1589;
    6529                 :           1 :           {
    6530                 :           1 :             tree tem;
    6531                 :           1 :             tem = captures[2];
    6532                 :           1 :             res_op->set_value (tem);
    6533                 :           1 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 789, __FILE__, __LINE__, true);
    6534                 :           1 :             return true;
    6535                 :             :           }
    6536                 :           0 : next_after_fail1589:;
    6537                 :             :         }
    6538                 :             :     }
    6539                 :             :   return false;
    6540                 :             : }
    6541                 :             : 
    6542                 :             : bool
    6543                 :           0 : gimple_simplify_552 (gimple_match_op *res_op, gimple_seq *seq,
    6544                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    6545                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    6546                 :             :  const enum tree_code ARG_UNUSED (cmp))
    6547                 :             : {
    6548                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    6549                 :           0 :   if (!HONOR_SIGNED_ZEROS (type)
    6550                 :             : )
    6551                 :             :     {
    6552                 :           0 :       gimple_seq *lseq = seq;
    6553                 :           0 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1601;
    6554                 :           0 :       {
    6555                 :           0 :         tree tem;
    6556                 :           0 :         tem = captures[3];
    6557                 :           0 :         res_op->set_value (tem);
    6558                 :           0 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 795, __FILE__, __LINE__, true);
    6559                 :           0 :         return true;
    6560                 :             :       }
    6561                 :           0 : next_after_fail1601:;
    6562                 :             :     }
    6563                 :             :   return false;
    6564                 :             : }
    6565                 :             : 
    6566                 :             : bool
    6567                 :           0 : gimple_simplify_559 (gimple_match_op *res_op, gimple_seq *seq,
    6568                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    6569                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    6570                 :             :  const enum tree_code ARG_UNUSED (cmp))
    6571                 :             : {
    6572                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    6573                 :           0 :   if (!HONOR_SIGNED_ZEROS (type)
    6574                 :           0 :  && bitwise_equal_p (captures[0], captures[1])
    6575                 :             : )
    6576                 :             :     {
    6577                 :           0 :       gimple_seq *lseq = seq;
    6578                 :           0 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1609;
    6579                 :           0 :       {
    6580                 :           0 :         tree tem;
    6581                 :           0 :         tem = captures[1];
    6582                 :           0 :         res_op->set_value (tem);
    6583                 :           0 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 798, __FILE__, __LINE__, true);
    6584                 :           0 :         return true;
    6585                 :             :       }
    6586                 :           0 : next_after_fail1609:;
    6587                 :             :     }
    6588                 :             :   return false;
    6589                 :             : }
    6590                 :             : 
    6591                 :             : bool
    6592                 :          35 : gimple_simplify_565 (gimple_match_op *res_op, gimple_seq *seq,
    6593                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    6594                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    6595                 :             :  const enum tree_code ARG_UNUSED (cmp))
    6596                 :             : {
    6597                 :          35 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    6598                 :          35 :   if (INTEGRAL_TYPE_P (type)
    6599                 :          35 :  && INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
    6600                 :          35 :  && !TYPE_UNSIGNED (TREE_TYPE (captures[0]))
    6601                 :          70 :  && TYPE_PRECISION (TREE_TYPE (captures[0])) == TYPE_PRECISION (type)
    6602                 :             : )
    6603                 :             :     {
    6604                 :          35 :       {
    6605                 :          35 :  tree shifter = build_int_cst (integer_type_node, TYPE_PRECISION (type) - 1);
    6606                 :          35 :           if (cmp == GE_EXPR
    6607                 :             : )
    6608                 :             :             {
    6609                 :          34 :               gimple_seq *lseq = seq;
    6610                 :          34 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1620;
    6611                 :          34 :               {
    6612                 :          34 :                 res_op->set_op (BIT_XOR_EXPR, type, 2);
    6613                 :          34 :                 {
    6614                 :          34 :                   tree _o1[1], _r1;
    6615                 :          34 :                   {
    6616                 :          34 :                     tree _o2[2], _r2;
    6617                 :          34 :                     _o2[0] = captures[0];
    6618                 :          34 :                     _o2[1] = shifter;
    6619                 :          34 :                     gimple_match_op tem_op (res_op->cond.any_else (), RSHIFT_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
    6620                 :          34 :                     tem_op.resimplify (lseq, valueize);
    6621                 :          34 :                     _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    6622                 :          34 :                     if (!_r2) goto next_after_fail1620;
    6623                 :          34 :                     _o1[0] = _r2;
    6624                 :             :                   }
    6625                 :          34 :                   if (type != TREE_TYPE (_o1[0])
    6626                 :          34 :                       && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
    6627                 :             :                     {
    6628                 :          17 :                       gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
    6629                 :          17 :                       tem_op.resimplify (lseq, valueize);
    6630                 :          17 :                       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    6631                 :          17 :                       if (!_r1) goto next_after_fail1620;
    6632                 :             :                     }
    6633                 :             :                   else
    6634                 :             :                     _r1 = _o1[0];
    6635                 :          34 :                   res_op->ops[0] = _r1;
    6636                 :             :                 }
    6637                 :          34 :                 res_op->ops[1] = captures[1];
    6638                 :          34 :                 res_op->resimplify (lseq, valueize);
    6639                 :          34 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 809, __FILE__, __LINE__, true);
    6640                 :          34 :                 return true;
    6641                 :             :               }
    6642                 :             : next_after_fail1620:;
    6643                 :             :             }
    6644                 :             :           else
    6645                 :             :             {
    6646                 :           1 :               gimple_seq *lseq = seq;
    6647                 :           1 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1621;
    6648                 :           1 :               {
    6649                 :           1 :                 res_op->set_op (BIT_NOT_EXPR, type, 1);
    6650                 :           1 :                 {
    6651                 :           1 :                   tree _o1[2], _r1;
    6652                 :           1 :                   {
    6653                 :           1 :                     tree _o2[1], _r2;
    6654                 :           1 :                     {
    6655                 :           1 :                       tree _o3[2], _r3;
    6656                 :           1 :                       _o3[0] = captures[0];
    6657                 :           1 :                       _o3[1] = shifter;
    6658                 :           1 :                       gimple_match_op tem_op (res_op->cond.any_else (), RSHIFT_EXPR, TREE_TYPE (_o3[0]), _o3[0], _o3[1]);
    6659                 :           1 :                       tem_op.resimplify (lseq, valueize);
    6660                 :           1 :                       _r3 = maybe_push_res_to_seq (&tem_op, lseq);
    6661                 :           1 :                       if (!_r3) goto next_after_fail1621;
    6662                 :           1 :                       _o2[0] = _r3;
    6663                 :             :                     }
    6664                 :           1 :                     if (type != TREE_TYPE (_o2[0])
    6665                 :           1 :                         && !useless_type_conversion_p (type, TREE_TYPE (_o2[0])))
    6666                 :             :                       {
    6667                 :           1 :                         gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o2[0]);
    6668                 :           1 :                         tem_op.resimplify (lseq, valueize);
    6669                 :           1 :                         _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    6670                 :           1 :                         if (!_r2) goto next_after_fail1621;
    6671                 :             :                       }
    6672                 :             :                     else
    6673                 :             :                       _r2 = _o2[0];
    6674                 :           1 :                     _o1[0] = _r2;
    6675                 :             :                   }
    6676                 :           1 :                   _o1[1] = captures[1];
    6677                 :           1 :                   gimple_match_op tem_op (res_op->cond.any_else (), BIT_XOR_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    6678                 :           1 :                   tem_op.resimplify (lseq, valueize);
    6679                 :           1 :                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    6680                 :           1 :                   if (!_r1) goto next_after_fail1621;
    6681                 :           1 :                   res_op->ops[0] = _r1;
    6682                 :             :                 }
    6683                 :           1 :                 res_op->resimplify (lseq, valueize);
    6684                 :           1 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 810, __FILE__, __LINE__, true);
    6685                 :           1 :                 return true;
    6686                 :             :               }
    6687                 :             : next_after_fail1621:;
    6688                 :             :             }
    6689                 :             :       }
    6690                 :             :     }
    6691                 :             :   return false;
    6692                 :             : }
    6693                 :             : 
    6694                 :             : bool
    6695                 :        3769 : gimple_simplify_575 (gimple_match_op *res_op, gimple_seq *seq,
    6696                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    6697                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    6698                 :             : {
    6699                 :        3769 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    6700                 :        3769 :   if (integer_pow2p (captures[1])
    6701                 :        3769 :  && !TYPE_UNSIGNED (TREE_TYPE (captures[0]))
    6702                 :             : )
    6703                 :             :     {
    6704                 :           1 :       {
    6705                 :           1 :  int shift = element_precision (captures[0]) - wi::exact_log2 (wi::to_wide (captures[1])) - 1;
    6706                 :           1 :           if (shift >= 0
    6707                 :             : )
    6708                 :             :             {
    6709                 :           1 :               gimple_seq *lseq = seq;
    6710                 :           1 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1645;
    6711                 :           1 :               {
    6712                 :           1 :                 res_op->set_op (BIT_AND_EXPR, type, 2);
    6713                 :           1 :                 {
    6714                 :           1 :                   tree _o1[1], _r1;
    6715                 :           1 :                   {
    6716                 :           1 :                     tree _o2[2], _r2;
    6717                 :           1 :                     _o2[0] = captures[0];
    6718                 :           1 :                     _o2[1] =  build_int_cst (integer_type_node, shift);
    6719                 :           1 :                     gimple_match_op tem_op (res_op->cond.any_else (), RSHIFT_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
    6720                 :           1 :                     tem_op.resimplify (lseq, valueize);
    6721                 :           1 :                     _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    6722                 :           1 :                     if (!_r2) goto next_after_fail1645;
    6723                 :           0 :                     _o1[0] = _r2;
    6724                 :             :                   }
    6725                 :           0 :                   if (type != TREE_TYPE (_o1[0])
    6726                 :           0 :                       && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
    6727                 :             :                     {
    6728                 :           0 :                       gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
    6729                 :           0 :                       tem_op.resimplify (lseq, valueize);
    6730                 :           0 :                       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    6731                 :           0 :                       if (!_r1) goto next_after_fail1645;
    6732                 :             :                     }
    6733                 :             :                   else
    6734                 :             :                     _r1 = _o1[0];
    6735                 :           0 :                   res_op->ops[0] = _r1;
    6736                 :             :                 }
    6737                 :           0 :                 res_op->ops[1] = captures[1];
    6738                 :           0 :                 res_op->resimplify (lseq, valueize);
    6739                 :           0 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 816, __FILE__, __LINE__, true);
    6740                 :           0 :                 return true;
    6741                 :             :               }
    6742                 :             : next_after_fail1645:;
    6743                 :             :             }
    6744                 :             :           else
    6745                 :             :             {
    6746                 :           0 :               gimple_seq *lseq = seq;
    6747                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1646;
    6748                 :           0 :               {
    6749                 :           0 :                 res_op->set_op (BIT_AND_EXPR, type, 2);
    6750                 :           0 :                 {
    6751                 :           0 :                   tree _o1[1], _r1;
    6752                 :           0 :                   _o1[0] = captures[0];
    6753                 :           0 :                   if (type != TREE_TYPE (_o1[0])
    6754                 :           0 :                       && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
    6755                 :             :                     {
    6756                 :           0 :                       gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
    6757                 :           0 :                       tem_op.resimplify (lseq, valueize);
    6758                 :           0 :                       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    6759                 :           0 :                       if (!_r1) goto next_after_fail1646;
    6760                 :             :                     }
    6761                 :             :                   else
    6762                 :             :                     _r1 = _o1[0];
    6763                 :           0 :                   res_op->ops[0] = _r1;
    6764                 :             :                 }
    6765                 :           0 :                 res_op->ops[1] = captures[1];
    6766                 :           0 :                 res_op->resimplify (lseq, valueize);
    6767                 :           0 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 817, __FILE__, __LINE__, true);
    6768                 :           0 :                 return true;
    6769                 :             :               }
    6770                 :             : next_after_fail1646:;
    6771                 :             :             }
    6772                 :             :       }
    6773                 :             :     }
    6774                 :             :   return false;
    6775                 :             : }
    6776                 :             : 
    6777                 :             : bool
    6778                 :           3 : gimple_simplify_579 (gimple_match_op *res_op, gimple_seq *seq,
    6779                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    6780                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    6781                 :             :  const combined_fn ARG_UNUSED (func))
    6782                 :             : {
    6783                 :           3 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    6784                 :           3 :   if (wi::to_widest (captures[4]) == TYPE_PRECISION (TREE_TYPE (captures[3])) - 1
    6785                 :             : )
    6786                 :             :     {
    6787                 :           3 :       gimple_seq *lseq = seq;
    6788                 :           3 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1651;
    6789                 :           3 :       {
    6790                 :           3 :         tree tem;
    6791                 :           3 :         tem = captures[2];
    6792                 :           3 :         res_op->set_value (tem);
    6793                 :           3 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 821, __FILE__, __LINE__, true);
    6794                 :           3 :         return true;
    6795                 :             :       }
    6796                 :           0 : next_after_fail1651:;
    6797                 :             :     }
    6798                 :             :   return false;
    6799                 :             : }
    6800                 :             : 
    6801                 :             : bool
    6802                 :          52 : gimple_simplify_584 (gimple_match_op *res_op, gimple_seq *seq,
    6803                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    6804                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    6805                 :             :  const combined_fn ARG_UNUSED (func))
    6806                 :             : {
    6807                 :          52 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    6808                 :          52 :   {
    6809                 :          52 :  int val;
    6810                 :          52 :  internal_fn ifn = IFN_LAST;
    6811                 :          52 :  if (TREE_CODE (TREE_TYPE (captures[2])) == BITINT_TYPE)
    6812                 :             :  {
    6813                 :           0 :  if (tree_fits_shwi_p (captures[3]))
    6814                 :             :  {
    6815                 :           0 :  HOST_WIDE_INT valw = tree_to_shwi (captures[3]);
    6816                 :           0 :  if ((int) valw == valw)
    6817                 :             :  {
    6818                 :           0 :  val = valw;
    6819                 :           0 :  ifn = IFN_CTZ;
    6820                 :             :  }
    6821                 :             :  }
    6822                 :             :  }
    6823                 :          52 :  else if (direct_internal_fn_supported_p (IFN_CTZ, TREE_TYPE (captures[2]),
    6824                 :             :  OPTIMIZE_FOR_BOTH)
    6825                 :         104 :  && CTZ_DEFINED_VALUE_AT_ZERO
    6826                 :             :  (SCALAR_INT_TYPE_MODE (TREE_TYPE (captures[2])), val) == 2)
    6827                 :           0 :  ifn = IFN_CTZ;
    6828                 :          52 :       if (ifn == IFN_CTZ && wi::to_widest (captures[3]) == val
    6829                 :             : )
    6830                 :             :         {
    6831                 :           0 :           gimple_seq *lseq = seq;
    6832                 :           0 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1656;
    6833                 :           0 :           {
    6834                 :           0 :             res_op->set_op (CFN_CTZ, type, 2);
    6835                 :           0 :             res_op->ops[0] = captures[2];
    6836                 :           0 :             res_op->ops[1] = captures[3];
    6837                 :           0 :             res_op->resimplify (lseq, valueize);
    6838                 :           0 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 824, __FILE__, __LINE__, true);
    6839                 :           0 :             return true;
    6840                 :             :           }
    6841                 :           0 : next_after_fail1656:;
    6842                 :             :         }
    6843                 :             :   }
    6844                 :          52 :   return false;
    6845                 :             : }
    6846                 :             : 
    6847                 :             : bool
    6848                 :         181 : gimple_simplify_596 (gimple_match_op *res_op, gimple_seq *seq,
    6849                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    6850                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    6851                 :             :  const enum tree_code ARG_UNUSED (minmax),
    6852                 :             :  const enum tree_code ARG_UNUSED (cmp))
    6853                 :             : {
    6854                 :         181 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    6855                 :         181 :   {
    6856                 :         181 :  poly_int64 off0, off1;
    6857                 :         181 :  tree base0, base1;
    6858                 :         181 :  int equal = address_compare (cmp, TREE_TYPE (captures[0]), captures[1], captures[3], base0, base1,
    6859                 :             :  off0, off1,
    6860                 :             : 
    6861                 :             : );
    6862                 :         181 :       if (equal == 1
    6863                 :             : )
    6864                 :             :         {
    6865                 :           7 :           if (minmax == MIN_EXPR
    6866                 :             : )
    6867                 :             :             {
    6868                 :           3 :               if (known_le (off0, off1)
    6869                 :             : )
    6870                 :             :                 {
    6871                 :           1 :                   gimple_seq *lseq = seq;
    6872                 :           1 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1677;
    6873                 :           1 :                   {
    6874                 :           1 :                     tree tem;
    6875                 :           1 :                     tem = captures[0];
    6876                 :           1 :                     res_op->set_value (tem);
    6877                 :           1 :                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 830, __FILE__, __LINE__, true);
    6878                 :           7 :                     return true;
    6879                 :             :                   }
    6880                 :           0 : next_after_fail1677:;
    6881                 :             :                 }
    6882                 :             :               else
    6883                 :             :                 {
    6884                 :           2 :                   if (known_gt (off0, off1)
    6885                 :             : )
    6886                 :             :                     {
    6887                 :           2 :                       gimple_seq *lseq = seq;
    6888                 :           2 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1678;
    6889                 :           2 :                       {
    6890                 :           2 :                         tree tem;
    6891                 :           2 :                         tem = captures[2];
    6892                 :           2 :                         res_op->set_value (tem);
    6893                 :           2 :                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 831, __FILE__, __LINE__, true);
    6894                 :           2 :                         return true;
    6895                 :             :                       }
    6896                 :           0 : next_after_fail1678:;
    6897                 :             :                     }
    6898                 :             :                 }
    6899                 :             :             }
    6900                 :             :           else
    6901                 :             :             {
    6902                 :           4 :               if (known_ge (off0, off1)
    6903                 :             : )
    6904                 :             :                 {
    6905                 :           2 :                   gimple_seq *lseq = seq;
    6906                 :           2 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1679;
    6907                 :           2 :                   {
    6908                 :           2 :                     tree tem;
    6909                 :           2 :                     tem = captures[0];
    6910                 :           2 :                     res_op->set_value (tem);
    6911                 :           2 :                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 832, __FILE__, __LINE__, true);
    6912                 :           2 :                     return true;
    6913                 :             :                   }
    6914                 :           0 : next_after_fail1679:;
    6915                 :             :                 }
    6916                 :             :               else
    6917                 :             :                 {
    6918                 :           2 :                   if (known_lt (off0, off1)
    6919                 :             : )
    6920                 :             :                     {
    6921                 :           2 :                       gimple_seq *lseq = seq;
    6922                 :           2 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1680;
    6923                 :           2 :                       {
    6924                 :           2 :                         tree tem;
    6925                 :           2 :                         tem = captures[2];
    6926                 :           2 :                         res_op->set_value (tem);
    6927                 :           2 :                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 833, __FILE__, __LINE__, true);
    6928                 :           2 :                         return true;
    6929                 :             :                       }
    6930                 :           0 : next_after_fail1680:;
    6931                 :             :                     }
    6932                 :             :                 }
    6933                 :             :             }
    6934                 :             :         }
    6935                 :             :   }
    6936                 :         174 :   return false;
    6937                 :             : }
    6938                 :             : 
    6939                 :             : bool
    6940                 :          27 : gimple_simplify_611 (gimple_match_op *res_op, gimple_seq *seq,
    6941                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    6942                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    6943                 :             :  const enum tree_code ARG_UNUSED (bitop),
    6944                 :             :  const combined_fn ARG_UNUSED (bswap))
    6945                 :             : {
    6946                 :          27 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    6947                 :          27 :   gimple_seq *lseq = seq;
    6948                 :          27 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1697;
    6949                 :          27 :   {
    6950                 :          27 :     res_op->set_op (bitop, type, 2);
    6951                 :          27 :     res_op->ops[0] = captures[0];
    6952                 :          27 :     {
    6953                 :          27 :       tree _o1[1], _r1;
    6954                 :          27 :       _o1[0] = captures[1];
    6955                 :          27 :       gimple_match_op tem_op (res_op->cond.any_else (), bswap, TREE_TYPE (_o1[0]), _o1[0]);
    6956                 :          27 :       tem_op.resimplify (lseq, valueize);
    6957                 :          27 :       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    6958                 :          27 :       if (!_r1) goto next_after_fail1697;
    6959                 :          27 :       res_op->ops[1] = _r1;
    6960                 :             :     }
    6961                 :          27 :     res_op->resimplify (lseq, valueize);
    6962                 :          27 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 850, __FILE__, __LINE__, true);
    6963                 :             :     return true;
    6964                 :             :   }
    6965                 :             : next_after_fail1697:;
    6966                 :             :   return false;
    6967                 :             : }
    6968                 :             : 
    6969                 :             : bool
    6970                 :           0 : gimple_simplify_618 (gimple_match_op *res_op, gimple_seq *seq,
    6971                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    6972                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    6973                 :             :  const enum tree_code ARG_UNUSED (cmp))
    6974                 :             : {
    6975                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    6976                 :           0 :   gimple_seq *lseq = seq;
    6977                 :           0 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1704;
    6978                 :           0 :   {
    6979                 :           0 :     tree tem;
    6980                 :           0 :     tem = captures[3];
    6981                 :           0 :     res_op->set_value (tem);
    6982                 :           0 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 796, __FILE__, __LINE__, true);
    6983                 :             :     return true;
    6984                 :             :   }
    6985                 :           0 : next_after_fail1704:;
    6986                 :           0 :   return false;
    6987                 :             : }
    6988                 :             : 
    6989                 :             : bool
    6990                 :           0 : gimple_simplify_624 (gimple_match_op *res_op, gimple_seq *seq,
    6991                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    6992                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    6993                 :             :  const combined_fn ARG_UNUSED (cond_op))
    6994                 :             : {
    6995                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    6996                 :           0 :   {
    6997                 :           0 :  tree op_type = TREE_TYPE (captures[4]);
    6998                 :           0 :       if (element_precision (type) == element_precision (op_type)
    6999                 :             : )
    7000                 :             :         {
    7001                 :           0 :           gimple_seq *lseq = seq;
    7002                 :           0 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1710;
    7003                 :           0 :           {
    7004                 :           0 :             res_op->set_op (VIEW_CONVERT_EXPR, type, 1);
    7005                 :           0 :             {
    7006                 :           0 :               tree _o1[5], _r1;
    7007                 :           0 :               _o1[0] = captures[0];
    7008                 :           0 :               _o1[1] = captures[1];
    7009                 :           0 :               _o1[2] = captures[2];
    7010                 :           0 :               _o1[3] = captures[3];
    7011                 :           0 :               {
    7012                 :           0 :                 tree _o2[1], _r2;
    7013                 :           0 :                 _o2[0] = captures[5];
    7014                 :           0 :                 gimple_match_op tem_op (res_op->cond.any_else (), VIEW_CONVERT_EXPR, op_type, _o2[0]);
    7015                 :           0 :                 tem_op.resimplify (lseq, valueize);
    7016                 :           0 :                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
    7017                 :           0 :                 if (!_r2) goto next_after_fail1710;
    7018                 :           0 :                 _o1[4] = _r2;
    7019                 :             :               }
    7020                 :           0 :               gimple_match_op tem_op (res_op->cond.any_else (), cond_op, TREE_TYPE (_o1[1]), _o1[0], _o1[1], _o1[2], _o1[3], _o1[4]);
    7021                 :           0 :               tem_op.resimplify (lseq, valueize);
    7022                 :           0 :               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    7023                 :           0 :               if (!_r1) goto next_after_fail1710;
    7024                 :           0 :               res_op->ops[0] = _r1;
    7025                 :             :             }
    7026                 :           0 :             res_op->resimplify (lseq, valueize);
    7027                 :           0 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 858, __FILE__, __LINE__, true);
    7028                 :           0 :             return true;
    7029                 :             :           }
    7030                 :             : next_after_fail1710:;
    7031                 :             :         }
    7032                 :             :   }
    7033                 :             :   return false;
    7034                 :             : }
    7035                 :             : 
    7036                 :             : bool
    7037                 :           0 : gimple_simplify_631 (gimple_match_op *res_op, gimple_seq *seq,
    7038                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    7039                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    7040                 :             :  const combined_fn ARG_UNUSED (cond_op))
    7041                 :             : {
    7042                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    7043                 :           0 :   gimple_seq *lseq = seq;
    7044                 :           0 :   if (lseq
    7045                 :           0 :       && (!single_use (captures[1])))
    7046                 :           0 :     lseq = NULL;
    7047                 :           0 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1717;
    7048                 :           0 :   {
    7049                 :           0 :     res_op->set_op (cond_op, type, 5);
    7050                 :           0 :     {
    7051                 :           0 :       tree _o1[2], _r1;
    7052                 :           0 :       _o1[0] = captures[2];
    7053                 :           0 :       _o1[1] = captures[0];
    7054                 :           0 :       gimple_match_op tem_op (res_op->cond.any_else (), BIT_AND_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    7055                 :           0 :       tem_op.resimplify (lseq, valueize);
    7056                 :           0 :       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    7057                 :           0 :       if (!_r1) goto next_after_fail1717;
    7058                 :           0 :       res_op->ops[0] = _r1;
    7059                 :             :     }
    7060                 :           0 :     res_op->ops[1] = captures[3];
    7061                 :           0 :     res_op->ops[2] = captures[4];
    7062                 :           0 :     res_op->ops[3] = captures[5];
    7063                 :           0 :     res_op->ops[4] = captures[6];
    7064                 :           0 :     res_op->resimplify (lseq, valueize);
    7065                 :           0 :     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 865, __FILE__, __LINE__, true);
    7066                 :             :     return true;
    7067                 :             :   }
    7068                 :             : next_after_fail1717:;
    7069                 :             :   return false;
    7070                 :             : }
    7071                 :             : 
    7072                 :             : bool
    7073                 :        4844 : gimple_simplify_636 (gimple_match_op *res_op, gimple_seq *seq,
    7074                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    7075                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    7076                 :             :  const combined_fn ARG_UNUSED (ovf))
    7077                 :             : {
    7078                 :        4844 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    7079                 :        9688 :   if (INTEGRAL_TYPE_P (TREE_TYPE (captures[2]))
    7080                 :        4844 :  && INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
    7081                 :        4844 :  && TYPE_PRECISION (TREE_TYPE (captures[1])) > TYPE_PRECISION (TREE_TYPE (captures[2]))
    7082                 :        8409 :  && (!TYPE_UNSIGNED (TREE_TYPE (captures[1])) || TYPE_UNSIGNED (TREE_TYPE (captures[2])))
    7083                 :             : )
    7084                 :             :     {
    7085                 :        3425 :       gimple_seq *lseq = seq;
    7086                 :        3425 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1722;
    7087                 :        3425 :       {
    7088                 :        3425 :         res_op->set_op (ovf, type, 2);
    7089                 :        3425 :         res_op->ops[0] = captures[0];
    7090                 :        3425 :         res_op->ops[1] = captures[2];
    7091                 :        3425 :         res_op->resimplify (lseq, valueize);
    7092                 :        3425 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 870, __FILE__, __LINE__, true);
    7093                 :        3425 :         return true;
    7094                 :             :       }
    7095                 :           0 : next_after_fail1722:;
    7096                 :             :     }
    7097                 :             :   return false;
    7098                 :             : }
    7099                 :             : 
    7100                 :             : bool
    7101                 :        1110 : gimple_simplify_645 (gimple_match_op *res_op, gimple_seq *seq,
    7102                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    7103                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    7104                 :             :  const combined_fn ARG_UNUSED (froms),
    7105                 :             :  const combined_fn ARG_UNUSED (tos))
    7106                 :             : {
    7107                 :        1110 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    7108                 :        1110 :   if (optimize && canonicalize_math_p ()
    7109                 :        2220 :  && targetm.libc_has_function (function_c99_misc, NULL_TREE)
    7110                 :             : )
    7111                 :             :     {
    7112                 :        1110 :       gimple_seq *lseq = seq;
    7113                 :        1110 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1731;
    7114                 :        1110 :       {
    7115                 :        1110 :         res_op->set_op (NOP_EXPR, type, 1);
    7116                 :        1110 :         {
    7117                 :        1110 :           tree _o1[1], _r1;
    7118                 :        1110 :           _o1[0] = captures[0];
    7119                 :        1110 :           gimple_match_op tem_op (res_op->cond.any_else (), tos, TREE_TYPE (_o1[0]), _o1[0]);
    7120                 :        1110 :           tem_op.resimplify (lseq, valueize);
    7121                 :        1110 :           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    7122                 :        1110 :           if (!_r1) goto next_after_fail1731;
    7123                 :         555 :           res_op->ops[0] = _r1;
    7124                 :             :         }
    7125                 :         555 :         res_op->resimplify (lseq, valueize);
    7126                 :         555 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 879, __FILE__, __LINE__, true);
    7127                 :         555 :         return true;
    7128                 :             :       }
    7129                 :             : next_after_fail1731:;
    7130                 :             :     }
    7131                 :             :   return false;
    7132                 :             : }
    7133                 :             : 
    7134                 :             : bool
    7135                 :          37 : gimple_simplify_652 (gimple_match_op *res_op, gimple_seq *seq,
    7136                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    7137                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    7138                 :             :  const combined_fn ARG_UNUSED (floors))
    7139                 :             : {
    7140                 :          37 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    7141                 :          37 :   if (canonicalize_math_p ()
    7142                 :             : )
    7143                 :             :     {
    7144                 :          37 :       gimple_seq *lseq = seq;
    7145                 :          37 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1738;
    7146                 :          37 :       {
    7147                 :          37 :         res_op->set_op (FIX_TRUNC_EXPR, type, 1);
    7148                 :          37 :         res_op->ops[0] = captures[0];
    7149                 :          37 :         res_op->resimplify (lseq, valueize);
    7150                 :          37 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 886, __FILE__, __LINE__, true);
    7151                 :          37 :         return true;
    7152                 :             :       }
    7153                 :           0 : next_after_fail1738:;
    7154                 :             :     }
    7155                 :             :   return false;
    7156                 :             : }
    7157                 :             : 
    7158                 :             : bool
    7159                 :        4957 : gimple_simplify_659 (gimple_match_op *res_op, gimple_seq *seq,
    7160                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    7161                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    7162                 :             :  const combined_fn ARG_UNUSED (fmas))
    7163                 :             : {
    7164                 :        4957 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    7165                 :        4957 :   if (canonicalize_math_after_vectorization_p ()
    7166                 :             : )
    7167                 :             :     {
    7168                 :        4257 :       gimple_seq *lseq = seq;
    7169                 :        4257 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1745;
    7170                 :        4257 :       {
    7171                 :        4257 :         res_op->set_op (CFN_FNMA, type, 3);
    7172                 :        4257 :         res_op->ops[0] = captures[0];
    7173                 :        4257 :         res_op->ops[1] = captures[1];
    7174                 :        4257 :         res_op->ops[2] = captures[2];
    7175                 :        4257 :         res_op->resimplify (lseq, valueize);
    7176                 :        4257 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 893, __FILE__, __LINE__, true);
    7177                 :        4257 :         return true;
    7178                 :             :       }
    7179                 :           0 : next_after_fail1745:;
    7180                 :             :     }
    7181                 :             :   return false;
    7182                 :             : }
    7183                 :             : 
    7184                 :             : bool
    7185                 :          16 : gimple_simplify_666 (gimple_match_op *res_op, gimple_seq *seq,
    7186                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    7187                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures))
    7188                 :             : {
    7189                 :          16 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    7190                 :          16 :   if (canonicalize_math_after_vectorization_p ()
    7191                 :             : )
    7192                 :             :     {
    7193                 :          16 :       gimple_seq *lseq = seq;
    7194                 :          16 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1752;
    7195                 :          16 :       {
    7196                 :          16 :         res_op->set_op (CFN_FMS, type, 3);
    7197                 :          16 :         res_op->ops[0] = captures[0];
    7198                 :          16 :         res_op->ops[1] = captures[1];
    7199                 :          16 :         res_op->ops[2] = captures[2];
    7200                 :          16 :         res_op->resimplify (lseq, valueize);
    7201                 :          16 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 900, __FILE__, __LINE__, true);
    7202                 :          16 :         return true;
    7203                 :             :       }
    7204                 :           0 : next_after_fail1752:;
    7205                 :             :     }
    7206                 :             :   return false;
    7207                 :             : }
    7208                 :             : 
    7209                 :             : bool
    7210                 :           0 : gimple_simplify_674 (gimple_match_op *res_op, gimple_seq *seq,
    7211                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    7212                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    7213                 :             :  const enum tree_code ARG_UNUSED (rot),
    7214                 :             :  const combined_fn ARG_UNUSED (popcount))
    7215                 :             : {
    7216                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    7217                 :           0 :   if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
    7218                 :           0 :  && INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
    7219                 :           0 :  && (
    7220                 :             : 1
    7221                 :             :  || !TREE_SIDE_EFFECTS (captures[3]))
    7222                 :             : )
    7223                 :             :     {
    7224                 :           0 :       {
    7225                 :           0 :  tree type0 = TREE_TYPE (captures[0]);
    7226                 :           0 :  tree type1 = TREE_TYPE (captures[1]);
    7227                 :           0 :  unsigned int prec0 = TYPE_PRECISION (type0);
    7228                 :           0 :  unsigned int prec1 = TYPE_PRECISION (type1);
    7229                 :           0 :           if (prec0 == prec1 || (prec0 > prec1 && TYPE_UNSIGNED (type1))
    7230                 :             : )
    7231                 :             :             {
    7232                 :           0 :               gimple_seq *lseq = seq;
    7233                 :           0 :               if (lseq
    7234                 :           0 :                   && (!single_use (captures[1])))
    7235                 :           0 :                 lseq = NULL;
    7236                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1762;
    7237                 :           0 :               {
    7238                 :           0 :                 res_op->set_op (popcount, type, 1);
    7239                 :           0 :                 {
    7240                 :           0 :                   tree _o1[1], _r1;
    7241                 :           0 :                   _o1[0] = captures[2];
    7242                 :           0 :                   if (type0 != TREE_TYPE (_o1[0])
    7243                 :           0 :                       && !useless_type_conversion_p (type0, TREE_TYPE (_o1[0])))
    7244                 :             :                     {
    7245                 :           0 :                       gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type0, _o1[0]);
    7246                 :           0 :                       tem_op.resimplify (lseq, valueize);
    7247                 :           0 :                       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    7248                 :           0 :                       if (!_r1) goto next_after_fail1762;
    7249                 :             :                     }
    7250                 :             :                   else
    7251                 :             :                     _r1 = _o1[0];
    7252                 :           0 :                   res_op->ops[0] = _r1;
    7253                 :             :                 }
    7254                 :           0 :                 res_op->resimplify (lseq, valueize);
    7255                 :           0 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 907, __FILE__, __LINE__, true);
    7256                 :           0 :                 return true;
    7257                 :             :               }
    7258                 :             : next_after_fail1762:;
    7259                 :             :             }
    7260                 :             :       }
    7261                 :             :     }
    7262                 :             :   return false;
    7263                 :             : }
    7264                 :             : 
    7265                 :             : bool
    7266                 :           0 : gimple_simplify_681 (gimple_match_op *res_op, gimple_seq *seq,
    7267                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    7268                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    7269                 :             :  const enum tree_code ARG_UNUSED (rot),
    7270                 :             :  const combined_fn ARG_UNUSED (parity))
    7271                 :             : {
    7272                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    7273                 :           0 :   if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
    7274                 :           0 :  && INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
    7275                 :             :  && (
    7276                 :             : 1
    7277                 :             :  || !TREE_SIDE_EFFECTS (captures[3]))
    7278                 :           0 :  && TYPE_PRECISION (TREE_TYPE (captures[0]))
    7279                 :           0 :  >= TYPE_PRECISION (TREE_TYPE (captures[1]))
    7280                 :             : )
    7281                 :             :     {
    7282                 :           0 :       {
    7283                 :           0 :  tree type0 = TREE_TYPE (captures[0]);
    7284                 :           0 :           gimple_seq *lseq = seq;
    7285                 :           0 :           if (lseq
    7286                 :           0 :               && (!single_use (captures[1])))
    7287                 :           0 :             lseq = NULL;
    7288                 :           0 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1772;
    7289                 :           0 :           {
    7290                 :           0 :             res_op->set_op (parity, type, 1);
    7291                 :           0 :             {
    7292                 :           0 :               tree _o1[1], _r1;
    7293                 :           0 :               _o1[0] = captures[2];
    7294                 :           0 :               if (type0 != TREE_TYPE (_o1[0])
    7295                 :           0 :                   && !useless_type_conversion_p (type0, TREE_TYPE (_o1[0])))
    7296                 :             :                 {
    7297                 :           0 :                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type0, _o1[0]);
    7298                 :           0 :                   tem_op.resimplify (lseq, valueize);
    7299                 :           0 :                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    7300                 :           0 :                   if (!_r1) goto next_after_fail1772;
    7301                 :             :                 }
    7302                 :             :               else
    7303                 :             :                 _r1 = _o1[0];
    7304                 :           0 :               res_op->ops[0] = _r1;
    7305                 :             :             }
    7306                 :           0 :             res_op->resimplify (lseq, valueize);
    7307                 :           0 :             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 915, __FILE__, __LINE__, true);
    7308                 :           0 :             return true;
    7309                 :             :           }
    7310                 :             : next_after_fail1772:;
    7311                 :             :       }
    7312                 :             :     }
    7313                 :             :   return false;
    7314                 :             : }
    7315                 :             : 
    7316                 :             : bool
    7317                 :         696 : gimple_simplify_686 (gimple_match_op *res_op, gimple_seq *seq,
    7318                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    7319                 :             :                  const tree ARG_UNUSED (type), tree *ARG_UNUSED (captures),
    7320                 :             :  const combined_fn ARG_UNUSED (FFS))
    7321                 :             : {
    7322                 :         696 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    7323                 :        1392 :   if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
    7324                 :         696 :  && INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
    7325                 :        1392 :  && TYPE_PRECISION (TREE_TYPE (captures[0])) > TYPE_PRECISION (TREE_TYPE (captures[1]))
    7326                 :             : )
    7327                 :             :     {
    7328                 :         218 :       {
    7329                 :         218 :  combined_fn cfn = CFN_LAST;
    7330                 :         218 :  tree type0 = TREE_TYPE (captures[1]);
    7331                 :         218 :  if (TREE_CODE (type0) == BITINT_TYPE)
    7332                 :             :  {
    7333                 :           8 :  if (TYPE_PRECISION (type0) > MAX_FIXED_MODE_SIZE)
    7334                 :             :  cfn = CFN_FFS;
    7335                 :             :  else
    7336                 :           0 :  type0
    7337                 :           0 :  = build_nonstandard_integer_type (TYPE_PRECISION (type0),
    7338                 :             :  0);
    7339                 :             :  }
    7340                 :         218 :  type0 = signed_type_for (type0);
    7341                 :         218 :  if (cfn == CFN_LAST
    7342                 :         218 :  && direct_internal_fn_supported_p (IFN_FFS, type0,
    7343                 :             :  OPTIMIZE_FOR_BOTH))
    7344                 :             :  cfn = CFN_FFS;
    7345                 :         203 :  if (cfn == CFN_LAST
    7346                 :         199 :  && TYPE_PRECISION (TREE_TYPE (captures[0])) > BITS_PER_WORD
    7347                 :         203 :  && !direct_internal_fn_supported_p (IFN_FFS,
    7348                 :           0 :  TREE_TYPE (captures[0]),
    7349                 :             :  OPTIMIZE_FOR_BOTH))
    7350                 :             :  {
    7351                 :           0 :  if (TYPE_PRECISION (type0)
    7352                 :           0 :  == TYPE_PRECISION (integer_type_node))
    7353                 :             :  cfn = CFN_BUILT_IN_FFS;
    7354                 :           0 :  else if (TYPE_PRECISION (type0)
    7355                 :           0 :  == TYPE_PRECISION (long_long_integer_type_node))
    7356                 :             :  cfn = CFN_BUILT_IN_FFSLL;
    7357                 :             :  }
    7358                 :         218 :           if (cfn == CFN_FFS
    7359                 :             : )
    7360                 :             :             {
    7361                 :          19 :               gimple_seq *lseq = seq;
    7362                 :          19 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1779;
    7363                 :          19 :               {
    7364                 :          19 :                 res_op->set_op (CFN_FFS, type, 1);
    7365                 :          19 :                 {
    7366                 :          19 :                   tree _o1[1], _r1;
    7367                 :          19 :                   _o1[0] = captures[1];
    7368                 :          19 :                   if (type0 != TREE_TYPE (_o1[0])
    7369                 :          19 :                       && !useless_type_conversion_p (type0, TREE_TYPE (_o1[0])))
    7370                 :             :                     {
    7371                 :          12 :                       gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type0, _o1[0]);
    7372                 :          12 :                       tem_op.resimplify (lseq, valueize);
    7373                 :          12 :                       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    7374                 :          12 :                       if (!_r1) goto next_after_fail1779;
    7375                 :             :                     }
    7376                 :             :                   else
    7377                 :             :                     _r1 = _o1[0];
    7378                 :          13 :                   res_op->ops[0] = _r1;
    7379                 :             :                 }
    7380                 :          13 :                 res_op->resimplify (lseq, valueize);
    7381                 :          13 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 920, __FILE__, __LINE__, true);
    7382                 :          13 :                 return true;
    7383                 :             :               }
    7384                 :             : next_after_fail1779:;
    7385                 :             :             }
    7386                 :             :           else
    7387                 :             :             {
    7388                 :         199 :               if (cfn == CFN_BUILT_IN_FFS
    7389                 :             : )
    7390                 :             :                 {
    7391                 :           0 :                   gimple_seq *lseq = seq;
    7392                 :           0 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1780;
    7393                 :           0 :                   {
    7394                 :           0 :                     res_op->set_op (CFN_BUILT_IN_FFS, type, 1);
    7395                 :           0 :                     {
    7396                 :           0 :                       tree _o1[1], _r1;
    7397                 :           0 :                       _o1[0] = captures[1];
    7398                 :           0 :                       if (type0 != TREE_TYPE (_o1[0])
    7399                 :           0 :                           && !useless_type_conversion_p (type0, TREE_TYPE (_o1[0])))
    7400                 :             :                         {
    7401                 :           0 :                           gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type0, _o1[0]);
    7402                 :           0 :                           tem_op.resimplify (lseq, valueize);
    7403                 :           0 :                           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    7404                 :           0 :                           if (!_r1) goto next_after_fail1780;
    7405                 :             :                         }
    7406                 :             :                       else
    7407                 :             :                         _r1 = _o1[0];
    7408                 :           0 :                       res_op->ops[0] = _r1;
    7409                 :             :                     }
    7410                 :           0 :                     res_op->resimplify (lseq, valueize);
    7411                 :           0 :                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 921, __FILE__, __LINE__, true);
    7412                 :           0 :                     return true;
    7413                 :             :                   }
    7414                 :             : next_after_fail1780:;
    7415                 :             :                 }
    7416                 :             :               else
    7417                 :             :                 {
    7418                 :         199 :                   if (cfn == CFN_BUILT_IN_FFSLL
    7419                 :             : )
    7420                 :             :                     {
    7421                 :           0 :                       gimple_seq *lseq = seq;
    7422                 :           0 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1781;
    7423                 :           0 :                       {
    7424                 :           0 :                         res_op->set_op (CFN_BUILT_IN_FFSLL, type, 1);
    7425                 :           0 :                         {
    7426                 :           0 :                           tree _o1[1], _r1;
    7427                 :           0 :                           _o1[0] = captures[1];
    7428                 :           0 :                           if (type0 != TREE_TYPE (_o1[0])
    7429                 :           0 :                               && !useless_type_conversion_p (type0, TREE_TYPE (_o1[0])))
    7430                 :             :                             {
    7431                 :           0 :                               gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type0, _o1[0]);
    7432                 :           0 :                               tem_op.resimplify (lseq, valueize);
    7433                 :           0 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    7434                 :           0 :                               if (!_r1) goto next_after_fail1781;
    7435                 :             :                             }
    7436                 :             :                           else
    7437                 :             :                             _r1 = _o1[0];
    7438                 :           0 :                           res_op->ops[0] = _r1;
    7439                 :             :                         }
    7440                 :           0 :                         res_op->resimplify (lseq, valueize);
    7441                 :           0 :                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 922, __FILE__, __LINE__, true);
    7442                 :           0 :                         return true;
    7443                 :             :                       }
    7444                 :             : next_after_fail1781:;
    7445                 :             :                     }
    7446                 :             :                 }
    7447                 :             :             }
    7448                 :             :       }
    7449                 :             :     }
    7450                 :             :   return false;
    7451                 :             : }
    7452                 :             : 
    7453                 :             : bool
    7454                 :        1967 : gimple_simplify_CFN_BUILT_IN_COSHF (gimple_match_op *res_op, gimple_seq *seq,
    7455                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    7456                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
    7457                 :             : {
    7458                 :        1967 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    7459                 :        1967 :   switch (TREE_CODE (_p0))
    7460                 :             :     {
    7461                 :        1880 :     case SSA_NAME:
    7462                 :        1880 :       if (gimple *_d1 = get_def (valueize, _p0))
    7463                 :             :         {
    7464                 :         900 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
    7465                 :         654 :             switch (gimple_assign_rhs_code (_a1))
    7466                 :             :               {
    7467                 :          14 :               case NEGATE_EXPR:
    7468                 :          14 :                 {
    7469                 :          14 :                   tree _q20 = gimple_assign_rhs1 (_a1);
    7470                 :          14 :                   _q20 = do_valueize (valueize, _q20);
    7471                 :          14 :                   {
    7472                 :          14 :                     tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    7473                 :          14 :                     const combined_fn coss = CFN_BUILT_IN_COSHF;
    7474                 :          14 :                     gimple_seq *lseq = seq;
    7475                 :          14 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1824;
    7476                 :          14 :                     {
    7477                 :          14 :                       res_op->set_op (coss, type, 1);
    7478                 :          14 :                       res_op->ops[0] = captures[0];
    7479                 :          14 :                       res_op->resimplify (lseq, valueize);
    7480                 :          14 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 950, __FILE__, __LINE__, true);
    7481                 :          14 :                       return true;
    7482                 :             :                     }
    7483                 :           0 : next_after_fail1824:;
    7484                 :             :                   }
    7485                 :           0 :                   break;
    7486                 :             :                 }
    7487                 :           0 :               case ABS_EXPR:
    7488                 :           0 :                 {
    7489                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
    7490                 :           0 :                   _q20 = do_valueize (valueize, _q20);
    7491                 :           0 :                   {
    7492                 :           0 :                     tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    7493                 :           0 :                     const combined_fn coss = CFN_BUILT_IN_COSHF;
    7494                 :           0 :                     gimple_seq *lseq = seq;
    7495                 :           0 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1825;
    7496                 :           0 :                     {
    7497                 :           0 :                       res_op->set_op (coss, type, 1);
    7498                 :           0 :                       res_op->ops[0] = captures[0];
    7499                 :           0 :                       res_op->resimplify (lseq, valueize);
    7500                 :           0 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 950, __FILE__, __LINE__, true);
    7501                 :           0 :                       return true;
    7502                 :             :                     }
    7503                 :           0 : next_after_fail1825:;
    7504                 :             :                   }
    7505                 :           0 :                   break;
    7506                 :             :                 }
    7507                 :             :               default:;
    7508                 :             :               }
    7509                 :         393 :           else if (gcall *_c1 = dyn_cast <gcall *> (_d1))
    7510                 :          21 :             switch (gimple_call_combined_fn (_c1))
    7511                 :             :               {
    7512                 :           0 :               case CFN_BUILT_IN_COPYSIGN:
    7513                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
    7514                 :             :                   {
    7515                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
    7516                 :           0 :                     _q20 = do_valueize (valueize, _q20);
    7517                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
    7518                 :           0 :                     _q21 = do_valueize (valueize, _q21);
    7519                 :           0 :                     {
    7520                 :           0 :                       tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    7521                 :           0 :                       if (gimple_simplify_422 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGN, CFN_BUILT_IN_COSHF))
    7522                 :           0 :                         return true;
    7523                 :             :                     }
    7524                 :             :                   }
    7525                 :             :                 break;
    7526                 :           0 :               case CFN_BUILT_IN_COPYSIGNF:
    7527                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
    7528                 :             :                   {
    7529                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
    7530                 :           0 :                     _q20 = do_valueize (valueize, _q20);
    7531                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
    7532                 :           0 :                     _q21 = do_valueize (valueize, _q21);
    7533                 :           0 :                     {
    7534                 :           0 :                       tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    7535                 :           0 :                       if (gimple_simplify_422 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF, CFN_BUILT_IN_COSHF))
    7536                 :           0 :                         return true;
    7537                 :             :                     }
    7538                 :             :                   }
    7539                 :             :                 break;
    7540                 :           0 :               case CFN_BUILT_IN_COPYSIGNL:
    7541                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
    7542                 :             :                   {
    7543                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
    7544                 :           0 :                     _q20 = do_valueize (valueize, _q20);
    7545                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
    7546                 :           0 :                     _q21 = do_valueize (valueize, _q21);
    7547                 :           0 :                     {
    7548                 :           0 :                       tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    7549                 :           0 :                       if (gimple_simplify_422 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNL, CFN_BUILT_IN_COSHF))
    7550                 :           0 :                         return true;
    7551                 :             :                     }
    7552                 :             :                   }
    7553                 :             :                 break;
    7554                 :          21 :               case CFN_BUILT_IN_ATANHF:
    7555                 :          21 :                 if (gimple_call_num_args (_c1) == 1)
    7556                 :             :                   {
    7557                 :          21 :                     tree _q20 = gimple_call_arg (_c1, 0);
    7558                 :          21 :                     _q20 = do_valueize (valueize, _q20);
    7559                 :          21 :                     {
    7560                 :          21 :                       tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q20 };
    7561                 :          21 :                       if (gimple_simplify_424 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COSHF, CFN_BUILT_IN_ATANHF, CFN_BUILT_IN_SQRTF))
    7562                 :           1 :                         return true;
    7563                 :             :                     }
    7564                 :             :                   }
    7565                 :             :                 break;
    7566                 :           0 :               case CFN_COPYSIGN:
    7567                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
    7568                 :             :                   {
    7569                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
    7570                 :           0 :                     _q20 = do_valueize (valueize, _q20);
    7571                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
    7572                 :           0 :                     _q21 = do_valueize (valueize, _q21);
    7573                 :           0 :                     {
    7574                 :           0 :                       tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    7575                 :           0 :                       if (gimple_simplify_422 (res_op, seq, valueize, type, captures, CFN_COPYSIGN, CFN_BUILT_IN_COSHF))
    7576                 :           0 :                         return true;
    7577                 :             :                     }
    7578                 :             :                   }
    7579                 :             :                 break;
    7580                 :             :               default:;
    7581                 :             :               }
    7582                 :             :         }
    7583                 :             :       break;
    7584                 :             :     default:;
    7585                 :             :     }
    7586                 :             :   return false;
    7587                 :             : }
    7588                 :             : 
    7589                 :             : bool
    7590                 :         343 : gimple_simplify_CFN_BUILT_IN_CCOSL (gimple_match_op *res_op, gimple_seq *seq,
    7591                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    7592                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
    7593                 :             : {
    7594                 :         343 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    7595                 :         343 :   switch (TREE_CODE (_p0))
    7596                 :             :     {
    7597                 :         322 :     case SSA_NAME:
    7598                 :         322 :       if (gimple *_d1 = get_def (valueize, _p0))
    7599                 :             :         {
    7600                 :         195 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
    7601                 :         189 :             switch (gimple_assign_rhs_code (_a1))
    7602                 :             :               {
    7603                 :          18 :               case NEGATE_EXPR:
    7604                 :          18 :                 {
    7605                 :          18 :                   tree _q20 = gimple_assign_rhs1 (_a1);
    7606                 :          18 :                   _q20 = do_valueize (valueize, _q20);
    7607                 :          18 :                   {
    7608                 :          18 :                     tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    7609                 :          18 :                     gimple_seq *lseq = seq;
    7610                 :          18 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1847;
    7611                 :          18 :                     {
    7612                 :          18 :                       res_op->set_op (CFN_BUILT_IN_CCOSL, type, 1);
    7613                 :          18 :                       res_op->ops[0] = captures[0];
    7614                 :          18 :                       res_op->resimplify (lseq, valueize);
    7615                 :          18 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 962, __FILE__, __LINE__, true);
    7616                 :          18 :                       return true;
    7617                 :             :                     }
    7618                 :           0 : next_after_fail1847:;
    7619                 :             :                   }
    7620                 :           0 :                   break;
    7621                 :             :                 }
    7622                 :             :               default:;
    7623                 :             :               }
    7624                 :             :         }
    7625                 :             :       break;
    7626                 :             :     default:;
    7627                 :             :     }
    7628                 :             :   return false;
    7629                 :             : }
    7630                 :             : 
    7631                 :             : bool
    7632                 :         341 : gimple_simplify_CFN_BUILT_IN_CCOSH (gimple_match_op *res_op, gimple_seq *seq,
    7633                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    7634                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
    7635                 :             : {
    7636                 :         341 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    7637                 :         341 :   switch (TREE_CODE (_p0))
    7638                 :             :     {
    7639                 :         333 :     case SSA_NAME:
    7640                 :         333 :       if (gimple *_d1 = get_def (valueize, _p0))
    7641                 :             :         {
    7642                 :         202 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
    7643                 :         322 :             switch (gimple_assign_rhs_code (_a1))
    7644                 :             :               {
    7645                 :          14 :               case NEGATE_EXPR:
    7646                 :          14 :                 {
    7647                 :          14 :                   tree _q20 = gimple_assign_rhs1 (_a1);
    7648                 :          14 :                   _q20 = do_valueize (valueize, _q20);
    7649                 :          14 :                   {
    7650                 :          14 :                     tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    7651                 :          14 :                     gimple_seq *lseq = seq;
    7652                 :          14 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1849;
    7653                 :          14 :                     {
    7654                 :          14 :                       res_op->set_op (CFN_BUILT_IN_CCOSH, type, 1);
    7655                 :          14 :                       res_op->ops[0] = captures[0];
    7656                 :          14 :                       res_op->resimplify (lseq, valueize);
    7657                 :          14 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 962, __FILE__, __LINE__, true);
    7658                 :          14 :                       return true;
    7659                 :             :                     }
    7660                 :           0 : next_after_fail1849:;
    7661                 :             :                   }
    7662                 :           0 :                   break;
    7663                 :             :                 }
    7664                 :             :               default:;
    7665                 :             :               }
    7666                 :             :         }
    7667                 :             :       break;
    7668                 :             :     default:;
    7669                 :             :     }
    7670                 :             :   return false;
    7671                 :             : }
    7672                 :             : 
    7673                 :             : bool
    7674                 :        4557 : gimple_simplify_CFN_BUILT_IN_CABS (gimple_match_op *res_op, gimple_seq *seq,
    7675                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    7676                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
    7677                 :             : {
    7678                 :        4557 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    7679                 :        4557 :   switch (TREE_CODE (_p0))
    7680                 :             :     {
    7681                 :        4497 :     case SSA_NAME:
    7682                 :        4497 :       if (gimple *_d1 = get_def (valueize, _p0))
    7683                 :             :         {
    7684                 :        2488 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
    7685                 :        2496 :             switch (gimple_assign_rhs_code (_a1))
    7686                 :             :               {
    7687                 :           2 :               case CONJ_EXPR:
    7688                 :           2 :                 {
    7689                 :           2 :                   tree _q20 = gimple_assign_rhs1 (_a1);
    7690                 :           2 :                   _q20 = do_valueize (valueize, _q20);
    7691                 :           2 :                   {
    7692                 :           2 :                     tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    7693                 :           2 :                     gimple_seq *lseq = seq;
    7694                 :           2 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1856;
    7695                 :           2 :                     {
    7696                 :           2 :                       res_op->set_op (CFN_BUILT_IN_CABS, type, 1);
    7697                 :           2 :                       res_op->ops[0] = captures[0];
    7698                 :           2 :                       res_op->resimplify (lseq, valueize);
    7699                 :           2 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 963, __FILE__, __LINE__, true);
    7700                 :           2 :                       return true;
    7701                 :             :                     }
    7702                 :           0 : next_after_fail1856:;
    7703                 :             :                   }
    7704                 :           0 :                   break;
    7705                 :             :                 }
    7706                 :          16 :               case NEGATE_EXPR:
    7707                 :          16 :                 {
    7708                 :          16 :                   tree _q20 = gimple_assign_rhs1 (_a1);
    7709                 :          16 :                   _q20 = do_valueize (valueize, _q20);
    7710                 :          16 :                   {
    7711                 :          16 :                     tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    7712                 :          16 :                     gimple_seq *lseq = seq;
    7713                 :          16 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1857;
    7714                 :          16 :                     {
    7715                 :          16 :                       res_op->set_op (CFN_BUILT_IN_CABS, type, 1);
    7716                 :          16 :                       res_op->ops[0] = captures[0];
    7717                 :          16 :                       res_op->resimplify (lseq, valueize);
    7718                 :          16 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 963, __FILE__, __LINE__, true);
    7719                 :          16 :                       return true;
    7720                 :             :                     }
    7721                 :           0 : next_after_fail1857:;
    7722                 :             :                   }
    7723                 :           0 :                   break;
    7724                 :             :                 }
    7725                 :        1217 :               case COMPLEX_EXPR:
    7726                 :        1217 :                 {
    7727                 :        1217 :                   tree _q20 = gimple_assign_rhs1 (_a1);
    7728                 :        1217 :                   _q20 = do_valueize (valueize, _q20);
    7729                 :        1217 :                   tree _q21 = gimple_assign_rhs2 (_a1);
    7730                 :        1217 :                   _q21 = do_valueize (valueize, _q21);
    7731                 :        1217 :                   if (real_zerop (_q21))
    7732                 :             :                     {
    7733                 :          16 :                       {
    7734                 :          16 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    7735                 :          16 :                         gimple_seq *lseq = seq;
    7736                 :          16 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1858;
    7737                 :          16 :                         {
    7738                 :          16 :                           res_op->set_op (ABS_EXPR, type, 1);
    7739                 :          16 :                           res_op->ops[0] = captures[0];
    7740                 :          16 :                           res_op->resimplify (lseq, valueize);
    7741                 :          16 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 964, __FILE__, __LINE__, true);
    7742                 :          16 :                           return true;
    7743                 :             :                         }
    7744                 :           0 : next_after_fail1858:;
    7745                 :             :                       }
    7746                 :             :                     }
    7747                 :        1201 :                   if (real_zerop (_q20))
    7748                 :             :                     {
    7749                 :           0 :                       {
    7750                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q21, _q20 };
    7751                 :           0 :                         gimple_seq *lseq = seq;
    7752                 :           0 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1859;
    7753                 :           0 :                         {
    7754                 :           0 :                           res_op->set_op (ABS_EXPR, type, 1);
    7755                 :           0 :                           res_op->ops[0] = captures[0];
    7756                 :           0 :                           res_op->resimplify (lseq, valueize);
    7757                 :           0 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 964, __FILE__, __LINE__, true);
    7758                 :           0 :                           return true;
    7759                 :             :                         }
    7760                 :           0 : next_after_fail1859:;
    7761                 :             :                       }
    7762                 :             :                     }
    7763                 :        1201 :                   if ((_q21 == _q20 && ! TREE_SIDE_EFFECTS (_q21)) || (operand_equal_p (_q21, _q20, 0) && types_match (_q21, _q20)))
    7764                 :             :                     {
    7765                 :           6 :                       {
    7766                 :           6 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    7767                 :           6 :                         if (flag_unsafe_math_optimizations && canonicalize_math_p ()
    7768                 :             : )
    7769                 :             :                           {
    7770                 :           6 :                             gimple_seq *lseq = seq;
    7771                 :           6 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1860;
    7772                 :           6 :                             {
    7773                 :           6 :                               res_op->set_op (MULT_EXPR, type, 2);
    7774                 :           6 :                               {
    7775                 :           6 :                                 tree _o1[1], _r1;
    7776                 :           6 :                                 _o1[0] = captures[0];
    7777                 :           6 :                                 gimple_match_op tem_op (res_op->cond.any_else (), ABS_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
    7778                 :           6 :                                 tem_op.resimplify (lseq, valueize);
    7779                 :           6 :                                 _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    7780                 :           6 :                                 if (!_r1) goto next_after_fail1860;
    7781                 :           4 :                                 res_op->ops[0] = _r1;
    7782                 :             :                               }
    7783                 :           4 :                               res_op->ops[1] =  build_real_truncate (type, dconst_sqrt2 ());
    7784                 :           4 :                               res_op->resimplify (lseq, valueize);
    7785                 :           4 :                               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 965, __FILE__, __LINE__, true);
    7786                 :           4 :                               return true;
    7787                 :             :                             }
    7788                 :             : next_after_fail1860:;
    7789                 :             :                           }
    7790                 :             :                       }
    7791                 :             :                     }
    7792                 :             :                   break;
    7793                 :             :                 }
    7794                 :             :               default:;
    7795                 :             :               }
    7796                 :             :         }
    7797                 :             :       break;
    7798                 :             :     default:;
    7799                 :             :     }
    7800                 :             :   return false;
    7801                 :             : }
    7802                 :             : 
    7803                 :             : bool
    7804                 :      640430 : gimple_simplify_FIX_TRUNC_EXPR (gimple_match_op *res_op, gimple_seq *seq,
    7805                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    7806                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
    7807                 :             : {
    7808                 :      640430 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    7809                 :      640430 :   {
    7810                 :      640430 :     tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
    7811                 :      640430 :     if ((
    7812                 :             : 1
    7813                 :      640430 :  && useless_type_conversion_p (type, TREE_TYPE (captures[0])))
    7814                 :             :  || (
    7815                 :             : 
    7816                 :             :  && type == TREE_TYPE (captures[0]))
    7817                 :             : )
    7818                 :             :       {
    7819                 :           0 :         gimple_seq *lseq = seq;
    7820                 :           0 :         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1901;
    7821                 :           0 :         {
    7822                 :           0 :           tree tem;
    7823                 :           0 :           tem = captures[0];
    7824                 :           0 :           res_op->set_value (tem);
    7825                 :           0 :           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 939, __FILE__, __LINE__, true);
    7826                 :           0 :           return true;
    7827                 :             :         }
    7828                 :           0 : next_after_fail1901:;
    7829                 :             :       }
    7830                 :             :   }
    7831                 :      640430 :   switch (TREE_CODE (_p0))
    7832                 :             :     {
    7833                 :      620083 :     case SSA_NAME:
    7834                 :      620083 :       if (gimple *_d1 = get_def (valueize, _p0))
    7835                 :             :         {
    7836                 :      453541 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
    7837                 :      669178 :             switch (gimple_assign_rhs_code (_a1))
    7838                 :             :               {
    7839                 :        3449 :               CASE_CONVERT:
    7840                 :        3449 :                 {
    7841                 :        3449 :                   tree _q20 = gimple_assign_rhs1 (_a1);
    7842                 :        3449 :                   _q20 = do_valueize (valueize, _q20);
    7843                 :        3449 :                   {
    7844                 :        3449 :                     tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q20 };
    7845                 :        3449 :                     {
    7846                 :        3449 :  tree inside_type = TREE_TYPE (captures[1]);
    7847                 :        3449 :  tree inter_type = TREE_TYPE (captures[0]);
    7848                 :        3449 :  int inside_int = INTEGRAL_TYPE_P (inside_type);
    7849                 :        3449 :  int inside_ptr = POINTER_TYPE_P (inside_type);
    7850                 :        3449 :  int inside_float = FLOAT_TYPE_P (inside_type);
    7851                 :        3449 :  int inside_vec = VECTOR_TYPE_P (inside_type);
    7852                 :        3449 :  unsigned int inside_prec = element_precision (inside_type);
    7853                 :        3449 :  int inside_unsignedp = TYPE_UNSIGNED (inside_type);
    7854                 :        3449 :  int inter_int = INTEGRAL_TYPE_P (inter_type);
    7855                 :        3449 :  int inter_ptr = POINTER_TYPE_P (inter_type);
    7856                 :        3449 :  int inter_float = FLOAT_TYPE_P (inter_type);
    7857                 :        3449 :  int inter_vec = VECTOR_TYPE_P (inter_type);
    7858                 :        3449 :  unsigned int inter_prec = element_precision (inter_type);
    7859                 :        3449 :  int inter_unsignedp = TYPE_UNSIGNED (inter_type);
    7860                 :        3449 :  int final_int = INTEGRAL_TYPE_P (type);
    7861                 :        3449 :  int final_ptr = POINTER_TYPE_P (type);
    7862                 :        3449 :  int final_float = FLOAT_TYPE_P (type);
    7863                 :        3449 :  int final_vec = VECTOR_TYPE_P (type);
    7864                 :        3449 :  unsigned int final_prec = element_precision (type);
    7865                 :        3449 :  int final_unsignedp = TYPE_UNSIGNED (type);
    7866                 :        3449 :                         if (((
    7867                 :             : 1
    7868                 :        3449 :  && useless_type_conversion_p (type, inside_type))
    7869                 :             :  || (
    7870                 :             : 
    7871                 :             :  && TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (inside_type)))
    7872                 :           0 :  && (((inter_int || inter_ptr) && final_int)
    7873                 :           0 :  || (inter_float && final_float))
    7874                 :        3449 :  && inter_prec >= final_prec
    7875                 :             : )
    7876                 :             :                           {
    7877                 :           0 :                             gimple_seq *lseq = seq;
    7878                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1902;
    7879                 :           0 :                             {
    7880                 :           0 :                               res_op->set_op (FIX_TRUNC_EXPR, type, 1);
    7881                 :           0 :                               res_op->ops[0] = captures[1];
    7882                 :           0 :                               res_op->resimplify (lseq, valueize);
    7883                 :           0 :                               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 940, __FILE__, __LINE__, true);
    7884                 :           0 :                               return true;
    7885                 :             :                             }
    7886                 :           0 : next_after_fail1902:;
    7887                 :             :                           }
    7888                 :             :                         else
    7889                 :             :                           {
    7890                 :        3449 :                             if (((inter_int && inside_int) || (inter_float && inside_float))
    7891                 :        3449 :  && (final_int || final_float)
    7892                 :        3449 :  && inter_prec >= inside_prec
    7893                 :         325 :  && (inter_float || inter_unsignedp == inside_unsignedp)
    7894                 :             : )
    7895                 :             :                               {
    7896                 :         325 :                                 gimple_seq *lseq = seq;
    7897                 :         325 :                                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1903;
    7898                 :         325 :                                 {
    7899                 :         325 :                                   res_op->set_op (FIX_TRUNC_EXPR, type, 1);
    7900                 :         325 :                                   res_op->ops[0] = captures[1];
    7901                 :         325 :                                   res_op->resimplify (lseq, valueize);
    7902                 :         325 :                                   if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 941, __FILE__, __LINE__, true);
    7903                 :         325 :                                   return true;
    7904                 :             :                                 }
    7905                 :           0 : next_after_fail1903:;
    7906                 :           0 :                               }
    7907                 :             :                             else
    7908                 :             :                               {
    7909                 :        3124 :                                 if (inside_int && inter_int && final_int
    7910                 :           0 :  && ((inside_prec < inter_prec && inter_prec < final_prec
    7911                 :           0 :  && inside_unsignedp && !inter_unsignedp)
    7912                 :           0 :  || final_prec == inter_prec
    7913                 :           0 :  || (inside_prec < inter_prec && inter_prec > final_prec
    7914                 :           0 :  && !inside_unsignedp && inter_unsignedp))
    7915                 :             : )
    7916                 :             :                                   {
    7917                 :           0 :                                     gimple_seq *lseq = seq;
    7918                 :           0 :                                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1904;
    7919                 :           0 :                                     {
    7920                 :           0 :                                       res_op->set_op (FIX_TRUNC_EXPR, type, 1);
    7921                 :           0 :                                       res_op->ops[0] = captures[1];
    7922                 :           0 :                                       res_op->resimplify (lseq, valueize);
    7923                 :           0 :                                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 942, __FILE__, __LINE__, true);
    7924                 :           0 :                                       return true;
    7925                 :             :                                     }
    7926                 :           0 : next_after_fail1904:;
    7927                 :           0 :                                   }
    7928                 :             :                                 else
    7929                 :             :                                   {
    7930                 :        3124 :                                     if (! inside_float && ! inter_float && ! final_float
    7931                 :             :  && ! inside_vec && ! inter_vec && ! final_vec
    7932                 :           0 :  && (inter_prec >= inside_prec || inter_prec >= final_prec)
    7933                 :           0 :  && ! (inside_int && inter_int
    7934                 :           0 :  && inter_unsignedp != inside_unsignedp
    7935                 :           0 :  && inter_prec < final_prec)
    7936                 :           0 :  && ((inter_unsignedp && inter_prec > inside_prec)
    7937                 :           0 :  == (final_unsignedp && final_prec > inter_prec))
    7938                 :           0 :  && ! (inside_ptr && inter_prec != final_prec)
    7939                 :           0 :  && ! (final_ptr && inside_prec != inter_prec)
    7940                 :             : )
    7941                 :             :                                       {
    7942                 :           0 :                                         gimple_seq *lseq = seq;
    7943                 :           0 :                                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1905;
    7944                 :           0 :                                         {
    7945                 :           0 :                                           res_op->set_op (FIX_TRUNC_EXPR, type, 1);
    7946                 :           0 :                                           res_op->ops[0] = captures[1];
    7947                 :           0 :                                           res_op->resimplify (lseq, valueize);
    7948                 :           0 :                                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 943, __FILE__, __LINE__, true);
    7949                 :           0 :                                           return true;
    7950                 :             :                                         }
    7951                 :           0 : next_after_fail1905:;
    7952                 :           0 :                                       }
    7953                 :             :                                     else
    7954                 :             :                                       {
    7955                 :        3124 :                                         if (inside_int && inter_int && final_int
    7956                 :           0 :  && final_prec <= inside_prec
    7957                 :           0 :  && inter_prec >= inside_prec
    7958                 :             : )
    7959                 :             :                                           {
    7960                 :           0 :                                             gimple_seq *lseq = seq;
    7961                 :           0 :                                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1906;
    7962                 :           0 :                                             {
    7963                 :           0 :                                               res_op->set_op (NOP_EXPR, type, 1);
    7964                 :           0 :                                               res_op->ops[0] = captures[1];
    7965                 :           0 :                                               res_op->resimplify (lseq, valueize);
    7966                 :           0 :                                               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 944, __FILE__, __LINE__, true);
    7967                 :           0 :                                               return true;
    7968                 :             :                                             }
    7969                 :           0 : next_after_fail1906:;
    7970                 :           0 :                                           }
    7971                 :             :                                         else
    7972                 :             :                                           {
    7973                 :        3124 :                                             if (1
    7974                 :        3124 :  && final_int && inter_int && inside_int
    7975                 :           0 :  && final_prec >= inside_prec
    7976                 :           0 :  && inside_prec > inter_prec
    7977                 :           0 :  && inter_unsignedp
    7978                 :             : )
    7979                 :             :                                               {
    7980                 :           0 :                                                 gimple_seq *lseq = seq;
    7981                 :           0 :                                                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1907;
    7982                 :           0 :                                                 {
    7983                 :           0 :                                                   res_op->set_op (NOP_EXPR, type, 1);
    7984                 :           0 :                                                   {
    7985                 :           0 :                                                     tree _o1[2], _r1;
    7986                 :           0 :                                                     _o1[0] = captures[1];
    7987                 :           0 :                                                     _o1[1] =  wide_int_to_tree
    7988                 :           0 :  (inside_type,
    7989                 :           0 :  wi::mask (inter_prec, false,
    7990                 :           0 :  TYPE_PRECISION (inside_type)));
    7991                 :           0 :                                                     gimple_match_op tem_op (res_op->cond.any_else (), BIT_AND_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    7992                 :           0 :                                                     tem_op.resimplify (lseq, valueize);
    7993                 :           0 :                                                     _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    7994                 :           0 :                                                     if (!_r1) goto next_after_fail1907;
    7995                 :           0 :                                                     res_op->ops[0] = _r1;
    7996                 :             :                                                   }
    7997                 :           0 :                                                   res_op->resimplify (lseq, valueize);
    7998                 :           0 :                                                   if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 945, __FILE__, __LINE__, true);
    7999                 :           0 :                                                   return true;
    8000                 :             :                                                 }
    8001                 :        3124 : next_after_fail1907:;
    8002                 :             :                                               }
    8003                 :             :                                             else
    8004                 :             :                                               {
    8005                 :        3124 :                                                 if (1
    8006                 :        3124 :  && inside_int && inter_float && final_int &&
    8007                 :        3124 :  (unsigned) significand_size (TYPE_MODE (inter_type))
    8008                 :           0 :  >= inside_prec - !inside_unsignedp
    8009                 :             : )
    8010                 :             :                                                   {
    8011                 :           0 :                                                     gimple_seq *lseq = seq;
    8012                 :           0 :                                                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1908;
    8013                 :           0 :                                                     {
    8014                 :           0 :                                                       res_op->set_op (NOP_EXPR, type, 1);
    8015                 :           0 :                                                       res_op->ops[0] = captures[1];
    8016                 :           0 :                                                       res_op->resimplify (lseq, valueize);
    8017                 :           0 :                                                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 946, __FILE__, __LINE__, true);
    8018                 :           0 :                                                       return true;
    8019                 :             :                                                     }
    8020                 :           0 : next_after_fail1908:;
    8021                 :             :                                                   }
    8022                 :             :                                               }
    8023                 :             :                                           }
    8024                 :             :                                       }
    8025                 :             :                                   }
    8026                 :             :                               }
    8027                 :             :                           }
    8028                 :             :                     }
    8029                 :             :                   }
    8030                 :        3124 :                   break;
    8031                 :             :                 }
    8032                 :        3720 :               case FLOAT_EXPR:
    8033                 :        3720 :                 {
    8034                 :        3720 :                   tree _q20 = gimple_assign_rhs1 (_a1);
    8035                 :        3720 :                   _q20 = do_valueize (valueize, _q20);
    8036                 :        3720 :                   {
    8037                 :        3720 :                     tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q20 };
    8038                 :        3720 :                     {
    8039                 :        3720 :  tree inside_type = TREE_TYPE (captures[1]);
    8040                 :        3720 :  tree inter_type = TREE_TYPE (captures[0]);
    8041                 :        3720 :  int inside_int = INTEGRAL_TYPE_P (inside_type);
    8042                 :        3720 :  int inside_ptr = POINTER_TYPE_P (inside_type);
    8043                 :        3720 :  int inside_float = FLOAT_TYPE_P (inside_type);
    8044                 :        3720 :  int inside_vec = VECTOR_TYPE_P (inside_type);
    8045                 :        3720 :  unsigned int inside_prec = element_precision (inside_type);
    8046                 :        3720 :  int inside_unsignedp = TYPE_UNSIGNED (inside_type);
    8047                 :        3720 :  int inter_int = INTEGRAL_TYPE_P (inter_type);
    8048                 :        3720 :  int inter_ptr = POINTER_TYPE_P (inter_type);
    8049                 :        3720 :  int inter_float = FLOAT_TYPE_P (inter_type);
    8050                 :        3720 :  int inter_vec = VECTOR_TYPE_P (inter_type);
    8051                 :        3720 :  unsigned int inter_prec = element_precision (inter_type);
    8052                 :        3720 :  int inter_unsignedp = TYPE_UNSIGNED (inter_type);
    8053                 :        3720 :  int final_int = INTEGRAL_TYPE_P (type);
    8054                 :        3720 :  int final_ptr = POINTER_TYPE_P (type);
    8055                 :        3720 :  int final_float = FLOAT_TYPE_P (type);
    8056                 :        3720 :  int final_vec = VECTOR_TYPE_P (type);
    8057                 :        3720 :  unsigned int final_prec = element_precision (type);
    8058                 :        3720 :  int final_unsignedp = TYPE_UNSIGNED (type);
    8059                 :        3720 :                         if (((
    8060                 :             : 1
    8061                 :        3720 :  && useless_type_conversion_p (type, inside_type))
    8062                 :             :  || (
    8063                 :             : 
    8064                 :             :  && TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (inside_type)))
    8065                 :        2370 :  && (((inter_int || inter_ptr) && final_int)
    8066                 :        2370 :  || (inter_float && final_float))
    8067                 :        3720 :  && inter_prec >= final_prec
    8068                 :             : )
    8069                 :             :                           {
    8070                 :           0 :                             gimple_seq *lseq = seq;
    8071                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1909;
    8072                 :           0 :                             {
    8073                 :           0 :                               res_op->set_op (FIX_TRUNC_EXPR, type, 1);
    8074                 :           0 :                               res_op->ops[0] = captures[1];
    8075                 :           0 :                               res_op->resimplify (lseq, valueize);
    8076                 :           0 :                               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 940, __FILE__, __LINE__, true);
    8077                 :           0 :                               return true;
    8078                 :             :                             }
    8079                 :           0 : next_after_fail1909:;
    8080                 :             :                           }
    8081                 :             :                         else
    8082                 :             :                           {
    8083                 :        3720 :                             if (((inter_int && inside_int) || (inter_float && inside_float))
    8084                 :           0 :  && (final_int || final_float)
    8085                 :           0 :  && inter_prec >= inside_prec
    8086                 :           0 :  && (inter_float || inter_unsignedp == inside_unsignedp)
    8087                 :             : )
    8088                 :             :                               {
    8089                 :           0 :                                 gimple_seq *lseq = seq;
    8090                 :           0 :                                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1910;
    8091                 :           0 :                                 {
    8092                 :           0 :                                   res_op->set_op (FIX_TRUNC_EXPR, type, 1);
    8093                 :           0 :                                   res_op->ops[0] = captures[1];
    8094                 :           0 :                                   res_op->resimplify (lseq, valueize);
    8095                 :           0 :                                   if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 941, __FILE__, __LINE__, true);
    8096                 :           0 :                                   return true;
    8097                 :             :                                 }
    8098                 :           0 : next_after_fail1910:;
    8099                 :           0 :                               }
    8100                 :             :                             else
    8101                 :             :                               {
    8102                 :        3720 :                                 if (inside_int && inter_int && final_int
    8103                 :           0 :  && ((inside_prec < inter_prec && inter_prec < final_prec
    8104                 :           0 :  && inside_unsignedp && !inter_unsignedp)
    8105                 :           0 :  || final_prec == inter_prec
    8106                 :           0 :  || (inside_prec < inter_prec && inter_prec > final_prec
    8107                 :           0 :  && !inside_unsignedp && inter_unsignedp))
    8108                 :             : )
    8109                 :             :                                   {
    8110                 :           0 :                                     gimple_seq *lseq = seq;
    8111                 :           0 :                                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1911;
    8112                 :           0 :                                     {
    8113                 :           0 :                                       res_op->set_op (FIX_TRUNC_EXPR, type, 1);
    8114                 :           0 :                                       res_op->ops[0] = captures[1];
    8115                 :           0 :                                       res_op->resimplify (lseq, valueize);
    8116                 :           0 :                                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 942, __FILE__, __LINE__, true);
    8117                 :           0 :                                       return true;
    8118                 :             :                                     }
    8119                 :           0 : next_after_fail1911:;
    8120                 :           0 :                                   }
    8121                 :             :                                 else
    8122                 :             :                                   {
    8123                 :        3720 :                                     if (! inside_float && ! inter_float && ! final_float
    8124                 :             :  && ! inside_vec && ! inter_vec && ! final_vec
    8125                 :           0 :  && (inter_prec >= inside_prec || inter_prec >= final_prec)
    8126                 :           0 :  && ! (inside_int && inter_int
    8127                 :           0 :  && inter_unsignedp != inside_unsignedp
    8128                 :           0 :  && inter_prec < final_prec)
    8129                 :           0 :  && ((inter_unsignedp && inter_prec > inside_prec)
    8130                 :           0 :  == (final_unsignedp && final_prec > inter_prec))
    8131                 :           0 :  && ! (inside_ptr && inter_prec != final_prec)
    8132                 :           0 :  && ! (final_ptr && inside_prec != inter_prec)
    8133                 :             : )
    8134                 :             :                                       {
    8135                 :           0 :                                         gimple_seq *lseq = seq;
    8136                 :           0 :                                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1912;
    8137                 :           0 :                                         {
    8138                 :           0 :                                           res_op->set_op (FIX_TRUNC_EXPR, type, 1);
    8139                 :           0 :                                           res_op->ops[0] = captures[1];
    8140                 :           0 :                                           res_op->resimplify (lseq, valueize);
    8141                 :           0 :                                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 943, __FILE__, __LINE__, true);
    8142                 :           0 :                                           return true;
    8143                 :             :                                         }
    8144                 :           0 : next_after_fail1912:;
    8145                 :           0 :                                       }
    8146                 :             :                                     else
    8147                 :             :                                       {
    8148                 :        3720 :                                         if (inside_int && inter_int && final_int
    8149                 :           0 :  && final_prec <= inside_prec
    8150                 :           0 :  && inter_prec >= inside_prec
    8151                 :             : )
    8152                 :             :                                           {
    8153                 :           0 :                                             gimple_seq *lseq = seq;
    8154                 :           0 :                                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1913;
    8155                 :           0 :                                             {
    8156                 :           0 :                                               res_op->set_op (NOP_EXPR, type, 1);
    8157                 :           0 :                                               res_op->ops[0] = captures[1];
    8158                 :           0 :                                               res_op->resimplify (lseq, valueize);
    8159                 :           0 :                                               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 944, __FILE__, __LINE__, true);
    8160                 :           0 :                                               return true;
    8161                 :             :                                             }
    8162                 :           0 : next_after_fail1913:;
    8163                 :           0 :                                           }
    8164                 :             :                                         else
    8165                 :             :                                           {
    8166                 :        3720 :                                             if (1
    8167                 :        3720 :  && final_int && inter_int && inside_int
    8168                 :           0 :  && final_prec >= inside_prec
    8169                 :           0 :  && inside_prec > inter_prec
    8170                 :           0 :  && inter_unsignedp
    8171                 :             : )
    8172                 :             :                                               {
    8173                 :           0 :                                                 gimple_seq *lseq = seq;
    8174                 :           0 :                                                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1914;
    8175                 :           0 :                                                 {
    8176                 :           0 :                                                   res_op->set_op (NOP_EXPR, type, 1);
    8177                 :           0 :                                                   {
    8178                 :           0 :                                                     tree _o1[2], _r1;
    8179                 :           0 :                                                     _o1[0] = captures[1];
    8180                 :           0 :                                                     _o1[1] =  wide_int_to_tree
    8181                 :           0 :  (inside_type,
    8182                 :           0 :  wi::mask (inter_prec, false,
    8183                 :           0 :  TYPE_PRECISION (inside_type)));
    8184                 :           0 :                                                     gimple_match_op tem_op (res_op->cond.any_else (), BIT_AND_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    8185                 :           0 :                                                     tem_op.resimplify (lseq, valueize);
    8186                 :           0 :                                                     _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    8187                 :           0 :                                                     if (!_r1) goto next_after_fail1914;
    8188                 :           0 :                                                     res_op->ops[0] = _r1;
    8189                 :             :                                                   }
    8190                 :           0 :                                                   res_op->resimplify (lseq, valueize);
    8191                 :           0 :                                                   if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 945, __FILE__, __LINE__, true);
    8192                 :           0 :                                                   return true;
    8193                 :             :                                                 }
    8194                 :        3075 : next_after_fail1914:;
    8195                 :             :                                               }
    8196                 :             :                                             else
    8197                 :             :                                               {
    8198                 :        3720 :                                                 if (1
    8199                 :        3720 :  && inside_int && inter_float && final_int &&
    8200                 :        6758 :  (unsigned) significand_size (TYPE_MODE (inter_type))
    8201                 :        3683 :  >= inside_prec - !inside_unsignedp
    8202                 :             : )
    8203                 :             :                                                   {
    8204                 :         645 :                                                     gimple_seq *lseq = seq;
    8205                 :         645 :                                                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1915;
    8206                 :         645 :                                                     {
    8207                 :         645 :                                                       res_op->set_op (NOP_EXPR, type, 1);
    8208                 :         645 :                                                       res_op->ops[0] = captures[1];
    8209                 :         645 :                                                       res_op->resimplify (lseq, valueize);
    8210                 :         645 :                                                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 946, __FILE__, __LINE__, true);
    8211                 :         645 :                                                       return true;
    8212                 :             :                                                     }
    8213                 :           0 : next_after_fail1915:;
    8214                 :             :                                                   }
    8215                 :             :                                               }
    8216                 :             :                                           }
    8217                 :             :                                       }
    8218                 :             :                                   }
    8219                 :             :                               }
    8220                 :             :                           }
    8221                 :             :                     }
    8222                 :             :                   }
    8223                 :        3075 :                   break;
    8224                 :             :                 }
    8225                 :             :               default:;
    8226                 :             :               }
    8227                 :             :         }
    8228                 :             :       break;
    8229                 :             :     default:;
    8230                 :             :     }
    8231                 :             :   return false;
    8232                 :             : }
    8233                 :             : 
    8234                 :             : bool
    8235                 :        7525 : gimple_simplify_CFN_BUILT_IN_BSWAP32 (gimple_match_op *res_op, gimple_seq *seq,
    8236                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    8237                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
    8238                 :             : {
    8239                 :        7525 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    8240                 :        7525 :   switch (TREE_CODE (_p0))
    8241                 :             :     {
    8242                 :        7418 :     case SSA_NAME:
    8243                 :        7418 :       if (gimple *_d1 = get_def (valueize, _p0))
    8244                 :             :         {
    8245                 :        3262 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
    8246                 :        4281 :             switch (gimple_assign_rhs_code (_a1))
    8247                 :             :               {
    8248                 :           2 :               case BIT_NOT_EXPR:
    8249                 :           2 :                 {
    8250                 :           2 :                   tree _q20 = gimple_assign_rhs1 (_a1);
    8251                 :           2 :                   _q20 = do_valueize (valueize, _q20);
    8252                 :           2 :                   switch (TREE_CODE (_q20))
    8253                 :             :                     {
    8254                 :           2 :                     case SSA_NAME:
    8255                 :           2 :                       if (gimple *_d2 = get_def (valueize, _q20))
    8256                 :             :                         {
    8257                 :           2 :                           if (gcall *_c2 = dyn_cast <gcall *> (_d2))
    8258                 :           2 :                             switch (gimple_call_combined_fn (_c2))
    8259                 :             :                               {
    8260                 :           2 :                               case CFN_BUILT_IN_BSWAP32:
    8261                 :           2 :                                 if (gimple_call_num_args (_c2) == 1)
    8262                 :             :                                   {
    8263                 :           2 :                                     tree _q30 = gimple_call_arg (_c2, 0);
    8264                 :           2 :                                     _q30 = do_valueize (valueize, _q30);
    8265                 :           2 :                                     {
    8266                 :           2 :                                       tree captures[1] ATTRIBUTE_UNUSED = { _q30 };
    8267                 :           2 :                                       if (gimple_simplify_610 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_BSWAP32))
    8268                 :           2 :                                         return true;
    8269                 :             :                                     }
    8270                 :             :                                   }
    8271                 :             :                                 break;
    8272                 :             :                               default:;
    8273                 :             :                               }
    8274                 :             :                         }
    8275                 :             :                       break;
    8276                 :             :                     default:;
    8277                 :             :                     }
    8278                 :             :                   break;
    8279                 :             :                 }
    8280                 :          20 :               case BIT_XOR_EXPR:
    8281                 :          20 :                 {
    8282                 :          20 :                   tree _q20 = gimple_assign_rhs1 (_a1);
    8283                 :          20 :                   _q20 = do_valueize (valueize, _q20);
    8284                 :          20 :                   tree _q21 = gimple_assign_rhs2 (_a1);
    8285                 :          20 :                   _q21 = do_valueize (valueize, _q21);
    8286                 :          20 :                   if (tree_swap_operands_p (_q20, _q21))
    8287                 :           0 :                     std::swap (_q20, _q21);
    8288                 :          20 :                   switch (TREE_CODE (_q20))
    8289                 :             :                     {
    8290                 :          20 :                     case SSA_NAME:
    8291                 :          20 :                       if (gimple *_d2 = get_def (valueize, _q20))
    8292                 :             :                         {
    8293                 :          20 :                           if (gcall *_c2 = dyn_cast <gcall *> (_d2))
    8294                 :           4 :                             switch (gimple_call_combined_fn (_c2))
    8295                 :             :                               {
    8296                 :           4 :                               case CFN_BUILT_IN_BSWAP32:
    8297                 :           4 :                                 if (gimple_call_num_args (_c2) == 1)
    8298                 :             :                                   {
    8299                 :           4 :                                     tree _q30 = gimple_call_arg (_c2, 0);
    8300                 :           4 :                                     _q30 = do_valueize (valueize, _q30);
    8301                 :           4 :                                     {
    8302                 :           4 :                                       tree captures[2] ATTRIBUTE_UNUSED = { _q30, _q21 };
    8303                 :           4 :                                       if (gimple_simplify_611 (res_op, seq, valueize, type, captures, BIT_XOR_EXPR, CFN_BUILT_IN_BSWAP32))
    8304                 :           4 :                                         return true;
    8305                 :             :                                     }
    8306                 :             :                                   }
    8307                 :             :                                 break;
    8308                 :             :                               default:;
    8309                 :             :                               }
    8310                 :             :                         }
    8311                 :             :                       break;
    8312                 :          16 :                     default:;
    8313                 :             :                     }
    8314                 :          16 :                   switch (TREE_CODE (_q21))
    8315                 :             :                     {
    8316                 :          16 :                     case SSA_NAME:
    8317                 :          16 :                       if (gimple *_d2 = get_def (valueize, _q21))
    8318                 :             :                         {
    8319                 :          16 :                           if (gcall *_c2 = dyn_cast <gcall *> (_d2))
    8320                 :           0 :                             switch (gimple_call_combined_fn (_c2))
    8321                 :             :                               {
    8322                 :           0 :                               case CFN_BUILT_IN_BSWAP32:
    8323                 :           0 :                                 if (gimple_call_num_args (_c2) == 1)
    8324                 :             :                                   {
    8325                 :           0 :                                     tree _q40 = gimple_call_arg (_c2, 0);
    8326                 :           0 :                                     _q40 = do_valueize (valueize, _q40);
    8327                 :           0 :                                     {
    8328                 :           0 :                                       tree captures[2] ATTRIBUTE_UNUSED = { _q40, _q20 };
    8329                 :           0 :                                       if (gimple_simplify_611 (res_op, seq, valueize, type, captures, BIT_XOR_EXPR, CFN_BUILT_IN_BSWAP32))
    8330                 :           0 :                                         return true;
    8331                 :             :                                     }
    8332                 :             :                                   }
    8333                 :             :                                 break;
    8334                 :             :                               default:;
    8335                 :             :                               }
    8336                 :             :                         }
    8337                 :             :                       break;
    8338                 :             :                     default:;
    8339                 :             :                     }
    8340                 :        7525 :                   break;
    8341                 :             :                 }
    8342                 :         146 :               case BIT_IOR_EXPR:
    8343                 :         146 :                 {
    8344                 :         146 :                   tree _q20 = gimple_assign_rhs1 (_a1);
    8345                 :         146 :                   _q20 = do_valueize (valueize, _q20);
    8346                 :         146 :                   tree _q21 = gimple_assign_rhs2 (_a1);
    8347                 :         146 :                   _q21 = do_valueize (valueize, _q21);
    8348                 :         146 :                   if (tree_swap_operands_p (_q20, _q21))
    8349                 :           0 :                     std::swap (_q20, _q21);
    8350                 :         146 :                   switch (TREE_CODE (_q20))
    8351                 :             :                     {
    8352                 :         146 :                     case SSA_NAME:
    8353                 :         146 :                       if (gimple *_d2 = get_def (valueize, _q20))
    8354                 :             :                         {
    8355                 :         146 :                           if (gcall *_c2 = dyn_cast <gcall *> (_d2))
    8356                 :           4 :                             switch (gimple_call_combined_fn (_c2))
    8357                 :             :                               {
    8358                 :           4 :                               case CFN_BUILT_IN_BSWAP32:
    8359                 :           4 :                                 if (gimple_call_num_args (_c2) == 1)
    8360                 :             :                                   {
    8361                 :           4 :                                     tree _q30 = gimple_call_arg (_c2, 0);
    8362                 :           4 :                                     _q30 = do_valueize (valueize, _q30);
    8363                 :           4 :                                     {
    8364                 :           4 :                                       tree captures[2] ATTRIBUTE_UNUSED = { _q30, _q21 };
    8365                 :           4 :                                       if (gimple_simplify_611 (res_op, seq, valueize, type, captures, BIT_IOR_EXPR, CFN_BUILT_IN_BSWAP32))
    8366                 :           4 :                                         return true;
    8367                 :             :                                     }
    8368                 :             :                                   }
    8369                 :             :                                 break;
    8370                 :             :                               default:;
    8371                 :             :                               }
    8372                 :             :                         }
    8373                 :             :                       break;
    8374                 :         142 :                     default:;
    8375                 :             :                     }
    8376                 :         142 :                   switch (TREE_CODE (_q21))
    8377                 :             :                     {
    8378                 :         131 :                     case SSA_NAME:
    8379                 :         131 :                       if (gimple *_d2 = get_def (valueize, _q21))
    8380                 :             :                         {
    8381                 :         124 :                           if (gcall *_c2 = dyn_cast <gcall *> (_d2))
    8382                 :           0 :                             switch (gimple_call_combined_fn (_c2))
    8383                 :             :                               {
    8384                 :           0 :                               case CFN_BUILT_IN_BSWAP32:
    8385                 :           0 :                                 if (gimple_call_num_args (_c2) == 1)
    8386                 :             :                                   {
    8387                 :           0 :                                     tree _q40 = gimple_call_arg (_c2, 0);
    8388                 :           0 :                                     _q40 = do_valueize (valueize, _q40);
    8389                 :           0 :                                     {
    8390                 :           0 :                                       tree captures[2] ATTRIBUTE_UNUSED = { _q40, _q20 };
    8391                 :           0 :                                       if (gimple_simplify_611 (res_op, seq, valueize, type, captures, BIT_IOR_EXPR, CFN_BUILT_IN_BSWAP32))
    8392                 :           0 :                                         return true;
    8393                 :             :                                     }
    8394                 :             :                                   }
    8395                 :             :                                 break;
    8396                 :             :                               default:;
    8397                 :             :                               }
    8398                 :             :                         }
    8399                 :             :                       break;
    8400                 :             :                     default:;
    8401                 :             :                     }
    8402                 :        7525 :                   break;
    8403                 :             :                 }
    8404                 :          21 :               case BIT_AND_EXPR:
    8405                 :          21 :                 {
    8406                 :          21 :                   tree _q20 = gimple_assign_rhs1 (_a1);
    8407                 :          21 :                   _q20 = do_valueize (valueize, _q20);
    8408                 :          21 :                   tree _q21 = gimple_assign_rhs2 (_a1);
    8409                 :          21 :                   _q21 = do_valueize (valueize, _q21);
    8410                 :          21 :                   if (tree_swap_operands_p (_q20, _q21))
    8411                 :           1 :                     std::swap (_q20, _q21);
    8412                 :          21 :                   switch (TREE_CODE (_q20))
    8413                 :             :                     {
    8414                 :          21 :                     case SSA_NAME:
    8415                 :          21 :                       if (gimple *_d2 = get_def (valueize, _q20))
    8416                 :             :                         {
    8417                 :          21 :                           if (gcall *_c2 = dyn_cast <gcall *> (_d2))
    8418                 :           7 :                             switch (gimple_call_combined_fn (_c2))
    8419                 :             :                               {
    8420                 :           7 :                               case CFN_BUILT_IN_BSWAP32:
    8421                 :           7 :                                 if (gimple_call_num_args (_c2) == 1)
    8422                 :             :                                   {
    8423                 :           7 :                                     tree _q30 = gimple_call_arg (_c2, 0);
    8424                 :           7 :                                     _q30 = do_valueize (valueize, _q30);
    8425                 :           7 :                                     {
    8426                 :           7 :                                       tree captures[2] ATTRIBUTE_UNUSED = { _q30, _q21 };
    8427                 :           7 :                                       if (gimple_simplify_611 (res_op, seq, valueize, type, captures, BIT_AND_EXPR, CFN_BUILT_IN_BSWAP32))
    8428                 :           7 :                                         return true;
    8429                 :             :                                     }
    8430                 :             :                                   }
    8431                 :             :                                 break;
    8432                 :             :                               default:;
    8433                 :             :                               }
    8434                 :             :                         }
    8435                 :             :                       break;
    8436                 :          14 :                     default:;
    8437                 :             :                     }
    8438                 :          14 :                   switch (TREE_CODE (_q21))
    8439                 :             :                     {
    8440                 :           3 :                     case SSA_NAME:
    8441                 :           3 :                       if (gimple *_d2 = get_def (valueize, _q21))
    8442                 :             :                         {
    8443                 :           3 :                           if (gcall *_c2 = dyn_cast <gcall *> (_d2))
    8444                 :           0 :                             switch (gimple_call_combined_fn (_c2))
    8445                 :             :                               {
    8446                 :           0 :                               case CFN_BUILT_IN_BSWAP32:
    8447                 :           0 :                                 if (gimple_call_num_args (_c2) == 1)
    8448                 :             :                                   {
    8449                 :           0 :                                     tree _q40 = gimple_call_arg (_c2, 0);
    8450                 :           0 :                                     _q40 = do_valueize (valueize, _q40);
    8451                 :           0 :                                     {
    8452                 :           0 :                                       tree captures[2] ATTRIBUTE_UNUSED = { _q40, _q20 };
    8453                 :           0 :                                       if (gimple_simplify_611 (res_op, seq, valueize, type, captures, BIT_AND_EXPR, CFN_BUILT_IN_BSWAP32))
    8454                 :           0 :                                         return true;
    8455                 :             :                                     }
    8456                 :             :                                   }
    8457                 :             :                                 break;
    8458                 :             :                               default:;
    8459                 :             :                               }
    8460                 :             :                         }
    8461                 :             :                       break;
    8462                 :             :                     default:;
    8463                 :             :                     }
    8464                 :        7525 :                   break;
    8465                 :             :                 }
    8466                 :             :               default:;
    8467                 :             :               }
    8468                 :         687 :           else if (gcall *_c1 = dyn_cast <gcall *> (_d1))
    8469                 :          16 :             switch (gimple_call_combined_fn (_c1))
    8470                 :             :               {
    8471                 :          16 :               case CFN_BUILT_IN_BSWAP32:
    8472                 :          16 :                 if (gimple_call_num_args (_c1) == 1)
    8473                 :             :                   {
    8474                 :          16 :                     tree _q20 = gimple_call_arg (_c1, 0);
    8475                 :          16 :                     _q20 = do_valueize (valueize, _q20);
    8476                 :          16 :                     {
    8477                 :          16 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    8478                 :          16 :                       if (gimple_simplify_609 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_BSWAP32))
    8479                 :          16 :                         return true;
    8480                 :             :                     }
    8481                 :             :                   }
    8482                 :             :                 break;
    8483                 :             :               default:;
    8484                 :             :               }
    8485                 :             :         }
    8486                 :             :       break;
    8487                 :             :     default:;
    8488                 :             :     }
    8489                 :             :   return false;
    8490                 :             : }
    8491                 :             : 
    8492                 :             : bool
    8493                 :           0 : gimple_simplify_CFN_LOG (gimple_match_op *res_op, gimple_seq *seq,
    8494                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    8495                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
    8496                 :             : {
    8497                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    8498                 :           0 :   switch (TREE_CODE (_p0))
    8499                 :             :     {
    8500                 :           0 :     case SSA_NAME:
    8501                 :           0 :       if (gimple *_d1 = get_def (valueize, _p0))
    8502                 :             :         {
    8503                 :           0 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
    8504                 :           0 :             switch (gimple_assign_rhs_code (_a1))
    8505                 :             :               {
    8506                 :           0 :               case RDIV_EXPR:
    8507                 :           0 :                 {
    8508                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
    8509                 :           0 :                   _q20 = do_valueize (valueize, _q20);
    8510                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
    8511                 :           0 :                   _q21 = do_valueize (valueize, _q21);
    8512                 :           0 :                   switch (TREE_CODE (_q20))
    8513                 :             :                     {
    8514                 :           0 :                     case REAL_CST:
    8515                 :           0 :                       {
    8516                 :           0 :                         {
    8517                 :           0 :                           tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q21 };
    8518                 :           0 :                           if (gimple_simplify_638 (res_op, seq, valueize, type, captures, CFN_LOG))
    8519                 :           0 :                             return true;
    8520                 :             :                         }
    8521                 :           0 :                         break;
    8522                 :             :                       }
    8523                 :           0 :                     default:;
    8524                 :             :                     }
    8525                 :           0 :                 if (real_onep (_q20))
    8526                 :             :                   {
    8527                 :           0 :                     {
    8528                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q21 };
    8529                 :           0 :                       if (gimple_simplify_637 (res_op, seq, valueize, type, captures, CFN_LOG))
    8530                 :           0 :                         return true;
    8531                 :             :                     }
    8532                 :             :                   }
    8533                 :             :                   break;
    8534                 :             :                 }
    8535                 :             :               default:;
    8536                 :             :               }
    8537                 :           0 :           else if (gcall *_c1 = dyn_cast <gcall *> (_d1))
    8538                 :           0 :             switch (gimple_call_combined_fn (_c1))
    8539                 :             :               {
    8540                 :           0 :               case CFN_EXP:
    8541                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
    8542                 :             :                   {
    8543                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
    8544                 :           0 :                     _q20 = do_valueize (valueize, _q20);
    8545                 :           0 :                     {
    8546                 :           0 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    8547                 :           0 :                       if (flag_unsafe_math_optimizations
    8548                 :             : )
    8549                 :             :                         {
    8550                 :           0 :                           gimple_seq *lseq = seq;
    8551                 :           0 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1964;
    8552                 :           0 :                           {
    8553                 :           0 :                             tree tem;
    8554                 :           0 :                             tem = captures[0];
    8555                 :           0 :                             res_op->set_value (tem);
    8556                 :           0 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 995, __FILE__, __LINE__, true);
    8557                 :           0 :                             return true;
    8558                 :             :                           }
    8559                 :           0 : next_after_fail1964:;
    8560                 :             :                         }
    8561                 :             :                     }
    8562                 :             :                   }
    8563                 :             :                 break;
    8564                 :           0 :               case CFN_POW:
    8565                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
    8566                 :             :                   {
    8567                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
    8568                 :           0 :                     _q20 = do_valueize (valueize, _q20);
    8569                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
    8570                 :           0 :                     _q21 = do_valueize (valueize, _q21);
    8571                 :           0 :                     {
    8572                 :           0 :                       tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    8573                 :           0 :                       if (gimple_simplify_639 (res_op, seq, valueize, type, captures, CFN_LOG, CFN_POW))
    8574                 :           0 :                         return true;
    8575                 :             :                     }
    8576                 :             :                   }
    8577                 :             :                 break;
    8578                 :           0 :               case CFN_EXP2:
    8579                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
    8580                 :             :                   {
    8581                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
    8582                 :           0 :                     _q20 = do_valueize (valueize, _q20);
    8583                 :           0 :                     {
    8584                 :           0 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    8585                 :           0 :                       if (flag_unsafe_math_optimizations
    8586                 :             : )
    8587                 :             :                         {
    8588                 :           0 :                           if (SCALAR_FLOAT_TYPE_P (type)
    8589                 :             : )
    8590                 :             :                             {
    8591                 :           0 :                               {
    8592                 :           0 :  tree x;
    8593                 :           0 :  switch (CFN_EXP2)
    8594                 :             :  {
    8595                 :             :  CASE_CFN_EXP:
    8596                 :             :  x = build_real_truncate (type, dconst_e ());
    8597                 :             :  break;
    8598                 :           0 :  CASE_CFN_EXP2:
    8599                 :           0 :  x = build_real (type, dconst2);
    8600                 :           0 :  break;
    8601                 :             :  CASE_CFN_EXP10:
    8602                 :             :  CASE_CFN_POW10:
    8603                 :             :  {
    8604                 :             :  REAL_VALUE_TYPE dconst10;
    8605                 :             :  real_from_integer (&dconst10, VOIDmode, 10, SIGNED);
    8606                 :             :  x = build_real (type, dconst10);
    8607                 :             :  }
    8608                 :             :  break;
    8609                 :             :  default:
    8610                 :             :  gcc_unreachable ();
    8611                 :             :  }
    8612                 :           0 :                                   gimple_seq *lseq = seq;
    8613                 :           0 :                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1965;
    8614                 :           0 :                                   {
    8615                 :           0 :                                     res_op->set_op (MULT_EXPR, type, 2);
    8616                 :           0 :                                     {
    8617                 :           0 :                                       tree _o1[1], _r1;
    8618                 :           0 :                                       _o1[0] =  x;
    8619                 :           0 :                                       gimple_match_op tem_op (res_op->cond.any_else (), CFN_LOG, TREE_TYPE (_o1[0]), _o1[0]);
    8620                 :           0 :                                       tem_op.resimplify (lseq, valueize);
    8621                 :           0 :                                       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    8622                 :           0 :                                       if (!_r1) goto next_after_fail1965;
    8623                 :           0 :                                       res_op->ops[0] = _r1;
    8624                 :             :                                     }
    8625                 :           0 :                                     res_op->ops[1] = captures[0];
    8626                 :           0 :                                     res_op->resimplify (lseq, valueize);
    8627                 :           0 :                                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 994, __FILE__, __LINE__, true);
    8628                 :           0 :                                     return true;
    8629                 :             :                                   }
    8630                 :             : next_after_fail1965:;
    8631                 :             :                               }
    8632                 :             :                             }
    8633                 :             :                         }
    8634                 :             :                     }
    8635                 :             :                   }
    8636                 :             :                 break;
    8637                 :           0 :               case CFN_SQRT:
    8638                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
    8639                 :             :                   {
    8640                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
    8641                 :           0 :                     _q20 = do_valueize (valueize, _q20);
    8642                 :           0 :                     {
    8643                 :           0 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    8644                 :           0 :                       if (flag_unsafe_math_optimizations
    8645                 :             : )
    8646                 :             :                         {
    8647                 :           0 :                           if (SCALAR_FLOAT_TYPE_P (type)
    8648                 :             : )
    8649                 :             :                             {
    8650                 :           0 :                               {
    8651                 :           0 :  tree x;
    8652                 :           0 :  switch (CFN_SQRT)
    8653                 :             :  {
    8654                 :           0 :  CASE_CFN_SQRT:
    8655                 :           0 :  x = build_real (type, dconsthalf);
    8656                 :           0 :  break;
    8657                 :             :  CASE_CFN_CBRT:
    8658                 :             :  x = build_real_truncate (type, dconst_third ());
    8659                 :             :  break;
    8660                 :             :  default:
    8661                 :             :  gcc_unreachable ();
    8662                 :             :  }
    8663                 :           0 :                                   gimple_seq *lseq = seq;
    8664                 :           0 :                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1966;
    8665                 :           0 :                                   {
    8666                 :           0 :                                     res_op->set_op (MULT_EXPR, type, 2);
    8667                 :           0 :                                     res_op->ops[0] =  x;
    8668                 :           0 :                                     {
    8669                 :           0 :                                       tree _o1[1], _r1;
    8670                 :           0 :                                       _o1[0] = captures[0];
    8671                 :           0 :                                       gimple_match_op tem_op (res_op->cond.any_else (), CFN_LOG, TREE_TYPE (_o1[0]), _o1[0]);
    8672                 :           0 :                                       tem_op.resimplify (lseq, valueize);
    8673                 :           0 :                                       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    8674                 :           0 :                                       if (!_r1) goto next_after_fail1966;
    8675                 :           0 :                                       res_op->ops[1] = _r1;
    8676                 :             :                                     }
    8677                 :           0 :                                     res_op->resimplify (lseq, valueize);
    8678                 :           0 :                                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 993, __FILE__, __LINE__, true);
    8679                 :           0 :                                     return true;
    8680                 :             :                                   }
    8681                 :             : next_after_fail1966:;
    8682                 :             :                               }
    8683                 :             :                             }
    8684                 :             :                         }
    8685                 :             :                     }
    8686                 :             :                   }
    8687                 :             :                 break;
    8688                 :           0 :               case CFN_EXP10:
    8689                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
    8690                 :             :                   {
    8691                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
    8692                 :           0 :                     _q20 = do_valueize (valueize, _q20);
    8693                 :           0 :                     {
    8694                 :           0 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    8695                 :           0 :                       if (flag_unsafe_math_optimizations
    8696                 :             : )
    8697                 :             :                         {
    8698                 :           0 :                           if (SCALAR_FLOAT_TYPE_P (type)
    8699                 :             : )
    8700                 :             :                             {
    8701                 :           0 :                               {
    8702                 :           0 :  tree x;
    8703                 :           0 :  switch (CFN_EXP10)
    8704                 :             :  {
    8705                 :             :  CASE_CFN_EXP:
    8706                 :             :  x = build_real_truncate (type, dconst_e ());
    8707                 :             :  break;
    8708                 :             :  CASE_CFN_EXP2:
    8709                 :             :  x = build_real (type, dconst2);
    8710                 :             :  break;
    8711                 :           0 :  CASE_CFN_EXP10:
    8712                 :           0 :  CASE_CFN_POW10:
    8713                 :           0 :  {
    8714                 :           0 :  REAL_VALUE_TYPE dconst10;
    8715                 :           0 :  real_from_integer (&dconst10, VOIDmode, 10, SIGNED);
    8716                 :           0 :  x = build_real (type, dconst10);
    8717                 :             :  }
    8718                 :           0 :  break;
    8719                 :             :  default:
    8720                 :             :  gcc_unreachable ();
    8721                 :             :  }
    8722                 :           0 :                                   gimple_seq *lseq = seq;
    8723                 :           0 :                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1967;
    8724                 :           0 :                                   {
    8725                 :           0 :                                     res_op->set_op (MULT_EXPR, type, 2);
    8726                 :           0 :                                     {
    8727                 :           0 :                                       tree _o1[1], _r1;
    8728                 :           0 :                                       _o1[0] =  x;
    8729                 :           0 :                                       gimple_match_op tem_op (res_op->cond.any_else (), CFN_LOG, TREE_TYPE (_o1[0]), _o1[0]);
    8730                 :           0 :                                       tem_op.resimplify (lseq, valueize);
    8731                 :           0 :                                       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    8732                 :           0 :                                       if (!_r1) goto next_after_fail1967;
    8733                 :           0 :                                       res_op->ops[0] = _r1;
    8734                 :             :                                     }
    8735                 :           0 :                                     res_op->ops[1] = captures[0];
    8736                 :           0 :                                     res_op->resimplify (lseq, valueize);
    8737                 :           0 :                                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 994, __FILE__, __LINE__, true);
    8738                 :           0 :                                     return true;
    8739                 :             :                                   }
    8740                 :             : next_after_fail1967:;
    8741                 :             :                               }
    8742                 :             :                             }
    8743                 :             :                         }
    8744                 :             :                     }
    8745                 :             :                   }
    8746                 :             :                 break;
    8747                 :             :               default:;
    8748                 :             :               }
    8749                 :             :         }
    8750                 :             :       break;
    8751                 :             :     default:;
    8752                 :             :     }
    8753                 :             :   return false;
    8754                 :             : }
    8755                 :             : 
    8756                 :             : bool
    8757                 :           0 : gimple_simplify_CFN_LOG2 (gimple_match_op *res_op, gimple_seq *seq,
    8758                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    8759                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
    8760                 :             : {
    8761                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    8762                 :           0 :   switch (TREE_CODE (_p0))
    8763                 :             :     {
    8764                 :           0 :     case SSA_NAME:
    8765                 :           0 :       if (gimple *_d1 = get_def (valueize, _p0))
    8766                 :             :         {
    8767                 :           0 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
    8768                 :           0 :             switch (gimple_assign_rhs_code (_a1))
    8769                 :             :               {
    8770                 :           0 :               case RDIV_EXPR:
    8771                 :           0 :                 {
    8772                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
    8773                 :           0 :                   _q20 = do_valueize (valueize, _q20);
    8774                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
    8775                 :           0 :                   _q21 = do_valueize (valueize, _q21);
    8776                 :           0 :                   switch (TREE_CODE (_q20))
    8777                 :             :                     {
    8778                 :           0 :                     case REAL_CST:
    8779                 :           0 :                       {
    8780                 :           0 :                         {
    8781                 :           0 :                           tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q21 };
    8782                 :           0 :                           if (gimple_simplify_638 (res_op, seq, valueize, type, captures, CFN_LOG2))
    8783                 :           0 :                             return true;
    8784                 :             :                         }
    8785                 :           0 :                         break;
    8786                 :             :                       }
    8787                 :           0 :                     default:;
    8788                 :             :                     }
    8789                 :           0 :                 if (real_onep (_q20))
    8790                 :             :                   {
    8791                 :           0 :                     {
    8792                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q21 };
    8793                 :           0 :                       if (gimple_simplify_637 (res_op, seq, valueize, type, captures, CFN_LOG2))
    8794                 :           0 :                         return true;
    8795                 :             :                     }
    8796                 :             :                   }
    8797                 :             :                   break;
    8798                 :             :                 }
    8799                 :             :               default:;
    8800                 :             :               }
    8801                 :           0 :           else if (gcall *_c1 = dyn_cast <gcall *> (_d1))
    8802                 :           0 :             switch (gimple_call_combined_fn (_c1))
    8803                 :             :               {
    8804                 :           0 :               case CFN_EXP:
    8805                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
    8806                 :             :                   {
    8807                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
    8808                 :           0 :                     _q20 = do_valueize (valueize, _q20);
    8809                 :           0 :                     {
    8810                 :           0 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    8811                 :           0 :                       if (flag_unsafe_math_optimizations
    8812                 :             : )
    8813                 :             :                         {
    8814                 :           0 :                           if (SCALAR_FLOAT_TYPE_P (type)
    8815                 :             : )
    8816                 :             :                             {
    8817                 :           0 :                               {
    8818                 :           0 :  tree x;
    8819                 :           0 :  switch (CFN_EXP)
    8820                 :             :  {
    8821                 :           0 :  CASE_CFN_EXP:
    8822                 :           0 :  x = build_real_truncate (type, dconst_e ());
    8823                 :           0 :  break;
    8824                 :             :  CASE_CFN_EXP2:
    8825                 :             :  x = build_real (type, dconst2);
    8826                 :             :  break;
    8827                 :             :  CASE_CFN_EXP10:
    8828                 :             :  CASE_CFN_POW10:
    8829                 :             :  {
    8830                 :             :  REAL_VALUE_TYPE dconst10;
    8831                 :             :  real_from_integer (&dconst10, VOIDmode, 10, SIGNED);
    8832                 :             :  x = build_real (type, dconst10);
    8833                 :             :  }
    8834                 :             :  break;
    8835                 :             :  default:
    8836                 :             :  gcc_unreachable ();
    8837                 :             :  }
    8838                 :           0 :                                   gimple_seq *lseq = seq;
    8839                 :           0 :                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1986;
    8840                 :           0 :                                   {
    8841                 :           0 :                                     res_op->set_op (MULT_EXPR, type, 2);
    8842                 :           0 :                                     {
    8843                 :           0 :                                       tree _o1[1], _r1;
    8844                 :           0 :                                       _o1[0] =  x;
    8845                 :           0 :                                       gimple_match_op tem_op (res_op->cond.any_else (), CFN_LOG2, TREE_TYPE (_o1[0]), _o1[0]);
    8846                 :           0 :                                       tem_op.resimplify (lseq, valueize);
    8847                 :           0 :                                       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    8848                 :           0 :                                       if (!_r1) goto next_after_fail1986;
    8849                 :           0 :                                       res_op->ops[0] = _r1;
    8850                 :             :                                     }
    8851                 :           0 :                                     res_op->ops[1] = captures[0];
    8852                 :           0 :                                     res_op->resimplify (lseq, valueize);
    8853                 :           0 :                                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 994, __FILE__, __LINE__, true);
    8854                 :           0 :                                     return true;
    8855                 :             :                                   }
    8856                 :             : next_after_fail1986:;
    8857                 :             :                               }
    8858                 :             :                             }
    8859                 :             :                         }
    8860                 :             :                     }
    8861                 :             :                   }
    8862                 :             :                 break;
    8863                 :           0 :               case CFN_POW:
    8864                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
    8865                 :             :                   {
    8866                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
    8867                 :           0 :                     _q20 = do_valueize (valueize, _q20);
    8868                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
    8869                 :           0 :                     _q21 = do_valueize (valueize, _q21);
    8870                 :           0 :                     {
    8871                 :           0 :                       tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    8872                 :           0 :                       if (gimple_simplify_639 (res_op, seq, valueize, type, captures, CFN_LOG2, CFN_POW))
    8873                 :           0 :                         return true;
    8874                 :             :                     }
    8875                 :             :                   }
    8876                 :             :                 break;
    8877                 :           0 :               case CFN_EXP2:
    8878                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
    8879                 :             :                   {
    8880                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
    8881                 :           0 :                     _q20 = do_valueize (valueize, _q20);
    8882                 :           0 :                     {
    8883                 :           0 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    8884                 :           0 :                       if (flag_unsafe_math_optimizations
    8885                 :             : )
    8886                 :             :                         {
    8887                 :           0 :                           gimple_seq *lseq = seq;
    8888                 :           0 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1987;
    8889                 :           0 :                           {
    8890                 :           0 :                             tree tem;
    8891                 :           0 :                             tem = captures[0];
    8892                 :           0 :                             res_op->set_value (tem);
    8893                 :           0 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 995, __FILE__, __LINE__, true);
    8894                 :           0 :                             return true;
    8895                 :             :                           }
    8896                 :           0 : next_after_fail1987:;
    8897                 :             :                         }
    8898                 :             :                     }
    8899                 :             :                   }
    8900                 :             :                 break;
    8901                 :           0 :               case CFN_SQRT:
    8902                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
    8903                 :             :                   {
    8904                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
    8905                 :           0 :                     _q20 = do_valueize (valueize, _q20);
    8906                 :           0 :                     {
    8907                 :           0 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    8908                 :           0 :                       if (flag_unsafe_math_optimizations
    8909                 :             : )
    8910                 :             :                         {
    8911                 :           0 :                           if (SCALAR_FLOAT_TYPE_P (type)
    8912                 :             : )
    8913                 :             :                             {
    8914                 :           0 :                               {
    8915                 :           0 :  tree x;
    8916                 :           0 :  switch (CFN_SQRT)
    8917                 :             :  {
    8918                 :           0 :  CASE_CFN_SQRT:
    8919                 :           0 :  x = build_real (type, dconsthalf);
    8920                 :           0 :  break;
    8921                 :             :  CASE_CFN_CBRT:
    8922                 :             :  x = build_real_truncate (type, dconst_third ());
    8923                 :             :  break;
    8924                 :             :  default:
    8925                 :             :  gcc_unreachable ();
    8926                 :             :  }
    8927                 :           0 :                                   gimple_seq *lseq = seq;
    8928                 :           0 :                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1988;
    8929                 :           0 :                                   {
    8930                 :           0 :                                     res_op->set_op (MULT_EXPR, type, 2);
    8931                 :           0 :                                     res_op->ops[0] =  x;
    8932                 :           0 :                                     {
    8933                 :           0 :                                       tree _o1[1], _r1;
    8934                 :           0 :                                       _o1[0] = captures[0];
    8935                 :           0 :                                       gimple_match_op tem_op (res_op->cond.any_else (), CFN_LOG2, TREE_TYPE (_o1[0]), _o1[0]);
    8936                 :           0 :                                       tem_op.resimplify (lseq, valueize);
    8937                 :           0 :                                       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    8938                 :           0 :                                       if (!_r1) goto next_after_fail1988;
    8939                 :           0 :                                       res_op->ops[1] = _r1;
    8940                 :             :                                     }
    8941                 :           0 :                                     res_op->resimplify (lseq, valueize);
    8942                 :           0 :                                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 993, __FILE__, __LINE__, true);
    8943                 :           0 :                                     return true;
    8944                 :             :                                   }
    8945                 :             : next_after_fail1988:;
    8946                 :             :                               }
    8947                 :             :                             }
    8948                 :             :                         }
    8949                 :             :                     }
    8950                 :             :                   }
    8951                 :             :                 break;
    8952                 :           0 :               case CFN_EXP10:
    8953                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
    8954                 :             :                   {
    8955                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
    8956                 :           0 :                     _q20 = do_valueize (valueize, _q20);
    8957                 :           0 :                     {
    8958                 :           0 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    8959                 :           0 :                       if (flag_unsafe_math_optimizations
    8960                 :             : )
    8961                 :             :                         {
    8962                 :           0 :                           if (SCALAR_FLOAT_TYPE_P (type)
    8963                 :             : )
    8964                 :             :                             {
    8965                 :           0 :                               {
    8966                 :           0 :  tree x;
    8967                 :           0 :  switch (CFN_EXP10)
    8968                 :             :  {
    8969                 :             :  CASE_CFN_EXP:
    8970                 :             :  x = build_real_truncate (type, dconst_e ());
    8971                 :             :  break;
    8972                 :             :  CASE_CFN_EXP2:
    8973                 :             :  x = build_real (type, dconst2);
    8974                 :             :  break;
    8975                 :           0 :  CASE_CFN_EXP10:
    8976                 :           0 :  CASE_CFN_POW10:
    8977                 :           0 :  {
    8978                 :           0 :  REAL_VALUE_TYPE dconst10;
    8979                 :           0 :  real_from_integer (&dconst10, VOIDmode, 10, SIGNED);
    8980                 :           0 :  x = build_real (type, dconst10);
    8981                 :             :  }
    8982                 :           0 :  break;
    8983                 :             :  default:
    8984                 :             :  gcc_unreachable ();
    8985                 :             :  }
    8986                 :           0 :                                   gimple_seq *lseq = seq;
    8987                 :           0 :                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1989;
    8988                 :           0 :                                   {
    8989                 :           0 :                                     res_op->set_op (MULT_EXPR, type, 2);
    8990                 :           0 :                                     {
    8991                 :           0 :                                       tree _o1[1], _r1;
    8992                 :           0 :                                       _o1[0] =  x;
    8993                 :           0 :                                       gimple_match_op tem_op (res_op->cond.any_else (), CFN_LOG2, TREE_TYPE (_o1[0]), _o1[0]);
    8994                 :           0 :                                       tem_op.resimplify (lseq, valueize);
    8995                 :           0 :                                       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    8996                 :           0 :                                       if (!_r1) goto next_after_fail1989;
    8997                 :           0 :                                       res_op->ops[0] = _r1;
    8998                 :             :                                     }
    8999                 :           0 :                                     res_op->ops[1] = captures[0];
    9000                 :           0 :                                     res_op->resimplify (lseq, valueize);
    9001                 :           0 :                                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 994, __FILE__, __LINE__, true);
    9002                 :           0 :                                     return true;
    9003                 :             :                                   }
    9004                 :             : next_after_fail1989:;
    9005                 :             :                               }
    9006                 :             :                             }
    9007                 :             :                         }
    9008                 :             :                     }
    9009                 :             :                   }
    9010                 :             :                 break;
    9011                 :             :               default:;
    9012                 :             :               }
    9013                 :             :         }
    9014                 :             :       break;
    9015                 :             :     default:;
    9016                 :             :     }
    9017                 :             :   return false;
    9018                 :             : }
    9019                 :             : 
    9020                 :             : bool
    9021                 :        6079 : gimple_simplify_CFN_BUILT_IN_EXPF (gimple_match_op *res_op, gimple_seq *seq,
    9022                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    9023                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
    9024                 :             : {
    9025                 :        6079 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    9026                 :        6079 :   switch (TREE_CODE (_p0))
    9027                 :             :     {
    9028                 :        5897 :     case SSA_NAME:
    9029                 :        5897 :       if (gimple *_d1 = get_def (valueize, _p0))
    9030                 :             :         {
    9031                 :        3157 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
    9032                 :         131 :             switch (gimple_call_combined_fn (_c1))
    9033                 :             :               {
    9034                 :           7 :               case CFN_BUILT_IN_LOGF:
    9035                 :           7 :                 if (gimple_call_num_args (_c1) == 1)
    9036                 :             :                   {
    9037                 :           7 :                     tree _q20 = gimple_call_arg (_c1, 0);
    9038                 :           7 :                     _q20 = do_valueize (valueize, _q20);
    9039                 :           7 :                     {
    9040                 :           7 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    9041                 :           7 :                       if (flag_unsafe_math_optimizations
    9042                 :             : )
    9043                 :             :                         {
    9044                 :           7 :                           gimple_seq *lseq = seq;
    9045                 :           7 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2012;
    9046                 :           7 :                           {
    9047                 :           7 :                             tree tem;
    9048                 :           7 :                             tem = captures[0];
    9049                 :           7 :                             res_op->set_value (tem);
    9050                 :           7 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 996, __FILE__, __LINE__, true);
    9051                 :           7 :                             return true;
    9052                 :             :                           }
    9053                 :           0 : next_after_fail2012:;
    9054                 :             :                         }
    9055                 :             :                     }
    9056                 :             :                   }
    9057                 :             :                 break;
    9058                 :             :               default:;
    9059                 :             :               }
    9060                 :             :         }
    9061                 :             :       break;
    9062                 :             :     default:;
    9063                 :             :     }
    9064                 :             :   return false;
    9065                 :             : }
    9066                 :             : 
    9067                 :             : bool
    9068                 :        9109 : gimple_simplify_CFN_BUILT_IN_EXP (gimple_match_op *res_op, gimple_seq *seq,
    9069                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    9070                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
    9071                 :             : {
    9072                 :        9109 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    9073                 :        9109 :   switch (TREE_CODE (_p0))
    9074                 :             :     {
    9075                 :        8783 :     case SSA_NAME:
    9076                 :        8783 :       if (gimple *_d1 = get_def (valueize, _p0))
    9077                 :             :         {
    9078                 :        4645 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
    9079                 :         242 :             switch (gimple_call_combined_fn (_c1))
    9080                 :             :               {
    9081                 :          15 :               case CFN_BUILT_IN_LOG:
    9082                 :          15 :                 if (gimple_call_num_args (_c1) == 1)
    9083                 :             :                   {
    9084                 :          15 :                     tree _q20 = gimple_call_arg (_c1, 0);
    9085                 :          15 :                     _q20 = do_valueize (valueize, _q20);
    9086                 :          15 :                     {
    9087                 :          15 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    9088                 :          15 :                       if (flag_unsafe_math_optimizations
    9089                 :             : )
    9090                 :             :                         {
    9091                 :           7 :                           gimple_seq *lseq = seq;
    9092                 :           7 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2013;
    9093                 :           7 :                           {
    9094                 :           7 :                             tree tem;
    9095                 :           7 :                             tem = captures[0];
    9096                 :           7 :                             res_op->set_value (tem);
    9097                 :           7 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 996, __FILE__, __LINE__, true);
    9098                 :           7 :                             return true;
    9099                 :             :                           }
    9100                 :           0 : next_after_fail2013:;
    9101                 :             :                         }
    9102                 :             :                     }
    9103                 :             :                   }
    9104                 :             :                 break;
    9105                 :             :               default:;
    9106                 :             :               }
    9107                 :             :         }
    9108                 :             :       break;
    9109                 :             :     default:;
    9110                 :             :     }
    9111                 :             :   return false;
    9112                 :             : }
    9113                 :             : 
    9114                 :             : bool
    9115                 :           0 : gimple_simplify_CFN_EXP (gimple_match_op *res_op, gimple_seq *seq,
    9116                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    9117                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
    9118                 :             : {
    9119                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    9120                 :           0 :   switch (TREE_CODE (_p0))
    9121                 :             :     {
    9122                 :           0 :     case SSA_NAME:
    9123                 :           0 :       if (gimple *_d1 = get_def (valueize, _p0))
    9124                 :             :         {
    9125                 :           0 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
    9126                 :           0 :             switch (gimple_call_combined_fn (_c1))
    9127                 :             :               {
    9128                 :           0 :               case CFN_LOG:
    9129                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
    9130                 :             :                   {
    9131                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
    9132                 :           0 :                     _q20 = do_valueize (valueize, _q20);
    9133                 :           0 :                     {
    9134                 :           0 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    9135                 :           0 :                       if (flag_unsafe_math_optimizations
    9136                 :             : )
    9137                 :             :                         {
    9138                 :           0 :                           gimple_seq *lseq = seq;
    9139                 :           0 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2015;
    9140                 :           0 :                           {
    9141                 :           0 :                             tree tem;
    9142                 :           0 :                             tem = captures[0];
    9143                 :           0 :                             res_op->set_value (tem);
    9144                 :           0 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 996, __FILE__, __LINE__, true);
    9145                 :           0 :                             return true;
    9146                 :             :                           }
    9147                 :           0 : next_after_fail2015:;
    9148                 :             :                         }
    9149                 :             :                     }
    9150                 :             :                   }
    9151                 :             :                 break;
    9152                 :             :               default:;
    9153                 :             :               }
    9154                 :             :         }
    9155                 :             :       break;
    9156                 :             :     default:;
    9157                 :             :     }
    9158                 :             :   return false;
    9159                 :             : }
    9160                 :             : 
    9161                 :             : bool
    9162                 :           0 : gimple_simplify_CFN_EXP2 (gimple_match_op *res_op, gimple_seq *seq,
    9163                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    9164                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
    9165                 :             : {
    9166                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    9167                 :           0 :   switch (TREE_CODE (_p0))
    9168                 :             :     {
    9169                 :           0 :     case SSA_NAME:
    9170                 :           0 :       if (gimple *_d1 = get_def (valueize, _p0))
    9171                 :             :         {
    9172                 :           0 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
    9173                 :           0 :             switch (gimple_call_combined_fn (_c1))
    9174                 :             :               {
    9175                 :           0 :               case CFN_LOG2:
    9176                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
    9177                 :             :                   {
    9178                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
    9179                 :           0 :                     _q20 = do_valueize (valueize, _q20);
    9180                 :           0 :                     {
    9181                 :           0 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    9182                 :           0 :                       if (flag_unsafe_math_optimizations
    9183                 :             : )
    9184                 :             :                         {
    9185                 :           0 :                           gimple_seq *lseq = seq;
    9186                 :           0 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2019;
    9187                 :           0 :                           {
    9188                 :           0 :                             tree tem;
    9189                 :           0 :                             tem = captures[0];
    9190                 :           0 :                             res_op->set_value (tem);
    9191                 :           0 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 996, __FILE__, __LINE__, true);
    9192                 :           0 :                             return true;
    9193                 :             :                           }
    9194                 :           0 : next_after_fail2019:;
    9195                 :             :                         }
    9196                 :             :                     }
    9197                 :             :                   }
    9198                 :             :                 break;
    9199                 :             :               default:;
    9200                 :             :               }
    9201                 :             :         }
    9202                 :             :       break;
    9203                 :             :     default:;
    9204                 :             :     }
    9205                 :             :   return false;
    9206                 :             : }
    9207                 :             : 
    9208                 :             : bool
    9209                 :         521 : gimple_simplify_CFN_BUILT_IN_POW10F (gimple_match_op *res_op, gimple_seq *seq,
    9210                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    9211                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
    9212                 :             : {
    9213                 :         521 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    9214                 :         521 :   switch (TREE_CODE (_p0))
    9215                 :             :     {
    9216                 :         441 :     case SSA_NAME:
    9217                 :         441 :       if (gimple *_d1 = get_def (valueize, _p0))
    9218                 :             :         {
    9219                 :         311 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
    9220                 :           6 :             switch (gimple_call_combined_fn (_c1))
    9221                 :             :               {
    9222                 :           6 :               case CFN_BUILT_IN_LOG10F:
    9223                 :           6 :                 if (gimple_call_num_args (_c1) == 1)
    9224                 :             :                   {
    9225                 :           6 :                     tree _q20 = gimple_call_arg (_c1, 0);
    9226                 :           6 :                     _q20 = do_valueize (valueize, _q20);
    9227                 :           6 :                     {
    9228                 :           6 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    9229                 :           6 :                       if (flag_unsafe_math_optimizations
    9230                 :             : )
    9231                 :             :                         {
    9232                 :           6 :                           gimple_seq *lseq = seq;
    9233                 :           6 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2024;
    9234                 :           6 :                           {
    9235                 :           6 :                             tree tem;
    9236                 :           6 :                             tem = captures[0];
    9237                 :           6 :                             res_op->set_value (tem);
    9238                 :           6 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 996, __FILE__, __LINE__, true);
    9239                 :           6 :                             return true;
    9240                 :             :                           }
    9241                 :           0 : next_after_fail2024:;
    9242                 :             :                         }
    9243                 :             :                     }
    9244                 :             :                   }
    9245                 :             :                 break;
    9246                 :             :               default:;
    9247                 :             :               }
    9248                 :             :         }
    9249                 :             :       break;
    9250                 :             :     default:;
    9251                 :             :     }
    9252                 :             :   return false;
    9253                 :             : }
    9254                 :             : 
    9255                 :             : bool
    9256                 :         426 : gimple_simplify_CFN_BUILT_IN_CBRTF (gimple_match_op *res_op, gimple_seq *seq,
    9257                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    9258                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
    9259                 :             : {
    9260                 :         426 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    9261                 :         426 :   switch (TREE_CODE (_p0))
    9262                 :             :     {
    9263                 :         396 :     case SSA_NAME:
    9264                 :         396 :       if (gimple *_d1 = get_def (valueize, _p0))
    9265                 :             :         {
    9266                 :         272 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
    9267                 :          84 :             switch (gimple_call_combined_fn (_c1))
    9268                 :             :               {
    9269                 :          12 :               case CFN_BUILT_IN_SQRTF:
    9270                 :          12 :                 if (gimple_call_num_args (_c1) == 1)
    9271                 :             :                   {
    9272                 :          12 :                     tree _q20 = gimple_call_arg (_c1, 0);
    9273                 :          12 :                     _q20 = do_valueize (valueize, _q20);
    9274                 :          12 :                     {
    9275                 :          12 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    9276                 :          12 :                       if (flag_unsafe_math_optimizations && canonicalize_math_p ()
    9277                 :             : )
    9278                 :             :                         {
    9279                 :          12 :                           gimple_seq *lseq = seq;
    9280                 :          12 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2053;
    9281                 :          12 :                           {
    9282                 :          12 :                             res_op->set_op (CFN_BUILT_IN_POWF, type, 2);
    9283                 :          12 :                             res_op->ops[0] = captures[0];
    9284                 :          12 :                             res_op->ops[1] =  build_real_truncate (type, dconst_sixth ());
    9285                 :          12 :                             res_op->resimplify (lseq, valueize);
    9286                 :          12 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1001, __FILE__, __LINE__, true);
    9287                 :          12 :                             return true;
    9288                 :             :                           }
    9289                 :           0 : next_after_fail2053:;
    9290                 :             :                         }
    9291                 :             :                     }
    9292                 :             :                   }
    9293                 :             :                 break;
    9294                 :          12 :               case CFN_BUILT_IN_EXP10F:
    9295                 :          12 :                 if (gimple_call_num_args (_c1) == 1)
    9296                 :             :                   {
    9297                 :          12 :                     tree _q20 = gimple_call_arg (_c1, 0);
    9298                 :          12 :                     _q20 = do_valueize (valueize, _q20);
    9299                 :          12 :                     {
    9300                 :          12 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    9301                 :          12 :                       if (flag_unsafe_math_optimizations
    9302                 :             : )
    9303                 :             :                         {
    9304                 :          12 :                           gimple_seq *lseq = seq;
    9305                 :          12 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2054;
    9306                 :          12 :                           {
    9307                 :          12 :                             res_op->set_op (CFN_BUILT_IN_EXP10F, type, 1);
    9308                 :          12 :                             {
    9309                 :          12 :                               tree _o1[2], _r1;
    9310                 :          12 :                               _o1[0] = captures[0];
    9311                 :          12 :                               _o1[1] =  build_real_truncate (type, dconst_third ());
    9312                 :          12 :                               gimple_match_op tem_op (res_op->cond.any_else (), MULT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    9313                 :          12 :                               tem_op.resimplify (lseq, valueize);
    9314                 :          12 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    9315                 :          12 :                               if (!_r1) goto next_after_fail2054;
    9316                 :           6 :                               res_op->ops[0] = _r1;
    9317                 :             :                             }
    9318                 :           6 :                             res_op->resimplify (lseq, valueize);
    9319                 :           6 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1002, __FILE__, __LINE__, true);
    9320                 :           6 :                             return true;
    9321                 :             :                           }
    9322                 :             : next_after_fail2054:;
    9323                 :             :                         }
    9324                 :             :                     }
    9325                 :             :                   }
    9326                 :             :                 break;
    9327                 :          12 :               case CFN_BUILT_IN_EXPF:
    9328                 :          12 :                 if (gimple_call_num_args (_c1) == 1)
    9329                 :             :                   {
    9330                 :          12 :                     tree _q20 = gimple_call_arg (_c1, 0);
    9331                 :          12 :                     _q20 = do_valueize (valueize, _q20);
    9332                 :          12 :                     {
    9333                 :          12 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    9334                 :          12 :                       if (flag_unsafe_math_optimizations
    9335                 :             : )
    9336                 :             :                         {
    9337                 :          12 :                           gimple_seq *lseq = seq;
    9338                 :          12 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2055;
    9339                 :          12 :                           {
    9340                 :          12 :                             res_op->set_op (CFN_BUILT_IN_EXPF, type, 1);
    9341                 :          12 :                             {
    9342                 :          12 :                               tree _o1[2], _r1;
    9343                 :          12 :                               _o1[0] = captures[0];
    9344                 :          12 :                               _o1[1] =  build_real_truncate (type, dconst_third ());
    9345                 :          12 :                               gimple_match_op tem_op (res_op->cond.any_else (), MULT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    9346                 :          12 :                               tem_op.resimplify (lseq, valueize);
    9347                 :          12 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    9348                 :          12 :                               if (!_r1) goto next_after_fail2055;
    9349                 :           6 :                               res_op->ops[0] = _r1;
    9350                 :             :                             }
    9351                 :           6 :                             res_op->resimplify (lseq, valueize);
    9352                 :           6 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1002, __FILE__, __LINE__, true);
    9353                 :           6 :                             return true;
    9354                 :             :                           }
    9355                 :             : next_after_fail2055:;
    9356                 :             :                         }
    9357                 :             :                     }
    9358                 :             :                   }
    9359                 :             :                 break;
    9360                 :          12 :               case CFN_BUILT_IN_POWF:
    9361                 :          12 :                 if (gimple_call_num_args (_c1) == 2)
    9362                 :             :                   {
    9363                 :          12 :                     tree _q20 = gimple_call_arg (_c1, 0);
    9364                 :          12 :                     _q20 = do_valueize (valueize, _q20);
    9365                 :          12 :                     tree _q21 = gimple_call_arg (_c1, 1);
    9366                 :          12 :                     _q21 = do_valueize (valueize, _q21);
    9367                 :          12 :                     if (tree_expr_nonnegative_p (_q20))
    9368                 :             :                       {
    9369                 :          12 :                         {
    9370                 :          12 :                           tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    9371                 :          12 :                           if (flag_unsafe_math_optimizations && canonicalize_math_p ()
    9372                 :             : )
    9373                 :             :                             {
    9374                 :          12 :                               gimple_seq *lseq = seq;
    9375                 :          12 :                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2056;
    9376                 :          12 :                               {
    9377                 :          12 :                                 res_op->set_op (CFN_BUILT_IN_POWF, type, 2);
    9378                 :          12 :                                 res_op->ops[0] = captures[0];
    9379                 :          12 :                                 {
    9380                 :          12 :                                   tree _o1[2], _r1;
    9381                 :          12 :                                   _o1[0] = captures[1];
    9382                 :          12 :                                   _o1[1] =  build_real_truncate (type, dconst_third ());
    9383                 :          12 :                                   gimple_match_op tem_op (res_op->cond.any_else (), MULT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    9384                 :          12 :                                   tem_op.resimplify (lseq, valueize);
    9385                 :          12 :                                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    9386                 :          12 :                                   if (!_r1) goto next_after_fail2056;
    9387                 :           6 :                                   res_op->ops[1] = _r1;
    9388                 :             :                                 }
    9389                 :           6 :                                 res_op->resimplify (lseq, valueize);
    9390                 :           6 :                                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1003, __FILE__, __LINE__, true);
    9391                 :           6 :                                 return true;
    9392                 :             :                               }
    9393                 :           6 : next_after_fail2056:;
    9394                 :             :                             }
    9395                 :             :                         }
    9396                 :             :                       }
    9397                 :             :                   }
    9398                 :             :                 break;
    9399                 :          12 :               case CFN_BUILT_IN_POW10F:
    9400                 :          12 :                 if (gimple_call_num_args (_c1) == 1)
    9401                 :             :                   {
    9402                 :          12 :                     tree _q20 = gimple_call_arg (_c1, 0);
    9403                 :          12 :                     _q20 = do_valueize (valueize, _q20);
    9404                 :          12 :                     {
    9405                 :          12 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    9406                 :          12 :                       if (flag_unsafe_math_optimizations
    9407                 :             : )
    9408                 :             :                         {
    9409                 :          12 :                           gimple_seq *lseq = seq;
    9410                 :          12 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2057;
    9411                 :          12 :                           {
    9412                 :          12 :                             res_op->set_op (CFN_BUILT_IN_POW10F, type, 1);
    9413                 :          12 :                             {
    9414                 :          12 :                               tree _o1[2], _r1;
    9415                 :          12 :                               _o1[0] = captures[0];
    9416                 :          12 :                               _o1[1] =  build_real_truncate (type, dconst_third ());
    9417                 :          12 :                               gimple_match_op tem_op (res_op->cond.any_else (), MULT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    9418                 :          12 :                               tem_op.resimplify (lseq, valueize);
    9419                 :          12 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    9420                 :          12 :                               if (!_r1) goto next_after_fail2057;
    9421                 :           6 :                               res_op->ops[0] = _r1;
    9422                 :             :                             }
    9423                 :           6 :                             res_op->resimplify (lseq, valueize);
    9424                 :           6 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1002, __FILE__, __LINE__, true);
    9425                 :           6 :                             return true;
    9426                 :             :                           }
    9427                 :             : next_after_fail2057:;
    9428                 :             :                         }
    9429                 :             :                     }
    9430                 :             :                   }
    9431                 :             :                 break;
    9432                 :          12 :               case CFN_BUILT_IN_CBRTF:
    9433                 :          12 :                 if (gimple_call_num_args (_c1) == 1)
    9434                 :             :                   {
    9435                 :          12 :                     tree _q20 = gimple_call_arg (_c1, 0);
    9436                 :          12 :                     _q20 = do_valueize (valueize, _q20);
    9437                 :          12 :                     if (tree_expr_nonnegative_p (_q20))
    9438                 :             :                       {
    9439                 :          12 :                         {
    9440                 :          12 :                           tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    9441                 :          12 :                           if (flag_unsafe_math_optimizations && canonicalize_math_p ()
    9442                 :             : )
    9443                 :             :                             {
    9444                 :          12 :                               gimple_seq *lseq = seq;
    9445                 :          12 :                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2058;
    9446                 :          12 :                               {
    9447                 :          12 :                                 res_op->set_op (CFN_BUILT_IN_POWF, type, 2);
    9448                 :          12 :                                 res_op->ops[0] = captures[0];
    9449                 :          12 :                                 res_op->ops[1] =  build_real_truncate (type, dconst_ninth ());
    9450                 :          12 :                                 res_op->resimplify (lseq, valueize);
    9451                 :          12 :                                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1004, __FILE__, __LINE__, true);
    9452                 :          12 :                                 return true;
    9453                 :             :                               }
    9454                 :           0 : next_after_fail2058:;
    9455                 :             :                             }
    9456                 :             :                         }
    9457                 :             :                       }
    9458                 :             :                   }
    9459                 :             :                 break;
    9460                 :          12 :               case CFN_BUILT_IN_EXP2F:
    9461                 :          12 :                 if (gimple_call_num_args (_c1) == 1)
    9462                 :             :                   {
    9463                 :          12 :                     tree _q20 = gimple_call_arg (_c1, 0);
    9464                 :          12 :                     _q20 = do_valueize (valueize, _q20);
    9465                 :          12 :                     {
    9466                 :          12 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    9467                 :          12 :                       if (flag_unsafe_math_optimizations
    9468                 :             : )
    9469                 :             :                         {
    9470                 :          12 :                           gimple_seq *lseq = seq;
    9471                 :          12 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2059;
    9472                 :          12 :                           {
    9473                 :          12 :                             res_op->set_op (CFN_BUILT_IN_EXP2F, type, 1);
    9474                 :          12 :                             {
    9475                 :          12 :                               tree _o1[2], _r1;
    9476                 :          12 :                               _o1[0] = captures[0];
    9477                 :          12 :                               _o1[1] =  build_real_truncate (type, dconst_third ());
    9478                 :          12 :                               gimple_match_op tem_op (res_op->cond.any_else (), MULT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    9479                 :          12 :                               tem_op.resimplify (lseq, valueize);
    9480                 :          12 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
    9481                 :          12 :                               if (!_r1) goto next_after_fail2059;
    9482                 :           6 :                               res_op->ops[0] = _r1;
    9483                 :             :                             }
    9484                 :           6 :                             res_op->resimplify (lseq, valueize);
    9485                 :           6 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1002, __FILE__, __LINE__, true);
    9486                 :           6 :                             return true;
    9487                 :             :                           }
    9488                 :             : next_after_fail2059:;
    9489                 :             :                         }
    9490                 :             :                     }
    9491                 :             :                   }
    9492                 :             :                 break;
    9493                 :             :               default:;
    9494                 :             :               }
    9495                 :             :         }
    9496                 :             :       break;
    9497                 :             :     default:;
    9498                 :             :     }
    9499                 :             :   return false;
    9500                 :             : }
    9501                 :             : 
    9502                 :             : bool
    9503                 :        4138 : gimple_simplify_CFN_BUILT_IN_SINL (gimple_match_op *res_op, gimple_seq *seq,
    9504                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    9505                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
    9506                 :             : {
    9507                 :        4138 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    9508                 :        4138 :   switch (TREE_CODE (_p0))
    9509                 :             :     {
    9510                 :        4007 :     case SSA_NAME:
    9511                 :        4007 :       if (gimple *_d1 = get_def (valueize, _p0))
    9512                 :             :         {
    9513                 :        2121 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
    9514                 :         141 :             switch (gimple_call_combined_fn (_c1))
    9515                 :             :               {
    9516                 :          12 :               case CFN_BUILT_IN_ATANL:
    9517                 :          12 :                 if (gimple_call_num_args (_c1) == 1)
    9518                 :             :                   {
    9519                 :          12 :                     tree _q20 = gimple_call_arg (_c1, 0);
    9520                 :          12 :                     _q20 = do_valueize (valueize, _q20);
    9521                 :          12 :                     {
    9522                 :          12 :                       tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q20 };
    9523                 :          12 :                       if (gimple_simplify_641 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_SINL, CFN_BUILT_IN_ATANL, CFN_BUILT_IN_SQRTL, CFN_BUILT_IN_COPYSIGNL))
    9524                 :           2 :                         return true;
    9525                 :             :                     }
    9526                 :             :                   }
    9527                 :             :                 break;
    9528                 :             :               default:;
    9529                 :             :               }
    9530                 :             :         }
    9531                 :             :       break;
    9532                 :             :     default:;
    9533                 :             :     }
    9534                 :             :   return false;
    9535                 :             : }
    9536                 :             : 
    9537                 :             : bool
    9538                 :        1687 : gimple_simplify_CFN_BUILT_IN_TRUNC (gimple_match_op *res_op, gimple_seq *seq,
    9539                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    9540                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
    9541                 :             : {
    9542                 :        1687 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    9543                 :        1687 :   switch (TREE_CODE (_p0))
    9544                 :             :     {
    9545                 :        1631 :     case SSA_NAME:
    9546                 :        1631 :       if (gimple *_d1 = get_def (valueize, _p0))
    9547                 :             :         {
    9548                 :         959 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
    9549                 :        1096 :             switch (gimple_assign_rhs_code (_a1))
    9550                 :             :               {
    9551                 :         114 :               CASE_CONVERT:
    9552                 :         114 :                 {
    9553                 :         114 :                   tree _q20 = gimple_assign_rhs1 (_a1);
    9554                 :         114 :                   _q20 = do_valueize (valueize, _q20);
    9555                 :         114 :                   if (gimple_float_value_p (_q20, valueize))
    9556                 :             :                     {
    9557                 :          70 :                       {
    9558                 :          70 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    9559                 :          70 :                         if (gimple_simplify_645 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_TRUNC, CFN_BUILT_IN_TRUNCF))
    9560                 :          35 :                           return true;
    9561                 :             :                       }
    9562                 :             :                     }
    9563                 :             :                   break;
    9564                 :             :                 }
    9565                 :             :               default:;
    9566                 :             :               }
    9567                 :         290 :           else if (gcall *_c1 = dyn_cast <gcall *> (_d1))
    9568                 :           0 :             switch (gimple_call_combined_fn (_c1))
    9569                 :             :               {
    9570                 :           0 :               case CFN_BUILT_IN_TRUNC:
    9571                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
    9572                 :             :                   {
    9573                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
    9574                 :           0 :                     _q20 = do_valueize (valueize, _q20);
    9575                 :           0 :                     {
    9576                 :           0 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    9577                 :           0 :                       if (gimple_simplify_643 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_TRUNC))
    9578                 :           0 :                         return true;
    9579                 :             :                     }
    9580                 :             :                   }
    9581                 :             :                 break;
    9582                 :             :               default:;
    9583                 :             :               }
    9584                 :             :         }
    9585                 :             :       break;
    9586                 :        1652 :     default:;
    9587                 :             :     }
    9588                 :        1652 : if (integer_valued_real_p (_p0))
    9589                 :             :   {
    9590                 :          10 :     {
    9591                 :          10 :       tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
    9592                 :          10 :       if (gimple_simplify_644 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_TRUNC))
    9593                 :          10 :         return true;
    9594                 :             :     }
    9595                 :             :   }
    9596                 :             :   return false;
    9597                 :             : }
    9598                 :             : 
    9599                 :             : bool
    9600                 :           0 : gimple_simplify_CFN_BUILT_IN_TRUNCF128X (gimple_match_op *res_op, gimple_seq *seq,
    9601                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    9602                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
    9603                 :             : {
    9604                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    9605                 :           0 :   switch (TREE_CODE (_p0))
    9606                 :             :     {
    9607                 :           0 :     case SSA_NAME:
    9608                 :           0 :       if (gimple *_d1 = get_def (valueize, _p0))
    9609                 :             :         {
    9610                 :           0 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
    9611                 :           0 :             switch (gimple_call_combined_fn (_c1))
    9612                 :             :               {
    9613                 :           0 :               case CFN_BUILT_IN_TRUNCF128X:
    9614                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
    9615                 :             :                   {
    9616                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
    9617                 :           0 :                     _q20 = do_valueize (valueize, _q20);
    9618                 :           0 :                     {
    9619                 :           0 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    9620                 :           0 :                       if (gimple_simplify_643 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_TRUNCF128X))
    9621                 :           0 :                         return true;
    9622                 :             :                     }
    9623                 :             :                   }
    9624                 :             :                 break;
    9625                 :             :               default:;
    9626                 :             :               }
    9627                 :             :         }
    9628                 :             :       break;
    9629                 :           0 :     default:;
    9630                 :             :     }
    9631                 :           0 : if (integer_valued_real_p (_p0))
    9632                 :             :   {
    9633                 :           0 :     {
    9634                 :           0 :       tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
    9635                 :           0 :       if (gimple_simplify_644 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_TRUNCF128X))
    9636                 :           0 :         return true;
    9637                 :             :     }
    9638                 :             :   }
    9639                 :             :   return false;
    9640                 :             : }
    9641                 :             : 
    9642                 :             : bool
    9643                 :         146 : gimple_simplify_CFN_BUILT_IN_FLOORF128 (gimple_match_op *res_op, gimple_seq *seq,
    9644                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    9645                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
    9646                 :             : {
    9647                 :         146 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    9648                 :         146 :   switch (TREE_CODE (_p0))
    9649                 :             :     {
    9650                 :         144 :     case SSA_NAME:
    9651                 :         144 :       if (gimple *_d1 = get_def (valueize, _p0))
    9652                 :             :         {
    9653                 :          94 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
    9654                 :           0 :             switch (gimple_call_combined_fn (_c1))
    9655                 :             :               {
    9656                 :           0 :               case CFN_BUILT_IN_FLOORF128:
    9657                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
    9658                 :             :                   {
    9659                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
    9660                 :           0 :                     _q20 = do_valueize (valueize, _q20);
    9661                 :           0 :                     {
    9662                 :           0 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    9663                 :           0 :                       if (gimple_simplify_643 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FLOORF128))
    9664                 :           0 :                         return true;
    9665                 :             :                     }
    9666                 :             :                   }
    9667                 :             :                 break;
    9668                 :             :               default:;
    9669                 :             :               }
    9670                 :             :         }
    9671                 :             :       break;
    9672                 :         146 :     default:;
    9673                 :             :     }
    9674                 :         146 : if (integer_valued_real_p (_p0))
    9675                 :             :   {
    9676                 :           0 :     {
    9677                 :           0 :       tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
    9678                 :           0 :       if (gimple_simplify_644 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FLOORF128))
    9679                 :           0 :         return true;
    9680                 :             :     }
    9681                 :             :   }
    9682                 :         146 : if (tree_expr_nonnegative_p (_p0))
    9683                 :             :   {
    9684                 :           0 :     {
    9685                 :           0 :       tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
    9686                 :           0 :       if (gimple_simplify_647 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FLOORF128, CFN_BUILT_IN_TRUNCF128))
    9687                 :           0 :         return true;
    9688                 :             :     }
    9689                 :             :   }
    9690                 :             :   return false;
    9691                 :             : }
    9692                 :             : 
    9693                 :             : bool
    9694                 :         887 : gimple_simplify_CFN_BUILT_IN_CEILL (gimple_match_op *res_op, gimple_seq *seq,
    9695                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    9696                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
    9697                 :             : {
    9698                 :         887 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    9699                 :         887 :   switch (TREE_CODE (_p0))
    9700                 :             :     {
    9701                 :         848 :     case SSA_NAME:
    9702                 :         848 :       if (gimple *_d1 = get_def (valueize, _p0))
    9703                 :             :         {
    9704                 :         498 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
    9705                 :         534 :             switch (gimple_assign_rhs_code (_a1))
    9706                 :             :               {
    9707                 :         122 :               CASE_CONVERT:
    9708                 :         122 :                 {
    9709                 :         122 :                   tree _q20 = gimple_assign_rhs1 (_a1);
    9710                 :         122 :                   _q20 = do_valueize (valueize, _q20);
    9711                 :         122 :                   if (gimple_double_value_p (_q20, valueize))
    9712                 :             :                     {
    9713                 :          48 :                       {
    9714                 :          48 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    9715                 :          48 :                         if (gimple_simplify_646 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_CEILL, CFN_BUILT_IN_CEIL))
    9716                 :          24 :                           return true;
    9717                 :             :                       }
    9718                 :             :                     }
    9719                 :          98 :                   if (gimple_float_value_p (_q20, valueize))
    9720                 :             :                     {
    9721                 :          72 :                       {
    9722                 :          72 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    9723                 :          72 :                         if (gimple_simplify_645 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_CEILL, CFN_BUILT_IN_CEILF))
    9724                 :          36 :                           return true;
    9725                 :             :                       }
    9726                 :             :                     }
    9727                 :             :                   break;
    9728                 :             :                 }
    9729                 :             :               default:;
    9730                 :             :               }
    9731                 :         161 :           else if (gcall *_c1 = dyn_cast <gcall *> (_d1))
    9732                 :           0 :             switch (gimple_call_combined_fn (_c1))
    9733                 :             :               {
    9734                 :           0 :               case CFN_BUILT_IN_CEILL:
    9735                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
    9736                 :             :                   {
    9737                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
    9738                 :           0 :                     _q20 = do_valueize (valueize, _q20);
    9739                 :           0 :                     {
    9740                 :           0 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    9741                 :           0 :                       if (gimple_simplify_643 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_CEILL))
    9742                 :           0 :                         return true;
    9743                 :             :                     }
    9744                 :             :                   }
    9745                 :             :                 break;
    9746                 :             :               default:;
    9747                 :             :               }
    9748                 :             :         }
    9749                 :             :       break;
    9750                 :         827 :     default:;
    9751                 :             :     }
    9752                 :         827 : if (integer_valued_real_p (_p0))
    9753                 :             :   {
    9754                 :          70 :     {
    9755                 :          70 :       tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
    9756                 :          70 :       if (gimple_simplify_644 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_CEILL))
    9757                 :          70 :         return true;
    9758                 :             :     }
    9759                 :             :   }
    9760                 :             :   return false;
    9761                 :             : }
    9762                 :             : 
    9763                 :             : bool
    9764                 :         213 : gimple_simplify_CFN_CEIL (gimple_match_op *res_op, gimple_seq *seq,
    9765                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    9766                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
    9767                 :             : {
    9768                 :         213 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    9769                 :         213 :   switch (TREE_CODE (_p0))
    9770                 :             :     {
    9771                 :         213 :     case SSA_NAME:
    9772                 :         213 :       if (gimple *_d1 = get_def (valueize, _p0))
    9773                 :             :         {
    9774                 :         123 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
    9775                 :           0 :             switch (gimple_call_combined_fn (_c1))
    9776                 :             :               {
    9777                 :           0 :               case CFN_CEIL:
    9778                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
    9779                 :             :                   {
    9780                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
    9781                 :           0 :                     _q20 = do_valueize (valueize, _q20);
    9782                 :           0 :                     {
    9783                 :           0 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    9784                 :           0 :                       if (gimple_simplify_643 (res_op, seq, valueize, type, captures, CFN_CEIL))
    9785                 :           0 :                         return true;
    9786                 :             :                     }
    9787                 :             :                   }
    9788                 :             :                 break;
    9789                 :             :               default:;
    9790                 :             :               }
    9791                 :             :         }
    9792                 :             :       break;
    9793                 :         213 :     default:;
    9794                 :             :     }
    9795                 :         213 : if (integer_valued_real_p (_p0))
    9796                 :             :   {
    9797                 :           0 :     {
    9798                 :           0 :       tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
    9799                 :           0 :       if (gimple_simplify_644 (res_op, seq, valueize, type, captures, CFN_CEIL))
    9800                 :           0 :         return true;
    9801                 :             :     }
    9802                 :             :   }
    9803                 :             :   return false;
    9804                 :             : }
    9805                 :             : 
    9806                 :             : bool
    9807                 :          44 : gimple_simplify_CFN_BUILT_IN_ROUNDF128 (gimple_match_op *res_op, gimple_seq *seq,
    9808                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    9809                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
    9810                 :             : {
    9811                 :          44 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    9812                 :          44 :   switch (TREE_CODE (_p0))
    9813                 :             :     {
    9814                 :          42 :     case SSA_NAME:
    9815                 :          42 :       if (gimple *_d1 = get_def (valueize, _p0))
    9816                 :             :         {
    9817                 :          28 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
    9818                 :           0 :             switch (gimple_call_combined_fn (_c1))
    9819                 :             :               {
    9820                 :           0 :               case CFN_BUILT_IN_ROUNDF128:
    9821                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
    9822                 :             :                   {
    9823                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
    9824                 :           0 :                     _q20 = do_valueize (valueize, _q20);
    9825                 :           0 :                     {
    9826                 :           0 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    9827                 :           0 :                       if (gimple_simplify_643 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_ROUNDF128))
    9828                 :           0 :                         return true;
    9829                 :             :                     }
    9830                 :             :                   }
    9831                 :             :                 break;
    9832                 :             :               default:;
    9833                 :             :               }
    9834                 :             :         }
    9835                 :             :       break;
    9836                 :          44 :     default:;
    9837                 :             :     }
    9838                 :          44 : if (integer_valued_real_p (_p0))
    9839                 :             :   {
    9840                 :           0 :     {
    9841                 :           0 :       tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
    9842                 :           0 :       if (gimple_simplify_644 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_ROUNDF128))
    9843                 :           0 :         return true;
    9844                 :             :     }
    9845                 :             :   }
    9846                 :             :   return false;
    9847                 :             : }
    9848                 :             : 
    9849                 :             : bool
    9850                 :         829 : gimple_simplify_CFN_BUILT_IN_NEARBYINTL (gimple_match_op *res_op, gimple_seq *seq,
    9851                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    9852                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
    9853                 :             : {
    9854                 :         829 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    9855                 :         829 :   switch (TREE_CODE (_p0))
    9856                 :             :     {
    9857                 :         746 :     case SSA_NAME:
    9858                 :         746 :       if (gimple *_d1 = get_def (valueize, _p0))
    9859                 :             :         {
    9860                 :         449 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
    9861                 :         128 :             switch (gimple_assign_rhs_code (_a1))
    9862                 :             :               {
    9863                 :         110 :               CASE_CONVERT:
    9864                 :         110 :                 {
    9865                 :         110 :                   tree _q20 = gimple_assign_rhs1 (_a1);
    9866                 :         110 :                   _q20 = do_valueize (valueize, _q20);
    9867                 :         110 :                   if (gimple_double_value_p (_q20, valueize))
    9868                 :             :                     {
    9869                 :          36 :                       {
    9870                 :          36 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    9871                 :          36 :                         if (gimple_simplify_646 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_NEARBYINTL, CFN_BUILT_IN_NEARBYINT))
    9872                 :          18 :                           return true;
    9873                 :             :                       }
    9874                 :             :                     }
    9875                 :          92 :                   if (gimple_float_value_p (_q20, valueize))
    9876                 :             :                     {
    9877                 :          72 :                       {
    9878                 :          72 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    9879                 :          72 :                         if (gimple_simplify_645 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_NEARBYINTL, CFN_BUILT_IN_NEARBYINTF))
    9880                 :          36 :                           return true;
    9881                 :             :                       }
    9882                 :             :                     }
    9883                 :             :                   break;
    9884                 :             :                 }
    9885                 :             :               default:;
    9886                 :             :               }
    9887                 :         321 :           else if (gcall *_c1 = dyn_cast <gcall *> (_d1))
    9888                 :           0 :             switch (gimple_call_combined_fn (_c1))
    9889                 :             :               {
    9890                 :           0 :               case CFN_BUILT_IN_NEARBYINTL:
    9891                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
    9892                 :             :                   {
    9893                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
    9894                 :           0 :                     _q20 = do_valueize (valueize, _q20);
    9895                 :           0 :                     {
    9896                 :           0 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    9897                 :           0 :                       if (gimple_simplify_643 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_NEARBYINTL))
    9898                 :           0 :                         return true;
    9899                 :             :                     }
    9900                 :             :                   }
    9901                 :             :                 break;
    9902                 :             :               default:;
    9903                 :             :               }
    9904                 :             :         }
    9905                 :             :       break;
    9906                 :         775 :     default:;
    9907                 :             :     }
    9908                 :         775 : if (integer_valued_real_p (_p0))
    9909                 :             :   {
    9910                 :          44 :     {
    9911                 :          44 :       tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
    9912                 :          44 :       if (gimple_simplify_644 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_NEARBYINTL))
    9913                 :          44 :         return true;
    9914                 :             :     }
    9915                 :             :   }
    9916                 :             :   return false;
    9917                 :             : }
    9918                 :             : 
    9919                 :             : bool
    9920                 :        1589 : gimple_simplify_CFN_BUILT_IN_RINT (gimple_match_op *res_op, gimple_seq *seq,
    9921                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    9922                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
    9923                 :             : {
    9924                 :        1589 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    9925                 :        1589 :   switch (TREE_CODE (_p0))
    9926                 :             :     {
    9927                 :        1166 :     case SSA_NAME:
    9928                 :        1166 :       if (gimple *_d1 = get_def (valueize, _p0))
    9929                 :             :         {
    9930                 :         704 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
    9931                 :         634 :             switch (gimple_assign_rhs_code (_a1))
    9932                 :             :               {
    9933                 :         104 :               CASE_CONVERT:
    9934                 :         104 :                 {
    9935                 :         104 :                   tree _q20 = gimple_assign_rhs1 (_a1);
    9936                 :         104 :                   _q20 = do_valueize (valueize, _q20);
    9937                 :         104 :                   if (gimple_float_value_p (_q20, valueize))
    9938                 :             :                     {
    9939                 :          60 :                       {
    9940                 :          60 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    9941                 :          60 :                         if (gimple_simplify_645 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_RINT, CFN_BUILT_IN_RINTF))
    9942                 :          30 :                           return true;
    9943                 :             :                       }
    9944                 :             :                     }
    9945                 :             :                   break;
    9946                 :             :                 }
    9947                 :             :               default:;
    9948                 :             :               }
    9949                 :         326 :           else if (gcall *_c1 = dyn_cast <gcall *> (_d1))
    9950                 :           0 :             switch (gimple_call_combined_fn (_c1))
    9951                 :             :               {
    9952                 :           0 :               case CFN_BUILT_IN_RINT:
    9953                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
    9954                 :             :                   {
    9955                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
    9956                 :           0 :                     _q20 = do_valueize (valueize, _q20);
    9957                 :           0 :                     {
    9958                 :           0 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    9959                 :           0 :                       if (gimple_simplify_643 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_RINT))
    9960                 :           0 :                         return true;
    9961                 :             :                     }
    9962                 :             :                   }
    9963                 :             :                 break;
    9964                 :             :               default:;
    9965                 :             :               }
    9966                 :             :         }
    9967                 :             :       break;
    9968                 :        1559 :     default:;
    9969                 :             :     }
    9970                 :        1559 : if (integer_valued_real_p (_p0))
    9971                 :             :   {
    9972                 :          28 :     {
    9973                 :          28 :       tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
    9974                 :          28 :       if (gimple_simplify_644 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_RINT))
    9975                 :          28 :         return true;
    9976                 :             :     }
    9977                 :             :   }
    9978                 :             :   return false;
    9979                 :             : }
    9980                 :             : 
    9981                 :             : bool
    9982                 :         235 : gimple_simplify_CFN_RINT (gimple_match_op *res_op, gimple_seq *seq,
    9983                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
    9984                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
    9985                 :             : {
    9986                 :         235 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    9987                 :         235 :   switch (TREE_CODE (_p0))
    9988                 :             :     {
    9989                 :         235 :     case SSA_NAME:
    9990                 :         235 :       if (gimple *_d1 = get_def (valueize, _p0))
    9991                 :             :         {
    9992                 :         135 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
    9993                 :           0 :             switch (gimple_call_combined_fn (_c1))
    9994                 :             :               {
    9995                 :           0 :               case CFN_RINT:
    9996                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
    9997                 :             :                   {
    9998                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
    9999                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   10000                 :           0 :                     {
   10001                 :           0 :                       tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
   10002                 :           0 :                       if (gimple_simplify_643 (res_op, seq, valueize, type, captures, CFN_RINT))
   10003                 :           0 :                         return true;
   10004                 :             :                     }
   10005                 :             :                   }
   10006                 :             :                 break;
   10007                 :             :               default:;
   10008                 :             :               }
   10009                 :             :         }
   10010                 :             :       break;
   10011                 :         235 :     default:;
   10012                 :             :     }
   10013                 :         235 : if (integer_valued_real_p (_p0))
   10014                 :             :   {
   10015                 :           0 :     {
   10016                 :           0 :       tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   10017                 :           0 :       if (gimple_simplify_644 (res_op, seq, valueize, type, captures, CFN_RINT))
   10018                 :           0 :         return true;
   10019                 :             :     }
   10020                 :             :   }
   10021                 :             :   return false;
   10022                 :             : }
   10023                 :             : 
   10024                 :             : bool
   10025                 :         130 : gimple_simplify_CFN_BUILT_IN_LLFLOORL (gimple_match_op *res_op, gimple_seq *seq,
   10026                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   10027                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
   10028                 :             : {
   10029                 :         130 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   10030                 :         130 :   switch (TREE_CODE (_p0))
   10031                 :             :     {
   10032                 :          98 :     case SSA_NAME:
   10033                 :          98 :       if (gimple *_d1 = get_def (valueize, _p0))
   10034                 :             :         {
   10035                 :           0 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   10036                 :           0 :             switch (gimple_assign_rhs_code (_a1))
   10037                 :             :               {
   10038                 :           0 :               CASE_CONVERT:
   10039                 :           0 :                 {
   10040                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   10041                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   10042                 :           0 :                   if (gimple_double_value_p (_q20, valueize))
   10043                 :             :                     {
   10044                 :           0 :                       {
   10045                 :           0 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
   10046                 :           0 :                         if (gimple_simplify_650 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_LLFLOORL, CFN_BUILT_IN_LLFLOOR))
   10047                 :           0 :                           return true;
   10048                 :             :                       }
   10049                 :             :                     }
   10050                 :           0 :                   if (gimple_float_value_p (_q20, valueize))
   10051                 :             :                     {
   10052                 :           0 :                       {
   10053                 :           0 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
   10054                 :           0 :                         if (gimple_simplify_651 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_LLFLOORL, CFN_BUILT_IN_LLFLOORF))
   10055                 :           0 :                           return true;
   10056                 :             :                       }
   10057                 :             :                     }
   10058                 :             :                   break;
   10059                 :             :                 }
   10060                 :             :               default:;
   10061                 :             :               }
   10062                 :             :         }
   10063                 :             :       break;
   10064                 :         130 :     default:;
   10065                 :             :     }
   10066                 :         130 : if (tree_expr_nonnegative_p (_p0))
   10067                 :             :   {
   10068                 :           6 :     {
   10069                 :           6 :       tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   10070                 :           6 :       if (gimple_simplify_652 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_LLFLOORL))
   10071                 :           6 :         return true;
   10072                 :             :     }
   10073                 :             :   }
   10074                 :         124 : if (integer_valued_real_p (_p0))
   10075                 :             :   {
   10076                 :          20 :     {
   10077                 :          20 :       tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   10078                 :          20 :       if (gimple_simplify_653 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_LLFLOORL))
   10079                 :          20 :         return true;
   10080                 :             :     }
   10081                 :             :   }
   10082                 :         104 :   {
   10083                 :         104 :     tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   10084                 :         104 :     if (gimple_simplify_655 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_IFLOORL, CFN_BUILT_IN_LFLOORL, CFN_BUILT_IN_LLFLOORL))
   10085                 :         104 :       return true;
   10086                 :             :   }
   10087                 :           0 :   return false;
   10088                 :             : }
   10089                 :             : 
   10090                 :             : bool
   10091                 :        1196 : gimple_simplify_CFN_BUILT_IN_LROUNDL (gimple_match_op *res_op, gimple_seq *seq,
   10092                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   10093                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
   10094                 :             : {
   10095                 :        1196 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   10096                 :        1196 :   switch (TREE_CODE (_p0))
   10097                 :             :     {
   10098                 :        1128 :     case SSA_NAME:
   10099                 :        1128 :       if (gimple *_d1 = get_def (valueize, _p0))
   10100                 :             :         {
   10101                 :         693 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   10102                 :         454 :             switch (gimple_assign_rhs_code (_a1))
   10103                 :             :               {
   10104                 :         336 :               CASE_CONVERT:
   10105                 :         336 :                 {
   10106                 :         336 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   10107                 :         336 :                   _q20 = do_valueize (valueize, _q20);
   10108                 :         336 :                   if (gimple_double_value_p (_q20, valueize))
   10109                 :             :                     {
   10110                 :         120 :                       {
   10111                 :         120 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
   10112                 :         120 :                         if (gimple_simplify_650 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_LROUNDL, CFN_BUILT_IN_LROUND))
   10113                 :         120 :                           return true;
   10114                 :             :                       }
   10115                 :             :                     }
   10116                 :         216 :                   if (gimple_float_value_p (_q20, valueize))
   10117                 :             :                     {
   10118                 :         216 :                       {
   10119                 :         216 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
   10120                 :         216 :                         if (gimple_simplify_651 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_LROUNDL, CFN_BUILT_IN_LROUNDF))
   10121                 :         216 :                           return true;
   10122                 :             :                       }
   10123                 :             :                     }
   10124                 :             :                   break;
   10125                 :             :                 }
   10126                 :             :               default:;
   10127                 :             :               }
   10128                 :             :         }
   10129                 :             :       break;
   10130                 :         860 :     default:;
   10131                 :             :     }
   10132                 :         860 : if (integer_valued_real_p (_p0))
   10133                 :             :   {
   10134                 :          81 :     {
   10135                 :          81 :       tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   10136                 :          81 :       if (gimple_simplify_653 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_LROUNDL))
   10137                 :          81 :         return true;
   10138                 :             :     }
   10139                 :             :   }
   10140                 :             :   return false;
   10141                 :             : }
   10142                 :             : 
   10143                 :             : bool
   10144                 :        1304 : gimple_simplify_CFN_BUILT_IN_LFLOOR (gimple_match_op *res_op, gimple_seq *seq,
   10145                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   10146                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
   10147                 :             : {
   10148                 :        1304 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   10149                 :        1304 :   switch (TREE_CODE (_p0))
   10150                 :             :     {
   10151                 :        1189 :     case SSA_NAME:
   10152                 :        1189 :       if (gimple *_d1 = get_def (valueize, _p0))
   10153                 :             :         {
   10154                 :         747 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   10155                 :         224 :             switch (gimple_assign_rhs_code (_a1))
   10156                 :             :               {
   10157                 :         224 :               CASE_CONVERT:
   10158                 :         224 :                 {
   10159                 :         224 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   10160                 :         224 :                   _q20 = do_valueize (valueize, _q20);
   10161                 :         224 :                   if (gimple_float_value_p (_q20, valueize))
   10162                 :             :                     {
   10163                 :         170 :                       {
   10164                 :         170 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
   10165                 :         170 :                         if (gimple_simplify_651 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_LFLOOR, CFN_BUILT_IN_LFLOORF))
   10166                 :         170 :                           return true;
   10167                 :             :                       }
   10168                 :             :                     }
   10169                 :             :                   break;
   10170                 :             :                 }
   10171                 :             :               default:;
   10172                 :             :               }
   10173                 :             :         }
   10174                 :             :       break;
   10175                 :        1134 :     default:;
   10176                 :             :     }
   10177                 :        1134 : if (tree_expr_nonnegative_p (_p0))
   10178                 :             :   {
   10179                 :           7 :     {
   10180                 :           7 :       tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   10181                 :           7 :       if (gimple_simplify_652 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_LFLOOR))
   10182                 :           7 :         return true;
   10183                 :             :     }
   10184                 :             :   }
   10185                 :        1127 : if (integer_valued_real_p (_p0))
   10186                 :             :   {
   10187                 :          20 :     {
   10188                 :          20 :       tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   10189                 :          20 :       if (gimple_simplify_653 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_LFLOOR))
   10190                 :          20 :         return true;
   10191                 :             :     }
   10192                 :             :   }
   10193                 :             :   return false;
   10194                 :             : }
   10195                 :             : 
   10196                 :             : bool
   10197                 :         296 : gimple_simplify_CFN_BUILT_IN_LLROUND (gimple_match_op *res_op, gimple_seq *seq,
   10198                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   10199                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
   10200                 :             : {
   10201                 :         296 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   10202                 :         296 :   switch (TREE_CODE (_p0))
   10203                 :             :     {
   10204                 :         236 :     case SSA_NAME:
   10205                 :         236 :       if (gimple *_d1 = get_def (valueize, _p0))
   10206                 :             :         {
   10207                 :         108 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   10208                 :          44 :             switch (gimple_assign_rhs_code (_a1))
   10209                 :             :               {
   10210                 :           0 :               CASE_CONVERT:
   10211                 :           0 :                 {
   10212                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   10213                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   10214                 :           0 :                   if (gimple_float_value_p (_q20, valueize))
   10215                 :             :                     {
   10216                 :           0 :                       {
   10217                 :           0 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
   10218                 :           0 :                         if (gimple_simplify_651 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_LLROUND, CFN_BUILT_IN_LLROUNDF))
   10219                 :           0 :                           return true;
   10220                 :             :                       }
   10221                 :             :                     }
   10222                 :             :                   break;
   10223                 :             :                 }
   10224                 :             :               default:;
   10225                 :             :               }
   10226                 :             :         }
   10227                 :             :       break;
   10228                 :         296 :     default:;
   10229                 :             :     }
   10230                 :         296 : if (integer_valued_real_p (_p0))
   10231                 :             :   {
   10232                 :          21 :     {
   10233                 :          21 :       tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   10234                 :          21 :       if (gimple_simplify_653 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_LLROUND))
   10235                 :          21 :         return true;
   10236                 :             :     }
   10237                 :             :   }
   10238                 :         275 :   {
   10239                 :         275 :     tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   10240                 :         275 :     if (gimple_simplify_655 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_IROUND, CFN_BUILT_IN_LROUND, CFN_BUILT_IN_LLROUND))
   10241                 :         217 :       return true;
   10242                 :             :   }
   10243                 :          58 :   return false;
   10244                 :             : }
   10245                 :             : 
   10246                 :             : bool
   10247                 :           0 : gimple_simplify_CFN_LFLOOR (gimple_match_op *res_op, gimple_seq *seq,
   10248                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   10249                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
   10250                 :             : {
   10251                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   10252                 :           0 :   if (tree_expr_nonnegative_p (_p0))
   10253                 :             :     {
   10254                 :           0 :       {
   10255                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   10256                 :           0 :         if (gimple_simplify_652 (res_op, seq, valueize, type, captures, CFN_LFLOOR))
   10257                 :           0 :           return true;
   10258                 :             :       }
   10259                 :             :     }
   10260                 :           0 :   if (integer_valued_real_p (_p0))
   10261                 :             :     {
   10262                 :           0 :       {
   10263                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   10264                 :           0 :         if (gimple_simplify_653 (res_op, seq, valueize, type, captures, CFN_LFLOOR))
   10265                 :           0 :           return true;
   10266                 :             :       }
   10267                 :             :     }
   10268                 :             :   return false;
   10269                 :             : }
   10270                 :             : 
   10271                 :             : bool
   10272                 :           0 : gimple_simplify_CFN_LCEIL (gimple_match_op *res_op, gimple_seq *seq,
   10273                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   10274                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
   10275                 :             : {
   10276                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   10277                 :           0 :   if (integer_valued_real_p (_p0))
   10278                 :             :     {
   10279                 :           0 :       {
   10280                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   10281                 :           0 :         if (gimple_simplify_653 (res_op, seq, valueize, type, captures, CFN_LCEIL))
   10282                 :           0 :           return true;
   10283                 :             :       }
   10284                 :             :     }
   10285                 :             :   return false;
   10286                 :             : }
   10287                 :             : 
   10288                 :             : bool
   10289                 :        2207 : gimple_simplify_CFN_BUILT_IN_LROUNDF (gimple_match_op *res_op, gimple_seq *seq,
   10290                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   10291                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
   10292                 :             : {
   10293                 :        2207 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   10294                 :        2207 :   if (integer_valued_real_p (_p0))
   10295                 :             :     {
   10296                 :          23 :       {
   10297                 :          23 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   10298                 :          23 :         if (gimple_simplify_653 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_LROUNDF))
   10299                 :          23 :           return true;
   10300                 :             :       }
   10301                 :             :     }
   10302                 :             :   return false;
   10303                 :             : }
   10304                 :             : 
   10305                 :             : bool
   10306                 :          40 : gimple_simplify_CFN_IRINT (gimple_match_op *res_op, gimple_seq *seq,
   10307                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   10308                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
   10309                 :             : {
   10310                 :          40 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   10311                 :          40 :   if (integer_valued_real_p (_p0))
   10312                 :             :     {
   10313                 :           0 :       {
   10314                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   10315                 :           0 :         if (gimple_simplify_656 (res_op, seq, valueize, type, captures, CFN_IRINT))
   10316                 :           0 :           return true;
   10317                 :             :       }
   10318                 :             :     }
   10319                 :          40 :   {
   10320                 :          40 :     tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   10321                 :          40 :     if (gimple_simplify_654 (res_op, seq, valueize, type, captures, CFN_IRINT, CFN_LRINT, CFN_LLRINT))
   10322                 :           0 :       return true;
   10323                 :             :   }
   10324                 :          40 :   return false;
   10325                 :             : }
   10326                 :             : 
   10327                 :             : bool
   10328                 :         871 : gimple_simplify_CFN_BUILT_IN_SIGNBITF (gimple_match_op *res_op, gimple_seq *seq,
   10329                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   10330                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
   10331                 :             : {
   10332                 :         871 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   10333                 :         871 :   if (tree_expr_nonnegative_p (_p0))
   10334                 :             :     {
   10335                 :         306 :       {
   10336                 :         306 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   10337                 :         306 :         if (gimple_simplify_657 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_SIGNBITF))
   10338                 :         306 :           return true;
   10339                 :             :       }
   10340                 :             :     }
   10341                 :         565 :   {
   10342                 :         565 :     tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   10343                 :         565 :     if (gimple_simplify_658 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_SIGNBITF))
   10344                 :           1 :       return true;
   10345                 :             :   }
   10346                 :         564 :   return false;
   10347                 :             : }
   10348                 :             : 
   10349                 :             : bool
   10350                 :        4138 : gimple_simplify_CFN_BUILT_IN_CTZ (gimple_match_op *res_op, gimple_seq *seq,
   10351                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   10352                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
   10353                 :             : {
   10354                 :        4138 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   10355                 :        4138 :   switch (TREE_CODE (_p0))
   10356                 :             :     {
   10357                 :        4017 :     case SSA_NAME:
   10358                 :        4017 :       if (gimple *_d1 = get_def (valueize, _p0))
   10359                 :             :         {
   10360                 :        2052 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   10361                 :        1807 :             switch (gimple_assign_rhs_code (_a1))
   10362                 :             :               {
   10363                 :           0 :               case NEGATE_EXPR:
   10364                 :           0 :                 {
   10365                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   10366                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   10367                 :           0 :                   {
   10368                 :           0 :                     tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q20 };
   10369                 :           0 :                     if (gimple_simplify_670 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_CTZ))
   10370                 :           0 :                       return true;
   10371                 :             :                   }
   10372                 :           0 :                   break;
   10373                 :             :                 }
   10374                 :           0 :               case ABS_EXPR:
   10375                 :           0 :                 {
   10376                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   10377                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   10378                 :           0 :                   {
   10379                 :           0 :                     tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q20 };
   10380                 :           0 :                     if (gimple_simplify_671 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_CTZ))
   10381                 :           0 :                       return true;
   10382                 :             :                   }
   10383                 :           0 :                   break;
   10384                 :             :                 }
   10385                 :         930 :               CASE_CONVERT:
   10386                 :         930 :                 {
   10387                 :         930 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   10388                 :         930 :                   _q20 = do_valueize (valueize, _q20);
   10389                 :         930 :                   {
   10390                 :         930 :                     tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q20 };
   10391                 :         930 :                     if (gimple_simplify_672 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_CTZ))
   10392                 :           0 :                       return true;
   10393                 :             :                   }
   10394                 :         930 :                   break;
   10395                 :             :                 }
   10396                 :             :               default:;
   10397                 :             :               }
   10398                 :             :         }
   10399                 :             :       break;
   10400                 :        4138 :     default:;
   10401                 :             :     }
   10402                 :        4138 : {
   10403                 :        4138 :   tree _p0_pops[1];
   10404                 :        4138 :   if (gimple_nop_convert (_p0, _p0_pops, valueize))
   10405                 :             :     {
   10406                 :         561 :       tree _q20 = _p0_pops[0];
   10407                 :         561 :       switch (TREE_CODE (_q20))
   10408                 :             :         {
   10409                 :         561 :         case SSA_NAME:
   10410                 :         561 :           if (gimple *_d1 = get_def (valueize, _q20))
   10411                 :             :             {
   10412                 :         484 :               if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   10413                 :         274 :                 switch (gimple_assign_rhs_code (_a1))
   10414                 :             :                   {
   10415                 :           2 :                   case NEGATE_EXPR:
   10416                 :           2 :                     {
   10417                 :           2 :                       tree _q30 = gimple_assign_rhs1 (_a1);
   10418                 :           2 :                       _q30 = do_valueize (valueize, _q30);
   10419                 :           2 :                       {
   10420                 :           2 :                         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q30 };
   10421                 :           2 :                         if (gimple_simplify_668 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_CTZ))
   10422                 :           1 :                           return true;
   10423                 :             :                       }
   10424                 :           1 :                       break;
   10425                 :             :                     }
   10426                 :           2 :                   case ABS_EXPR:
   10427                 :           2 :                     {
   10428                 :           2 :                       tree _q30 = gimple_assign_rhs1 (_a1);
   10429                 :           2 :                       _q30 = do_valueize (valueize, _q30);
   10430                 :           2 :                       {
   10431                 :           2 :                         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q30 };
   10432                 :           2 :                         if (gimple_simplify_669 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_CTZ))
   10433                 :           1 :                           return true;
   10434                 :             :                       }
   10435                 :           1 :                       break;
   10436                 :             :                     }
   10437                 :             :                   default:;
   10438                 :             :                   }
   10439                 :             :             }
   10440                 :             :           break;
   10441                 :             :         default:;
   10442                 :             :         }
   10443                 :             :     }
   10444                 :             : }
   10445                 :        4136 :   return false;
   10446                 :             : }
   10447                 :             : 
   10448                 :             : bool
   10449                 :        1770 : gimple_simplify_CFN_BUILT_IN_POPCOUNTLL (gimple_match_op *res_op, gimple_seq *seq,
   10450                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   10451                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
   10452                 :             : {
   10453                 :        1770 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   10454                 :        1770 :   switch (TREE_CODE (_p0))
   10455                 :             :     {
   10456                 :        1716 :     case SSA_NAME:
   10457                 :        1716 :       if (gimple *_d1 = get_def (valueize, _p0))
   10458                 :             :         {
   10459                 :         925 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   10460                 :         848 :             switch (gimple_assign_rhs_code (_a1))
   10461                 :             :               {
   10462                 :         287 :               CASE_CONVERT:
   10463                 :         287 :                 {
   10464                 :         287 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   10465                 :         287 :                   _q20 = do_valueize (valueize, _q20);
   10466                 :         287 :                   switch (TREE_CODE (_q20))
   10467                 :             :                     {
   10468                 :         287 :                     case SSA_NAME:
   10469                 :         287 :                       if (gimple *_d2 = get_def (valueize, _q20))
   10470                 :             :                         {
   10471                 :         278 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   10472                 :         398 :                             switch (gimple_assign_rhs_code (_a2))
   10473                 :             :                               {
   10474                 :           0 :                               case LROTATE_EXPR:
   10475                 :           0 :                                 {
   10476                 :           0 :                                   tree _q30 = gimple_assign_rhs1 (_a2);
   10477                 :           0 :                                   _q30 = do_valueize (valueize, _q30);
   10478                 :           0 :                                   tree _q31 = gimple_assign_rhs2 (_a2);
   10479                 :           0 :                                   _q31 = do_valueize (valueize, _q31);
   10480                 :           0 :                                   {
   10481                 :           0 :                                     tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31 };
   10482                 :           0 :                                     if (gimple_simplify_674 (res_op, seq, valueize, type, captures, LROTATE_EXPR, CFN_BUILT_IN_POPCOUNTLL))
   10483                 :           0 :                                       return true;
   10484                 :             :                                   }
   10485                 :           0 :                                   break;
   10486                 :             :                                 }
   10487                 :           0 :                               case RROTATE_EXPR:
   10488                 :           0 :                                 {
   10489                 :           0 :                                   tree _q30 = gimple_assign_rhs1 (_a2);
   10490                 :           0 :                                   _q30 = do_valueize (valueize, _q30);
   10491                 :           0 :                                   tree _q31 = gimple_assign_rhs2 (_a2);
   10492                 :           0 :                                   _q31 = do_valueize (valueize, _q31);
   10493                 :           0 :                                   {
   10494                 :           0 :                                     tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31 };
   10495                 :           0 :                                     if (gimple_simplify_674 (res_op, seq, valueize, type, captures, RROTATE_EXPR, CFN_BUILT_IN_POPCOUNTLL))
   10496                 :           0 :                                       return true;
   10497                 :             :                                   }
   10498                 :           0 :                                   break;
   10499                 :             :                                 }
   10500                 :             :                               default:;
   10501                 :             :                               }
   10502                 :          36 :                           else if (gcall *_c2 = dyn_cast <gcall *> (_d2))
   10503                 :           2 :                             switch (gimple_call_combined_fn (_c2))
   10504                 :             :                               {
   10505                 :           0 :                               case CFN_BUILT_IN_BSWAP128:
   10506                 :           0 :                                 if (gimple_call_num_args (_c2) == 1)
   10507                 :             :                                   {
   10508                 :           0 :                                     tree _q30 = gimple_call_arg (_c2, 0);
   10509                 :           0 :                                     _q30 = do_valueize (valueize, _q30);
   10510                 :           0 :                                     {
   10511                 :           0 :                                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q30 };
   10512                 :           0 :                                       if (gimple_simplify_673 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_BSWAP128, CFN_BUILT_IN_POPCOUNTLL))
   10513                 :           0 :                                         return true;
   10514                 :             :                                     }
   10515                 :             :                                   }
   10516                 :             :                                 break;
   10517                 :           2 :                               case CFN_BUILT_IN_BSWAP16:
   10518                 :           2 :                                 if (gimple_call_num_args (_c2) == 1)
   10519                 :             :                                   {
   10520                 :           2 :                                     tree _q30 = gimple_call_arg (_c2, 0);
   10521                 :           2 :                                     _q30 = do_valueize (valueize, _q30);
   10522                 :           2 :                                     {
   10523                 :           2 :                                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q30 };
   10524                 :           2 :                                       if (gimple_simplify_673 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_BSWAP16, CFN_BUILT_IN_POPCOUNTLL))
   10525                 :           1 :                                         return true;
   10526                 :             :                                     }
   10527                 :             :                                   }
   10528                 :             :                                 break;
   10529                 :           0 :                               case CFN_BUILT_IN_BSWAP32:
   10530                 :           0 :                                 if (gimple_call_num_args (_c2) == 1)
   10531                 :             :                                   {
   10532                 :           0 :                                     tree _q30 = gimple_call_arg (_c2, 0);
   10533                 :           0 :                                     _q30 = do_valueize (valueize, _q30);
   10534                 :           0 :                                     {
   10535                 :           0 :                                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q30 };
   10536                 :           0 :                                       if (gimple_simplify_673 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_BSWAP32, CFN_BUILT_IN_POPCOUNTLL))
   10537                 :           0 :                                         return true;
   10538                 :             :                                     }
   10539                 :             :                                   }
   10540                 :             :                                 break;
   10541                 :           0 :                               case CFN_BUILT_IN_BSWAP64:
   10542                 :           0 :                                 if (gimple_call_num_args (_c2) == 1)
   10543                 :             :                                   {
   10544                 :           0 :                                     tree _q30 = gimple_call_arg (_c2, 0);
   10545                 :           0 :                                     _q30 = do_valueize (valueize, _q30);
   10546                 :           0 :                                     {
   10547                 :           0 :                                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q30 };
   10548                 :           0 :                                       if (gimple_simplify_673 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_BSWAP64, CFN_BUILT_IN_POPCOUNTLL))
   10549                 :           0 :                                         return true;
   10550                 :             :                                     }
   10551                 :             :                                   }
   10552                 :             :                                 break;
   10553                 :             :                               default:;
   10554                 :             :                               }
   10555                 :             :                         }
   10556                 :             :                       break;
   10557                 :         286 :                     default:;
   10558                 :             :                     }
   10559                 :         286 :                   {
   10560                 :         286 :                     tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q20 };
   10561                 :         286 :                     if (gimple_simplify_675 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_POPCOUNTLL))
   10562                 :          12 :                       return true;
   10563                 :             :                   }
   10564                 :         274 :                   break;
   10565                 :             :                 }
   10566                 :           0 :               case LROTATE_EXPR:
   10567                 :           0 :                 {
   10568                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   10569                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   10570                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   10571                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   10572                 :           0 :                   {
   10573                 :           0 :                     tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p0, _q20, _q21 };
   10574                 :           0 :                     if (gimple_simplify_677 (res_op, seq, valueize, type, captures, LROTATE_EXPR, CFN_BUILT_IN_POPCOUNTLL))
   10575                 :           0 :                       return true;
   10576                 :             :                   }
   10577                 :           0 :                   break;
   10578                 :             :                 }
   10579                 :           2 :               case RROTATE_EXPR:
   10580                 :           2 :                 {
   10581                 :           2 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   10582                 :           2 :                   _q20 = do_valueize (valueize, _q20);
   10583                 :           2 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   10584                 :           2 :                   _q21 = do_valueize (valueize, _q21);
   10585                 :           2 :                   {
   10586                 :           2 :                     tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p0, _q20, _q21 };
   10587                 :           2 :                     if (gimple_simplify_677 (res_op, seq, valueize, type, captures, RROTATE_EXPR, CFN_BUILT_IN_POPCOUNTLL))
   10588                 :           2 :                       return true;
   10589                 :             :                   }
   10590                 :           0 :                   break;
   10591                 :             :                 }
   10592                 :             :               default:;
   10593                 :             :               }
   10594                 :         341 :           else if (gcall *_c1 = dyn_cast <gcall *> (_d1))
   10595                 :           2 :             switch (gimple_call_combined_fn (_c1))
   10596                 :             :               {
   10597                 :           0 :               case CFN_BUILT_IN_BSWAP128:
   10598                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   10599                 :             :                   {
   10600                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   10601                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   10602                 :           0 :                     {
   10603                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p0, _q20 };
   10604                 :           0 :                       if (gimple_simplify_676 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_BSWAP128, CFN_BUILT_IN_POPCOUNTLL))
   10605                 :           0 :                         return true;
   10606                 :             :                     }
   10607                 :             :                   }
   10608                 :             :                 break;
   10609                 :           0 :               case CFN_BUILT_IN_BSWAP16:
   10610                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   10611                 :             :                   {
   10612                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   10613                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   10614                 :           0 :                     {
   10615                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p0, _q20 };
   10616                 :           0 :                       if (gimple_simplify_676 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_BSWAP16, CFN_BUILT_IN_POPCOUNTLL))
   10617                 :           0 :                         return true;
   10618                 :             :                     }
   10619                 :             :                   }
   10620                 :             :                 break;
   10621                 :           0 :               case CFN_BUILT_IN_BSWAP32:
   10622                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   10623                 :             :                   {
   10624                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   10625                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   10626                 :           0 :                     {
   10627                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p0, _q20 };
   10628                 :           0 :                       if (gimple_simplify_676 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_BSWAP32, CFN_BUILT_IN_POPCOUNTLL))
   10629                 :           0 :                         return true;
   10630                 :             :                     }
   10631                 :             :                   }
   10632                 :             :                 break;
   10633                 :           2 :               case CFN_BUILT_IN_BSWAP64:
   10634                 :           2 :                 if (gimple_call_num_args (_c1) == 1)
   10635                 :             :                   {
   10636                 :           2 :                     tree _q20 = gimple_call_arg (_c1, 0);
   10637                 :           2 :                     _q20 = do_valueize (valueize, _q20);
   10638                 :           2 :                     {
   10639                 :           2 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p0, _q20 };
   10640                 :           2 :                       if (gimple_simplify_676 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_BSWAP64, CFN_BUILT_IN_POPCOUNTLL))
   10641                 :           2 :                         return true;
   10642                 :             :                     }
   10643                 :             :                   }
   10644                 :             :                 break;
   10645                 :             :               default:;
   10646                 :             :               }
   10647                 :             :         }
   10648                 :             :       break;
   10649                 :        1753 :     default:;
   10650                 :             :     }
   10651                 :        1753 :   {
   10652                 :        1753 :     tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   10653                 :        1753 :     if (gimple_simplify_678 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_POPCOUNTLL))
   10654                 :           7 :       return true;
   10655                 :             :   }
   10656                 :        1746 :   return false;
   10657                 :             : }
   10658                 :             : 
   10659                 :             : bool
   10660                 :        1361 : gimple_simplify_CFN_BUILT_IN_FFS (gimple_match_op *res_op, gimple_seq *seq,
   10661                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   10662                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
   10663                 :             : {
   10664                 :        1361 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   10665                 :        1361 :   switch (TREE_CODE (_p0))
   10666                 :             :     {
   10667                 :        1341 :     case SSA_NAME:
   10668                 :        1341 :       if (gimple *_d1 = get_def (valueize, _p0))
   10669                 :             :         {
   10670                 :         679 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   10671                 :         787 :             switch (gimple_assign_rhs_code (_a1))
   10672                 :             :               {
   10673                 :         368 :               CASE_CONVERT:
   10674                 :         368 :                 {
   10675                 :         368 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   10676                 :         368 :                   _q20 = do_valueize (valueize, _q20);
   10677                 :         368 :                   {
   10678                 :         368 :                     tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q20 };
   10679                 :         368 :                     if (gimple_simplify_686 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FFS))
   10680                 :           0 :                       return true;
   10681                 :             :                   }
   10682                 :         368 :                   break;
   10683                 :             :                 }
   10684                 :             :               default:;
   10685                 :             :               }
   10686                 :             :         }
   10687                 :             :       break;
   10688                 :        1361 :     default:;
   10689                 :             :     }
   10690                 :        1361 : if (tree_expr_nonzero_p (_p0))
   10691                 :             :   {
   10692                 :          14 :     {
   10693                 :          14 :       tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   10694                 :          14 :       if (gimple_simplify_685 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FFS, CFN_BUILT_IN_CTZ))
   10695                 :          12 :         return true;
   10696                 :             :     }
   10697                 :             :   }
   10698                 :             :   return false;
   10699                 :             : }
   10700                 :             : 
   10701                 :             : bool
   10702                 :         566 : gimple_simplify_CFN_FFS (gimple_match_op *res_op, gimple_seq *seq,
   10703                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   10704                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
   10705                 :             : {
   10706                 :         566 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   10707                 :         566 :   switch (TREE_CODE (_p0))
   10708                 :             :     {
   10709                 :         558 :     case SSA_NAME:
   10710                 :         558 :       if (gimple *_d1 = get_def (valueize, _p0))
   10711                 :             :         {
   10712                 :         324 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   10713                 :         121 :             switch (gimple_assign_rhs_code (_a1))
   10714                 :             :               {
   10715                 :         100 :               CASE_CONVERT:
   10716                 :         100 :                 {
   10717                 :         100 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   10718                 :         100 :                   _q20 = do_valueize (valueize, _q20);
   10719                 :         100 :                   {
   10720                 :         100 :                     tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q20 };
   10721                 :         100 :                     if (gimple_simplify_686 (res_op, seq, valueize, type, captures, CFN_FFS))
   10722                 :           3 :                       return true;
   10723                 :             :                   }
   10724                 :          97 :                   break;
   10725                 :             :                 }
   10726                 :             :               default:;
   10727                 :             :               }
   10728                 :             :         }
   10729                 :             :       break;
   10730                 :         563 :     default:;
   10731                 :             :     }
   10732                 :         563 : if (tree_expr_nonzero_p (_p0))
   10733                 :             :   {
   10734                 :           0 :     {
   10735                 :           0 :       tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   10736                 :           0 :       if (gimple_simplify_685 (res_op, seq, valueize, type, captures, CFN_FFS, CFN_CTZ))
   10737                 :           0 :         return true;
   10738                 :             :     }
   10739                 :             :   }
   10740                 :             :   return false;
   10741                 :             : }
   10742                 :             : 
   10743                 :             : bool
   10744                 :        1347 : gimple_simplify_CFN_REDUC_MIN (gimple_match_op *res_op, gimple_seq *seq,
   10745                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   10746                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
   10747                 :             : {
   10748                 :        1347 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   10749                 :        1347 :   switch (TREE_CODE (_p0))
   10750                 :             :     {
   10751                 :        1347 :     case SSA_NAME:
   10752                 :        1347 :       if (gimple *_d1 = get_def (valueize, _p0))
   10753                 :             :         {
   10754                 :         507 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   10755                 :         449 :             switch (gimple_assign_rhs_code (_a1))
   10756                 :             :               {
   10757                 :         355 :               case MIN_EXPR:
   10758                 :         355 :                 {
   10759                 :         355 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   10760                 :         355 :                   _q20 = do_valueize (valueize, _q20);
   10761                 :         355 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   10762                 :         355 :                   _q21 = do_valueize (valueize, _q21);
   10763                 :         355 :                   if (tree_swap_operands_p (_q20, _q21))
   10764                 :           1 :                     std::swap (_q20, _q21);
   10765                 :         355 :                   switch (TREE_CODE (_q21))
   10766                 :             :                     {
   10767                 :          17 :                     case VECTOR_CST:
   10768                 :          17 :                       {
   10769                 :          17 :                         {
   10770                 :          17 :                           tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   10771                 :          17 :                           gimple_seq *lseq = seq;
   10772                 :          17 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2090;
   10773                 :          17 :                           {
   10774                 :          17 :                             res_op->set_op (MIN_EXPR, type, 2);
   10775                 :          17 :                             {
   10776                 :          17 :                               tree _o1[1], _r1;
   10777                 :          17 :                               _o1[0] = captures[0];
   10778                 :          17 :                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_REDUC_MIN, type, _o1[0]);
   10779                 :          17 :                               tem_op.resimplify (lseq, valueize);
   10780                 :          17 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   10781                 :          17 :                               if (!_r1) goto next_after_fail2090;
   10782                 :          17 :                               res_op->ops[0] = _r1;
   10783                 :             :                             }
   10784                 :          17 :                             {
   10785                 :          17 :                               tree _o1[1], _r1;
   10786                 :          17 :                               _o1[0] = captures[1];
   10787                 :          17 :                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_REDUC_MIN, type, _o1[0]);
   10788                 :          17 :                               tem_op.resimplify (lseq, valueize);
   10789                 :          17 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   10790                 :          17 :                               if (!_r1) goto next_after_fail2090;
   10791                 :          17 :                               res_op->ops[1] = _r1;
   10792                 :             :                             }
   10793                 :          17 :                             res_op->resimplify (lseq, valueize);
   10794                 :          17 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1009, __FILE__, __LINE__, true);
   10795                 :          17 :                             return true;
   10796                 :             :                           }
   10797                 :           0 : next_after_fail2090:;
   10798                 :             :                         }
   10799                 :           0 :                         break;
   10800                 :             :                       }
   10801                 :             :                     default:;
   10802                 :             :                     }
   10803                 :        1347 :                   break;
   10804                 :             :                 }
   10805                 :             :               default:;
   10806                 :             :               }
   10807                 :             :         }
   10808                 :             :       break;
   10809                 :             :     default:;
   10810                 :             :     }
   10811                 :             :   return false;
   10812                 :             : }
   10813                 :             : 
   10814                 :             : bool
   10815                 :        5962 : gimple_simplify_CFN_REDUC_AND (gimple_match_op *res_op, gimple_seq *seq,
   10816                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   10817                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0)
   10818                 :             : {
   10819                 :        5962 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   10820                 :        5962 :   switch (TREE_CODE (_p0))
   10821                 :             :     {
   10822                 :        5962 :     case SSA_NAME:
   10823                 :        5962 :       if (gimple *_d1 = get_def (valueize, _p0))
   10824                 :             :         {
   10825                 :        2483 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   10826                 :        3383 :             switch (gimple_assign_rhs_code (_a1))
   10827                 :             :               {
   10828                 :        1481 :               case BIT_AND_EXPR:
   10829                 :        1481 :                 {
   10830                 :        1481 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   10831                 :        1481 :                   _q20 = do_valueize (valueize, _q20);
   10832                 :        1481 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   10833                 :        1481 :                   _q21 = do_valueize (valueize, _q21);
   10834                 :        1481 :                   if (tree_swap_operands_p (_q20, _q21))
   10835                 :          10 :                     std::swap (_q20, _q21);
   10836                 :        1481 :                   switch (TREE_CODE (_q21))
   10837                 :             :                     {
   10838                 :           0 :                     case VECTOR_CST:
   10839                 :           0 :                       {
   10840                 :           0 :                         {
   10841                 :           0 :                           tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   10842                 :           0 :                           gimple_seq *lseq = seq;
   10843                 :           0 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2093;
   10844                 :           0 :                           {
   10845                 :           0 :                             res_op->set_op (BIT_AND_EXPR, type, 2);
   10846                 :           0 :                             {
   10847                 :           0 :                               tree _o1[1], _r1;
   10848                 :           0 :                               _o1[0] = captures[0];
   10849                 :           0 :                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_REDUC_AND, type, _o1[0]);
   10850                 :           0 :                               tem_op.resimplify (lseq, valueize);
   10851                 :           0 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   10852                 :           0 :                               if (!_r1) goto next_after_fail2093;
   10853                 :           0 :                               res_op->ops[0] = _r1;
   10854                 :             :                             }
   10855                 :           0 :                             {
   10856                 :           0 :                               tree _o1[1], _r1;
   10857                 :           0 :                               _o1[0] = captures[1];
   10858                 :           0 :                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_REDUC_AND, type, _o1[0]);
   10859                 :           0 :                               tem_op.resimplify (lseq, valueize);
   10860                 :           0 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   10861                 :           0 :                               if (!_r1) goto next_after_fail2093;
   10862                 :           0 :                               res_op->ops[1] = _r1;
   10863                 :             :                             }
   10864                 :           0 :                             res_op->resimplify (lseq, valueize);
   10865                 :           0 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1009, __FILE__, __LINE__, true);
   10866                 :           0 :                             return true;
   10867                 :             :                           }
   10868                 :           0 : next_after_fail2093:;
   10869                 :             :                         }
   10870                 :           0 :                         break;
   10871                 :             :                       }
   10872                 :             :                     default:;
   10873                 :             :                     }
   10874                 :        5962 :                   break;
   10875                 :             :                 }
   10876                 :             :               default:;
   10877                 :             :               }
   10878                 :             :         }
   10879                 :             :       break;
   10880                 :             :     default:;
   10881                 :             :     }
   10882                 :             :   return false;
   10883                 :             : }
   10884                 :             : 
   10885                 :             : bool
   10886                 :     2144115 : gimple_simplify_POINTER_DIFF_EXPR (gimple_match_op *res_op, gimple_seq *seq,
   10887                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   10888                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   10889                 :             : {
   10890                 :     2144115 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   10891                 :     2144115 :   if (integer_zerop (_p1))
   10892                 :             :     {
   10893                 :       40107 :       {
   10894                 :       40107 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   10895                 :       40107 :         gimple_seq *lseq = seq;
   10896                 :       40107 :         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2238;
   10897                 :       40107 :         {
   10898                 :       40107 :           res_op->set_op (NOP_EXPR, type, 1);
   10899                 :       40107 :           res_op->ops[0] = captures[0];
   10900                 :       40107 :           res_op->resimplify (lseq, valueize);
   10901                 :       40107 :           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1067, __FILE__, __LINE__, true);
   10902                 :       40107 :           return true;
   10903                 :             :         }
   10904                 :           0 : next_after_fail2238:;
   10905                 :             :       }
   10906                 :             :     }
   10907                 :     2104008 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || operand_equal_p (_p1, _p0, 0))
   10908                 :             :     {
   10909                 :       10495 :       {
   10910                 :       10495 :         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p0 };
   10911                 :       10495 :         gimple_seq *lseq = seq;
   10912                 :       10495 :         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2239;
   10913                 :       10495 :         {
   10914                 :       10495 :           tree tem;
   10915                 :       10495 :           tem =  build_zero_cst (type);
   10916                 :       10495 :           res_op->set_value (tem);
   10917                 :       10495 :           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1068, __FILE__, __LINE__, true);
   10918                 :       10495 :           return true;
   10919                 :             :         }
   10920                 :           0 : next_after_fail2239:;
   10921                 :             :       }
   10922                 :             :     }
   10923                 :     2093513 :   switch (TREE_CODE (_p0))
   10924                 :             :     {
   10925                 :     2011447 :     case SSA_NAME:
   10926                 :     2011447 :       if (gimple *_d1 = get_def (valueize, _p0))
   10927                 :             :         {
   10928                 :     1404501 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   10929                 :     1880224 :             switch (gimple_assign_rhs_code (_a1))
   10930                 :             :               {
   10931                 :      104791 :               case POINTER_PLUS_EXPR:
   10932                 :      104791 :                 {
   10933                 :      104791 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   10934                 :      104791 :                   _q20 = do_valueize (valueize, _q20);
   10935                 :      104791 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   10936                 :      104791 :                   _q21 = do_valueize (valueize, _q21);
   10937                 :      104791 :                   switch (TREE_CODE (_p1))
   10938                 :             :                     {
   10939                 :       86943 :                     case SSA_NAME:
   10940                 :       86943 :                       if (gimple *_d2 = get_def (valueize, _p1))
   10941                 :             :                         {
   10942                 :       83762 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   10943                 :       92138 :                             switch (gimple_assign_rhs_code (_a2))
   10944                 :             :                               {
   10945                 :       12208 :                               case POINTER_PLUS_EXPR:
   10946                 :       12208 :                                 {
   10947                 :       12208 :                                   tree _q50 = gimple_assign_rhs1 (_a2);
   10948                 :       12208 :                                   _q50 = do_valueize (valueize, _q50);
   10949                 :       12208 :                                   tree _q51 = gimple_assign_rhs2 (_a2);
   10950                 :       12208 :                                   _q51 = do_valueize (valueize, _q51);
   10951                 :       12208 :                                   if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
   10952                 :             :                                     {
   10953                 :         319 :                                       {
   10954                 :         319 :                                         tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q51 };
   10955                 :         319 :                                         if (TYPE_OVERFLOW_WRAPS (TREE_TYPE (captures[1]))
   10956                 :             : )
   10957                 :             :                                           {
   10958                 :         319 :                                             gimple_seq *lseq = seq;
   10959                 :         319 :                                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2240;
   10960                 :         319 :                                             {
   10961                 :         319 :                                               res_op->set_op (NOP_EXPR, type, 1);
   10962                 :         319 :                                               {
   10963                 :         319 :                                                 tree _o1[2], _r1;
   10964                 :         319 :                                                 _o1[0] = captures[1];
   10965                 :         319 :                                                 _o1[1] = captures[2];
   10966                 :         319 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), MINUS_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   10967                 :         319 :                                                 tem_op.resimplify (lseq, valueize);
   10968                 :         319 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   10969                 :         319 :                                                 if (!_r1) goto next_after_fail2240;
   10970                 :         162 :                                                 res_op->ops[0] = _r1;
   10971                 :             :                                               }
   10972                 :         162 :                                               res_op->resimplify (lseq, valueize);
   10973                 :         162 :                                               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1069, __FILE__, __LINE__, true);
   10974                 :         162 :                                               return true;
   10975                 :             :                                             }
   10976                 :         157 : next_after_fail2240:;
   10977                 :             :                                           }
   10978                 :             :                                       }
   10979                 :             :                                     }
   10980                 :             :                                   break;
   10981                 :             :                                 }
   10982                 :             :                               default:;
   10983                 :             :                               }
   10984                 :             :                         }
   10985                 :             :                       break;
   10986                 :             :                     default:;
   10987                 :             :                     }
   10988                 :             :                   break;
   10989                 :             :                 }
   10990                 :       10675 :               CASE_CONVERT:
   10991                 :       10675 :                 {
   10992                 :       10675 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   10993                 :       10675 :                   _q20 = do_valueize (valueize, _q20);
   10994                 :       10675 :                   switch (TREE_CODE (_q20))
   10995                 :             :                     {
   10996                 :       10675 :                     case SSA_NAME:
   10997                 :       10675 :                       if (gimple *_d2 = get_def (valueize, _q20))
   10998                 :             :                         {
   10999                 :       10291 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   11000                 :       10365 :                             switch (gimple_assign_rhs_code (_a2))
   11001                 :             :                               {
   11002                 :           0 :                               case ADDR_EXPR:
   11003                 :           0 :                                 {
   11004                 :           0 :                                   switch (TREE_CODE (_p1))
   11005                 :             :                                     {
   11006                 :           0 :                                     case SSA_NAME:
   11007                 :           0 :                                       if (gimple *_d3 = get_def (valueize, _p1))
   11008                 :             :                                         {
   11009                 :           0 :                                           if (gassign *_a3 = dyn_cast <gassign *> (_d3))
   11010                 :           0 :                                             switch (gimple_assign_rhs_code (_a3))
   11011                 :             :                                               {
   11012                 :           0 :                                               CASE_CONVERT:
   11013                 :           0 :                                                 {
   11014                 :           0 :                                                   tree _q40 = gimple_assign_rhs1 (_a3);
   11015                 :           0 :                                                   _q40 = do_valueize (valueize, _q40);
   11016                 :           0 :                                                   {
   11017                 :           0 :                                                     tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
   11018                 :           0 :                                                     if (tree_nop_conversion_p (TREE_TYPE(captures[0]), TREE_TYPE (captures[1]))
   11019                 :           0 :  && tree_nop_conversion_p (TREE_TYPE(captures[2]), TREE_TYPE (captures[3]))
   11020                 :             : )
   11021                 :             :                                                       {
   11022                 :           0 :                                                         {
   11023                 :           0 :  poly_int64 diff;
   11024                 :           0 :                                                             if (ptr_difference_const (captures[1], captures[3], &diff)
   11025                 :             : )
   11026                 :             :                                                               {
   11027                 :           0 :                                                                 gimple_seq *lseq = seq;
   11028                 :           0 :                                                                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2241;
   11029                 :           0 :                                                                 {
   11030                 :           0 :                                                                   tree tem;
   11031                 :           0 :                                                                   tem =  build_int_cst_type (type, diff);
   11032                 :           0 :                                                                   res_op->set_value (tem);
   11033                 :           0 :                                                                   if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1070, __FILE__, __LINE__, true);
   11034                 :           0 :                                                                   return true;
   11035                 :             :                                                                 }
   11036                 :           0 : next_after_fail2241:;
   11037                 :             :                                                               }
   11038                 :             :                                                         }
   11039                 :             :                                                       }
   11040                 :             :                                                   }
   11041                 :           0 :                                                   break;
   11042                 :             :                                                 }
   11043                 :             :                                               default:;
   11044                 :             :                                               }
   11045                 :             :                                         }
   11046                 :             :                                       break;
   11047                 :           0 :                                     default:;
   11048                 :             :                                     }
   11049                 :           0 :                                   {
   11050                 :           0 :                                     tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _p1 };
   11051                 :           0 :                                     if (tree_nop_conversion_p (TREE_TYPE(captures[0]), TREE_TYPE (captures[1]))
   11052                 :           0 :  && tree_nop_conversion_p (TREE_TYPE(captures[2]), TREE_TYPE (captures[3]))
   11053                 :             : )
   11054                 :             :                                       {
   11055                 :           0 :                                         {
   11056                 :           0 :  poly_int64 diff;
   11057                 :           0 :                                             if (ptr_difference_const (captures[1], captures[3], &diff)
   11058                 :             : )
   11059                 :             :                                               {
   11060                 :           0 :                                                 gimple_seq *lseq = seq;
   11061                 :           0 :                                                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2242;
   11062                 :           0 :                                                 {
   11063                 :           0 :                                                   tree tem;
   11064                 :           0 :                                                   tem =  build_int_cst_type (type, diff);
   11065                 :           0 :                                                   res_op->set_value (tem);
   11066                 :           0 :                                                   if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1070, __FILE__, __LINE__, true);
   11067                 :           0 :                                                   return true;
   11068                 :             :                                                 }
   11069                 :           0 : next_after_fail2242:;
   11070                 :             :                                               }
   11071                 :             :                                         }
   11072                 :             :                                       }
   11073                 :             :                                   }
   11074                 :           0 :                                   break;
   11075                 :             :                                 }
   11076                 :             :                               default:;
   11077                 :             :                               }
   11078                 :             :                         }
   11079                 :             :                       break;
   11080                 :           0 :                     case ADDR_EXPR:
   11081                 :           0 :                       {
   11082                 :           0 :                         switch (TREE_CODE (_p1))
   11083                 :             :                           {
   11084                 :           0 :                           case SSA_NAME:
   11085                 :           0 :                             if (gimple *_d2 = get_def (valueize, _p1))
   11086                 :             :                               {
   11087                 :           0 :                                 if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   11088                 :           0 :                                   switch (gimple_assign_rhs_code (_a2))
   11089                 :             :                                     {
   11090                 :           0 :                                     CASE_CONVERT:
   11091                 :           0 :                                       {
   11092                 :           0 :                                         tree _q40 = gimple_assign_rhs1 (_a2);
   11093                 :           0 :                                         _q40 = do_valueize (valueize, _q40);
   11094                 :           0 :                                         {
   11095                 :           0 :                                           tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
   11096                 :           0 :                                           if (tree_nop_conversion_p (TREE_TYPE(captures[0]), TREE_TYPE (captures[1]))
   11097                 :           0 :  && tree_nop_conversion_p (TREE_TYPE(captures[2]), TREE_TYPE (captures[3]))
   11098                 :             : )
   11099                 :             :                                             {
   11100                 :           0 :                                               {
   11101                 :           0 :  poly_int64 diff;
   11102                 :           0 :                                                   if (ptr_difference_const (captures[1], captures[3], &diff)
   11103                 :             : )
   11104                 :             :                                                     {
   11105                 :           0 :                                                       gimple_seq *lseq = seq;
   11106                 :           0 :                                                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2243;
   11107                 :           0 :                                                       {
   11108                 :           0 :                                                         tree tem;
   11109                 :           0 :                                                         tem =  build_int_cst_type (type, diff);
   11110                 :           0 :                                                         res_op->set_value (tem);
   11111                 :           0 :                                                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1070, __FILE__, __LINE__, true);
   11112                 :           0 :                                                         return true;
   11113                 :             :                                                       }
   11114                 :           0 : next_after_fail2243:;
   11115                 :             :                                                     }
   11116                 :             :                                               }
   11117                 :             :                                             }
   11118                 :             :                                         }
   11119                 :           0 :                                         break;
   11120                 :             :                                       }
   11121                 :             :                                     default:;
   11122                 :             :                                     }
   11123                 :             :                               }
   11124                 :             :                             break;
   11125                 :           0 :                           default:;
   11126                 :             :                           }
   11127                 :           0 :                         {
   11128                 :           0 :                           tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _p1 };
   11129                 :           0 :                           if (tree_nop_conversion_p (TREE_TYPE(captures[0]), TREE_TYPE (captures[1]))
   11130                 :           0 :  && tree_nop_conversion_p (TREE_TYPE(captures[2]), TREE_TYPE (captures[3]))
   11131                 :             : )
   11132                 :             :                             {
   11133                 :           0 :                               {
   11134                 :           0 :  poly_int64 diff;
   11135                 :           0 :                                   if (ptr_difference_const (captures[1], captures[3], &diff)
   11136                 :             : )
   11137                 :             :                                     {
   11138                 :           0 :                                       gimple_seq *lseq = seq;
   11139                 :           0 :                                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2244;
   11140                 :           0 :                                       {
   11141                 :           0 :                                         tree tem;
   11142                 :           0 :                                         tem =  build_int_cst_type (type, diff);
   11143                 :           0 :                                         res_op->set_value (tem);
   11144                 :           0 :                                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1070, __FILE__, __LINE__, true);
   11145                 :           0 :                                         return true;
   11146                 :             :                                       }
   11147                 :           0 : next_after_fail2244:;
   11148                 :             :                                     }
   11149                 :             :                               }
   11150                 :             :                             }
   11151                 :             :                         }
   11152                 :           0 :                         break;
   11153                 :             :                       }
   11154                 :       10675 :                     default:;
   11155                 :             :                     }
   11156                 :       10675 :                   switch (TREE_CODE (_p1))
   11157                 :             :                     {
   11158                 :        9155 :                     case SSA_NAME:
   11159                 :        9155 :                       if (gimple *_d2 = get_def (valueize, _p1))
   11160                 :             :                         {
   11161                 :        8595 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   11162                 :        8488 :                             switch (gimple_assign_rhs_code (_a2))
   11163                 :             :                               {
   11164                 :        6744 :                               CASE_CONVERT:
   11165                 :        6744 :                                 {
   11166                 :        6744 :                                   tree _q40 = gimple_assign_rhs1 (_a2);
   11167                 :        6744 :                                   _q40 = do_valueize (valueize, _q40);
   11168                 :        6744 :                                   switch (TREE_CODE (_q40))
   11169                 :             :                                     {
   11170                 :        6744 :                                     case SSA_NAME:
   11171                 :        6744 :                                       if (gimple *_d3 = get_def (valueize, _q40))
   11172                 :             :                                         {
   11173                 :        6529 :                                           if (gassign *_a3 = dyn_cast <gassign *> (_d3))
   11174                 :        7650 :                                             switch (gimple_assign_rhs_code (_a3))
   11175                 :             :                                               {
   11176                 :           0 :                                               case ADDR_EXPR:
   11177                 :           0 :                                                 {
   11178                 :           0 :                                                   {
   11179                 :           0 :                                                     tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
   11180                 :           0 :                                                     if (tree_nop_conversion_p (TREE_TYPE(captures[0]), TREE_TYPE (captures[1]))
   11181                 :           0 :  && tree_nop_conversion_p (TREE_TYPE(captures[2]), TREE_TYPE (captures[3]))
   11182                 :             : )
   11183                 :             :                                                       {
   11184                 :           0 :                                                         {
   11185                 :           0 :  poly_int64 diff;
   11186                 :           0 :                                                             if (ptr_difference_const (captures[1], captures[3], &diff)
   11187                 :             : )
   11188                 :             :                                                               {
   11189                 :           0 :                                                                 gimple_seq *lseq = seq;
   11190                 :           0 :                                                                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2245;
   11191                 :           0 :                                                                 {
   11192                 :           0 :                                                                   tree tem;
   11193                 :           0 :                                                                   tem =  build_int_cst_type (type, diff);
   11194                 :           0 :                                                                   res_op->set_value (tem);
   11195                 :           0 :                                                                   if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1071, __FILE__, __LINE__, true);
   11196                 :           0 :                                                                   return true;
   11197                 :             :                                                                 }
   11198                 :           0 : next_after_fail2245:;
   11199                 :             :                                                               }
   11200                 :             :                                                         }
   11201                 :             :                                                       }
   11202                 :             :                                                   }
   11203                 :           0 :                                                   break;
   11204                 :             :                                                 }
   11205                 :             :                                               default:;
   11206                 :             :                                               }
   11207                 :             :                                         }
   11208                 :             :                                       break;
   11209                 :           0 :                                     case ADDR_EXPR:
   11210                 :           0 :                                       {
   11211                 :           0 :                                         {
   11212                 :           0 :                                           tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
   11213                 :           0 :                                           if (tree_nop_conversion_p (TREE_TYPE(captures[0]), TREE_TYPE (captures[1]))
   11214                 :           0 :  && tree_nop_conversion_p (TREE_TYPE(captures[2]), TREE_TYPE (captures[3]))
   11215                 :             : )
   11216                 :             :                                             {
   11217                 :           0 :                                               {
   11218                 :           0 :  poly_int64 diff;
   11219                 :           0 :                                                   if (ptr_difference_const (captures[1], captures[3], &diff)
   11220                 :             : )
   11221                 :             :                                                     {
   11222                 :           0 :                                                       gimple_seq *lseq = seq;
   11223                 :           0 :                                                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2246;
   11224                 :           0 :                                                       {
   11225                 :           0 :                                                         tree tem;
   11226                 :           0 :                                                         tem =  build_int_cst_type (type, diff);
   11227                 :           0 :                                                         res_op->set_value (tem);
   11228                 :           0 :                                                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1071, __FILE__, __LINE__, true);
   11229                 :           0 :                                                         return true;
   11230                 :             :                                                       }
   11231                 :           0 : next_after_fail2246:;
   11232                 :             :                                                     }
   11233                 :             :                                               }
   11234                 :             :                                             }
   11235                 :             :                                         }
   11236                 :           0 :                                         break;
   11237                 :             :                                       }
   11238                 :             :                                     default:;
   11239                 :             :                                     }
   11240                 :             :                                   break;
   11241                 :             :                                 }
   11242                 :           4 :                               case ADDR_EXPR:
   11243                 :           4 :                                 {
   11244                 :           4 :                                   {
   11245                 :           4 :                                     tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _p1 };
   11246                 :           4 :                                     if (tree_nop_conversion_p (TREE_TYPE(captures[0]), TREE_TYPE (captures[1]))
   11247                 :           4 :  && tree_nop_conversion_p (TREE_TYPE(captures[2]), TREE_TYPE (captures[3]))
   11248                 :             : )
   11249                 :             :                                       {
   11250                 :           4 :                                         {
   11251                 :           4 :  poly_int64 diff;
   11252                 :           4 :                                             if (ptr_difference_const (captures[1], captures[3], &diff)
   11253                 :             : )
   11254                 :             :                                               {
   11255                 :           0 :                                                 gimple_seq *lseq = seq;
   11256                 :           0 :                                                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2247;
   11257                 :           0 :                                                 {
   11258                 :           0 :                                                   tree tem;
   11259                 :           0 :                                                   tem =  build_int_cst_type (type, diff);
   11260                 :           0 :                                                   res_op->set_value (tem);
   11261                 :           0 :                                                   if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1071, __FILE__, __LINE__, true);
   11262                 :           0 :                                                   return true;
   11263                 :             :                                                 }
   11264                 :           0 : next_after_fail2247:;
   11265                 :             :                                               }
   11266                 :             :                                         }
   11267                 :             :                                       }
   11268                 :             :                                   }
   11269                 :           4 :                                   break;
   11270                 :             :                                 }
   11271                 :             :                               default:;
   11272                 :             :                               }
   11273                 :             :                         }
   11274                 :             :                       break;
   11275                 :        1520 :                     case ADDR_EXPR:
   11276                 :        1520 :                       {
   11277                 :        1520 :                         {
   11278                 :        1520 :                           tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _p1 };
   11279                 :        1520 :                           if (tree_nop_conversion_p (TREE_TYPE(captures[0]), TREE_TYPE (captures[1]))
   11280                 :        1520 :  && tree_nop_conversion_p (TREE_TYPE(captures[2]), TREE_TYPE (captures[3]))
   11281                 :             : )
   11282                 :             :                             {
   11283                 :        1520 :                               {
   11284                 :        1520 :  poly_int64 diff;
   11285                 :        1520 :                                   if (ptr_difference_const (captures[1], captures[3], &diff)
   11286                 :             : )
   11287                 :             :                                     {
   11288                 :           0 :                                       gimple_seq *lseq = seq;
   11289                 :           0 :                                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2248;
   11290                 :           0 :                                       {
   11291                 :           0 :                                         tree tem;
   11292                 :           0 :                                         tem =  build_int_cst_type (type, diff);
   11293                 :           0 :                                         res_op->set_value (tem);
   11294                 :           0 :                                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1071, __FILE__, __LINE__, true);
   11295                 :           0 :                                         return true;
   11296                 :             :                                       }
   11297                 :           0 : next_after_fail2248:;
   11298                 :             :                                     }
   11299                 :             :                               }
   11300                 :             :                             }
   11301                 :             :                         }
   11302                 :        1520 :                         break;
   11303                 :             :                       }
   11304                 :             :                     default:;
   11305                 :             :                     }
   11306                 :             :                   break;
   11307                 :             :                 }
   11308                 :         272 :               case ADDR_EXPR:
   11309                 :         272 :                 {
   11310                 :         272 :                   switch (TREE_CODE (_p1))
   11311                 :             :                     {
   11312                 :         268 :                     case SSA_NAME:
   11313                 :         268 :                       if (gimple *_d2 = get_def (valueize, _p1))
   11314                 :             :                         {
   11315                 :         257 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   11316                 :         380 :                             switch (gimple_assign_rhs_code (_a2))
   11317                 :             :                               {
   11318                 :           0 :                               CASE_CONVERT:
   11319                 :           0 :                                 {
   11320                 :           0 :                                   tree _q30 = gimple_assign_rhs1 (_a2);
   11321                 :           0 :                                   _q30 = do_valueize (valueize, _q30);
   11322                 :           0 :                                   {
   11323                 :           0 :                                     tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p0, _p1, _q30 };
   11324                 :           0 :                                     if (tree_nop_conversion_p (TREE_TYPE(captures[0]), TREE_TYPE (captures[1]))
   11325                 :           0 :  && tree_nop_conversion_p (TREE_TYPE(captures[2]), TREE_TYPE (captures[3]))
   11326                 :             : )
   11327                 :             :                                       {
   11328                 :           0 :                                         {
   11329                 :           0 :  poly_int64 diff;
   11330                 :           0 :                                             if (ptr_difference_const (captures[1], captures[3], &diff)
   11331                 :             : )
   11332                 :             :                                               {
   11333                 :           0 :                                                 gimple_seq *lseq = seq;
   11334                 :           0 :                                                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2249;
   11335                 :           0 :                                                 {
   11336                 :           0 :                                                   tree tem;
   11337                 :           0 :                                                   tem =  build_int_cst_type (type, diff);
   11338                 :           0 :                                                   res_op->set_value (tem);
   11339                 :           0 :                                                   if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1070, __FILE__, __LINE__, true);
   11340                 :           0 :                                                   return true;
   11341                 :             :                                                 }
   11342                 :           0 : next_after_fail2249:;
   11343                 :             :                                               }
   11344                 :             :                                         }
   11345                 :             :                                       }
   11346                 :             :                                   }
   11347                 :           0 :                                   break;
   11348                 :             :                                 }
   11349                 :             :                               default:;
   11350                 :             :                               }
   11351                 :             :                         }
   11352                 :             :                       break;
   11353                 :         272 :                     default:;
   11354                 :             :                     }
   11355                 :         272 :                   {
   11356                 :         272 :                     tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p0, _p1, _p1 };
   11357                 :         272 :                     if (tree_nop_conversion_p (TREE_TYPE(captures[0]), TREE_TYPE (captures[1]))
   11358                 :         272 :  && tree_nop_conversion_p (TREE_TYPE(captures[2]), TREE_TYPE (captures[3]))
   11359                 :             : )
   11360                 :             :                       {
   11361                 :         272 :                         {
   11362                 :         272 :  poly_int64 diff;
   11363                 :         272 :                             if (ptr_difference_const (captures[1], captures[3], &diff)
   11364                 :             : )
   11365                 :             :                               {
   11366                 :          94 :                                 gimple_seq *lseq = seq;
   11367                 :          94 :                                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2250;
   11368                 :          94 :                                 {
   11369                 :          94 :                                   tree tem;
   11370                 :          94 :                                   tem =  build_int_cst_type (type, diff);
   11371                 :          94 :                                   res_op->set_value (tem);
   11372                 :          94 :                                   if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1070, __FILE__, __LINE__, true);
   11373                 :          94 :                                   return true;
   11374                 :             :                                 }
   11375                 :           0 : next_after_fail2250:;
   11376                 :             :                               }
   11377                 :             :                         }
   11378                 :             :                       }
   11379                 :             :                   }
   11380                 :         178 :                   break;
   11381                 :             :                 }
   11382                 :             :               default:;
   11383                 :             :               }
   11384                 :             :         }
   11385                 :             :       break;
   11386                 :       58607 :     case ADDR_EXPR:
   11387                 :       58607 :       {
   11388                 :       58607 :         switch (TREE_CODE (_p1))
   11389                 :             :           {
   11390                 :       27248 :           case SSA_NAME:
   11391                 :       27248 :             if (gimple *_d1 = get_def (valueize, _p1))
   11392                 :             :               {
   11393                 :       16501 :                 if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   11394                 :        3843 :                   switch (gimple_assign_rhs_code (_a1))
   11395                 :             :                     {
   11396                 :          37 :                     CASE_CONVERT:
   11397                 :          37 :                       {
   11398                 :          37 :                         tree _q30 = gimple_assign_rhs1 (_a1);
   11399                 :          37 :                         _q30 = do_valueize (valueize, _q30);
   11400                 :          37 :                         {
   11401                 :          37 :                           tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p0, _p1, _q30 };
   11402                 :          37 :                           if (tree_nop_conversion_p (TREE_TYPE(captures[0]), TREE_TYPE (captures[1]))
   11403                 :          37 :  && tree_nop_conversion_p (TREE_TYPE(captures[2]), TREE_TYPE (captures[3]))
   11404                 :             : )
   11405                 :             :                             {
   11406                 :          37 :                               {
   11407                 :          37 :  poly_int64 diff;
   11408                 :          37 :                                   if (ptr_difference_const (captures[1], captures[3], &diff)
   11409                 :             : )
   11410                 :             :                                     {
   11411                 :           0 :                                       gimple_seq *lseq = seq;
   11412                 :           0 :                                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2251;
   11413                 :           0 :                                       {
   11414                 :           0 :                                         tree tem;
   11415                 :           0 :                                         tem =  build_int_cst_type (type, diff);
   11416                 :           0 :                                         res_op->set_value (tem);
   11417                 :           0 :                                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1070, __FILE__, __LINE__, true);
   11418                 :           0 :                                         return true;
   11419                 :             :                                       }
   11420                 :           0 : next_after_fail2251:;
   11421                 :             :                                     }
   11422                 :             :                               }
   11423                 :             :                             }
   11424                 :             :                         }
   11425                 :          37 :                         break;
   11426                 :             :                       }
   11427                 :             :                     default:;
   11428                 :             :                     }
   11429                 :             :               }
   11430                 :             :             break;
   11431                 :       58607 :           default:;
   11432                 :             :           }
   11433                 :       58607 :         {
   11434                 :       58607 :           tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p0, _p1, _p1 };
   11435                 :       58607 :           if (tree_nop_conversion_p (TREE_TYPE(captures[0]), TREE_TYPE (captures[1]))
   11436                 :       58607 :  && tree_nop_conversion_p (TREE_TYPE(captures[2]), TREE_TYPE (captures[3]))
   11437                 :             : )
   11438                 :             :             {
   11439                 :       58607 :               {
   11440                 :       58607 :  poly_int64 diff;
   11441                 :       58607 :                   if (ptr_difference_const (captures[1], captures[3], &diff)
   11442                 :             : )
   11443                 :             :                     {
   11444                 :       28702 :                       gimple_seq *lseq = seq;
   11445                 :       28702 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2252;
   11446                 :       28702 :                       {
   11447                 :       28702 :                         tree tem;
   11448                 :       28702 :                         tem =  build_int_cst_type (type, diff);
   11449                 :       28702 :                         res_op->set_value (tem);
   11450                 :       28702 :                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1070, __FILE__, __LINE__, true);
   11451                 :       28702 :                         return true;
   11452                 :             :                       }
   11453                 :           0 : next_after_fail2252:;
   11454                 :             :                     }
   11455                 :             :               }
   11456                 :             :             }
   11457                 :             :         }
   11458                 :       29905 :         break;
   11459                 :             :       }
   11460                 :     2064555 :     default:;
   11461                 :             :     }
   11462                 :     2064555 :   switch (TREE_CODE (_p1))
   11463                 :             :     {
   11464                 :     1907219 :     case SSA_NAME:
   11465                 :     1907219 :       if (gimple *_d1 = get_def (valueize, _p1))
   11466                 :             :         {
   11467                 :     1284109 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   11468                 :     1878257 :             switch (gimple_assign_rhs_code (_a1))
   11469                 :             :               {
   11470                 :       10205 :               CASE_CONVERT:
   11471                 :       10205 :                 {
   11472                 :       10205 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   11473                 :       10205 :                   _q30 = do_valueize (valueize, _q30);
   11474                 :       10205 :                   switch (TREE_CODE (_q30))
   11475                 :             :                     {
   11476                 :       10205 :                     case SSA_NAME:
   11477                 :       10205 :                       if (gimple *_d2 = get_def (valueize, _q30))
   11478                 :             :                         {
   11479                 :        9897 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   11480                 :       12169 :                             switch (gimple_assign_rhs_code (_a2))
   11481                 :             :                               {
   11482                 :           0 :                               case ADDR_EXPR:
   11483                 :           0 :                                 {
   11484                 :           0 :                                   {
   11485                 :           0 :                                     tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p0, _p1, _q30 };
   11486                 :           0 :                                     if (tree_nop_conversion_p (TREE_TYPE(captures[0]), TREE_TYPE (captures[1]))
   11487                 :           0 :  && tree_nop_conversion_p (TREE_TYPE(captures[2]), TREE_TYPE (captures[3]))
   11488                 :             : )
   11489                 :             :                                       {
   11490                 :           0 :                                         {
   11491                 :           0 :  poly_int64 diff;
   11492                 :           0 :                                             if (ptr_difference_const (captures[1], captures[3], &diff)
   11493                 :             : )
   11494                 :             :                                               {
   11495                 :           0 :                                                 gimple_seq *lseq = seq;
   11496                 :           0 :                                                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2253;
   11497                 :           0 :                                                 {
   11498                 :           0 :                                                   tree tem;
   11499                 :           0 :                                                   tem =  build_int_cst_type (type, diff);
   11500                 :           0 :                                                   res_op->set_value (tem);
   11501                 :           0 :                                                   if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1071, __FILE__, __LINE__, true);
   11502                 :           0 :                                                   return true;
   11503                 :             :                                                 }
   11504                 :           0 : next_after_fail2253:;
   11505                 :             :                                               }
   11506                 :             :                                         }
   11507                 :             :                                       }
   11508                 :             :                                   }
   11509                 :           0 :                                   break;
   11510                 :             :                                 }
   11511                 :             :                               default:;
   11512                 :             :                               }
   11513                 :             :                         }
   11514                 :             :                       break;
   11515                 :           0 :                     case ADDR_EXPR:
   11516                 :           0 :                       {
   11517                 :           0 :                         {
   11518                 :           0 :                           tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p0, _p1, _q30 };
   11519                 :           0 :                           if (tree_nop_conversion_p (TREE_TYPE(captures[0]), TREE_TYPE (captures[1]))
   11520                 :           0 :  && tree_nop_conversion_p (TREE_TYPE(captures[2]), TREE_TYPE (captures[3]))
   11521                 :             : )
   11522                 :             :                             {
   11523                 :           0 :                               {
   11524                 :           0 :  poly_int64 diff;
   11525                 :           0 :                                   if (ptr_difference_const (captures[1], captures[3], &diff)
   11526                 :             : )
   11527                 :             :                                     {
   11528                 :           0 :                                       gimple_seq *lseq = seq;
   11529                 :           0 :                                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2254;
   11530                 :           0 :                                       {
   11531                 :           0 :                                         tree tem;
   11532                 :           0 :                                         tem =  build_int_cst_type (type, diff);
   11533                 :           0 :                                         res_op->set_value (tem);
   11534                 :           0 :                                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1071, __FILE__, __LINE__, true);
   11535                 :           0 :                                         return true;
   11536                 :             :                                       }
   11537                 :           0 : next_after_fail2254:;
   11538                 :             :                                     }
   11539                 :             :                               }
   11540                 :             :                             }
   11541                 :             :                         }
   11542                 :           0 :                         break;
   11543                 :             :                       }
   11544                 :             :                     default:;
   11545                 :             :                     }
   11546                 :             :                   break;
   11547                 :             :                 }
   11548                 :        2199 :               case ADDR_EXPR:
   11549                 :        2199 :                 {
   11550                 :        2199 :                   {
   11551                 :        2199 :                     tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p0, _p1, _p1 };
   11552                 :        2199 :                     if (tree_nop_conversion_p (TREE_TYPE(captures[0]), TREE_TYPE (captures[1]))
   11553                 :        2199 :  && tree_nop_conversion_p (TREE_TYPE(captures[2]), TREE_TYPE (captures[3]))
   11554                 :             : )
   11555                 :             :                       {
   11556                 :        2199 :                         {
   11557                 :        2199 :  poly_int64 diff;
   11558                 :        2199 :                             if (ptr_difference_const (captures[1], captures[3], &diff)
   11559                 :             : )
   11560                 :             :                               {
   11561                 :           0 :                                 gimple_seq *lseq = seq;
   11562                 :           0 :                                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2255;
   11563                 :           0 :                                 {
   11564                 :           0 :                                   tree tem;
   11565                 :           0 :                                   tem =  build_int_cst_type (type, diff);
   11566                 :           0 :                                   res_op->set_value (tem);
   11567                 :           0 :                                   if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1071, __FILE__, __LINE__, true);
   11568                 :           0 :                                   return true;
   11569                 :             :                                 }
   11570                 :           0 : next_after_fail2255:;
   11571                 :             :                               }
   11572                 :             :                         }
   11573                 :             :                       }
   11574                 :             :                   }
   11575                 :        2199 :                   break;
   11576                 :             :                 }
   11577                 :             :               default:;
   11578                 :             :               }
   11579                 :             :         }
   11580                 :             :       break;
   11581                 :      132696 :     case ADDR_EXPR:
   11582                 :      132696 :       {
   11583                 :      132696 :         {
   11584                 :      132696 :           tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p0, _p1, _p1 };
   11585                 :      132696 :           if (tree_nop_conversion_p (TREE_TYPE(captures[0]), TREE_TYPE (captures[1]))
   11586                 :      132696 :  && tree_nop_conversion_p (TREE_TYPE(captures[2]), TREE_TYPE (captures[3]))
   11587                 :             : )
   11588                 :             :             {
   11589                 :      132696 :               {
   11590                 :      132696 :  poly_int64 diff;
   11591                 :      132696 :                   if (ptr_difference_const (captures[1], captures[3], &diff)
   11592                 :             : )
   11593                 :             :                     {
   11594                 :           1 :                       gimple_seq *lseq = seq;
   11595                 :           1 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2256;
   11596                 :           1 :                       {
   11597                 :           1 :                         tree tem;
   11598                 :           1 :                         tem =  build_int_cst_type (type, diff);
   11599                 :           1 :                         res_op->set_value (tem);
   11600                 :           1 :                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1071, __FILE__, __LINE__, true);
   11601                 :           1 :                         return true;
   11602                 :             :                       }
   11603                 :           0 : next_after_fail2256:;
   11604                 :             :                     }
   11605                 :             :               }
   11606                 :             :             }
   11607                 :             :         }
   11608                 :      132695 :         break;
   11609                 :             :       }
   11610                 :     2064554 :     default:;
   11611                 :             :     }
   11612                 :     2064554 :   switch (TREE_CODE (_p0))
   11613                 :             :     {
   11614                 :     2011190 :     case SSA_NAME:
   11615                 :     2011190 :       if (gimple *_d1 = get_def (valueize, _p0))
   11616                 :             :         {
   11617                 :     1404245 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   11618                 :     1879874 :             switch (gimple_assign_rhs_code (_a1))
   11619                 :             :               {
   11620                 :      104629 :               case POINTER_PLUS_EXPR:
   11621                 :      104629 :                 {
   11622                 :      104629 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   11623                 :      104629 :                   _q20 = do_valueize (valueize, _q20);
   11624                 :      104629 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   11625                 :      104629 :                   _q21 = do_valueize (valueize, _q21);
   11626                 :      104629 :                   switch (TREE_CODE (_q20))
   11627                 :             :                     {
   11628                 :       91000 :                     case SSA_NAME:
   11629                 :       91000 :                       if (gimple *_d2 = get_def (valueize, _q20))
   11630                 :             :                         {
   11631                 :       86903 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   11632                 :      102980 :                             switch (gimple_assign_rhs_code (_a2))
   11633                 :             :                               {
   11634                 :         653 :                               case ADDR_EXPR:
   11635                 :         653 :                                 {
   11636                 :         653 :                                   switch (TREE_CODE (_p1))
   11637                 :             :                                     {
   11638                 :         653 :                                     case SSA_NAME:
   11639                 :         653 :                                       if (gimple *_d3 = get_def (valueize, _p1))
   11640                 :             :                                         {
   11641                 :         637 :                                           if (gassign *_a3 = dyn_cast <gassign *> (_d3))
   11642                 :        1274 :                                             switch (gimple_assign_rhs_code (_a3))
   11643                 :             :                                               {
   11644                 :           0 :                                               case POINTER_PLUS_EXPR:
   11645                 :           0 :                                                 {
   11646                 :           0 :                                                   tree _q50 = gimple_assign_rhs1 (_a3);
   11647                 :           0 :                                                   _q50 = do_valueize (valueize, _q50);
   11648                 :           0 :                                                   tree _q51 = gimple_assign_rhs2 (_a3);
   11649                 :           0 :                                                   _q51 = do_valueize (valueize, _q51);
   11650                 :           0 :                                                   switch (TREE_CODE (_q50))
   11651                 :             :                                                     {
   11652                 :           0 :                                                     case SSA_NAME:
   11653                 :           0 :                                                       if (gimple *_d4 = get_def (valueize, _q50))
   11654                 :             :                                                         {
   11655                 :           0 :                                                           if (gassign *_a4 = dyn_cast <gassign *> (_d4))
   11656                 :           0 :                                                             switch (gimple_assign_rhs_code (_a4))
   11657                 :             :                                                               {
   11658                 :           0 :                                                               case ADDR_EXPR:
   11659                 :           0 :                                                                 {
   11660                 :           0 :                                                                   {
   11661                 :           0 :                                                                     tree captures[4] ATTRIBUTE_UNUSED = { _q20, _q21, _q50, _q51 };
   11662                 :           0 :                                                                     {
   11663                 :           0 :  poly_int64 diff;
   11664                 :           0 :                                                                         if (ptr_difference_const (captures[0], captures[2], &diff)
   11665                 :             : )
   11666                 :             :                                                                           {
   11667                 :           0 :                                                                             gimple_seq *lseq = seq;
   11668                 :           0 :                                                                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2257;
   11669                 :           0 :                                                                             {
   11670                 :           0 :                                                                               res_op->set_op (PLUS_EXPR, type, 2);
   11671                 :           0 :                                                                               res_op->ops[0] =  build_int_cst_type (type, diff);
   11672                 :           0 :                                                                               {
   11673                 :           0 :                                                                                 tree _o1[1], _r1;
   11674                 :           0 :                                                                                 {
   11675                 :           0 :                                                                                   tree _o2[2], _r2;
   11676                 :           0 :                                                                                   _o2[0] = captures[1];
   11677                 :           0 :                                                                                   _o2[1] = captures[3];
   11678                 :           0 :                                                                                   gimple_match_op tem_op (res_op->cond.any_else (), MINUS_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
   11679                 :           0 :                                                                                   tem_op.resimplify (lseq, valueize);
   11680                 :           0 :                                                                                   _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   11681                 :           0 :                                                                                   if (!_r2) goto next_after_fail2257;
   11682                 :           0 :                                                                                   _o1[0] = _r2;
   11683                 :             :                                                                                 }
   11684                 :           0 :                                                                                 if (type != TREE_TYPE (_o1[0])
   11685                 :           0 :                                                                                     && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
   11686                 :             :                                                                                   {
   11687                 :           0 :                                                                                     gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
   11688                 :           0 :                                                                                     tem_op.resimplify (lseq, valueize);
   11689                 :           0 :                                                                                     _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   11690                 :           0 :                                                                                     if (!_r1) goto next_after_fail2257;
   11691                 :             :                                                                                   }
   11692                 :             :                                                                                 else
   11693                 :             :                                                                                   _r1 = _o1[0];
   11694                 :           0 :                                                                                 res_op->ops[1] = _r1;
   11695                 :             :                                                                               }
   11696                 :           0 :                                                                               res_op->resimplify (lseq, valueize);
   11697                 :           0 :                                                                               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1072, __FILE__, __LINE__, true);
   11698                 :           0 :                                                                               return true;
   11699                 :             :                                                                             }
   11700                 :           0 : next_after_fail2257:;
   11701                 :             :                                                                           }
   11702                 :             :                                                                     }
   11703                 :             :                                                                   }
   11704                 :           0 :                                                                   break;
   11705                 :             :                                                                 }
   11706                 :             :                                                               default:;
   11707                 :             :                                                               }
   11708                 :             :                                                         }
   11709                 :             :                                                       break;
   11710                 :           0 :                                                     case ADDR_EXPR:
   11711                 :           0 :                                                       {
   11712                 :           0 :                                                         {
   11713                 :           0 :                                                           tree captures[4] ATTRIBUTE_UNUSED = { _q20, _q21, _q50, _q51 };
   11714                 :           0 :                                                           {
   11715                 :           0 :  poly_int64 diff;
   11716                 :           0 :                                                               if (ptr_difference_const (captures[0], captures[2], &diff)
   11717                 :             : )
   11718                 :             :                                                                 {
   11719                 :           0 :                                                                   gimple_seq *lseq = seq;
   11720                 :           0 :                                                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2258;
   11721                 :           0 :                                                                   {
   11722                 :           0 :                                                                     res_op->set_op (PLUS_EXPR, type, 2);
   11723                 :           0 :                                                                     res_op->ops[0] =  build_int_cst_type (type, diff);
   11724                 :           0 :                                                                     {
   11725                 :           0 :                                                                       tree _o1[1], _r1;
   11726                 :           0 :                                                                       {
   11727                 :           0 :                                                                         tree _o2[2], _r2;
   11728                 :           0 :                                                                         _o2[0] = captures[1];
   11729                 :           0 :                                                                         _o2[1] = captures[3];
   11730                 :           0 :                                                                         gimple_match_op tem_op (res_op->cond.any_else (), MINUS_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
   11731                 :           0 :                                                                         tem_op.resimplify (lseq, valueize);
   11732                 :           0 :                                                                         _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   11733                 :           0 :                                                                         if (!_r2) goto next_after_fail2258;
   11734                 :           0 :                                                                         _o1[0] = _r2;
   11735                 :             :                                                                       }
   11736                 :           0 :                                                                       if (type != TREE_TYPE (_o1[0])
   11737                 :           0 :                                                                           && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
   11738                 :             :                                                                         {
   11739                 :           0 :                                                                           gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
   11740                 :           0 :                                                                           tem_op.resimplify (lseq, valueize);
   11741                 :           0 :                                                                           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   11742                 :           0 :                                                                           if (!_r1) goto next_after_fail2258;
   11743                 :             :                                                                         }
   11744                 :             :                                                                       else
   11745                 :             :                                                                         _r1 = _o1[0];
   11746                 :           0 :                                                                       res_op->ops[1] = _r1;
   11747                 :             :                                                                     }
   11748                 :           0 :                                                                     res_op->resimplify (lseq, valueize);
   11749                 :           0 :                                                                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1072, __FILE__, __LINE__, true);
   11750                 :           0 :                                                                     return true;
   11751                 :             :                                                                   }
   11752                 :           0 : next_after_fail2258:;
   11753                 :             :                                                                 }
   11754                 :             :                                                           }
   11755                 :             :                                                         }
   11756                 :           0 :                                                         break;
   11757                 :             :                                                       }
   11758                 :             :                                                     default:;
   11759                 :             :                                                     }
   11760                 :             :                                                   break;
   11761                 :             :                                                 }
   11762                 :             :                                               default:;
   11763                 :             :                                               }
   11764                 :             :                                         }
   11765                 :             :                                       break;
   11766                 :             :                                     default:;
   11767                 :             :                                     }
   11768                 :             :                                   break;
   11769                 :             :                                 }
   11770                 :             :                               default:;
   11771                 :             :                               }
   11772                 :             :                         }
   11773                 :             :                       break;
   11774                 :       13629 :                     case ADDR_EXPR:
   11775                 :       13629 :                       {
   11776                 :       13629 :                         switch (TREE_CODE (_p1))
   11777                 :             :                           {
   11778                 :         150 :                           case SSA_NAME:
   11779                 :         150 :                             if (gimple *_d2 = get_def (valueize, _p1))
   11780                 :             :                               {
   11781                 :         140 :                                 if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   11782                 :         138 :                                   switch (gimple_assign_rhs_code (_a2))
   11783                 :             :                                     {
   11784                 :          80 :                                     case POINTER_PLUS_EXPR:
   11785                 :          80 :                                       {
   11786                 :          80 :                                         tree _q50 = gimple_assign_rhs1 (_a2);
   11787                 :          80 :                                         _q50 = do_valueize (valueize, _q50);
   11788                 :          80 :                                         tree _q51 = gimple_assign_rhs2 (_a2);
   11789                 :          80 :                                         _q51 = do_valueize (valueize, _q51);
   11790                 :          80 :                                         switch (TREE_CODE (_q50))
   11791                 :             :                                           {
   11792                 :          80 :                                           case SSA_NAME:
   11793                 :          80 :                                             if (gimple *_d3 = get_def (valueize, _q50))
   11794                 :             :                                               {
   11795                 :          80 :                                                 if (gassign *_a3 = dyn_cast <gassign *> (_d3))
   11796                 :           2 :                                                   switch (gimple_assign_rhs_code (_a3))
   11797                 :             :                                                     {
   11798                 :           0 :                                                     case ADDR_EXPR:
   11799                 :           0 :                                                       {
   11800                 :           0 :                                                         {
   11801                 :           0 :                                                           tree captures[4] ATTRIBUTE_UNUSED = { _q20, _q21, _q50, _q51 };
   11802                 :           0 :                                                           {
   11803                 :           0 :  poly_int64 diff;
   11804                 :           0 :                                                               if (ptr_difference_const (captures[0], captures[2], &diff)
   11805                 :             : )
   11806                 :             :                                                                 {
   11807                 :           0 :                                                                   gimple_seq *lseq = seq;
   11808                 :           0 :                                                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2259;
   11809                 :           0 :                                                                   {
   11810                 :           0 :                                                                     res_op->set_op (PLUS_EXPR, type, 2);
   11811                 :           0 :                                                                     res_op->ops[0] =  build_int_cst_type (type, diff);
   11812                 :           0 :                                                                     {
   11813                 :           0 :                                                                       tree _o1[1], _r1;
   11814                 :           0 :                                                                       {
   11815                 :           0 :                                                                         tree _o2[2], _r2;
   11816                 :           0 :                                                                         _o2[0] = captures[1];
   11817                 :           0 :                                                                         _o2[1] = captures[3];
   11818                 :           0 :                                                                         gimple_match_op tem_op (res_op->cond.any_else (), MINUS_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
   11819                 :           0 :                                                                         tem_op.resimplify (lseq, valueize);
   11820                 :           0 :                                                                         _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   11821                 :           0 :                                                                         if (!_r2) goto next_after_fail2259;
   11822                 :           0 :                                                                         _o1[0] = _r2;
   11823                 :             :                                                                       }
   11824                 :           0 :                                                                       if (type != TREE_TYPE (_o1[0])
   11825                 :           0 :                                                                           && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
   11826                 :             :                                                                         {
   11827                 :           0 :                                                                           gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
   11828                 :           0 :                                                                           tem_op.resimplify (lseq, valueize);
   11829                 :           0 :                                                                           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   11830                 :           0 :                                                                           if (!_r1) goto next_after_fail2259;
   11831                 :             :                                                                         }
   11832                 :             :                                                                       else
   11833                 :             :                                                                         _r1 = _o1[0];
   11834                 :           0 :                                                                       res_op->ops[1] = _r1;
   11835                 :             :                                                                     }
   11836                 :           0 :                                                                     res_op->resimplify (lseq, valueize);
   11837                 :           0 :                                                                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1072, __FILE__, __LINE__, true);
   11838                 :           0 :                                                                     return true;
   11839                 :             :                                                                   }
   11840                 :           0 : next_after_fail2259:;
   11841                 :             :                                                                 }
   11842                 :             :                                                           }
   11843                 :             :                                                         }
   11844                 :           0 :                                                         break;
   11845                 :             :                                                       }
   11846                 :             :                                                     default:;
   11847                 :             :                                                     }
   11848                 :             :                                               }
   11849                 :             :                                             break;
   11850                 :           0 :                                           case ADDR_EXPR:
   11851                 :           0 :                                             {
   11852                 :           0 :                                               {
   11853                 :           0 :                                                 tree captures[4] ATTRIBUTE_UNUSED = { _q20, _q21, _q50, _q51 };
   11854                 :           0 :                                                 {
   11855                 :           0 :  poly_int64 diff;
   11856                 :           0 :                                                     if (ptr_difference_const (captures[0], captures[2], &diff)
   11857                 :             : )
   11858                 :             :                                                       {
   11859                 :           0 :                                                         gimple_seq *lseq = seq;
   11860                 :           0 :                                                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2260;
   11861                 :           0 :                                                         {
   11862                 :           0 :                                                           res_op->set_op (PLUS_EXPR, type, 2);
   11863                 :           0 :                                                           res_op->ops[0] =  build_int_cst_type (type, diff);
   11864                 :           0 :                                                           {
   11865                 :           0 :                                                             tree _o1[1], _r1;
   11866                 :           0 :                                                             {
   11867                 :           0 :                                                               tree _o2[2], _r2;
   11868                 :           0 :                                                               _o2[0] = captures[1];
   11869                 :           0 :                                                               _o2[1] = captures[3];
   11870                 :           0 :                                                               gimple_match_op tem_op (res_op->cond.any_else (), MINUS_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
   11871                 :           0 :                                                               tem_op.resimplify (lseq, valueize);
   11872                 :           0 :                                                               _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   11873                 :           0 :                                                               if (!_r2) goto next_after_fail2260;
   11874                 :           0 :                                                               _o1[0] = _r2;
   11875                 :             :                                                             }
   11876                 :           0 :                                                             if (type != TREE_TYPE (_o1[0])
   11877                 :           0 :                                                                 && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
   11878                 :             :                                                               {
   11879                 :           0 :                                                                 gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
   11880                 :           0 :                                                                 tem_op.resimplify (lseq, valueize);
   11881                 :           0 :                                                                 _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   11882                 :           0 :                                                                 if (!_r1) goto next_after_fail2260;
   11883                 :             :                                                               }
   11884                 :             :                                                             else
   11885                 :             :                                                               _r1 = _o1[0];
   11886                 :           0 :                                                             res_op->ops[1] = _r1;
   11887                 :             :                                                           }
   11888                 :           0 :                                                           res_op->resimplify (lseq, valueize);
   11889                 :           0 :                                                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1072, __FILE__, __LINE__, true);
   11890                 :           0 :                                                           return true;
   11891                 :             :                                                         }
   11892                 :           0 : next_after_fail2260:;
   11893                 :             :                                                       }
   11894                 :             :                                                 }
   11895                 :             :                                               }
   11896                 :           0 :                                               break;
   11897                 :             :                                             }
   11898                 :             :                                           default:;
   11899                 :             :                                           }
   11900                 :             :                                         break;
   11901                 :             :                                       }
   11902                 :             :                                     default:;
   11903                 :             :                                     }
   11904                 :             :                               }
   11905                 :             :                             break;
   11906                 :             :                           default:;
   11907                 :             :                           }
   11908                 :             :                         break;
   11909                 :             :                       }
   11910                 :      104629 :                     default:;
   11911                 :             :                     }
   11912                 :      104629 :                   switch (TREE_CODE (_p1))
   11913                 :             :                     {
   11914                 :       86781 :                     case SSA_NAME:
   11915                 :       86781 :                       if (gimple *_d2 = get_def (valueize, _p1))
   11916                 :             :                         {
   11917                 :       83600 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   11918                 :       91976 :                             switch (gimple_assign_rhs_code (_a2))
   11919                 :             :                               {
   11920                 :         589 :                               case ADDR_EXPR:
   11921                 :         589 :                                 {
   11922                 :         589 :                                   {
   11923                 :         589 :                                     tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   11924                 :         589 :                                     {
   11925                 :         589 :  poly_int64 diff;
   11926                 :         589 :                                         if (ptr_difference_const (captures[0], captures[2], &diff)
   11927                 :             : )
   11928                 :             :                                           {
   11929                 :         136 :                                             gimple_seq *lseq = seq;
   11930                 :         136 :                                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2261;
   11931                 :         136 :                                             {
   11932                 :         136 :                                               res_op->set_op (PLUS_EXPR, type, 2);
   11933                 :         136 :                                               res_op->ops[0] =  build_int_cst_type (type, diff);
   11934                 :         136 :                                               {
   11935                 :         136 :                                                 tree _o1[1], _r1;
   11936                 :         136 :                                                 _o1[0] = captures[1];
   11937                 :         136 :                                                 if (type != TREE_TYPE (_o1[0])
   11938                 :         136 :                                                     && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
   11939                 :             :                                                   {
   11940                 :         136 :                                                     gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
   11941                 :         136 :                                                     tem_op.resimplify (lseq, valueize);
   11942                 :         136 :                                                     _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   11943                 :         136 :                                                     if (!_r1) goto next_after_fail2261;
   11944                 :             :                                                   }
   11945                 :             :                                                 else
   11946                 :             :                                                   _r1 = _o1[0];
   11947                 :          88 :                                                 res_op->ops[1] = _r1;
   11948                 :             :                                               }
   11949                 :          88 :                                               res_op->resimplify (lseq, valueize);
   11950                 :          88 :                                               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1073, __FILE__, __LINE__, true);
   11951                 :          88 :                                               return true;
   11952                 :             :                                             }
   11953                 :         501 : next_after_fail2261:;
   11954                 :             :                                           }
   11955                 :             :                                     }
   11956                 :             :                                   }
   11957                 :         501 :                                   break;
   11958                 :             :                                 }
   11959                 :             :                               default:;
   11960                 :             :                               }
   11961                 :             :                         }
   11962                 :             :                       break;
   11963                 :       17848 :                     case ADDR_EXPR:
   11964                 :       17848 :                       {
   11965                 :       17848 :                         {
   11966                 :       17848 :                           tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   11967                 :       17848 :                           {
   11968                 :       17848 :  poly_int64 diff;
   11969                 :       17848 :                               if (ptr_difference_const (captures[0], captures[2], &diff)
   11970                 :             : )
   11971                 :             :                                 {
   11972                 :       13479 :                                   gimple_seq *lseq = seq;
   11973                 :       13479 :                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2262;
   11974                 :       13479 :                                   {
   11975                 :       13479 :                                     res_op->set_op (PLUS_EXPR, type, 2);
   11976                 :       13479 :                                     res_op->ops[0] =  build_int_cst_type (type, diff);
   11977                 :       13479 :                                     {
   11978                 :       13479 :                                       tree _o1[1], _r1;
   11979                 :       13479 :                                       _o1[0] = captures[1];
   11980                 :       13479 :                                       if (type != TREE_TYPE (_o1[0])
   11981                 :       13479 :                                           && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
   11982                 :             :                                         {
   11983                 :       13479 :                                           gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
   11984                 :       13479 :                                           tem_op.resimplify (lseq, valueize);
   11985                 :       13479 :                                           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   11986                 :       13479 :                                           if (!_r1) goto next_after_fail2262;
   11987                 :             :                                         }
   11988                 :             :                                       else
   11989                 :             :                                         _r1 = _o1[0];
   11990                 :       11071 :                                       res_op->ops[1] = _r1;
   11991                 :             :                                     }
   11992                 :       11071 :                                     res_op->resimplify (lseq, valueize);
   11993                 :       11071 :                                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1073, __FILE__, __LINE__, true);
   11994                 :       11071 :                                     return true;
   11995                 :             :                                   }
   11996                 :        6777 : next_after_fail2262:;
   11997                 :             :                                 }
   11998                 :             :                           }
   11999                 :             :                         }
   12000                 :        6777 :                         break;
   12001                 :             :                       }
   12002                 :       93470 :                     default:;
   12003                 :             :                     }
   12004                 :       93470 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || operand_equal_p (_p1, _q20, 0))
   12005                 :             :                     {
   12006                 :       30100 :                       {
   12007                 :       30100 :                         tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q20 };
   12008                 :       30100 :                         if (!TYPE_SATURATING (type)
   12009                 :             : )
   12010                 :             :                           {
   12011                 :       30100 :                             if ((!FLOAT_TYPE_P (type) || flag_associative_math)
   12012                 :       60200 :  && !FIXED_POINT_TYPE_P (type)
   12013                 :             : )
   12014                 :             :                               {
   12015                 :       30100 :                                 {
   12016                 :       30100 :  tree stype = signed_type_for (TREE_TYPE (captures[1]));
   12017                 :       30100 :                                     gimple_seq *lseq = seq;
   12018                 :       30100 :                                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2263;
   12019                 :       30100 :                                     {
   12020                 :       30100 :                                       res_op->set_op (NOP_EXPR, type, 1);
   12021                 :       30100 :                                       {
   12022                 :       30100 :                                         tree _o1[1], _r1;
   12023                 :       30100 :                                         _o1[0] = captures[1];
   12024                 :       30100 :                                         gimple_match_op tem_op (res_op->cond.any_else (), VIEW_CONVERT_EXPR, stype, _o1[0]);
   12025                 :       30100 :                                         tem_op.resimplify (lseq, valueize);
   12026                 :       30100 :                                         _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   12027                 :       30100 :                                         if (!_r1) goto next_after_fail2263;
   12028                 :       15336 :                                         res_op->ops[0] = _r1;
   12029                 :             :                                       }
   12030                 :       15336 :                                       res_op->resimplify (lseq, valueize);
   12031                 :       15336 :                                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1074, __FILE__, __LINE__, true);
   12032                 :       15336 :                                       return true;
   12033                 :             :                                     }
   12034                 :       14764 : next_after_fail2263:;
   12035                 :             :                                 }
   12036                 :             :                               }
   12037                 :             :                           }
   12038                 :             :                       }
   12039                 :             :                     }
   12040                 :             :                   break;
   12041                 :             :                 }
   12042                 :         178 :               case ADDR_EXPR:
   12043                 :         178 :                 {
   12044                 :         178 :                   switch (TREE_CODE (_p1))
   12045                 :             :                     {
   12046                 :         174 :                     case SSA_NAME:
   12047                 :         174 :                       if (gimple *_d2 = get_def (valueize, _p1))
   12048                 :             :                         {
   12049                 :         163 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   12050                 :         192 :                             switch (gimple_assign_rhs_code (_a2))
   12051                 :             :                               {
   12052                 :          16 :                               case POINTER_PLUS_EXPR:
   12053                 :          16 :                                 {
   12054                 :          16 :                                   tree _q30 = gimple_assign_rhs1 (_a2);
   12055                 :          16 :                                   _q30 = do_valueize (valueize, _q30);
   12056                 :          16 :                                   tree _q31 = gimple_assign_rhs2 (_a2);
   12057                 :          16 :                                   _q31 = do_valueize (valueize, _q31);
   12058                 :          16 :                                   {
   12059                 :          16 :                                     tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q30, _q31 };
   12060                 :          16 :                                     {
   12061                 :          16 :  poly_int64 diff;
   12062                 :          16 :                                         if (ptr_difference_const (captures[0], captures[1], &diff)
   12063                 :             : )
   12064                 :             :                                           {
   12065                 :           0 :                                             gimple_seq *lseq = seq;
   12066                 :           0 :                                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2264;
   12067                 :           0 :                                             {
   12068                 :           0 :                                               res_op->set_op (MINUS_EXPR, type, 2);
   12069                 :           0 :                                               res_op->ops[0] =  build_int_cst_type (type, diff);
   12070                 :           0 :                                               {
   12071                 :           0 :                                                 tree _o1[1], _r1;
   12072                 :           0 :                                                 _o1[0] = captures[2];
   12073                 :           0 :                                                 if (type != TREE_TYPE (_o1[0])
   12074                 :           0 :                                                     && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
   12075                 :             :                                                   {
   12076                 :           0 :                                                     gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
   12077                 :           0 :                                                     tem_op.resimplify (lseq, valueize);
   12078                 :           0 :                                                     _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   12079                 :           0 :                                                     if (!_r1) goto next_after_fail2264;
   12080                 :             :                                                   }
   12081                 :             :                                                 else
   12082                 :             :                                                   _r1 = _o1[0];
   12083                 :           0 :                                                 res_op->ops[1] = _r1;
   12084                 :             :                                               }
   12085                 :           0 :                                               res_op->resimplify (lseq, valueize);
   12086                 :           0 :                                               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1075, __FILE__, __LINE__, true);
   12087                 :           0 :                                               return true;
   12088                 :             :                                             }
   12089                 :          16 : next_after_fail2264:;
   12090                 :             :                                           }
   12091                 :             :                                     }
   12092                 :             :                                   }
   12093                 :          16 :                                   break;
   12094                 :             :                                 }
   12095                 :             :                               default:;
   12096                 :             :                               }
   12097                 :             :                         }
   12098                 :             :                       break;
   12099                 :             :                     default:;
   12100                 :             :                     }
   12101                 :             :                   break;
   12102                 :             :                 }
   12103                 :             :               default:;
   12104                 :             :               }
   12105                 :             :         }
   12106                 :             :       break;
   12107                 :       29905 :     case ADDR_EXPR:
   12108                 :       29905 :       {
   12109                 :       29905 :         switch (TREE_CODE (_p1))
   12110                 :             :           {
   12111                 :       27241 :           case SSA_NAME:
   12112                 :       27241 :             if (gimple *_d1 = get_def (valueize, _p1))
   12113                 :             :               {
   12114                 :       16501 :                 if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   12115                 :        3843 :                   switch (gimple_assign_rhs_code (_a1))
   12116                 :             :                     {
   12117                 :        2784 :                     case POINTER_PLUS_EXPR:
   12118                 :        2784 :                       {
   12119                 :        2784 :                         tree _q30 = gimple_assign_rhs1 (_a1);
   12120                 :        2784 :                         _q30 = do_valueize (valueize, _q30);
   12121                 :        2784 :                         tree _q31 = gimple_assign_rhs2 (_a1);
   12122                 :        2784 :                         _q31 = do_valueize (valueize, _q31);
   12123                 :        2784 :                         {
   12124                 :        2784 :                           tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q30, _q31 };
   12125                 :        2784 :                           {
   12126                 :        2784 :  poly_int64 diff;
   12127                 :        2784 :                               if (ptr_difference_const (captures[0], captures[1], &diff)
   12128                 :             : )
   12129                 :             :                                 {
   12130                 :          21 :                                   gimple_seq *lseq = seq;
   12131                 :          21 :                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2265;
   12132                 :          21 :                                   {
   12133                 :          21 :                                     res_op->set_op (MINUS_EXPR, type, 2);
   12134                 :          21 :                                     res_op->ops[0] =  build_int_cst_type (type, diff);
   12135                 :          21 :                                     {
   12136                 :          21 :                                       tree _o1[1], _r1;
   12137                 :          21 :                                       _o1[0] = captures[2];
   12138                 :          21 :                                       if (type != TREE_TYPE (_o1[0])
   12139                 :          21 :                                           && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
   12140                 :             :                                         {
   12141                 :          21 :                                           gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
   12142                 :          21 :                                           tem_op.resimplify (lseq, valueize);
   12143                 :          21 :                                           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   12144                 :          21 :                                           if (!_r1) goto next_after_fail2265;
   12145                 :             :                                         }
   12146                 :             :                                       else
   12147                 :             :                                         _r1 = _o1[0];
   12148                 :          15 :                                       res_op->ops[1] = _r1;
   12149                 :             :                                     }
   12150                 :          15 :                                     res_op->resimplify (lseq, valueize);
   12151                 :          15 :                                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1075, __FILE__, __LINE__, true);
   12152                 :          15 :                                     return true;
   12153                 :             :                                   }
   12154                 :        2769 : next_after_fail2265:;
   12155                 :             :                                 }
   12156                 :             :                           }
   12157                 :             :                         }
   12158                 :        2769 :                         break;
   12159                 :             :                       }
   12160                 :             :                     default:;
   12161                 :             :                     }
   12162                 :             :               }
   12163                 :             :             break;
   12164                 :             :           default:;
   12165                 :             :           }
   12166                 :             :         break;
   12167                 :             :       }
   12168                 :     2038044 :     default:;
   12169                 :             :     }
   12170                 :     2038044 :   switch (TREE_CODE (_p1))
   12171                 :             :     {
   12172                 :     1891780 :     case SSA_NAME:
   12173                 :     1891780 :       if (gimple *_d1 = get_def (valueize, _p1))
   12174                 :             :         {
   12175                 :     1268743 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   12176                 :     1859927 :             switch (gimple_assign_rhs_code (_a1))
   12177                 :             :               {
   12178                 :       56584 :               case POINTER_PLUS_EXPR:
   12179                 :       56584 :                 {
   12180                 :       56584 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   12181                 :       56584 :                   _q30 = do_valueize (valueize, _q30);
   12182                 :       56584 :                   tree _q31 = gimple_assign_rhs2 (_a1);
   12183                 :       56584 :                   _q31 = do_valueize (valueize, _q31);
   12184                 :       56584 :                   if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || operand_equal_p (_q30, _p0, 0))
   12185                 :             :                     {
   12186                 :         731 :                       {
   12187                 :         731 :                         tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _p0 };
   12188                 :         731 :                         if (!TYPE_SATURATING (type)
   12189                 :             : )
   12190                 :             :                           {
   12191                 :         731 :                             if ((!FLOAT_TYPE_P (type) || flag_associative_math)
   12192                 :        1462 :  && !FIXED_POINT_TYPE_P (type)
   12193                 :             : )
   12194                 :             :                               {
   12195                 :         731 :                                 {
   12196                 :         731 :  tree stype = signed_type_for (TREE_TYPE (captures[1]));
   12197                 :         731 :                                     gimple_seq *lseq = seq;
   12198                 :         731 :                                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2266;
   12199                 :         731 :                                     {
   12200                 :         731 :                                       res_op->set_op (NEGATE_EXPR, type, 1);
   12201                 :         731 :                                       {
   12202                 :         731 :                                         tree _o1[1], _r1;
   12203                 :         731 :                                         {
   12204                 :         731 :                                           tree _o2[1], _r2;
   12205                 :         731 :                                           _o2[0] = captures[1];
   12206                 :         731 :                                           gimple_match_op tem_op (res_op->cond.any_else (), VIEW_CONVERT_EXPR, stype, _o2[0]);
   12207                 :         731 :                                           tem_op.resimplify (lseq, valueize);
   12208                 :         731 :                                           _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   12209                 :         731 :                                           if (!_r2) goto next_after_fail2266;
   12210                 :         632 :                                           _o1[0] = _r2;
   12211                 :             :                                         }
   12212                 :         632 :                                         if (type != TREE_TYPE (_o1[0])
   12213                 :         632 :                                             && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
   12214                 :             :                                           {
   12215                 :           0 :                                             gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
   12216                 :           0 :                                             tem_op.resimplify (lseq, valueize);
   12217                 :           0 :                                             _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   12218                 :           0 :                                             if (!_r1) goto next_after_fail2266;
   12219                 :             :                                           }
   12220                 :             :                                         else
   12221                 :             :                                           _r1 = _o1[0];
   12222                 :         632 :                                         res_op->ops[0] = _r1;
   12223                 :             :                                       }
   12224                 :         632 :                                       res_op->resimplify (lseq, valueize);
   12225                 :         632 :                                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1076, __FILE__, __LINE__, true);
   12226                 :         632 :                                       return true;
   12227                 :             :                                     }
   12228                 :          99 : next_after_fail2266:;
   12229                 :             :                                 }
   12230                 :             :                               }
   12231                 :             :                           }
   12232                 :             :                       }
   12233                 :             :                     }
   12234                 :             :                   break;
   12235                 :             :                 }
   12236                 :             :               default:;
   12237                 :             :               }
   12238                 :             :         }
   12239                 :             :       break;
   12240                 :     2037412 :     default:;
   12241                 :             :     }
   12242                 :     2037412 :   switch (TREE_CODE (_p0))
   12243                 :             :     {
   12244                 :     1984063 :     case SSA_NAME:
   12245                 :     1984063 :       if (gimple *_d1 = get_def (valueize, _p0))
   12246                 :             :         {
   12247                 :     1377118 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   12248                 :     1852244 :             switch (gimple_assign_rhs_code (_a1))
   12249                 :             :               {
   12250                 :       78113 :               case POINTER_PLUS_EXPR:
   12251                 :       78113 :                 {
   12252                 :       78113 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   12253                 :       78113 :                   _q20 = do_valueize (valueize, _q20);
   12254                 :       78113 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   12255                 :       78113 :                   _q21 = do_valueize (valueize, _q21);
   12256                 :       78113 :                   switch (TREE_CODE (_p1))
   12257                 :             :                     {
   12258                 :       71336 :                     case SSA_NAME:
   12259                 :       71336 :                       if (gimple *_d2 = get_def (valueize, _p1))
   12260                 :             :                         {
   12261                 :       68228 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   12262                 :       73640 :                             switch (gimple_assign_rhs_code (_a2))
   12263                 :             :                               {
   12264                 :       11836 :                               case POINTER_PLUS_EXPR:
   12265                 :       11836 :                                 {
   12266                 :       11836 :                                   tree _q50 = gimple_assign_rhs1 (_a2);
   12267                 :       11836 :                                   _q50 = do_valueize (valueize, _q50);
   12268                 :       11836 :                                   tree _q51 = gimple_assign_rhs2 (_a2);
   12269                 :       11836 :                                   _q51 = do_valueize (valueize, _q51);
   12270                 :       11836 :                                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
   12271                 :             :                                     {
   12272                 :          68 :                                       {
   12273                 :          68 :                                         tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q50 };
   12274                 :          68 :                                         if (!TYPE_SATURATING (type)
   12275                 :             : )
   12276                 :             :                                           {
   12277                 :          68 :                                             if ((!FLOAT_TYPE_P (type) || flag_associative_math)
   12278                 :         136 :  && !FIXED_POINT_TYPE_P (type)
   12279                 :             : )
   12280                 :             :                                               {
   12281                 :          68 :                                                 gimple_seq *lseq = seq;
   12282                 :          68 :                                                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2267;
   12283                 :          68 :                                                 {
   12284                 :          68 :                                                   res_op->set_op (POINTER_DIFF_EXPR, type, 2);
   12285                 :          68 :                                                   res_op->ops[0] = captures[0];
   12286                 :          68 :                                                   res_op->ops[1] = captures[2];
   12287                 :          68 :                                                   res_op->resimplify (lseq, valueize);
   12288                 :          68 :                                                   if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1077, __FILE__, __LINE__, true);
   12289                 :          68 :                                                   return true;
   12290                 :             :                                                 }
   12291                 :           0 : next_after_fail2267:;
   12292                 :             :                                               }
   12293                 :             :                                           }
   12294                 :             :                                       }
   12295                 :             :                                     }
   12296                 :       11768 :                                   if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || operand_equal_p (_q50, _q20, 0))
   12297                 :             :                                     {
   12298                 :         157 :                                       {
   12299                 :         157 :                                         tree captures[4] ATTRIBUTE_UNUSED = { _q20, _q21, _q51, _q20 };
   12300                 :         157 :                                         if (!TYPE_SATURATING (type)
   12301                 :             : )
   12302                 :             :                                           {
   12303                 :         157 :                                             if ((!FLOAT_TYPE_P (type) || flag_associative_math)
   12304                 :         314 :  && !FIXED_POINT_TYPE_P (type)
   12305                 :             : )
   12306                 :             :                                               {
   12307                 :         157 :                                                 {
   12308                 :         157 :  tree stype = signed_type_for (TREE_TYPE (captures[1]));
   12309                 :         157 :                                                     gimple_seq *lseq = seq;
   12310                 :         157 :                                                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2268;
   12311                 :         157 :                                                     {
   12312                 :         157 :                                                       res_op->set_op (MINUS_EXPR, type, 2);
   12313                 :         157 :                                                       {
   12314                 :         157 :                                                         tree _o1[1], _r1;
   12315                 :         157 :                                                         {
   12316                 :         157 :                                                           tree _o2[1], _r2;
   12317                 :         157 :                                                           _o2[0] = captures[1];
   12318                 :         157 :                                                           gimple_match_op tem_op (res_op->cond.any_else (), VIEW_CONVERT_EXPR, stype, _o2[0]);
   12319                 :         157 :                                                           tem_op.resimplify (lseq, valueize);
   12320                 :         157 :                                                           _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   12321                 :         157 :                                                           if (!_r2) goto next_after_fail2268;
   12322                 :          70 :                                                           _o1[0] = _r2;
   12323                 :             :                                                         }
   12324                 :          70 :                                                         if (type != TREE_TYPE (_o1[0])
   12325                 :          70 :                                                             && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
   12326                 :             :                                                           {
   12327                 :           0 :                                                             gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
   12328                 :           0 :                                                             tem_op.resimplify (lseq, valueize);
   12329                 :           0 :                                                             _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   12330                 :           0 :                                                             if (!_r1) goto next_after_fail2268;
   12331                 :             :                                                           }
   12332                 :             :                                                         else
   12333                 :             :                                                           _r1 = _o1[0];
   12334                 :          70 :                                                         res_op->ops[0] = _r1;
   12335                 :             :                                                       }
   12336                 :          70 :                                                       {
   12337                 :          70 :                                                         tree _o1[1], _r1;
   12338                 :          70 :                                                         {
   12339                 :          70 :                                                           tree _o2[1], _r2;
   12340                 :          70 :                                                           _o2[0] = captures[2];
   12341                 :          70 :                                                           gimple_match_op tem_op (res_op->cond.any_else (), VIEW_CONVERT_EXPR, stype, _o2[0]);
   12342                 :          70 :                                                           tem_op.resimplify (lseq, valueize);
   12343                 :          70 :                                                           _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   12344                 :          70 :                                                           if (!_r2) goto next_after_fail2268;
   12345                 :          42 :                                                           _o1[0] = _r2;
   12346                 :             :                                                         }
   12347                 :          42 :                                                         if (type != TREE_TYPE (_o1[0])
   12348                 :          42 :                                                             && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
   12349                 :             :                                                           {
   12350                 :           0 :                                                             gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
   12351                 :           0 :                                                             tem_op.resimplify (lseq, valueize);
   12352                 :           0 :                                                             _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   12353                 :           0 :                                                             if (!_r1) goto next_after_fail2268;
   12354                 :             :                                                           }
   12355                 :             :                                                         else
   12356                 :             :                                                           _r1 = _o1[0];
   12357                 :          42 :                                                         res_op->ops[1] = _r1;
   12358                 :             :                                                       }
   12359                 :          42 :                                                       res_op->resimplify (lseq, valueize);
   12360                 :          42 :                                                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1078, __FILE__, __LINE__, true);
   12361                 :          42 :                                                       return true;
   12362                 :             :                                                     }
   12363                 :         115 : next_after_fail2268:;
   12364                 :             :                                                 }
   12365                 :             :                                               }
   12366                 :             :                                           }
   12367                 :             :                                       }
   12368                 :             :                                     }
   12369                 :             :                                   break;
   12370                 :             :                                 }
   12371                 :             :                               default:;
   12372                 :             :                               }
   12373                 :             :                         }
   12374                 :             :                       break;
   12375                 :             :                     default:;
   12376                 :             :                     }
   12377                 :             :                   break;
   12378                 :             :                 }
   12379                 :             :               default:;
   12380                 :             :               }
   12381                 :             :         }
   12382                 :             :       break;
   12383                 :     2037302 :     default:;
   12384                 :             :     }
   12385                 :     2037302 : if (integer_zerop (_p0))
   12386                 :             :   {
   12387                 :         920 :     {
   12388                 :         920 :       tree captures[1] ATTRIBUTE_UNUSED = { _p1 };
   12389                 :         920 :       gimple_seq *lseq = seq;
   12390                 :         920 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2269;
   12391                 :         920 :       {
   12392                 :         920 :         res_op->set_op (NEGATE_EXPR, type, 1);
   12393                 :         920 :         {
   12394                 :         920 :           tree _o1[1], _r1;
   12395                 :         920 :           _o1[0] = captures[0];
   12396                 :         920 :           if (type != TREE_TYPE (_o1[0])
   12397                 :         920 :               && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
   12398                 :             :             {
   12399                 :         920 :               gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
   12400                 :         920 :               tem_op.resimplify (lseq, valueize);
   12401                 :         920 :               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   12402                 :         920 :               if (!_r1) goto next_after_fail2269;
   12403                 :             :             }
   12404                 :             :           else
   12405                 :             :             _r1 = _o1[0];
   12406                 :         122 :           res_op->ops[0] = _r1;
   12407                 :             :         }
   12408                 :         122 :         res_op->resimplify (lseq, valueize);
   12409                 :         122 :         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1079, __FILE__, __LINE__, true);
   12410                 :         122 :         return true;
   12411                 :             :       }
   12412                 :             : next_after_fail2269:;
   12413                 :             :     }
   12414                 :             :   }
   12415                 :             :   return false;
   12416                 :             : }
   12417                 :             : 
   12418                 :             : bool
   12419                 :      162331 : gimple_simplify_CFN_BUILT_IN_COPYSIGNF (gimple_match_op *res_op, gimple_seq *seq,
   12420                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   12421                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   12422                 :             : {
   12423                 :      162331 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   12424                 :      162331 :   switch (TREE_CODE (_p0))
   12425                 :             :     {
   12426                 :        4064 :     case SSA_NAME:
   12427                 :        4064 :       if (gimple *_d1 = get_def (valueize, _p0))
   12428                 :             :         {
   12429                 :        2369 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   12430                 :        2754 :             switch (gimple_assign_rhs_code (_a1))
   12431                 :             :               {
   12432                 :           3 :               case NEGATE_EXPR:
   12433                 :           3 :                 {
   12434                 :           3 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   12435                 :           3 :                   _q20 = do_valueize (valueize, _q20);
   12436                 :           3 :                   {
   12437                 :           3 :                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   12438                 :           3 :                     const combined_fn copysigns = CFN_BUILT_IN_COPYSIGNF;
   12439                 :           3 :                     gimple_seq *lseq = seq;
   12440                 :           3 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2437;
   12441                 :           3 :                     {
   12442                 :           3 :                       res_op->set_op (copysigns, type, 2);
   12443                 :           3 :                       res_op->ops[0] = captures[0];
   12444                 :           3 :                       res_op->ops[1] = captures[1];
   12445                 :           3 :                       res_op->resimplify (lseq, valueize);
   12446                 :           3 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1109, __FILE__, __LINE__, true);
   12447                 :           3 :                       return true;
   12448                 :             :                     }
   12449                 :           0 : next_after_fail2437:;
   12450                 :             :                   }
   12451                 :           0 :                   break;
   12452                 :             :                 }
   12453                 :           3 :               case ABS_EXPR:
   12454                 :           3 :                 {
   12455                 :           3 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   12456                 :           3 :                   _q20 = do_valueize (valueize, _q20);
   12457                 :           3 :                   {
   12458                 :           3 :                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   12459                 :           3 :                     const combined_fn copysigns = CFN_BUILT_IN_COPYSIGNF;
   12460                 :           3 :                     gimple_seq *lseq = seq;
   12461                 :           3 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2438;
   12462                 :           3 :                     {
   12463                 :           3 :                       res_op->set_op (copysigns, type, 2);
   12464                 :           3 :                       res_op->ops[0] = captures[0];
   12465                 :           3 :                       res_op->ops[1] = captures[1];
   12466                 :           3 :                       res_op->resimplify (lseq, valueize);
   12467                 :           3 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1109, __FILE__, __LINE__, true);
   12468                 :           3 :                       return true;
   12469                 :             :                     }
   12470                 :           0 : next_after_fail2438:;
   12471                 :             :                   }
   12472                 :           0 :                   break;
   12473                 :             :                 }
   12474                 :             :               default:;
   12475                 :             :               }
   12476                 :             :         }
   12477                 :             :       break;
   12478                 :      158136 :     case REAL_CST:
   12479                 :      158136 :       {
   12480                 :      158136 :         {
   12481                 :      158136 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   12482                 :      158136 :           if (gimple_simplify_316 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF))
   12483                 :          44 :             return true;
   12484                 :             :         }
   12485                 :      158092 :         break;
   12486                 :             :       }
   12487                 :      162281 :     default:;
   12488                 :             :     }
   12489                 :      162281 :   switch (TREE_CODE (_p1))
   12490                 :             :     {
   12491                 :         483 :     case REAL_CST:
   12492                 :         483 :       {
   12493                 :         483 :         {
   12494                 :         483 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   12495                 :         483 :           if (gimple_simplify_317 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF))
   12496                 :          98 :             return true;
   12497                 :             :         }
   12498                 :         385 :         break;
   12499                 :             :       }
   12500                 :      162183 :     default:;
   12501                 :             :     }
   12502                 :      162183 :   switch (TREE_CODE (_p0))
   12503                 :             :     {
   12504                 :        3961 :     case SSA_NAME:
   12505                 :        3961 :       if (gimple *_d1 = get_def (valueize, _p0))
   12506                 :             :         {
   12507                 :        2363 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
   12508                 :         169 :             switch (gimple_call_combined_fn (_c1))
   12509                 :             :               {
   12510                 :           0 :               case CFN_BUILT_IN_COPYSIGNF:
   12511                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   12512                 :             :                   {
   12513                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   12514                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   12515                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
   12516                 :           0 :                     _q21 = do_valueize (valueize, _q21);
   12517                 :           0 :                     {
   12518                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   12519                 :           0 :                       if (gimple_simplify_318 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF))
   12520                 :           0 :                         return true;
   12521                 :             :                     }
   12522                 :             :                   }
   12523                 :             :                 break;
   12524                 :             :               default:;
   12525                 :             :               }
   12526                 :             :         }
   12527                 :             :       break;
   12528                 :      162183 :     default:;
   12529                 :             :     }
   12530                 :      162183 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   12531                 :             :     {
   12532                 :           2 :       {
   12533                 :           2 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   12534                 :           2 :         if (gimple_simplify_319 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF))
   12535                 :           2 :           return true;
   12536                 :             :       }
   12537                 :             :     }
   12538                 :      162181 :   switch (TREE_CODE (_p1))
   12539                 :             :     {
   12540                 :      161389 :     case SSA_NAME:
   12541                 :      161389 :       if (gimple *_d1 = get_def (valueize, _p1))
   12542                 :             :         {
   12543                 :       95647 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   12544                 :      187255 :             switch (gimple_assign_rhs_code (_a1))
   12545                 :             :               {
   12546                 :         153 :               case NEGATE_EXPR:
   12547                 :         153 :                 {
   12548                 :         153 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   12549                 :         153 :                   _q30 = do_valueize (valueize, _q30);
   12550                 :         153 :                   if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   12551                 :             :                     {
   12552                 :           1 :                       {
   12553                 :           1 :                         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   12554                 :           1 :                         if (gimple_simplify_320 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF))
   12555                 :           1 :                           return true;
   12556                 :             :                       }
   12557                 :             :                     }
   12558                 :             :                   break;
   12559                 :             :                 }
   12560                 :             :               default:;
   12561                 :             :               }
   12562                 :             :         }
   12563                 :             :       break;
   12564                 :      162180 :     default:;
   12565                 :             :     }
   12566                 :      162180 : if (tree_expr_nonnegative_p (_p1))
   12567                 :             :   {
   12568                 :          69 :     {
   12569                 :          69 :       tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   12570                 :          69 :       if (gimple_simplify_321 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF))
   12571                 :          69 :         return true;
   12572                 :             :     }
   12573                 :             :   }
   12574                 :             :   return false;
   12575                 :             : }
   12576                 :             : 
   12577                 :             : bool
   12578                 :      159568 : gimple_simplify_CFN_BUILT_IN_COPYSIGN (gimple_match_op *res_op, gimple_seq *seq,
   12579                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   12580                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   12581                 :             : {
   12582                 :      159568 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   12583                 :      159568 :   switch (TREE_CODE (_p0))
   12584                 :             :     {
   12585                 :        2814 :     case SSA_NAME:
   12586                 :        2814 :       if (gimple *_d1 = get_def (valueize, _p0))
   12587                 :             :         {
   12588                 :        1637 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   12589                 :        1512 :             switch (gimple_assign_rhs_code (_a1))
   12590                 :             :               {
   12591                 :           3 :               case NEGATE_EXPR:
   12592                 :           3 :                 {
   12593                 :           3 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   12594                 :           3 :                   _q20 = do_valueize (valueize, _q20);
   12595                 :           3 :                   {
   12596                 :           3 :                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   12597                 :           3 :                     const combined_fn copysigns = CFN_BUILT_IN_COPYSIGN;
   12598                 :           3 :                     gimple_seq *lseq = seq;
   12599                 :           3 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2439;
   12600                 :           3 :                     {
   12601                 :           3 :                       res_op->set_op (copysigns, type, 2);
   12602                 :           3 :                       res_op->ops[0] = captures[0];
   12603                 :           3 :                       res_op->ops[1] = captures[1];
   12604                 :           3 :                       res_op->resimplify (lseq, valueize);
   12605                 :           3 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1109, __FILE__, __LINE__, true);
   12606                 :           3 :                       return true;
   12607                 :             :                     }
   12608                 :           0 : next_after_fail2439:;
   12609                 :             :                   }
   12610                 :           0 :                   break;
   12611                 :             :                 }
   12612                 :           3 :               case ABS_EXPR:
   12613                 :           3 :                 {
   12614                 :           3 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   12615                 :           3 :                   _q20 = do_valueize (valueize, _q20);
   12616                 :           3 :                   {
   12617                 :           3 :                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   12618                 :           3 :                     const combined_fn copysigns = CFN_BUILT_IN_COPYSIGN;
   12619                 :           3 :                     gimple_seq *lseq = seq;
   12620                 :           3 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2440;
   12621                 :           3 :                     {
   12622                 :           3 :                       res_op->set_op (copysigns, type, 2);
   12623                 :           3 :                       res_op->ops[0] = captures[0];
   12624                 :           3 :                       res_op->ops[1] = captures[1];
   12625                 :           3 :                       res_op->resimplify (lseq, valueize);
   12626                 :           3 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1109, __FILE__, __LINE__, true);
   12627                 :           3 :                       return true;
   12628                 :             :                     }
   12629                 :           0 : next_after_fail2440:;
   12630                 :             :                   }
   12631                 :           0 :                   break;
   12632                 :             :                 }
   12633                 :             :               default:;
   12634                 :             :               }
   12635                 :             :         }
   12636                 :             :       break;
   12637                 :      156663 :     case REAL_CST:
   12638                 :      156663 :       {
   12639                 :      156663 :         {
   12640                 :      156663 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   12641                 :      156663 :           if (gimple_simplify_316 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGN))
   12642                 :          41 :             return true;
   12643                 :             :         }
   12644                 :      156622 :         break;
   12645                 :             :       }
   12646                 :      159521 :     default:;
   12647                 :             :     }
   12648                 :      159521 :   switch (TREE_CODE (_p1))
   12649                 :             :     {
   12650                 :         485 :     case REAL_CST:
   12651                 :         485 :       {
   12652                 :         485 :         {
   12653                 :         485 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   12654                 :         485 :           if (gimple_simplify_317 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGN))
   12655                 :          88 :             return true;
   12656                 :             :         }
   12657                 :         397 :         break;
   12658                 :             :       }
   12659                 :      159433 :     default:;
   12660                 :             :     }
   12661                 :      159433 :   switch (TREE_CODE (_p0))
   12662                 :             :     {
   12663                 :        2721 :     case SSA_NAME:
   12664                 :        2721 :       if (gimple *_d1 = get_def (valueize, _p0))
   12665                 :             :         {
   12666                 :        1629 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
   12667                 :         235 :             switch (gimple_call_combined_fn (_c1))
   12668                 :             :               {
   12669                 :           0 :               case CFN_BUILT_IN_COPYSIGN:
   12670                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   12671                 :             :                   {
   12672                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   12673                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   12674                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
   12675                 :           0 :                     _q21 = do_valueize (valueize, _q21);
   12676                 :           0 :                     {
   12677                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   12678                 :           0 :                       if (gimple_simplify_318 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGN))
   12679                 :           0 :                         return true;
   12680                 :             :                     }
   12681                 :             :                   }
   12682                 :             :                 break;
   12683                 :             :               default:;
   12684                 :             :               }
   12685                 :             :         }
   12686                 :             :       break;
   12687                 :      159433 :     default:;
   12688                 :             :     }
   12689                 :      159433 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   12690                 :             :     {
   12691                 :           2 :       {
   12692                 :           2 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   12693                 :           2 :         if (gimple_simplify_319 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGN))
   12694                 :           2 :           return true;
   12695                 :             :       }
   12696                 :             :     }
   12697                 :      159431 :   switch (TREE_CODE (_p1))
   12698                 :             :     {
   12699                 :      158711 :     case SSA_NAME:
   12700                 :      158711 :       if (gimple *_d1 = get_def (valueize, _p1))
   12701                 :             :         {
   12702                 :       94366 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   12703                 :      184975 :             switch (gimple_assign_rhs_code (_a1))
   12704                 :             :               {
   12705                 :           2 :               case NEGATE_EXPR:
   12706                 :           2 :                 {
   12707                 :           2 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   12708                 :           2 :                   _q30 = do_valueize (valueize, _q30);
   12709                 :           2 :                   if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   12710                 :             :                     {
   12711                 :           1 :                       {
   12712                 :           1 :                         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   12713                 :           1 :                         if (gimple_simplify_320 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGN))
   12714                 :           1 :                           return true;
   12715                 :             :                       }
   12716                 :             :                     }
   12717                 :             :                   break;
   12718                 :             :                 }
   12719                 :             :               default:;
   12720                 :             :               }
   12721                 :             :         }
   12722                 :             :       break;
   12723                 :      159430 :     default:;
   12724                 :             :     }
   12725                 :      159430 : if (tree_expr_nonnegative_p (_p1))
   12726                 :             :   {
   12727                 :          72 :     {
   12728                 :          72 :       tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   12729                 :          72 :       if (gimple_simplify_321 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGN))
   12730                 :          72 :         return true;
   12731                 :             :     }
   12732                 :             :   }
   12733                 :             :   return false;
   12734                 :             : }
   12735                 :             : 
   12736                 :             : bool
   12737                 :      157956 : gimple_simplify_CFN_BUILT_IN_COPYSIGNL (gimple_match_op *res_op, gimple_seq *seq,
   12738                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   12739                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   12740                 :             : {
   12741                 :      157956 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   12742                 :      157956 :   switch (TREE_CODE (_p0))
   12743                 :             :     {
   12744                 :        1442 :     case SSA_NAME:
   12745                 :        1442 :       if (gimple *_d1 = get_def (valueize, _p0))
   12746                 :             :         {
   12747                 :         901 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   12748                 :         432 :             switch (gimple_assign_rhs_code (_a1))
   12749                 :             :               {
   12750                 :           2 :               case NEGATE_EXPR:
   12751                 :           2 :                 {
   12752                 :           2 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   12753                 :           2 :                   _q20 = do_valueize (valueize, _q20);
   12754                 :           2 :                   {
   12755                 :           2 :                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   12756                 :           2 :                     const combined_fn copysigns = CFN_BUILT_IN_COPYSIGNL;
   12757                 :           2 :                     gimple_seq *lseq = seq;
   12758                 :           2 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2441;
   12759                 :           2 :                     {
   12760                 :           2 :                       res_op->set_op (copysigns, type, 2);
   12761                 :           2 :                       res_op->ops[0] = captures[0];
   12762                 :           2 :                       res_op->ops[1] = captures[1];
   12763                 :           2 :                       res_op->resimplify (lseq, valueize);
   12764                 :           2 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1109, __FILE__, __LINE__, true);
   12765                 :           2 :                       return true;
   12766                 :             :                     }
   12767                 :           0 : next_after_fail2441:;
   12768                 :             :                   }
   12769                 :           0 :                   break;
   12770                 :             :                 }
   12771                 :           2 :               case ABS_EXPR:
   12772                 :           2 :                 {
   12773                 :           2 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   12774                 :           2 :                   _q20 = do_valueize (valueize, _q20);
   12775                 :           2 :                   {
   12776                 :           2 :                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   12777                 :           2 :                     const combined_fn copysigns = CFN_BUILT_IN_COPYSIGNL;
   12778                 :           2 :                     gimple_seq *lseq = seq;
   12779                 :           2 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2442;
   12780                 :           2 :                     {
   12781                 :           2 :                       res_op->set_op (copysigns, type, 2);
   12782                 :           2 :                       res_op->ops[0] = captures[0];
   12783                 :           2 :                       res_op->ops[1] = captures[1];
   12784                 :           2 :                       res_op->resimplify (lseq, valueize);
   12785                 :           2 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1109, __FILE__, __LINE__, true);
   12786                 :           2 :                       return true;
   12787                 :             :                     }
   12788                 :           0 : next_after_fail2442:;
   12789                 :             :                   }
   12790                 :           0 :                   break;
   12791                 :             :                 }
   12792                 :             :               default:;
   12793                 :             :               }
   12794                 :             :         }
   12795                 :             :       break;
   12796                 :      156446 :     case REAL_CST:
   12797                 :      156446 :       {
   12798                 :      156446 :         {
   12799                 :      156446 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   12800                 :      156446 :           if (gimple_simplify_316 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNL))
   12801                 :          36 :             return true;
   12802                 :             :         }
   12803                 :      156410 :         break;
   12804                 :             :       }
   12805                 :      157916 :     default:;
   12806                 :             :     }
   12807                 :      157916 :   switch (TREE_CODE (_p1))
   12808                 :             :     {
   12809                 :           8 :     case REAL_CST:
   12810                 :           8 :       {
   12811                 :           8 :         {
   12812                 :           8 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   12813                 :           8 :           if (gimple_simplify_317 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNL))
   12814                 :           8 :             return true;
   12815                 :             :         }
   12816                 :           0 :         break;
   12817                 :             :       }
   12818                 :      157908 :     default:;
   12819                 :             :     }
   12820                 :      157908 :   switch (TREE_CODE (_p0))
   12821                 :             :     {
   12822                 :        1438 :     case SSA_NAME:
   12823                 :        1438 :       if (gimple *_d1 = get_def (valueize, _p0))
   12824                 :             :         {
   12825                 :         897 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
   12826                 :         156 :             switch (gimple_call_combined_fn (_c1))
   12827                 :             :               {
   12828                 :           0 :               case CFN_BUILT_IN_COPYSIGNL:
   12829                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   12830                 :             :                   {
   12831                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   12832                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   12833                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
   12834                 :           0 :                     _q21 = do_valueize (valueize, _q21);
   12835                 :           0 :                     {
   12836                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   12837                 :           0 :                       if (gimple_simplify_318 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNL))
   12838                 :           0 :                         return true;
   12839                 :             :                     }
   12840                 :             :                   }
   12841                 :             :                 break;
   12842                 :             :               default:;
   12843                 :             :               }
   12844                 :             :         }
   12845                 :             :       break;
   12846                 :      157908 :     default:;
   12847                 :             :     }
   12848                 :      157908 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   12849                 :             :     {
   12850                 :           2 :       {
   12851                 :           2 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   12852                 :           2 :         if (gimple_simplify_319 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNL))
   12853                 :           2 :           return true;
   12854                 :             :       }
   12855                 :             :     }
   12856                 :      157906 :   switch (TREE_CODE (_p1))
   12857                 :             :     {
   12858                 :      157741 :     case SSA_NAME:
   12859                 :      157741 :       if (gimple *_d1 = get_def (valueize, _p1))
   12860                 :             :         {
   12861                 :       93630 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   12862                 :      184510 :             switch (gimple_assign_rhs_code (_a1))
   12863                 :             :               {
   12864                 :           1 :               case NEGATE_EXPR:
   12865                 :           1 :                 {
   12866                 :           1 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   12867                 :           1 :                   _q30 = do_valueize (valueize, _q30);
   12868                 :           1 :                   if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   12869                 :             :                     {
   12870                 :           1 :                       {
   12871                 :           1 :                         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   12872                 :           1 :                         if (gimple_simplify_320 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNL))
   12873                 :           1 :                           return true;
   12874                 :             :                       }
   12875                 :             :                     }
   12876                 :             :                   break;
   12877                 :             :                 }
   12878                 :             :               default:;
   12879                 :             :               }
   12880                 :             :         }
   12881                 :             :       break;
   12882                 :      157905 :     default:;
   12883                 :             :     }
   12884                 :      157905 : if (tree_expr_nonnegative_p (_p1))
   12885                 :             :   {
   12886                 :          70 :     {
   12887                 :          70 :       tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   12888                 :          70 :       if (gimple_simplify_321 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNL))
   12889                 :          70 :         return true;
   12890                 :             :     }
   12891                 :             :   }
   12892                 :             :   return false;
   12893                 :             : }
   12894                 :             : 
   12895                 :             : bool
   12896                 :        2489 : gimple_simplify_CFN_BUILT_IN_COPYSIGNF16 (gimple_match_op *res_op, gimple_seq *seq,
   12897                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   12898                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   12899                 :             : {
   12900                 :        2489 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   12901                 :        2489 :   switch (TREE_CODE (_p0))
   12902                 :             :     {
   12903                 :        1189 :     case SSA_NAME:
   12904                 :        1189 :       if (gimple *_d1 = get_def (valueize, _p0))
   12905                 :             :         {
   12906                 :         705 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   12907                 :         950 :             switch (gimple_assign_rhs_code (_a1))
   12908                 :             :               {
   12909                 :          12 :               case NEGATE_EXPR:
   12910                 :          12 :                 {
   12911                 :          12 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   12912                 :          12 :                   _q20 = do_valueize (valueize, _q20);
   12913                 :          12 :                   {
   12914                 :          12 :                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   12915                 :          12 :                     const combined_fn copysigns = CFN_BUILT_IN_COPYSIGNF16;
   12916                 :          12 :                     gimple_seq *lseq = seq;
   12917                 :          12 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2443;
   12918                 :          12 :                     {
   12919                 :          12 :                       res_op->set_op (copysigns, type, 2);
   12920                 :          12 :                       res_op->ops[0] = captures[0];
   12921                 :          12 :                       res_op->ops[1] = captures[1];
   12922                 :          12 :                       res_op->resimplify (lseq, valueize);
   12923                 :          12 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1109, __FILE__, __LINE__, true);
   12924                 :          12 :                       return true;
   12925                 :             :                     }
   12926                 :           0 : next_after_fail2443:;
   12927                 :             :                   }
   12928                 :           0 :                   break;
   12929                 :             :                 }
   12930                 :           0 :               case ABS_EXPR:
   12931                 :           0 :                 {
   12932                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   12933                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   12934                 :           0 :                   {
   12935                 :           0 :                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   12936                 :           0 :                     const combined_fn copysigns = CFN_BUILT_IN_COPYSIGNF16;
   12937                 :           0 :                     gimple_seq *lseq = seq;
   12938                 :           0 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2444;
   12939                 :           0 :                     {
   12940                 :           0 :                       res_op->set_op (copysigns, type, 2);
   12941                 :           0 :                       res_op->ops[0] = captures[0];
   12942                 :           0 :                       res_op->ops[1] = captures[1];
   12943                 :           0 :                       res_op->resimplify (lseq, valueize);
   12944                 :           0 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1109, __FILE__, __LINE__, true);
   12945                 :           0 :                       return true;
   12946                 :             :                     }
   12947                 :           0 : next_after_fail2444:;
   12948                 :             :                   }
   12949                 :           0 :                   break;
   12950                 :             :                 }
   12951                 :             :               default:;
   12952                 :             :               }
   12953                 :             :         }
   12954                 :             :       break;
   12955                 :        1297 :     case REAL_CST:
   12956                 :        1297 :       {
   12957                 :        1297 :         {
   12958                 :        1297 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   12959                 :        1297 :           if (gimple_simplify_316 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF16))
   12960                 :           0 :             return true;
   12961                 :             :         }
   12962                 :        1297 :         break;
   12963                 :             :       }
   12964                 :        2477 :     default:;
   12965                 :             :     }
   12966                 :        2477 :   switch (TREE_CODE (_p1))
   12967                 :             :     {
   12968                 :           0 :     case REAL_CST:
   12969                 :           0 :       {
   12970                 :           0 :         {
   12971                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   12972                 :           0 :           if (gimple_simplify_317 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF16))
   12973                 :           0 :             return true;
   12974                 :             :         }
   12975                 :           0 :         break;
   12976                 :             :       }
   12977                 :        2477 :     default:;
   12978                 :             :     }
   12979                 :        2477 :   switch (TREE_CODE (_p0))
   12980                 :             :     {
   12981                 :        1177 :     case SSA_NAME:
   12982                 :        1177 :       if (gimple *_d1 = get_def (valueize, _p0))
   12983                 :             :         {
   12984                 :         693 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
   12985                 :           0 :             switch (gimple_call_combined_fn (_c1))
   12986                 :             :               {
   12987                 :           0 :               case CFN_BUILT_IN_COPYSIGNF16:
   12988                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   12989                 :             :                   {
   12990                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   12991                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   12992                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
   12993                 :           0 :                     _q21 = do_valueize (valueize, _q21);
   12994                 :           0 :                     {
   12995                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   12996                 :           0 :                       if (gimple_simplify_318 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF16))
   12997                 :           0 :                         return true;
   12998                 :             :                     }
   12999                 :             :                   }
   13000                 :             :                 break;
   13001                 :             :               default:;
   13002                 :             :               }
   13003                 :             :         }
   13004                 :             :       break;
   13005                 :        2477 :     default:;
   13006                 :             :     }
   13007                 :        2477 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   13008                 :             :     {
   13009                 :           0 :       {
   13010                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   13011                 :           0 :         if (gimple_simplify_319 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF16))
   13012                 :           0 :           return true;
   13013                 :             :       }
   13014                 :             :     }
   13015                 :        2477 :   switch (TREE_CODE (_p1))
   13016                 :             :     {
   13017                 :        2401 :     case SSA_NAME:
   13018                 :        2401 :       if (gimple *_d1 = get_def (valueize, _p1))
   13019                 :             :         {
   13020                 :        1170 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   13021                 :        1056 :             switch (gimple_assign_rhs_code (_a1))
   13022                 :             :               {
   13023                 :           0 :               case NEGATE_EXPR:
   13024                 :           0 :                 {
   13025                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   13026                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   13027                 :           0 :                   if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   13028                 :             :                     {
   13029                 :           0 :                       {
   13030                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   13031                 :           0 :                         if (gimple_simplify_320 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF16))
   13032                 :           0 :                           return true;
   13033                 :             :                       }
   13034                 :             :                     }
   13035                 :             :                   break;
   13036                 :             :                 }
   13037                 :             :               default:;
   13038                 :             :               }
   13039                 :             :         }
   13040                 :             :       break;
   13041                 :        2477 :     default:;
   13042                 :             :     }
   13043                 :        2477 : if (tree_expr_nonnegative_p (_p1))
   13044                 :             :   {
   13045                 :           0 :     {
   13046                 :           0 :       tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   13047                 :           0 :       if (gimple_simplify_321 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF16))
   13048                 :           0 :         return true;
   13049                 :             :     }
   13050                 :             :   }
   13051                 :             :   return false;
   13052                 :             : }
   13053                 :             : 
   13054                 :             : bool
   13055                 :         342 : gimple_simplify_CFN_BUILT_IN_COPYSIGNF32 (gimple_match_op *res_op, gimple_seq *seq,
   13056                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   13057                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   13058                 :             : {
   13059                 :         342 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   13060                 :         342 :   switch (TREE_CODE (_p0))
   13061                 :             :     {
   13062                 :         342 :     case SSA_NAME:
   13063                 :         342 :       if (gimple *_d1 = get_def (valueize, _p0))
   13064                 :             :         {
   13065                 :         225 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   13066                 :         438 :             switch (gimple_assign_rhs_code (_a1))
   13067                 :             :               {
   13068                 :          12 :               case NEGATE_EXPR:
   13069                 :          12 :                 {
   13070                 :          12 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   13071                 :          12 :                   _q20 = do_valueize (valueize, _q20);
   13072                 :          12 :                   {
   13073                 :          12 :                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   13074                 :          12 :                     const combined_fn copysigns = CFN_BUILT_IN_COPYSIGNF32;
   13075                 :          12 :                     gimple_seq *lseq = seq;
   13076                 :          12 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2445;
   13077                 :          12 :                     {
   13078                 :          12 :                       res_op->set_op (copysigns, type, 2);
   13079                 :          12 :                       res_op->ops[0] = captures[0];
   13080                 :          12 :                       res_op->ops[1] = captures[1];
   13081                 :          12 :                       res_op->resimplify (lseq, valueize);
   13082                 :          12 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1109, __FILE__, __LINE__, true);
   13083                 :          12 :                       return true;
   13084                 :             :                     }
   13085                 :           0 : next_after_fail2445:;
   13086                 :             :                   }
   13087                 :           0 :                   break;
   13088                 :             :                 }
   13089                 :           0 :               case ABS_EXPR:
   13090                 :           0 :                 {
   13091                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   13092                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   13093                 :           0 :                   {
   13094                 :           0 :                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   13095                 :           0 :                     const combined_fn copysigns = CFN_BUILT_IN_COPYSIGNF32;
   13096                 :           0 :                     gimple_seq *lseq = seq;
   13097                 :           0 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2446;
   13098                 :           0 :                     {
   13099                 :           0 :                       res_op->set_op (copysigns, type, 2);
   13100                 :           0 :                       res_op->ops[0] = captures[0];
   13101                 :           0 :                       res_op->ops[1] = captures[1];
   13102                 :           0 :                       res_op->resimplify (lseq, valueize);
   13103                 :           0 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1109, __FILE__, __LINE__, true);
   13104                 :           0 :                       return true;
   13105                 :             :                     }
   13106                 :           0 : next_after_fail2446:;
   13107                 :             :                   }
   13108                 :           0 :                   break;
   13109                 :             :                 }
   13110                 :             :               default:;
   13111                 :             :               }
   13112                 :             :         }
   13113                 :             :       break;
   13114                 :           0 :     case REAL_CST:
   13115                 :           0 :       {
   13116                 :           0 :         {
   13117                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   13118                 :           0 :           if (gimple_simplify_316 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF32))
   13119                 :           0 :             return true;
   13120                 :             :         }
   13121                 :           0 :         break;
   13122                 :             :       }
   13123                 :         330 :     default:;
   13124                 :             :     }
   13125                 :         330 :   switch (TREE_CODE (_p1))
   13126                 :             :     {
   13127                 :           0 :     case REAL_CST:
   13128                 :           0 :       {
   13129                 :           0 :         {
   13130                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   13131                 :           0 :           if (gimple_simplify_317 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF32))
   13132                 :           0 :             return true;
   13133                 :             :         }
   13134                 :           0 :         break;
   13135                 :             :       }
   13136                 :         330 :     default:;
   13137                 :             :     }
   13138                 :         330 :   switch (TREE_CODE (_p0))
   13139                 :             :     {
   13140                 :         330 :     case SSA_NAME:
   13141                 :         330 :       if (gimple *_d1 = get_def (valueize, _p0))
   13142                 :             :         {
   13143                 :         213 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
   13144                 :           0 :             switch (gimple_call_combined_fn (_c1))
   13145                 :             :               {
   13146                 :           0 :               case CFN_BUILT_IN_COPYSIGNF32:
   13147                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   13148                 :             :                   {
   13149                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   13150                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   13151                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
   13152                 :           0 :                     _q21 = do_valueize (valueize, _q21);
   13153                 :           0 :                     {
   13154                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   13155                 :           0 :                       if (gimple_simplify_318 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF32))
   13156                 :           0 :                         return true;
   13157                 :             :                     }
   13158                 :             :                   }
   13159                 :             :                 break;
   13160                 :             :               default:;
   13161                 :             :               }
   13162                 :             :         }
   13163                 :             :       break;
   13164                 :         330 :     default:;
   13165                 :             :     }
   13166                 :         330 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   13167                 :             :     {
   13168                 :           0 :       {
   13169                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   13170                 :           0 :         if (gimple_simplify_319 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF32))
   13171                 :           0 :           return true;
   13172                 :             :       }
   13173                 :             :     }
   13174                 :         330 :   switch (TREE_CODE (_p1))
   13175                 :             :     {
   13176                 :         330 :     case SSA_NAME:
   13177                 :         330 :       if (gimple *_d1 = get_def (valueize, _p1))
   13178                 :             :         {
   13179                 :         213 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   13180                 :         426 :             switch (gimple_assign_rhs_code (_a1))
   13181                 :             :               {
   13182                 :           0 :               case NEGATE_EXPR:
   13183                 :           0 :                 {
   13184                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   13185                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   13186                 :           0 :                   if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   13187                 :             :                     {
   13188                 :           0 :                       {
   13189                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   13190                 :           0 :                         if (gimple_simplify_320 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF32))
   13191                 :           0 :                           return true;
   13192                 :             :                       }
   13193                 :             :                     }
   13194                 :             :                   break;
   13195                 :             :                 }
   13196                 :             :               default:;
   13197                 :             :               }
   13198                 :             :         }
   13199                 :             :       break;
   13200                 :         330 :     default:;
   13201                 :             :     }
   13202                 :         330 : if (tree_expr_nonnegative_p (_p1))
   13203                 :             :   {
   13204                 :           0 :     {
   13205                 :           0 :       tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   13206                 :           0 :       if (gimple_simplify_321 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF32))
   13207                 :           0 :         return true;
   13208                 :             :     }
   13209                 :             :   }
   13210                 :             :   return false;
   13211                 :             : }
   13212                 :             : 
   13213                 :             : bool
   13214                 :         342 : gimple_simplify_CFN_BUILT_IN_COPYSIGNF64 (gimple_match_op *res_op, gimple_seq *seq,
   13215                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   13216                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   13217                 :             : {
   13218                 :         342 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   13219                 :         342 :   switch (TREE_CODE (_p0))
   13220                 :             :     {
   13221                 :         342 :     case SSA_NAME:
   13222                 :         342 :       if (gimple *_d1 = get_def (valueize, _p0))
   13223                 :             :         {
   13224                 :         225 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   13225                 :         438 :             switch (gimple_assign_rhs_code (_a1))
   13226                 :             :               {
   13227                 :          12 :               case NEGATE_EXPR:
   13228                 :          12 :                 {
   13229                 :          12 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   13230                 :          12 :                   _q20 = do_valueize (valueize, _q20);
   13231                 :          12 :                   {
   13232                 :          12 :                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   13233                 :          12 :                     const combined_fn copysigns = CFN_BUILT_IN_COPYSIGNF64;
   13234                 :          12 :                     gimple_seq *lseq = seq;
   13235                 :          12 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2447;
   13236                 :          12 :                     {
   13237                 :          12 :                       res_op->set_op (copysigns, type, 2);
   13238                 :          12 :                       res_op->ops[0] = captures[0];
   13239                 :          12 :                       res_op->ops[1] = captures[1];
   13240                 :          12 :                       res_op->resimplify (lseq, valueize);
   13241                 :          12 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1109, __FILE__, __LINE__, true);
   13242                 :          12 :                       return true;
   13243                 :             :                     }
   13244                 :           0 : next_after_fail2447:;
   13245                 :             :                   }
   13246                 :           0 :                   break;
   13247                 :             :                 }
   13248                 :           0 :               case ABS_EXPR:
   13249                 :           0 :                 {
   13250                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   13251                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   13252                 :           0 :                   {
   13253                 :           0 :                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   13254                 :           0 :                     const combined_fn copysigns = CFN_BUILT_IN_COPYSIGNF64;
   13255                 :           0 :                     gimple_seq *lseq = seq;
   13256                 :           0 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2448;
   13257                 :           0 :                     {
   13258                 :           0 :                       res_op->set_op (copysigns, type, 2);
   13259                 :           0 :                       res_op->ops[0] = captures[0];
   13260                 :           0 :                       res_op->ops[1] = captures[1];
   13261                 :           0 :                       res_op->resimplify (lseq, valueize);
   13262                 :           0 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1109, __FILE__, __LINE__, true);
   13263                 :           0 :                       return true;
   13264                 :             :                     }
   13265                 :           0 : next_after_fail2448:;
   13266                 :             :                   }
   13267                 :           0 :                   break;
   13268                 :             :                 }
   13269                 :             :               default:;
   13270                 :             :               }
   13271                 :             :         }
   13272                 :             :       break;
   13273                 :           0 :     case REAL_CST:
   13274                 :           0 :       {
   13275                 :           0 :         {
   13276                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   13277                 :           0 :           if (gimple_simplify_316 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF64))
   13278                 :           0 :             return true;
   13279                 :             :         }
   13280                 :           0 :         break;
   13281                 :             :       }
   13282                 :         330 :     default:;
   13283                 :             :     }
   13284                 :         330 :   switch (TREE_CODE (_p1))
   13285                 :             :     {
   13286                 :           0 :     case REAL_CST:
   13287                 :           0 :       {
   13288                 :           0 :         {
   13289                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   13290                 :           0 :           if (gimple_simplify_317 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF64))
   13291                 :           0 :             return true;
   13292                 :             :         }
   13293                 :           0 :         break;
   13294                 :             :       }
   13295                 :         330 :     default:;
   13296                 :             :     }
   13297                 :         330 :   switch (TREE_CODE (_p0))
   13298                 :             :     {
   13299                 :         330 :     case SSA_NAME:
   13300                 :         330 :       if (gimple *_d1 = get_def (valueize, _p0))
   13301                 :             :         {
   13302                 :         213 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
   13303                 :           0 :             switch (gimple_call_combined_fn (_c1))
   13304                 :             :               {
   13305                 :           0 :               case CFN_BUILT_IN_COPYSIGNF64:
   13306                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   13307                 :             :                   {
   13308                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   13309                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   13310                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
   13311                 :           0 :                     _q21 = do_valueize (valueize, _q21);
   13312                 :           0 :                     {
   13313                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   13314                 :           0 :                       if (gimple_simplify_318 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF64))
   13315                 :           0 :                         return true;
   13316                 :             :                     }
   13317                 :             :                   }
   13318                 :             :                 break;
   13319                 :             :               default:;
   13320                 :             :               }
   13321                 :             :         }
   13322                 :             :       break;
   13323                 :         330 :     default:;
   13324                 :             :     }
   13325                 :         330 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   13326                 :             :     {
   13327                 :           0 :       {
   13328                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   13329                 :           0 :         if (gimple_simplify_319 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF64))
   13330                 :           0 :           return true;
   13331                 :             :       }
   13332                 :             :     }
   13333                 :         330 :   switch (TREE_CODE (_p1))
   13334                 :             :     {
   13335                 :         330 :     case SSA_NAME:
   13336                 :         330 :       if (gimple *_d1 = get_def (valueize, _p1))
   13337                 :             :         {
   13338                 :         213 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   13339                 :         426 :             switch (gimple_assign_rhs_code (_a1))
   13340                 :             :               {
   13341                 :           0 :               case NEGATE_EXPR:
   13342                 :           0 :                 {
   13343                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   13344                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   13345                 :           0 :                   if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   13346                 :             :                     {
   13347                 :           0 :                       {
   13348                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   13349                 :           0 :                         if (gimple_simplify_320 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF64))
   13350                 :           0 :                           return true;
   13351                 :             :                       }
   13352                 :             :                     }
   13353                 :             :                   break;
   13354                 :             :                 }
   13355                 :             :               default:;
   13356                 :             :               }
   13357                 :             :         }
   13358                 :             :       break;
   13359                 :         330 :     default:;
   13360                 :             :     }
   13361                 :         330 : if (tree_expr_nonnegative_p (_p1))
   13362                 :             :   {
   13363                 :           0 :     {
   13364                 :           0 :       tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   13365                 :           0 :       if (gimple_simplify_321 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF64))
   13366                 :           0 :         return true;
   13367                 :             :     }
   13368                 :             :   }
   13369                 :             :   return false;
   13370                 :             : }
   13371                 :             : 
   13372                 :             : bool
   13373                 :        2055 : gimple_simplify_CFN_BUILT_IN_COPYSIGNF128 (gimple_match_op *res_op, gimple_seq *seq,
   13374                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   13375                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   13376                 :             : {
   13377                 :        2055 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   13378                 :        2055 :   switch (TREE_CODE (_p0))
   13379                 :             :     {
   13380                 :        1028 :     case SSA_NAME:
   13381                 :        1028 :       if (gimple *_d1 = get_def (valueize, _p0))
   13382                 :             :         {
   13383                 :         635 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   13384                 :         810 :             switch (gimple_assign_rhs_code (_a1))
   13385                 :             :               {
   13386                 :          12 :               case NEGATE_EXPR:
   13387                 :          12 :                 {
   13388                 :          12 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   13389                 :          12 :                   _q20 = do_valueize (valueize, _q20);
   13390                 :          12 :                   {
   13391                 :          12 :                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   13392                 :          12 :                     const combined_fn copysigns = CFN_BUILT_IN_COPYSIGNF128;
   13393                 :          12 :                     gimple_seq *lseq = seq;
   13394                 :          12 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2449;
   13395                 :          12 :                     {
   13396                 :          12 :                       res_op->set_op (copysigns, type, 2);
   13397                 :          12 :                       res_op->ops[0] = captures[0];
   13398                 :          12 :                       res_op->ops[1] = captures[1];
   13399                 :          12 :                       res_op->resimplify (lseq, valueize);
   13400                 :          12 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1109, __FILE__, __LINE__, true);
   13401                 :          12 :                       return true;
   13402                 :             :                     }
   13403                 :           0 : next_after_fail2449:;
   13404                 :             :                   }
   13405                 :           0 :                   break;
   13406                 :             :                 }
   13407                 :           0 :               case ABS_EXPR:
   13408                 :           0 :                 {
   13409                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   13410                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   13411                 :           0 :                   {
   13412                 :           0 :                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   13413                 :           0 :                     const combined_fn copysigns = CFN_BUILT_IN_COPYSIGNF128;
   13414                 :           0 :                     gimple_seq *lseq = seq;
   13415                 :           0 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2450;
   13416                 :           0 :                     {
   13417                 :           0 :                       res_op->set_op (copysigns, type, 2);
   13418                 :           0 :                       res_op->ops[0] = captures[0];
   13419                 :           0 :                       res_op->ops[1] = captures[1];
   13420                 :           0 :                       res_op->resimplify (lseq, valueize);
   13421                 :           0 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1109, __FILE__, __LINE__, true);
   13422                 :           0 :                       return true;
   13423                 :             :                     }
   13424                 :           0 : next_after_fail2450:;
   13425                 :             :                   }
   13426                 :           0 :                   break;
   13427                 :             :                 }
   13428                 :             :               default:;
   13429                 :             :               }
   13430                 :             :         }
   13431                 :             :       break;
   13432                 :        1016 :     case REAL_CST:
   13433                 :        1016 :       {
   13434                 :        1016 :         {
   13435                 :        1016 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   13436                 :        1016 :           if (gimple_simplify_316 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF128))
   13437                 :           0 :             return true;
   13438                 :             :         }
   13439                 :        1016 :         break;
   13440                 :             :       }
   13441                 :        2043 :     default:;
   13442                 :             :     }
   13443                 :        2043 :   switch (TREE_CODE (_p1))
   13444                 :             :     {
   13445                 :           0 :     case REAL_CST:
   13446                 :           0 :       {
   13447                 :           0 :         {
   13448                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   13449                 :           0 :           if (gimple_simplify_317 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF128))
   13450                 :           0 :             return true;
   13451                 :             :         }
   13452                 :           0 :         break;
   13453                 :             :       }
   13454                 :        2043 :     default:;
   13455                 :             :     }
   13456                 :        2043 :   switch (TREE_CODE (_p0))
   13457                 :             :     {
   13458                 :        1016 :     case SSA_NAME:
   13459                 :        1016 :       if (gimple *_d1 = get_def (valueize, _p0))
   13460                 :             :         {
   13461                 :         623 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
   13462                 :          22 :             switch (gimple_call_combined_fn (_c1))
   13463                 :             :               {
   13464                 :           0 :               case CFN_BUILT_IN_COPYSIGNF128:
   13465                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   13466                 :             :                   {
   13467                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   13468                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   13469                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
   13470                 :           0 :                     _q21 = do_valueize (valueize, _q21);
   13471                 :           0 :                     {
   13472                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   13473                 :           0 :                       if (gimple_simplify_318 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF128))
   13474                 :           0 :                         return true;
   13475                 :             :                     }
   13476                 :             :                   }
   13477                 :             :                 break;
   13478                 :             :               default:;
   13479                 :             :               }
   13480                 :             :         }
   13481                 :             :       break;
   13482                 :        2043 :     default:;
   13483                 :             :     }
   13484                 :        2043 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   13485                 :             :     {
   13486                 :           0 :       {
   13487                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   13488                 :           0 :         if (gimple_simplify_319 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF128))
   13489                 :           0 :           return true;
   13490                 :             :       }
   13491                 :             :     }
   13492                 :        2043 :   switch (TREE_CODE (_p1))
   13493                 :             :     {
   13494                 :        1960 :     case SSA_NAME:
   13495                 :        1960 :       if (gimple *_d1 = get_def (valueize, _p1))
   13496                 :             :         {
   13497                 :         917 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   13498                 :         470 :             switch (gimple_assign_rhs_code (_a1))
   13499                 :             :               {
   13500                 :           0 :               case NEGATE_EXPR:
   13501                 :           0 :                 {
   13502                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   13503                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   13504                 :           0 :                   if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   13505                 :             :                     {
   13506                 :           0 :                       {
   13507                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   13508                 :           0 :                         if (gimple_simplify_320 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF128))
   13509                 :           0 :                           return true;
   13510                 :             :                       }
   13511                 :             :                     }
   13512                 :             :                   break;
   13513                 :             :                 }
   13514                 :             :               default:;
   13515                 :             :               }
   13516                 :             :         }
   13517                 :             :       break;
   13518                 :        2043 :     default:;
   13519                 :             :     }
   13520                 :        2043 : if (tree_expr_nonnegative_p (_p1))
   13521                 :             :   {
   13522                 :           0 :     {
   13523                 :           0 :       tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   13524                 :           0 :       if (gimple_simplify_321 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF128))
   13525                 :           0 :         return true;
   13526                 :             :     }
   13527                 :             :   }
   13528                 :             :   return false;
   13529                 :             : }
   13530                 :             : 
   13531                 :             : bool
   13532                 :         342 : gimple_simplify_CFN_BUILT_IN_COPYSIGNF32X (gimple_match_op *res_op, gimple_seq *seq,
   13533                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   13534                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   13535                 :             : {
   13536                 :         342 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   13537                 :         342 :   switch (TREE_CODE (_p0))
   13538                 :             :     {
   13539                 :         342 :     case SSA_NAME:
   13540                 :         342 :       if (gimple *_d1 = get_def (valueize, _p0))
   13541                 :             :         {
   13542                 :         225 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   13543                 :         438 :             switch (gimple_assign_rhs_code (_a1))
   13544                 :             :               {
   13545                 :          12 :               case NEGATE_EXPR:
   13546                 :          12 :                 {
   13547                 :          12 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   13548                 :          12 :                   _q20 = do_valueize (valueize, _q20);
   13549                 :          12 :                   {
   13550                 :          12 :                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   13551                 :          12 :                     const combined_fn copysigns = CFN_BUILT_IN_COPYSIGNF32X;
   13552                 :          12 :                     gimple_seq *lseq = seq;
   13553                 :          12 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2451;
   13554                 :          12 :                     {
   13555                 :          12 :                       res_op->set_op (copysigns, type, 2);
   13556                 :          12 :                       res_op->ops[0] = captures[0];
   13557                 :          12 :                       res_op->ops[1] = captures[1];
   13558                 :          12 :                       res_op->resimplify (lseq, valueize);
   13559                 :          12 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1109, __FILE__, __LINE__, true);
   13560                 :          12 :                       return true;
   13561                 :             :                     }
   13562                 :           0 : next_after_fail2451:;
   13563                 :             :                   }
   13564                 :           0 :                   break;
   13565                 :             :                 }
   13566                 :           0 :               case ABS_EXPR:
   13567                 :           0 :                 {
   13568                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   13569                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   13570                 :           0 :                   {
   13571                 :           0 :                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   13572                 :           0 :                     const combined_fn copysigns = CFN_BUILT_IN_COPYSIGNF32X;
   13573                 :           0 :                     gimple_seq *lseq = seq;
   13574                 :           0 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2452;
   13575                 :           0 :                     {
   13576                 :           0 :                       res_op->set_op (copysigns, type, 2);
   13577                 :           0 :                       res_op->ops[0] = captures[0];
   13578                 :           0 :                       res_op->ops[1] = captures[1];
   13579                 :           0 :                       res_op->resimplify (lseq, valueize);
   13580                 :           0 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1109, __FILE__, __LINE__, true);
   13581                 :           0 :                       return true;
   13582                 :             :                     }
   13583                 :           0 : next_after_fail2452:;
   13584                 :             :                   }
   13585                 :           0 :                   break;
   13586                 :             :                 }
   13587                 :             :               default:;
   13588                 :             :               }
   13589                 :             :         }
   13590                 :             :       break;
   13591                 :           0 :     case REAL_CST:
   13592                 :           0 :       {
   13593                 :           0 :         {
   13594                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   13595                 :           0 :           if (gimple_simplify_316 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF32X))
   13596                 :           0 :             return true;
   13597                 :             :         }
   13598                 :           0 :         break;
   13599                 :             :       }
   13600                 :         330 :     default:;
   13601                 :             :     }
   13602                 :         330 :   switch (TREE_CODE (_p1))
   13603                 :             :     {
   13604                 :           0 :     case REAL_CST:
   13605                 :           0 :       {
   13606                 :           0 :         {
   13607                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   13608                 :           0 :           if (gimple_simplify_317 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF32X))
   13609                 :           0 :             return true;
   13610                 :             :         }
   13611                 :           0 :         break;
   13612                 :             :       }
   13613                 :         330 :     default:;
   13614                 :             :     }
   13615                 :         330 :   switch (TREE_CODE (_p0))
   13616                 :             :     {
   13617                 :         330 :     case SSA_NAME:
   13618                 :         330 :       if (gimple *_d1 = get_def (valueize, _p0))
   13619                 :             :         {
   13620                 :         213 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
   13621                 :           0 :             switch (gimple_call_combined_fn (_c1))
   13622                 :             :               {
   13623                 :           0 :               case CFN_BUILT_IN_COPYSIGNF32X:
   13624                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   13625                 :             :                   {
   13626                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   13627                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   13628                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
   13629                 :           0 :                     _q21 = do_valueize (valueize, _q21);
   13630                 :           0 :                     {
   13631                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   13632                 :           0 :                       if (gimple_simplify_318 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF32X))
   13633                 :           0 :                         return true;
   13634                 :             :                     }
   13635                 :             :                   }
   13636                 :             :                 break;
   13637                 :             :               default:;
   13638                 :             :               }
   13639                 :             :         }
   13640                 :             :       break;
   13641                 :         330 :     default:;
   13642                 :             :     }
   13643                 :         330 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   13644                 :             :     {
   13645                 :           0 :       {
   13646                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   13647                 :           0 :         if (gimple_simplify_319 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF32X))
   13648                 :           0 :           return true;
   13649                 :             :       }
   13650                 :             :     }
   13651                 :         330 :   switch (TREE_CODE (_p1))
   13652                 :             :     {
   13653                 :         330 :     case SSA_NAME:
   13654                 :         330 :       if (gimple *_d1 = get_def (valueize, _p1))
   13655                 :             :         {
   13656                 :         213 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   13657                 :         426 :             switch (gimple_assign_rhs_code (_a1))
   13658                 :             :               {
   13659                 :           0 :               case NEGATE_EXPR:
   13660                 :           0 :                 {
   13661                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   13662                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   13663                 :           0 :                   if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   13664                 :             :                     {
   13665                 :           0 :                       {
   13666                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   13667                 :           0 :                         if (gimple_simplify_320 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF32X))
   13668                 :           0 :                           return true;
   13669                 :             :                       }
   13670                 :             :                     }
   13671                 :             :                   break;
   13672                 :             :                 }
   13673                 :             :               default:;
   13674                 :             :               }
   13675                 :             :         }
   13676                 :             :       break;
   13677                 :         330 :     default:;
   13678                 :             :     }
   13679                 :         330 : if (tree_expr_nonnegative_p (_p1))
   13680                 :             :   {
   13681                 :           0 :     {
   13682                 :           0 :       tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   13683                 :           0 :       if (gimple_simplify_321 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF32X))
   13684                 :           0 :         return true;
   13685                 :             :     }
   13686                 :             :   }
   13687                 :             :   return false;
   13688                 :             : }
   13689                 :             : 
   13690                 :             : bool
   13691                 :         342 : gimple_simplify_CFN_BUILT_IN_COPYSIGNF64X (gimple_match_op *res_op, gimple_seq *seq,
   13692                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   13693                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   13694                 :             : {
   13695                 :         342 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   13696                 :         342 :   switch (TREE_CODE (_p0))
   13697                 :             :     {
   13698                 :         342 :     case SSA_NAME:
   13699                 :         342 :       if (gimple *_d1 = get_def (valueize, _p0))
   13700                 :             :         {
   13701                 :         225 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   13702                 :         438 :             switch (gimple_assign_rhs_code (_a1))
   13703                 :             :               {
   13704                 :          12 :               case NEGATE_EXPR:
   13705                 :          12 :                 {
   13706                 :          12 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   13707                 :          12 :                   _q20 = do_valueize (valueize, _q20);
   13708                 :          12 :                   {
   13709                 :          12 :                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   13710                 :          12 :                     const combined_fn copysigns = CFN_BUILT_IN_COPYSIGNF64X;
   13711                 :          12 :                     gimple_seq *lseq = seq;
   13712                 :          12 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2453;
   13713                 :          12 :                     {
   13714                 :          12 :                       res_op->set_op (copysigns, type, 2);
   13715                 :          12 :                       res_op->ops[0] = captures[0];
   13716                 :          12 :                       res_op->ops[1] = captures[1];
   13717                 :          12 :                       res_op->resimplify (lseq, valueize);
   13718                 :          12 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1109, __FILE__, __LINE__, true);
   13719                 :          12 :                       return true;
   13720                 :             :                     }
   13721                 :           0 : next_after_fail2453:;
   13722                 :             :                   }
   13723                 :           0 :                   break;
   13724                 :             :                 }
   13725                 :           0 :               case ABS_EXPR:
   13726                 :           0 :                 {
   13727                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   13728                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   13729                 :           0 :                   {
   13730                 :           0 :                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   13731                 :           0 :                     const combined_fn copysigns = CFN_BUILT_IN_COPYSIGNF64X;
   13732                 :           0 :                     gimple_seq *lseq = seq;
   13733                 :           0 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2454;
   13734                 :           0 :                     {
   13735                 :           0 :                       res_op->set_op (copysigns, type, 2);
   13736                 :           0 :                       res_op->ops[0] = captures[0];
   13737                 :           0 :                       res_op->ops[1] = captures[1];
   13738                 :           0 :                       res_op->resimplify (lseq, valueize);
   13739                 :           0 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1109, __FILE__, __LINE__, true);
   13740                 :           0 :                       return true;
   13741                 :             :                     }
   13742                 :           0 : next_after_fail2454:;
   13743                 :             :                   }
   13744                 :           0 :                   break;
   13745                 :             :                 }
   13746                 :             :               default:;
   13747                 :             :               }
   13748                 :             :         }
   13749                 :             :       break;
   13750                 :           0 :     case REAL_CST:
   13751                 :           0 :       {
   13752                 :           0 :         {
   13753                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   13754                 :           0 :           if (gimple_simplify_316 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF64X))
   13755                 :           0 :             return true;
   13756                 :             :         }
   13757                 :           0 :         break;
   13758                 :             :       }
   13759                 :         330 :     default:;
   13760                 :             :     }
   13761                 :         330 :   switch (TREE_CODE (_p1))
   13762                 :             :     {
   13763                 :           0 :     case REAL_CST:
   13764                 :           0 :       {
   13765                 :           0 :         {
   13766                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   13767                 :           0 :           if (gimple_simplify_317 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF64X))
   13768                 :           0 :             return true;
   13769                 :             :         }
   13770                 :           0 :         break;
   13771                 :             :       }
   13772                 :         330 :     default:;
   13773                 :             :     }
   13774                 :         330 :   switch (TREE_CODE (_p0))
   13775                 :             :     {
   13776                 :         330 :     case SSA_NAME:
   13777                 :         330 :       if (gimple *_d1 = get_def (valueize, _p0))
   13778                 :             :         {
   13779                 :         213 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
   13780                 :           0 :             switch (gimple_call_combined_fn (_c1))
   13781                 :             :               {
   13782                 :           0 :               case CFN_BUILT_IN_COPYSIGNF64X:
   13783                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   13784                 :             :                   {
   13785                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   13786                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   13787                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
   13788                 :           0 :                     _q21 = do_valueize (valueize, _q21);
   13789                 :           0 :                     {
   13790                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   13791                 :           0 :                       if (gimple_simplify_318 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF64X))
   13792                 :           0 :                         return true;
   13793                 :             :                     }
   13794                 :             :                   }
   13795                 :             :                 break;
   13796                 :             :               default:;
   13797                 :             :               }
   13798                 :             :         }
   13799                 :             :       break;
   13800                 :         330 :     default:;
   13801                 :             :     }
   13802                 :         330 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   13803                 :             :     {
   13804                 :           0 :       {
   13805                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   13806                 :           0 :         if (gimple_simplify_319 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF64X))
   13807                 :           0 :           return true;
   13808                 :             :       }
   13809                 :             :     }
   13810                 :         330 :   switch (TREE_CODE (_p1))
   13811                 :             :     {
   13812                 :         330 :     case SSA_NAME:
   13813                 :         330 :       if (gimple *_d1 = get_def (valueize, _p1))
   13814                 :             :         {
   13815                 :         213 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   13816                 :         426 :             switch (gimple_assign_rhs_code (_a1))
   13817                 :             :               {
   13818                 :           0 :               case NEGATE_EXPR:
   13819                 :           0 :                 {
   13820                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   13821                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   13822                 :           0 :                   if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   13823                 :             :                     {
   13824                 :           0 :                       {
   13825                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   13826                 :           0 :                         if (gimple_simplify_320 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF64X))
   13827                 :           0 :                           return true;
   13828                 :             :                       }
   13829                 :             :                     }
   13830                 :             :                   break;
   13831                 :             :                 }
   13832                 :             :               default:;
   13833                 :             :               }
   13834                 :             :         }
   13835                 :             :       break;
   13836                 :         330 :     default:;
   13837                 :             :     }
   13838                 :         330 : if (tree_expr_nonnegative_p (_p1))
   13839                 :             :   {
   13840                 :           0 :     {
   13841                 :           0 :       tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   13842                 :           0 :       if (gimple_simplify_321 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF64X))
   13843                 :           0 :         return true;
   13844                 :             :     }
   13845                 :             :   }
   13846                 :             :   return false;
   13847                 :             : }
   13848                 :             : 
   13849                 :             : bool
   13850                 :           0 : gimple_simplify_CFN_BUILT_IN_COPYSIGNF128X (gimple_match_op *res_op, gimple_seq *seq,
   13851                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   13852                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   13853                 :             : {
   13854                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   13855                 :           0 :   switch (TREE_CODE (_p0))
   13856                 :             :     {
   13857                 :           0 :     case SSA_NAME:
   13858                 :           0 :       if (gimple *_d1 = get_def (valueize, _p0))
   13859                 :             :         {
   13860                 :           0 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   13861                 :           0 :             switch (gimple_assign_rhs_code (_a1))
   13862                 :             :               {
   13863                 :           0 :               case NEGATE_EXPR:
   13864                 :           0 :                 {
   13865                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   13866                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   13867                 :           0 :                   {
   13868                 :           0 :                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   13869                 :           0 :                     const combined_fn copysigns = CFN_BUILT_IN_COPYSIGNF128X;
   13870                 :           0 :                     gimple_seq *lseq = seq;
   13871                 :           0 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2455;
   13872                 :           0 :                     {
   13873                 :           0 :                       res_op->set_op (copysigns, type, 2);
   13874                 :           0 :                       res_op->ops[0] = captures[0];
   13875                 :           0 :                       res_op->ops[1] = captures[1];
   13876                 :           0 :                       res_op->resimplify (lseq, valueize);
   13877                 :           0 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1109, __FILE__, __LINE__, true);
   13878                 :           0 :                       return true;
   13879                 :             :                     }
   13880                 :           0 : next_after_fail2455:;
   13881                 :             :                   }
   13882                 :           0 :                   break;
   13883                 :             :                 }
   13884                 :           0 :               case ABS_EXPR:
   13885                 :           0 :                 {
   13886                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   13887                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   13888                 :           0 :                   {
   13889                 :           0 :                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   13890                 :           0 :                     const combined_fn copysigns = CFN_BUILT_IN_COPYSIGNF128X;
   13891                 :           0 :                     gimple_seq *lseq = seq;
   13892                 :           0 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2456;
   13893                 :           0 :                     {
   13894                 :           0 :                       res_op->set_op (copysigns, type, 2);
   13895                 :           0 :                       res_op->ops[0] = captures[0];
   13896                 :           0 :                       res_op->ops[1] = captures[1];
   13897                 :           0 :                       res_op->resimplify (lseq, valueize);
   13898                 :           0 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1109, __FILE__, __LINE__, true);
   13899                 :           0 :                       return true;
   13900                 :             :                     }
   13901                 :           0 : next_after_fail2456:;
   13902                 :             :                   }
   13903                 :           0 :                   break;
   13904                 :             :                 }
   13905                 :             :               default:;
   13906                 :             :               }
   13907                 :             :         }
   13908                 :             :       break;
   13909                 :           0 :     case REAL_CST:
   13910                 :           0 :       {
   13911                 :           0 :         {
   13912                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   13913                 :           0 :           if (gimple_simplify_316 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF128X))
   13914                 :           0 :             return true;
   13915                 :             :         }
   13916                 :           0 :         break;
   13917                 :             :       }
   13918                 :           0 :     default:;
   13919                 :             :     }
   13920                 :           0 :   switch (TREE_CODE (_p1))
   13921                 :             :     {
   13922                 :           0 :     case REAL_CST:
   13923                 :           0 :       {
   13924                 :           0 :         {
   13925                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   13926                 :           0 :           if (gimple_simplify_317 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF128X))
   13927                 :           0 :             return true;
   13928                 :             :         }
   13929                 :           0 :         break;
   13930                 :             :       }
   13931                 :           0 :     default:;
   13932                 :             :     }
   13933                 :           0 :   switch (TREE_CODE (_p0))
   13934                 :             :     {
   13935                 :           0 :     case SSA_NAME:
   13936                 :           0 :       if (gimple *_d1 = get_def (valueize, _p0))
   13937                 :             :         {
   13938                 :           0 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
   13939                 :           0 :             switch (gimple_call_combined_fn (_c1))
   13940                 :             :               {
   13941                 :           0 :               case CFN_BUILT_IN_COPYSIGNF128X:
   13942                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   13943                 :             :                   {
   13944                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   13945                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   13946                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
   13947                 :           0 :                     _q21 = do_valueize (valueize, _q21);
   13948                 :           0 :                     {
   13949                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   13950                 :           0 :                       if (gimple_simplify_318 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF128X))
   13951                 :           0 :                         return true;
   13952                 :             :                     }
   13953                 :             :                   }
   13954                 :             :                 break;
   13955                 :             :               default:;
   13956                 :             :               }
   13957                 :             :         }
   13958                 :             :       break;
   13959                 :           0 :     default:;
   13960                 :             :     }
   13961                 :           0 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   13962                 :             :     {
   13963                 :           0 :       {
   13964                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   13965                 :           0 :         if (gimple_simplify_319 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF128X))
   13966                 :           0 :           return true;
   13967                 :             :       }
   13968                 :             :     }
   13969                 :           0 :   switch (TREE_CODE (_p1))
   13970                 :             :     {
   13971                 :           0 :     case SSA_NAME:
   13972                 :           0 :       if (gimple *_d1 = get_def (valueize, _p1))
   13973                 :             :         {
   13974                 :           0 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   13975                 :           0 :             switch (gimple_assign_rhs_code (_a1))
   13976                 :             :               {
   13977                 :           0 :               case NEGATE_EXPR:
   13978                 :           0 :                 {
   13979                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   13980                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   13981                 :           0 :                   if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   13982                 :             :                     {
   13983                 :           0 :                       {
   13984                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   13985                 :           0 :                         if (gimple_simplify_320 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF128X))
   13986                 :           0 :                           return true;
   13987                 :             :                       }
   13988                 :             :                     }
   13989                 :             :                   break;
   13990                 :             :                 }
   13991                 :             :               default:;
   13992                 :             :               }
   13993                 :             :         }
   13994                 :             :       break;
   13995                 :           0 :     default:;
   13996                 :             :     }
   13997                 :           0 : if (tree_expr_nonnegative_p (_p1))
   13998                 :             :   {
   13999                 :           0 :     {
   14000                 :           0 :       tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   14001                 :           0 :       if (gimple_simplify_321 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF128X))
   14002                 :           0 :         return true;
   14003                 :             :     }
   14004                 :             :   }
   14005                 :             :   return false;
   14006                 :             : }
   14007                 :             : 
   14008                 :             : bool
   14009                 :        3801 : gimple_simplify_CFN_COPYSIGN (gimple_match_op *res_op, gimple_seq *seq,
   14010                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   14011                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   14012                 :             : {
   14013                 :        3801 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   14014                 :        3801 :   switch (TREE_CODE (_p0))
   14015                 :             :     {
   14016                 :        3637 :     case SSA_NAME:
   14017                 :        3637 :       if (gimple *_d1 = get_def (valueize, _p0))
   14018                 :             :         {
   14019                 :        3184 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   14020                 :        3599 :             switch (gimple_assign_rhs_code (_a1))
   14021                 :             :               {
   14022                 :           0 :               case NEGATE_EXPR:
   14023                 :           0 :                 {
   14024                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   14025                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   14026                 :           0 :                   {
   14027                 :           0 :                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   14028                 :           0 :                     const combined_fn copysigns = CFN_COPYSIGN;
   14029                 :           0 :                     gimple_seq *lseq = seq;
   14030                 :           0 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2457;
   14031                 :           0 :                     {
   14032                 :           0 :                       res_op->set_op (copysigns, type, 2);
   14033                 :           0 :                       res_op->ops[0] = captures[0];
   14034                 :           0 :                       res_op->ops[1] = captures[1];
   14035                 :           0 :                       res_op->resimplify (lseq, valueize);
   14036                 :           0 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1109, __FILE__, __LINE__, true);
   14037                 :           0 :                       return true;
   14038                 :             :                     }
   14039                 :           0 : next_after_fail2457:;
   14040                 :             :                   }
   14041                 :           0 :                   break;
   14042                 :             :                 }
   14043                 :           0 :               case ABS_EXPR:
   14044                 :           0 :                 {
   14045                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   14046                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   14047                 :           0 :                   {
   14048                 :           0 :                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   14049                 :           0 :                     const combined_fn copysigns = CFN_COPYSIGN;
   14050                 :           0 :                     gimple_seq *lseq = seq;
   14051                 :           0 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2458;
   14052                 :           0 :                     {
   14053                 :           0 :                       res_op->set_op (copysigns, type, 2);
   14054                 :           0 :                       res_op->ops[0] = captures[0];
   14055                 :           0 :                       res_op->ops[1] = captures[1];
   14056                 :           0 :                       res_op->resimplify (lseq, valueize);
   14057                 :           0 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1109, __FILE__, __LINE__, true);
   14058                 :           0 :                       return true;
   14059                 :             :                     }
   14060                 :           0 : next_after_fail2458:;
   14061                 :             :                   }
   14062                 :           0 :                   break;
   14063                 :             :                 }
   14064                 :             :               default:;
   14065                 :             :               }
   14066                 :             :         }
   14067                 :             :       break;
   14068                 :           0 :     case REAL_CST:
   14069                 :           0 :       {
   14070                 :           0 :         {
   14071                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   14072                 :           0 :           if (gimple_simplify_316 (res_op, seq, valueize, type, captures, CFN_COPYSIGN))
   14073                 :           0 :             return true;
   14074                 :             :         }
   14075                 :           0 :         break;
   14076                 :             :       }
   14077                 :        3801 :     default:;
   14078                 :             :     }
   14079                 :        3801 :   switch (TREE_CODE (_p1))
   14080                 :             :     {
   14081                 :        3015 :     case REAL_CST:
   14082                 :        3015 :       {
   14083                 :        3015 :         {
   14084                 :        3015 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   14085                 :        3015 :           if (gimple_simplify_317 (res_op, seq, valueize, type, captures, CFN_COPYSIGN))
   14086                 :           0 :             return true;
   14087                 :             :         }
   14088                 :        3015 :         break;
   14089                 :             :       }
   14090                 :        3801 :     default:;
   14091                 :             :     }
   14092                 :        3801 :   switch (TREE_CODE (_p0))
   14093                 :             :     {
   14094                 :        3637 :     case SSA_NAME:
   14095                 :        3637 :       if (gimple *_d1 = get_def (valueize, _p0))
   14096                 :             :         {
   14097                 :        3184 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
   14098                 :         200 :             switch (gimple_call_combined_fn (_c1))
   14099                 :             :               {
   14100                 :           0 :               case CFN_COPYSIGN:
   14101                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   14102                 :             :                   {
   14103                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   14104                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   14105                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
   14106                 :           0 :                     _q21 = do_valueize (valueize, _q21);
   14107                 :           0 :                     {
   14108                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   14109                 :           0 :                       if (gimple_simplify_318 (res_op, seq, valueize, type, captures, CFN_COPYSIGN))
   14110                 :           0 :                         return true;
   14111                 :             :                     }
   14112                 :             :                   }
   14113                 :             :                 break;
   14114                 :             :               default:;
   14115                 :             :               }
   14116                 :             :         }
   14117                 :             :       break;
   14118                 :        3801 :     default:;
   14119                 :             :     }
   14120                 :        3801 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   14121                 :             :     {
   14122                 :           0 :       {
   14123                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   14124                 :           0 :         if (gimple_simplify_319 (res_op, seq, valueize, type, captures, CFN_COPYSIGN))
   14125                 :           0 :           return true;
   14126                 :             :       }
   14127                 :             :     }
   14128                 :        3801 :   switch (TREE_CODE (_p1))
   14129                 :             :     {
   14130                 :         749 :     case SSA_NAME:
   14131                 :         749 :       if (gimple *_d1 = get_def (valueize, _p1))
   14132                 :             :         {
   14133                 :         406 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   14134                 :         758 :             switch (gimple_assign_rhs_code (_a1))
   14135                 :             :               {
   14136                 :           0 :               case NEGATE_EXPR:
   14137                 :           0 :                 {
   14138                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   14139                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   14140                 :           0 :                   if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   14141                 :             :                     {
   14142                 :           0 :                       {
   14143                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   14144                 :           0 :                         if (gimple_simplify_320 (res_op, seq, valueize, type, captures, CFN_COPYSIGN))
   14145                 :           0 :                           return true;
   14146                 :             :                       }
   14147                 :             :                     }
   14148                 :             :                   break;
   14149                 :             :                 }
   14150                 :             :               default:;
   14151                 :             :               }
   14152                 :             :         }
   14153                 :             :       break;
   14154                 :        3801 :     default:;
   14155                 :             :     }
   14156                 :        3801 : if (tree_expr_nonnegative_p (_p1))
   14157                 :             :   {
   14158                 :           0 :     {
   14159                 :           0 :       tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   14160                 :           0 :       if (gimple_simplify_321 (res_op, seq, valueize, type, captures, CFN_COPYSIGN))
   14161                 :           0 :         return true;
   14162                 :             :     }
   14163                 :             :   }
   14164                 :             :   return false;
   14165                 :             : }
   14166                 :             : 
   14167                 :             : bool
   14168                 :     1507545 : gimple_simplify_TRUNC_DIV_EXPR (gimple_match_op *res_op, gimple_seq *seq,
   14169                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   14170                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   14171                 :             : {
   14172                 :     1507545 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   14173                 :     1507545 :   if (integer_onep (_p1))
   14174                 :             :     {
   14175                 :        6574 :       {
   14176                 :        6574 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   14177                 :        6574 :         if (gimple_simplify_197 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14178                 :        6574 :           return true;
   14179                 :             :       }
   14180                 :             :     }
   14181                 :     1500971 :   switch (TREE_CODE (_p0))
   14182                 :             :     {
   14183                 :     1336649 :     case SSA_NAME:
   14184                 :     1336649 :       if (gimple *_d1 = get_def (valueize, _p0))
   14185                 :             :         {
   14186                 :      897688 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   14187                 :      861251 :             switch (gimple_assign_rhs_code (_a1))
   14188                 :             :               {
   14189                 :       94242 :               CASE_CONVERT:
   14190                 :       94242 :                 {
   14191                 :       94242 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   14192                 :       94242 :                   _q20 = do_valueize (valueize, _q20);
   14193                 :       94242 :                   switch (TREE_CODE (_p1))
   14194                 :             :                     {
   14195                 :       19573 :                     case SSA_NAME:
   14196                 :       19573 :                       if (gimple *_d2 = get_def (valueize, _p1))
   14197                 :             :                         {
   14198                 :       19121 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   14199                 :       16203 :                             switch (gimple_assign_rhs_code (_a2))
   14200                 :             :                               {
   14201                 :       11824 :                               CASE_CONVERT:
   14202                 :       11824 :                                 {
   14203                 :       11824 :                                   tree _q40 = gimple_assign_rhs1 (_a2);
   14204                 :       11824 :                                   _q40 = do_valueize (valueize, _q40);
   14205                 :       11824 :                                   switch (TREE_CODE (_q40))
   14206                 :             :                                     {
   14207                 :       11821 :                                     case SSA_NAME:
   14208                 :       11821 :                                       if (gimple *_d3 = get_def (valueize, _q40))
   14209                 :             :                                         {
   14210                 :       11136 :                                           if (gassign *_a3 = dyn_cast <gassign *> (_d3))
   14211                 :       12279 :                                             switch (gimple_assign_rhs_code (_a3))
   14212                 :             :                                               {
   14213                 :           0 :                                               case LSHIFT_EXPR:
   14214                 :           0 :                                                 {
   14215                 :           0 :                                                   tree _q50 = gimple_assign_rhs1 (_a3);
   14216                 :           0 :                                                   _q50 = do_valueize (valueize, _q50);
   14217                 :           0 :                                                   tree _q51 = gimple_assign_rhs2 (_a3);
   14218                 :           0 :                                                   _q51 = do_valueize (valueize, _q51);
   14219                 :           0 :                                                   if (integer_onep (_q50))
   14220                 :             :                                                     {
   14221                 :           0 :                                                       {
   14222                 :           0 :                                                         tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q50, _q51 };
   14223                 :           0 :                                                         if (gimple_simplify_322 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14224                 :           0 :                                                           return true;
   14225                 :             :                                                       }
   14226                 :             :                                                     }
   14227                 :             :                                                   break;
   14228                 :             :                                                 }
   14229                 :             :                                               default:;
   14230                 :             :                                               }
   14231                 :             :                                         }
   14232                 :             :                                       break;
   14233                 :             :                                     default:;
   14234                 :             :                                     }
   14235                 :             :                                   break;
   14236                 :             :                                 }
   14237                 :          89 :                               case LSHIFT_EXPR:
   14238                 :          89 :                                 {
   14239                 :          89 :                                   tree _q40 = gimple_assign_rhs1 (_a2);
   14240                 :          89 :                                   _q40 = do_valueize (valueize, _q40);
   14241                 :          89 :                                   tree _q41 = gimple_assign_rhs2 (_a2);
   14242                 :          89 :                                   _q41 = do_valueize (valueize, _q41);
   14243                 :          89 :                                   if (integer_onep (_q40))
   14244                 :             :                                     {
   14245                 :          85 :                                       {
   14246                 :          85 :                                         tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q40, _q41 };
   14247                 :          85 :                                         if (gimple_simplify_322 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14248                 :           0 :                                           return true;
   14249                 :             :                                       }
   14250                 :             :                                     }
   14251                 :             :                                   break;
   14252                 :             :                                 }
   14253                 :             :                               default:;
   14254                 :             :                               }
   14255                 :             :                         }
   14256                 :             :                       break;
   14257                 :             :                     default:;
   14258                 :             :                     }
   14259                 :             :                   break;
   14260                 :             :                 }
   14261                 :             :               default:;
   14262                 :             :               }
   14263                 :             :         }
   14264                 :             :       break;
   14265                 :     1500971 :     default:;
   14266                 :             :     }
   14267                 :     1500971 :   switch (TREE_CODE (_p1))
   14268                 :             :     {
   14269                 :      556822 :     case SSA_NAME:
   14270                 :      556822 :       if (gimple *_d1 = get_def (valueize, _p1))
   14271                 :             :         {
   14272                 :      423393 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   14273                 :      443102 :             switch (gimple_assign_rhs_code (_a1))
   14274                 :             :               {
   14275                 :      178768 :               CASE_CONVERT:
   14276                 :      178768 :                 {
   14277                 :      178768 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   14278                 :      178768 :                   _q30 = do_valueize (valueize, _q30);
   14279                 :      178768 :                   switch (TREE_CODE (_q30))
   14280                 :             :                     {
   14281                 :      178750 :                     case SSA_NAME:
   14282                 :      178750 :                       if (gimple *_d2 = get_def (valueize, _q30))
   14283                 :             :                         {
   14284                 :      176714 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   14285                 :      152217 :                             switch (gimple_assign_rhs_code (_a2))
   14286                 :             :                               {
   14287                 :         260 :                               case LSHIFT_EXPR:
   14288                 :         260 :                                 {
   14289                 :         260 :                                   tree _q40 = gimple_assign_rhs1 (_a2);
   14290                 :         260 :                                   _q40 = do_valueize (valueize, _q40);
   14291                 :         260 :                                   tree _q41 = gimple_assign_rhs2 (_a2);
   14292                 :         260 :                                   _q41 = do_valueize (valueize, _q41);
   14293                 :         260 :                                   if (integer_onep (_q40))
   14294                 :             :                                     {
   14295                 :         260 :                                       {
   14296                 :         260 :                                         tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p0, _q40, _q41 };
   14297                 :         260 :                                         if (gimple_simplify_323 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14298                 :          60 :                                           return true;
   14299                 :             :                                       }
   14300                 :             :                                     }
   14301                 :             :                                   break;
   14302                 :             :                                 }
   14303                 :             :                               default:;
   14304                 :             :                               }
   14305                 :             :                         }
   14306                 :             :                       break;
   14307                 :             :                     default:;
   14308                 :             :                     }
   14309                 :             :                   break;
   14310                 :             :                 }
   14311                 :         515 :               case LSHIFT_EXPR:
   14312                 :         515 :                 {
   14313                 :         515 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   14314                 :         515 :                   _q30 = do_valueize (valueize, _q30);
   14315                 :         515 :                   tree _q31 = gimple_assign_rhs2 (_a1);
   14316                 :         515 :                   _q31 = do_valueize (valueize, _q31);
   14317                 :         515 :                   if (integer_onep (_q30))
   14318                 :             :                     {
   14319                 :         135 :                       {
   14320                 :         135 :                         tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p0, _q30, _q31 };
   14321                 :         135 :                         if (gimple_simplify_323 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14322                 :          50 :                           return true;
   14323                 :             :                       }
   14324                 :             :                     }
   14325                 :             :                   break;
   14326                 :             :                 }
   14327                 :             :               default:;
   14328                 :             :               }
   14329                 :             :         }
   14330                 :             :       break;
   14331                 :     1500861 :     default:;
   14332                 :             :     }
   14333                 :     1500861 :   if (integer_zerop (_p0))
   14334                 :             :     {
   14335                 :       20682 :       {
   14336                 :       20682 :         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   14337                 :       20682 :         if (gimple_simplify_324 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14338                 :       19553 :           return true;
   14339                 :             :       }
   14340                 :             :     }
   14341                 :     1481308 :   switch (TREE_CODE (_p1))
   14342                 :             :     {
   14343                 :      537159 :     case SSA_NAME:
   14344                 :      537159 :       {
   14345                 :      537159 :         {
   14346                 :      537159 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   14347                 :      537159 :           if (gimple_simplify_326 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14348                 :          76 :             return true;
   14349                 :             :         }
   14350                 :      537083 :         break;
   14351                 :             :       }
   14352                 :     1481232 :     default:;
   14353                 :             :     }
   14354                 :     1481232 : if (integer_minus_onep (_p1))
   14355                 :             :   {
   14356                 :          82 :     {
   14357                 :          82 :       tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   14358                 :          82 :       if (gimple_simplify_325 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14359                 :          43 :         return true;
   14360                 :             :     }
   14361                 :             :   }
   14362                 :     1481189 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   14363                 :             :     {
   14364                 :        1155 :       {
   14365                 :        1155 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   14366                 :        1155 :         if (gimple_simplify_327 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14367                 :          22 :           return true;
   14368                 :             :       }
   14369                 :             :     }
   14370                 :     1481167 :   switch (TREE_CODE (_p1))
   14371                 :             :     {
   14372                 :      537061 :     case SSA_NAME:
   14373                 :      537061 :       if (gimple *_d1 = get_def (valueize, _p1))
   14374                 :             :         {
   14375                 :      405816 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   14376                 :      415357 :             switch (gimple_assign_rhs_code (_a1))
   14377                 :             :               {
   14378                 :        1316 :               case ABS_EXPR:
   14379                 :        1316 :                 {
   14380                 :        1316 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   14381                 :        1316 :                   _q30 = do_valueize (valueize, _q30);
   14382                 :        1316 :                   if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   14383                 :             :                     {
   14384                 :          16 :                       {
   14385                 :          16 :                         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   14386                 :          16 :                         if (gimple_simplify_328 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14387                 :           8 :                           return true;
   14388                 :             :                       }
   14389                 :             :                     }
   14390                 :             :                   break;
   14391                 :             :                 }
   14392                 :             :               default:;
   14393                 :             :               }
   14394                 :             :         }
   14395                 :             :       break;
   14396                 :     1481159 :     default:;
   14397                 :             :     }
   14398                 :     1481159 :   switch (TREE_CODE (_p0))
   14399                 :             :     {
   14400                 :     1336467 :     case SSA_NAME:
   14401                 :     1336467 :       if (gimple *_d1 = get_def (valueize, _p0))
   14402                 :             :         {
   14403                 :      897550 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   14404                 :      861117 :             switch (gimple_assign_rhs_code (_a1))
   14405                 :             :               {
   14406                 :        5436 :               case ABS_EXPR:
   14407                 :        5436 :                 {
   14408                 :        5436 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   14409                 :        5436 :                   _q20 = do_valueize (valueize, _q20);
   14410                 :        5436 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   14411                 :             :                     {
   14412                 :           0 :                       {
   14413                 :           0 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
   14414                 :           0 :                         if (gimple_simplify_328 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14415                 :           0 :                           return true;
   14416                 :             :                       }
   14417                 :             :                     }
   14418                 :             :                   break;
   14419                 :             :                 }
   14420                 :             :               default:;
   14421                 :             :               }
   14422                 :             :         }
   14423                 :             :       break;
   14424                 :     1481159 :     default:;
   14425                 :             :     }
   14426                 :     1481159 :   switch (TREE_CODE (_p1))
   14427                 :             :     {
   14428                 :      537053 :     case SSA_NAME:
   14429                 :      537053 :       if (gimple *_d1 = get_def (valueize, _p1))
   14430                 :             :         {
   14431                 :      405808 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   14432                 :      415349 :             switch (gimple_assign_rhs_code (_a1))
   14433                 :             :               {
   14434                 :       14230 :               case NEGATE_EXPR:
   14435                 :       14230 :                 {
   14436                 :       14230 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   14437                 :       14230 :                   _q30 = do_valueize (valueize, _q30);
   14438                 :       14230 :                   if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   14439                 :             :                     {
   14440                 :           0 :                       {
   14441                 :           0 :                         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   14442                 :           0 :                         if (gimple_simplify_329 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14443                 :           0 :                           return true;
   14444                 :             :                       }
   14445                 :             :                     }
   14446                 :             :                   break;
   14447                 :             :                 }
   14448                 :             :               default:;
   14449                 :             :               }
   14450                 :             :         }
   14451                 :             :       break;
   14452                 :     1481159 :     default:;
   14453                 :             :     }
   14454                 :     1481159 :   switch (TREE_CODE (_p0))
   14455                 :             :     {
   14456                 :     1336467 :     case SSA_NAME:
   14457                 :     1336467 :       if (gimple *_d1 = get_def (valueize, _p0))
   14458                 :             :         {
   14459                 :      897550 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   14460                 :      861117 :             switch (gimple_assign_rhs_code (_a1))
   14461                 :             :               {
   14462                 :        1854 :               case NEGATE_EXPR:
   14463                 :        1854 :                 {
   14464                 :        1854 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   14465                 :        1854 :                   _q20 = do_valueize (valueize, _q20);
   14466                 :        1854 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   14467                 :             :                     {
   14468                 :           0 :                       {
   14469                 :           0 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
   14470                 :           0 :                         if (gimple_simplify_329 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14471                 :           0 :                           return true;
   14472                 :             :                       }
   14473                 :             :                     }
   14474                 :             :                   break;
   14475                 :             :                 }
   14476                 :       61506 :               case TRUNC_DIV_EXPR:
   14477                 :       61506 :                 {
   14478                 :       61506 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   14479                 :       61506 :                   _q20 = do_valueize (valueize, _q20);
   14480                 :       61506 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   14481                 :       61506 :                   _q21 = do_valueize (valueize, _q21);
   14482                 :       61506 :                   switch (TREE_CODE (_q21))
   14483                 :             :                     {
   14484                 :       28440 :                     case INTEGER_CST:
   14485                 :       28440 :                       {
   14486                 :       28440 :                         switch (TREE_CODE (_p1))
   14487                 :             :                           {
   14488                 :       15964 :                           case INTEGER_CST:
   14489                 :       15964 :                             {
   14490                 :       15964 :                               {
   14491                 :       15964 :                                 tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _p1 };
   14492                 :       15964 :                                 if (gimple_simplify_330 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14493                 :        2896 :                                   return true;
   14494                 :             :                               }
   14495                 :       13068 :                               break;
   14496                 :             :                             }
   14497                 :             :                           default:;
   14498                 :             :                           }
   14499                 :             :                         break;
   14500                 :             :                       }
   14501                 :             :                     default:;
   14502                 :             :                     }
   14503                 :             :                   break;
   14504                 :             :                 }
   14505                 :       94211 :               CASE_CONVERT:
   14506                 :       94211 :                 {
   14507                 :       94211 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   14508                 :       94211 :                   _q20 = do_valueize (valueize, _q20);
   14509                 :       94211 :                   switch (TREE_CODE (_q20))
   14510                 :             :                     {
   14511                 :       94211 :                     case SSA_NAME:
   14512                 :       94211 :                       if (gimple *_d2 = get_def (valueize, _q20))
   14513                 :             :                         {
   14514                 :       89431 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   14515                 :       61131 :                             switch (gimple_assign_rhs_code (_a2))
   14516                 :             :                               {
   14517                 :        1094 :                               case BIT_AND_EXPR:
   14518                 :        1094 :                                 {
   14519                 :        1094 :                                   tree _q30 = gimple_assign_rhs1 (_a2);
   14520                 :        1094 :                                   _q30 = do_valueize (valueize, _q30);
   14521                 :        1094 :                                   tree _q31 = gimple_assign_rhs2 (_a2);
   14522                 :        1094 :                                   _q31 = do_valueize (valueize, _q31);
   14523                 :        1094 :                                   if (tree_swap_operands_p (_q30, _q31))
   14524                 :           0 :                                     std::swap (_q30, _q31);
   14525                 :        1094 :                                   switch (TREE_CODE (_q31))
   14526                 :             :                                     {
   14527                 :        1094 :                                     case INTEGER_CST:
   14528                 :        1094 :                                       {
   14529                 :        1094 :                                         switch (TREE_CODE (_p1))
   14530                 :             :                                           {
   14531                 :         212 :                                           case INTEGER_CST:
   14532                 :         212 :                                             {
   14533                 :         212 :                                               {
   14534                 :         212 :                                                 tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _p1 };
   14535                 :         212 :                                                 if (gimple_simplify_331 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14536                 :           0 :                                                   return true;
   14537                 :             :                                               }
   14538                 :         212 :                                               break;
   14539                 :             :                                             }
   14540                 :             :                                           default:;
   14541                 :             :                                           }
   14542                 :             :                                         break;
   14543                 :             :                                       }
   14544                 :             :                                     default:;
   14545                 :             :                                     }
   14546                 :     1477609 :                                   break;
   14547                 :             :                                 }
   14548                 :             :                               default:;
   14549                 :             :                               }
   14550                 :             :                         }
   14551                 :             :                       break;
   14552                 :             :                     default:;
   14553                 :             :                     }
   14554                 :             :                   break;
   14555                 :             :                 }
   14556                 :        9457 :               case BIT_AND_EXPR:
   14557                 :        9457 :                 {
   14558                 :        9457 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   14559                 :        9457 :                   _q20 = do_valueize (valueize, _q20);
   14560                 :        9457 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   14561                 :        9457 :                   _q21 = do_valueize (valueize, _q21);
   14562                 :        9457 :                   if (tree_swap_operands_p (_q20, _q21))
   14563                 :          20 :                     std::swap (_q20, _q21);
   14564                 :        9457 :                   switch (TREE_CODE (_q21))
   14565                 :             :                     {
   14566                 :        8714 :                     case INTEGER_CST:
   14567                 :        8714 :                       {
   14568                 :        8714 :                         switch (TREE_CODE (_p1))
   14569                 :             :                           {
   14570                 :        7795 :                           case INTEGER_CST:
   14571                 :        7795 :                             {
   14572                 :        7795 :                               {
   14573                 :        7795 :                                 tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   14574                 :        7795 :                                 if (gimple_simplify_331 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14575                 :           8 :                                   return true;
   14576                 :             :                               }
   14577                 :        7787 :                               break;
   14578                 :             :                             }
   14579                 :             :                           default:;
   14580                 :             :                           }
   14581                 :             :                         break;
   14582                 :             :                       }
   14583                 :             :                     default:;
   14584                 :             :                     }
   14585                 :     1477609 :                   break;
   14586                 :             :                 }
   14587                 :       47628 :               case MULT_EXPR:
   14588                 :       47628 :                 {
   14589                 :       47628 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   14590                 :       47628 :                   _q20 = do_valueize (valueize, _q20);
   14591                 :       47628 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   14592                 :       47628 :                   _q21 = do_valueize (valueize, _q21);
   14593                 :       47628 :                   if (tree_swap_operands_p (_q20, _q21))
   14594                 :        1499 :                     std::swap (_q20, _q21);
   14595                 :       47628 :                   if (integer_pow2p (_q21))
   14596                 :             :                     {
   14597                 :        4671 :                       if ((_p1 == _q21 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q21, 0) && types_match (_p1, _q21)))
   14598                 :             :                         {
   14599                 :         109 :                           {
   14600                 :         109 :                             tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   14601                 :         109 :                             if (gimple_simplify_332 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14602                 :          16 :                               return true;
   14603                 :             :                           }
   14604                 :             :                         }
   14605                 :             :                     }
   14606                 :       47612 :                   if ((_p1 == _q21 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q21, 0) && types_match (_p1, _q21)))
   14607                 :             :                     {
   14608                 :         910 :                       {
   14609                 :         910 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   14610                 :         910 :                         if (gimple_simplify_333 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14611                 :         139 :                           return true;
   14612                 :             :                       }
   14613                 :             :                     }
   14614                 :       47473 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   14615                 :             :                     {
   14616                 :         749 :                       {
   14617                 :         749 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q21, _q20 };
   14618                 :         749 :                         if (gimple_simplify_333 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14619                 :          27 :                           return true;
   14620                 :             :                       }
   14621                 :             :                     }
   14622                 :       47446 :                   switch (TREE_CODE (_q21))
   14623                 :             :                     {
   14624                 :       23383 :                     case INTEGER_CST:
   14625                 :       23383 :                       {
   14626                 :       23383 :                         switch (TREE_CODE (_p1))
   14627                 :             :                           {
   14628                 :        8644 :                           case SSA_NAME:
   14629                 :        8644 :                             if (gimple *_d2 = get_def (valueize, _p1))
   14630                 :             :                               {
   14631                 :        8225 :                                 if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   14632                 :        8646 :                                   switch (gimple_assign_rhs_code (_a2))
   14633                 :             :                                     {
   14634                 :          84 :                                     case MULT_EXPR:
   14635                 :          84 :                                       {
   14636                 :          84 :                                         tree _q50 = gimple_assign_rhs1 (_a2);
   14637                 :          84 :                                         _q50 = do_valueize (valueize, _q50);
   14638                 :          84 :                                         tree _q51 = gimple_assign_rhs2 (_a2);
   14639                 :          84 :                                         _q51 = do_valueize (valueize, _q51);
   14640                 :          84 :                                         if (tree_swap_operands_p (_q50, _q51))
   14641                 :           0 :                                           std::swap (_q50, _q51);
   14642                 :          84 :                                         if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
   14643                 :             :                                           {
   14644                 :          11 :                                             switch (TREE_CODE (_q51))
   14645                 :             :                                               {
   14646                 :          11 :                                               case INTEGER_CST:
   14647                 :          11 :                                                 {
   14648                 :          11 :                                                   {
   14649                 :          11 :                                                     tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q51 };
   14650                 :          11 :                                                     if (gimple_simplify_335 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14651                 :           5 :                                                       return true;
   14652                 :             :                                                   }
   14653                 :           6 :                                                   break;
   14654                 :             :                                                 }
   14655                 :             :                                               default:;
   14656                 :             :                                               }
   14657                 :             :                                           }
   14658                 :     1477609 :                                         break;
   14659                 :             :                                       }
   14660                 :             :                                     default:;
   14661                 :             :                                     }
   14662                 :             :                               }
   14663                 :             :                             break;
   14664                 :       14739 :                           case INTEGER_CST:
   14665                 :       14739 :                             {
   14666                 :       14739 :                               {
   14667                 :       14739 :                                 tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   14668                 :       14739 :                                 if (gimple_simplify_334 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14669                 :          98 :                                   return true;
   14670                 :             :                               }
   14671                 :       14641 :                               break;
   14672                 :             :                             }
   14673                 :             :                           default:;
   14674                 :             :                           }
   14675                 :             :                         break;
   14676                 :             :                       }
   14677                 :             :                     default:;
   14678                 :             :                     }
   14679                 :     1477609 :                   break;
   14680                 :             :                 }
   14681                 :      152115 :               case PLUS_EXPR:
   14682                 :      152115 :                 {
   14683                 :      152115 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   14684                 :      152115 :                   _q20 = do_valueize (valueize, _q20);
   14685                 :      152115 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   14686                 :      152115 :                   _q21 = do_valueize (valueize, _q21);
   14687                 :      152115 :                   if (tree_swap_operands_p (_q20, _q21))
   14688                 :        5800 :                     std::swap (_q20, _q21);
   14689                 :      152115 :                   switch (TREE_CODE (_q21))
   14690                 :             :                     {
   14691                 :       64712 :                     case SSA_NAME:
   14692                 :       64712 :                       if (gimple *_d2 = get_def (valueize, _q21))
   14693                 :             :                         {
   14694                 :       61320 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   14695                 :       59029 :                             switch (gimple_assign_rhs_code (_a2))
   14696                 :             :                               {
   14697                 :       21935 :                               case MULT_EXPR:
   14698                 :       21935 :                                 {
   14699                 :       21935 :                                   tree _q40 = gimple_assign_rhs1 (_a2);
   14700                 :       21935 :                                   _q40 = do_valueize (valueize, _q40);
   14701                 :       21935 :                                   tree _q41 = gimple_assign_rhs2 (_a2);
   14702                 :       21935 :                                   _q41 = do_valueize (valueize, _q41);
   14703                 :       21935 :                                   if (tree_swap_operands_p (_q40, _q41))
   14704                 :         642 :                                     std::swap (_q40, _q41);
   14705                 :       21935 :                                   if ((_p1 == _q41 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q41, 0) && types_match (_p1, _q41)))
   14706                 :             :                                     {
   14707                 :         290 :                                       {
   14708                 :         290 :                                         tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q40, _q41 };
   14709                 :         290 :                                         if (gimple_simplify_336 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14710                 :           0 :                                           return true;
   14711                 :             :                                       }
   14712                 :             :                                     }
   14713                 :       21935 :                                   if ((_p1 == _q40 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q40, 0) && types_match (_p1, _q40)))
   14714                 :             :                                     {
   14715                 :         156 :                                       {
   14716                 :         156 :                                         tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q41, _q40 };
   14717                 :         156 :                                         if (gimple_simplify_336 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14718                 :           0 :                                           return true;
   14719                 :             :                                       }
   14720                 :             :                                     }
   14721                 :      152115 :                                   break;
   14722                 :             :                                 }
   14723                 :             :                               default:;
   14724                 :             :                               }
   14725                 :             :                         }
   14726                 :             :                       break;
   14727                 :      152115 :                     default:;
   14728                 :             :                     }
   14729                 :      152115 :                   switch (TREE_CODE (_q20))
   14730                 :             :                     {
   14731                 :      152115 :                     case SSA_NAME:
   14732                 :      152115 :                       if (gimple *_d2 = get_def (valueize, _q20))
   14733                 :             :                         {
   14734                 :      138485 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   14735                 :      130018 :                             switch (gimple_assign_rhs_code (_a2))
   14736                 :             :                               {
   14737                 :       17056 :                               case MULT_EXPR:
   14738                 :       17056 :                                 {
   14739                 :       17056 :                                   tree _q30 = gimple_assign_rhs1 (_a2);
   14740                 :       17056 :                                   _q30 = do_valueize (valueize, _q30);
   14741                 :       17056 :                                   tree _q31 = gimple_assign_rhs2 (_a2);
   14742                 :       17056 :                                   _q31 = do_valueize (valueize, _q31);
   14743                 :       17056 :                                   if (tree_swap_operands_p (_q30, _q31))
   14744                 :         248 :                                     std::swap (_q30, _q31);
   14745                 :       17056 :                                   if ((_p1 == _q31 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q31, 0) && types_match (_p1, _q31)))
   14746                 :             :                                     {
   14747                 :         118 :                                       {
   14748                 :         118 :                                         tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q21, _q20, _q30, _q31 };
   14749                 :         118 :                                         if (gimple_simplify_336 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14750                 :           2 :                                           return true;
   14751                 :             :                                       }
   14752                 :             :                                     }
   14753                 :       17054 :                                   if ((_p1 == _q30 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q30, 0) && types_match (_p1, _q30)))
   14754                 :             :                                     {
   14755                 :          57 :                                       {
   14756                 :          57 :                                         tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q21, _q20, _q31, _q30 };
   14757                 :          57 :                                         if (gimple_simplify_336 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14758                 :           3 :                                           return true;
   14759                 :             :                                       }
   14760                 :             :                                     }
   14761                 :      152110 :                                   break;
   14762                 :             :                                 }
   14763                 :             :                               default:;
   14764                 :             :                               }
   14765                 :             :                         }
   14766                 :             :                       break;
   14767                 :      152110 :                     default:;
   14768                 :             :                     }
   14769                 :      152110 :                   switch (TREE_CODE (_q21))
   14770                 :             :                     {
   14771                 :       87401 :                     case INTEGER_CST:
   14772                 :       87401 :                       {
   14773                 :       87401 :                         switch (TREE_CODE (_p1))
   14774                 :             :                           {
   14775                 :       74428 :                           case INTEGER_CST:
   14776                 :       74428 :                             {
   14777                 :       74428 :                               {
   14778                 :       74428 :                                 tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _p1 };
   14779                 :       74428 :                                 {
   14780                 :       74428 :  wide_int c = wi::to_wide (captures[2]);
   14781                 :       74428 :  wide_int n = wi::to_wide (captures[3]);
   14782                 :       74428 :  bool shift = TRUNC_DIV_EXPR == RSHIFT_EXPR;
   14783                 :       74428 :  int_range_max vr0, vr1, vr3;
   14784                 :       74428 :                                     if (INTEGRAL_TYPE_P (type)
   14785                 :      148856 :  && get_range_query (cfun)->range_of_expr (vr0, captures[1])
   14786                 :             : )
   14787                 :             :                                       {
   14788                 :       74428 :                                         if ((shift ? wi::ctz (
   14789                 :             : c
   14790                 :             : ) >= n.to_shwi ()
   14791                 :       74428 :  : wi::multiple_of_p (
   14792                 :             : c
   14793                 :       74428 : , n, TYPE_SIGN (type)))
   14794                 :       13748 :  && get_range_query (cfun)->range_of_expr (vr1, captures[2])
   14795                 :        6874 :  && range_op_handler (PLUS_EXPR).overflow_free_p (vr0, vr1)
   14796                 :       11120 :  && get_range_query (cfun)->range_of_expr (vr3, captures[0])
   14797                 :        5560 :  && !vr3.undefined_p ()
   14798                 :        5559 :  && (TYPE_UNSIGNED (type)
   14799                 :        5540 :  || (vr0.nonnegative_p () && vr3.nonnegative_p ())
   14800                 :        5516 :  || (vr0.nonpositive_p () && vr3.nonpositive_p ()))
   14801                 :             : )
   14802                 :             :                                           {
   14803                 :          47 :                                             gimple_seq *lseq = seq;
   14804                 :          47 :                                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2459;
   14805                 :          47 :                                             {
   14806                 :          47 :                                               res_op->set_op (PLUS_EXPR, type, 2);
   14807                 :          47 :                                               {
   14808                 :          47 :                                                 tree _o1[2], _r1;
   14809                 :          47 :                                                 _o1[0] = captures[1];
   14810                 :          47 :                                                 _o1[1] = captures[3];
   14811                 :          47 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), TRUNC_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   14812                 :          47 :                                                 tem_op.resimplify (lseq, valueize);
   14813                 :          47 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   14814                 :          47 :                                                 if (!_r1) goto next_after_fail2459;
   14815                 :          33 :                                                 res_op->ops[0] = _r1;
   14816                 :             :                                               }
   14817                 :          33 :                                               res_op->ops[1] =  wide_int_to_tree (type,
   14818                 :          66 : (shift ? wi::rshift (
   14819                 :             : c
   14820                 :             : , n, TYPE_SIGN (type))
   14821                 :             :  : wi::div_trunc (
   14822                 :             : c
   14823                 :          33 : , n, TYPE_SIGN (type)))
   14824                 :             : );
   14825                 :          33 :                                               res_op->resimplify (lseq, valueize);
   14826                 :          33 :                                               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1110, __FILE__, __LINE__, true);
   14827                 :          33 :                                               return true;
   14828                 :             :                                             }
   14829                 :       74075 : next_after_fail2459:;
   14830                 :             :                                           }
   14831                 :             :                                         else
   14832                 :             :                                           {
   14833                 :       74377 :                                             if (!vr0.undefined_p () && TYPE_UNSIGNED (type) && c.sign_mask () < 0
   14834                 :             :  &&
   14835                 :       24252 : (shift ? wi::ctz (
   14836                 :             : -c
   14837                 :             : ) >= n.to_shwi ()
   14838                 :       48504 :  : wi::multiple_of_p (
   14839                 :       98633 : -c
   14840                 :       24252 : , n, TYPE_SIGN (type)))
   14841                 :      160258 :  && wi::geu_p (vr0.lower_bound (), -c)
   14842                 :             : )
   14843                 :             :                                               {
   14844                 :         491 :                                                 gimple_seq *lseq = seq;
   14845                 :         491 :                                                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2460;
   14846                 :         491 :                                                 {
   14847                 :         491 :                                                   res_op->set_op (PLUS_EXPR, type, 2);
   14848                 :         491 :                                                   {
   14849                 :         491 :                                                     tree _o1[2], _r1;
   14850                 :         491 :                                                     _o1[0] = captures[1];
   14851                 :         491 :                                                     _o1[1] = captures[3];
   14852                 :         491 :                                                     gimple_match_op tem_op (res_op->cond.any_else (), TRUNC_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   14853                 :         491 :                                                     tem_op.resimplify (lseq, valueize);
   14854                 :         491 :                                                     _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   14855                 :         491 :                                                     if (!_r1) goto next_after_fail2460;
   14856                 :         320 :                                                     res_op->ops[0] = _r1;
   14857                 :             :                                                   }
   14858                 :         320 :                                                   res_op->ops[1] =  wide_int_to_tree (type, -
   14859                 :         320 : (shift ? wi::rshift (
   14860                 :             : -c
   14861                 :             : , n, TYPE_SIGN (type))
   14862                 :             :  : wi::div_trunc (
   14863                 :         320 : -c
   14864                 :         640 : , n, TYPE_SIGN (type)))
   14865                 :             : );
   14866                 :         320 :                                                   res_op->resimplify (lseq, valueize);
   14867                 :         320 :                                                   if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1111, __FILE__, __LINE__, true);
   14868                 :         320 :                                                   return true;
   14869                 :             :                                                 }
   14870                 :       74075 : next_after_fail2460:;
   14871                 :             :                                               }
   14872                 :             :                                           }
   14873                 :             :                                       }
   14874                 :       74428 :                                 }
   14875                 :             :                               }
   14876                 :       74075 :                               break;
   14877                 :             :                             }
   14878                 :             :                           default:;
   14879                 :             :                           }
   14880                 :             :                         break;
   14881                 :             :                       }
   14882                 :             :                     default:;
   14883                 :             :                     }
   14884                 :     1477609 :                   break;
   14885                 :             :                 }
   14886                 :      139564 :               case MINUS_EXPR:
   14887                 :      139564 :                 {
   14888                 :      139564 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   14889                 :      139564 :                   _q20 = do_valueize (valueize, _q20);
   14890                 :      139564 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   14891                 :      139564 :                   _q21 = do_valueize (valueize, _q21);
   14892                 :      139564 :                   switch (TREE_CODE (_q21))
   14893                 :             :                     {
   14894                 :      139072 :                     case SSA_NAME:
   14895                 :      139072 :                       if (gimple *_d2 = get_def (valueize, _q21))
   14896                 :             :                         {
   14897                 :      123831 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   14898                 :      145469 :                             switch (gimple_assign_rhs_code (_a2))
   14899                 :             :                               {
   14900                 :        1572 :                               case MULT_EXPR:
   14901                 :        1572 :                                 {
   14902                 :        1572 :                                   tree _q40 = gimple_assign_rhs1 (_a2);
   14903                 :        1572 :                                   _q40 = do_valueize (valueize, _q40);
   14904                 :        1572 :                                   tree _q41 = gimple_assign_rhs2 (_a2);
   14905                 :        1572 :                                   _q41 = do_valueize (valueize, _q41);
   14906                 :        1572 :                                   if (tree_swap_operands_p (_q40, _q41))
   14907                 :          38 :                                     std::swap (_q40, _q41);
   14908                 :        1572 :                                   if ((_p1 == _q41 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q41, 0) && types_match (_p1, _q41)))
   14909                 :             :                                     {
   14910                 :          69 :                                       {
   14911                 :          69 :                                         tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q40, _q41 };
   14912                 :          69 :                                         if (gimple_simplify_337 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14913                 :           0 :                                           return true;
   14914                 :             :                                       }
   14915                 :             :                                     }
   14916                 :        1572 :                                   if ((_p1 == _q40 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q40, 0) && types_match (_p1, _q40)))
   14917                 :             :                                     {
   14918                 :          57 :                                       {
   14919                 :          57 :                                         tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q41, _q40 };
   14920                 :          57 :                                         if (gimple_simplify_337 (res_op, seq, valueize, type, captures, TRUNC_DIV_EXPR))
   14921                 :           3 :                                           return true;
   14922                 :             :                                       }
   14923                 :             :                                     }
   14924                 :     1477609 :                                   break;
   14925                 :             :                                 }
   14926                 :             :                               default:;
   14927                 :             :                               }
   14928                 :             :                         }
   14929                 :             :                       break;
   14930                 :             :                     default:;
   14931                 :             :                     }
   14932                 :             :                   break;
   14933                 :             :                 }
   14934                 :           0 :               case VEC_COND_EXPR:
   14935                 :           0 :                 {
   14936                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   14937                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   14938                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   14939                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   14940                 :           0 :                   tree _q22 = gimple_assign_rhs3 (_a1);
   14941                 :           0 :                   _q22 = do_valueize (valueize, _q22);
   14942                 :           0 :                   switch (TREE_CODE (_p1))
   14943                 :             :                     {
   14944                 :           0 :                     case SSA_NAME:
   14945                 :           0 :                       if (gimple *_d2 = get_def (valueize, _p1))
   14946                 :             :                         {
   14947                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   14948                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
   14949                 :             :                               {
   14950                 :           0 :                               case VEC_COND_EXPR:
   14951                 :           0 :                                 {
   14952                 :           0 :                                   tree _q60 = gimple_assign_rhs1 (_a2);
   14953                 :           0 :                                   _q60 = do_valueize (valueize, _q60);
   14954                 :           0 :                                   tree _q61 = gimple_assign_rhs2 (_a2);
   14955                 :           0 :                                   _q61 = do_valueize (valueize, _q61);
   14956                 :           0 :                                   tree _q62 = gimple_assign_rhs3 (_a2);
   14957                 :           0 :                                   _q62 = do_valueize (valueize, _q62);
   14958                 :           0 :                                   if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
   14959                 :             :                                     {
   14960                 :           0 :                                       {
   14961                 :           0 :                                         tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1, _q61, _q62 };
   14962                 :           0 :                                         if (VECTOR_TYPE_P (type)
   14963                 :           0 :  && (TREE_CODE_CLASS (TRUNC_DIV_EXPR) != tcc_comparison
   14964                 :             :  || types_match (type, TREE_TYPE (captures[2]))
   14965                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   14966                 :             :  || (optimize_vectors_before_lowering_p ()
   14967                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   14968                 :             : )
   14969                 :             :                                           {
   14970                 :           0 :                                             gimple_seq *lseq = seq;
   14971                 :           0 :                                             if (lseq
   14972                 :           0 :                                                 && (!single_use (captures[0])
   14973                 :           0 :                                                     || !single_use (captures[4])))
   14974                 :           0 :                                               lseq = NULL;
   14975                 :           0 :                                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2461;
   14976                 :           0 :                                             {
   14977                 :           0 :                                               res_op->set_op (VEC_COND_EXPR, type, 3);
   14978                 :           0 :                                               res_op->ops[0] = captures[1];
   14979                 :           0 :                                               {
   14980                 :           0 :                                                 tree _o1[2], _r1;
   14981                 :           0 :                                                 _o1[0] = captures[2];
   14982                 :           0 :                                                 _o1[1] = captures[5];
   14983                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), TRUNC_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   14984                 :           0 :                                                 tem_op.resimplify (NULL, valueize);
   14985                 :           0 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   14986                 :           0 :                                                 if (!_r1) goto next_after_fail2461;
   14987                 :           0 :                                                 res_op->ops[1] = _r1;
   14988                 :             :                                               }
   14989                 :           0 :                                               {
   14990                 :           0 :                                                 tree _o1[2], _r1;
   14991                 :           0 :                                                 _o1[0] = captures[3];
   14992                 :           0 :                                                 _o1[1] = captures[6];
   14993                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), TRUNC_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   14994                 :           0 :                                                 tem_op.resimplify (NULL, valueize);
   14995                 :           0 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   14996                 :           0 :                                                 if (!_r1) goto next_after_fail2461;
   14997                 :           0 :                                                 res_op->ops[2] = _r1;
   14998                 :             :                                               }
   14999                 :           0 :                                               res_op->resimplify (lseq, valueize);
   15000                 :           0 :                                               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1017, __FILE__, __LINE__, true);
   15001                 :           0 :                                               return true;
   15002                 :             :                                             }
   15003                 :           0 : next_after_fail2461:;
   15004                 :             :                                           }
   15005                 :             :                                       }
   15006                 :             :                                     }
   15007                 :             :                                   break;
   15008                 :             :                                 }
   15009                 :             :                               default:;
   15010                 :             :                               }
   15011                 :             :                         }
   15012                 :             :                       break;
   15013                 :           0 :                     default:;
   15014                 :             :                     }
   15015                 :           0 :                   {
   15016                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1 };
   15017                 :           0 :                     if (VECTOR_TYPE_P (type)
   15018                 :           0 :  && (TREE_CODE_CLASS (TRUNC_DIV_EXPR) != tcc_comparison
   15019                 :             :  || types_match (type, TREE_TYPE (captures[2]))
   15020                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   15021                 :             :  || (optimize_vectors_before_lowering_p ()
   15022                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   15023                 :             : )
   15024                 :             :                       {
   15025                 :           0 :                         gimple_seq *lseq = seq;
   15026                 :           0 :                         if (lseq
   15027                 :           0 :                             && (!single_use (captures[0])))
   15028                 :           0 :                           lseq = NULL;
   15029                 :           0 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2462;
   15030                 :           0 :                         {
   15031                 :           0 :                           res_op->set_op (VEC_COND_EXPR, type, 3);
   15032                 :           0 :                           res_op->ops[0] = captures[1];
   15033                 :           0 :                           {
   15034                 :           0 :                             tree _o1[2], _r1;
   15035                 :           0 :                             _o1[0] = captures[2];
   15036                 :           0 :                             _o1[1] = captures[4];
   15037                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), TRUNC_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   15038                 :           0 :                             tem_op.resimplify (NULL, valueize);
   15039                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   15040                 :           0 :                             if (!_r1) goto next_after_fail2462;
   15041                 :           0 :                             res_op->ops[1] = _r1;
   15042                 :             :                           }
   15043                 :           0 :                           {
   15044                 :           0 :                             tree _o1[2], _r1;
   15045                 :           0 :                             _o1[0] = captures[3];
   15046                 :           0 :                             _o1[1] = captures[4];
   15047                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), TRUNC_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   15048                 :           0 :                             tem_op.resimplify (NULL, valueize);
   15049                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   15050                 :           0 :                             if (!_r1) goto next_after_fail2462;
   15051                 :           0 :                             res_op->ops[2] = _r1;
   15052                 :             :                           }
   15053                 :           0 :                           res_op->resimplify (lseq, valueize);
   15054                 :           0 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1018, __FILE__, __LINE__, true);
   15055                 :           0 :                           return true;
   15056                 :             :                         }
   15057                 :           0 : next_after_fail2462:;
   15058                 :             :                       }
   15059                 :             :                   }
   15060                 :           0 :                   break;
   15061                 :             :                 }
   15062                 :             :               default:;
   15063                 :             :               }
   15064                 :             :         }
   15065                 :             :       break;
   15066                 :     1477609 :     default:;
   15067                 :             :     }
   15068                 :     1477609 : if (integer_onep (_p0))
   15069                 :             :   {
   15070                 :        5153 :     {
   15071                 :        5153 :       tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   15072                 :        5153 :       if (INTEGRAL_TYPE_P (type)
   15073                 :        5150 :  && TYPE_PRECISION (type) > 1
   15074                 :        5150 :  && !integer_zerop (captures[1])
   15075                 :        8421 :  && (!flag_non_call_exceptions || tree_expr_nonzero_p (captures[1]))
   15076                 :             : )
   15077                 :             :         {
   15078                 :        2975 :           if (TYPE_UNSIGNED (type)
   15079                 :             : )
   15080                 :             :             {
   15081                 :         159 :               gimple_seq *lseq = seq;
   15082                 :         159 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2463;
   15083                 :         159 :               {
   15084                 :         159 :                 res_op->set_op (NOP_EXPR, type, 1);
   15085                 :         159 :                 {
   15086                 :         159 :                   tree _o1[2], _r1;
   15087                 :         159 :                   _o1[0] = captures[1];
   15088                 :         159 :                   _o1[1] =  build_one_cst (type);
   15089                 :         159 :                   gimple_match_op tem_op (res_op->cond.any_else (), EQ_EXPR, boolean_type_node, _o1[0], _o1[1]);
   15090                 :         159 :                   tem_op.resimplify (lseq, valueize);
   15091                 :         159 :                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   15092                 :         159 :                   if (!_r1) goto next_after_fail2463;
   15093                 :          20 :                   res_op->ops[0] = _r1;
   15094                 :             :                 }
   15095                 :          20 :                 res_op->resimplify (lseq, valueize);
   15096                 :          20 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1112, __FILE__, __LINE__, true);
   15097                 :          20 :                 return true;
   15098                 :             :               }
   15099                 :        5003 : next_after_fail2463:;
   15100                 :             :             }
   15101                 :             :           else
   15102                 :             :             {
   15103                 :        2816 :               if (!canonicalize_math_p ()
   15104                 :             : )
   15105                 :             :                 {
   15106                 :         516 :                   {
   15107                 :         516 :  tree utype = unsigned_type_for (type);
   15108                 :         516 :                       gimple_seq *lseq = seq;
   15109                 :         516 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2464;
   15110                 :         516 :                       {
   15111                 :         516 :                         res_op->set_op (COND_EXPR, type, 3);
   15112                 :         516 :                         {
   15113                 :         516 :                           tree _o1[2], _r1;
   15114                 :         516 :                           {
   15115                 :         516 :                             tree _o2[2], _r2;
   15116                 :         516 :                             {
   15117                 :         516 :                               tree _o3[1], _r3;
   15118                 :         516 :                               _o3[0] = captures[1];
   15119                 :         516 :                               if (utype != TREE_TYPE (_o3[0])
   15120                 :         516 :                                   && !useless_type_conversion_p (utype, TREE_TYPE (_o3[0])))
   15121                 :             :                                 {
   15122                 :         516 :                                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, utype, _o3[0]);
   15123                 :         516 :                                   tem_op.resimplify (lseq, valueize);
   15124                 :         516 :                                   _r3 = maybe_push_res_to_seq (&tem_op, lseq);
   15125                 :         516 :                                   if (!_r3) goto next_after_fail2464;
   15126                 :             :                                 }
   15127                 :             :                               else
   15128                 :             :                                 _r3 = _o3[0];
   15129                 :         142 :                               _o2[0] = _r3;
   15130                 :             :                             }
   15131                 :         142 :                             _o2[1] =  build_one_cst (utype);
   15132                 :         142 :                             gimple_match_op tem_op (res_op->cond.any_else (), PLUS_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
   15133                 :         142 :                             tem_op.resimplify (lseq, valueize);
   15134                 :         142 :                             _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   15135                 :         142 :                             if (!_r2) goto next_after_fail2464;
   15136                 :         130 :                             _o1[0] = _r2;
   15137                 :             :                           }
   15138                 :         130 :                           _o1[1] =  build_int_cst (utype, 2);
   15139                 :         130 :                           gimple_match_op tem_op (res_op->cond.any_else (), LE_EXPR, boolean_type_node, _o1[0], _o1[1]);
   15140                 :         130 :                           tem_op.resimplify (lseq, valueize);
   15141                 :         130 :                           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   15142                 :         130 :                           if (!_r1) goto next_after_fail2464;
   15143                 :         130 :                           res_op->ops[0] = _r1;
   15144                 :             :                         }
   15145                 :         130 :                         res_op->ops[1] = captures[1];
   15146                 :         130 :                         res_op->ops[2] =  build_zero_cst (type);
   15147                 :         130 :                         res_op->resimplify (lseq, valueize);
   15148                 :         130 :                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1113, __FILE__, __LINE__, true);
   15149                 :         130 :                         return true;
   15150                 :             :                       }
   15151                 :        5003 : next_after_fail2464:;
   15152                 :             :                   }
   15153                 :             :                 }
   15154                 :             :             }
   15155                 :             :         }
   15156                 :             :     }
   15157                 :             :   }
   15158                 :     1477459 : if (gimple_with_possible_nonzero_bits (_p0, valueize))
   15159                 :             :   {
   15160                 :     1442916 :     if (integer_pow2p (_p1))
   15161                 :             :       {
   15162                 :      320212 :         {
   15163                 :      320212 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   15164                 :      640424 :           if (INTEGRAL_TYPE_P (type)
   15165                 :      320212 :  && !TYPE_UNSIGNED (type)
   15166                 :      906298 :  && wi::multiple_of_p (get_nonzero_bits (captures[0]), wi::to_wide (captures[1]), SIGNED)
   15167                 :             : )
   15168                 :             :             {
   15169                 :        1450 :               gimple_seq *lseq = seq;
   15170                 :        1450 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2465;
   15171                 :        1450 :               {
   15172                 :        1450 :                 res_op->set_op (EXACT_DIV_EXPR, type, 2);
   15173                 :        1450 :                 res_op->ops[0] = captures[0];
   15174                 :        1450 :                 res_op->ops[1] = captures[1];
   15175                 :        1450 :                 res_op->resimplify (lseq, valueize);
   15176                 :        1450 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1114, __FILE__, __LINE__, true);
   15177                 :        1450 :                 return true;
   15178                 :             :               }
   15179                 :           0 : next_after_fail2465:;
   15180                 :             :             }
   15181                 :             :         }
   15182                 :             :       }
   15183                 :             :   }
   15184                 :     1476009 :   switch (TREE_CODE (_p1))
   15185                 :             :     {
   15186                 :      536858 :     case SSA_NAME:
   15187                 :      536858 :       if (gimple *_d1 = get_def (valueize, _p1))
   15188                 :             :         {
   15189                 :      405693 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   15190                 :      415272 :             switch (gimple_assign_rhs_code (_a1))
   15191                 :             :               {
   15192                 :           0 :               case VEC_COND_EXPR:
   15193                 :           0 :                 {
   15194                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   15195                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   15196                 :           0 :                   tree _q31 = gimple_assign_rhs2 (_a1);
   15197                 :           0 :                   _q31 = do_valueize (valueize, _q31);
   15198                 :           0 :                   tree _q32 = gimple_assign_rhs3 (_a1);
   15199                 :           0 :                   _q32 = do_valueize (valueize, _q32);
   15200                 :           0 :                   {
   15201                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32 };
   15202                 :           0 :                     if (VECTOR_TYPE_P (type)
   15203                 :           0 :  && (TREE_CODE_CLASS (TRUNC_DIV_EXPR) != tcc_comparison
   15204                 :             :  || types_match (type, TREE_TYPE (captures[3]))
   15205                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[2]))
   15206                 :             :  || (optimize_vectors_before_lowering_p ()
   15207                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[3]), TREE_TYPE (captures[2]))))
   15208                 :             : )
   15209                 :             :                       {
   15210                 :           0 :                         gimple_seq *lseq = seq;
   15211                 :           0 :                         if (lseq
   15212                 :           0 :                             && (!single_use (captures[1])))
   15213                 :           0 :                           lseq = NULL;
   15214                 :           0 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2466;
   15215                 :           0 :                         {
   15216                 :           0 :                           res_op->set_op (VEC_COND_EXPR, type, 3);
   15217                 :           0 :                           res_op->ops[0] = captures[2];
   15218                 :           0 :                           {
   15219                 :           0 :                             tree _o1[2], _r1;
   15220                 :           0 :                             _o1[0] = captures[0];
   15221                 :           0 :                             _o1[1] = captures[3];
   15222                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), TRUNC_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   15223                 :           0 :                             tem_op.resimplify (NULL, valueize);
   15224                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   15225                 :           0 :                             if (!_r1) goto next_after_fail2466;
   15226                 :           0 :                             res_op->ops[1] = _r1;
   15227                 :             :                           }
   15228                 :           0 :                           {
   15229                 :           0 :                             tree _o1[2], _r1;
   15230                 :           0 :                             _o1[0] = captures[0];
   15231                 :           0 :                             _o1[1] = captures[4];
   15232                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), TRUNC_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   15233                 :           0 :                             tem_op.resimplify (NULL, valueize);
   15234                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   15235                 :           0 :                             if (!_r1) goto next_after_fail2466;
   15236                 :           0 :                             res_op->ops[2] = _r1;
   15237                 :             :                           }
   15238                 :           0 :                           res_op->resimplify (lseq, valueize);
   15239                 :           0 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1019, __FILE__, __LINE__, true);
   15240                 :           0 :                           return true;
   15241                 :             :                         }
   15242                 :           0 : next_after_fail2466:;
   15243                 :             :                       }
   15244                 :             :                   }
   15245                 :           0 :                   break;
   15246                 :             :                 }
   15247                 :             :               default:;
   15248                 :             :               }
   15249                 :             :         }
   15250                 :             :       break;
   15251                 :             :     default:;
   15252                 :             :     }
   15253                 :             :   return false;
   15254                 :             : }
   15255                 :             : 
   15256                 :             : bool
   15257                 :        2070 : gimple_simplify_CEIL_DIV_EXPR (gimple_match_op *res_op, gimple_seq *seq,
   15258                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   15259                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   15260                 :             : {
   15261                 :        2070 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   15262                 :        2070 :   if (integer_onep (_p1))
   15263                 :             :     {
   15264                 :          72 :       {
   15265                 :          72 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   15266                 :          72 :         if (gimple_simplify_197 (res_op, seq, valueize, type, captures, CEIL_DIV_EXPR))
   15267                 :          72 :           return true;
   15268                 :             :       }
   15269                 :             :     }
   15270                 :        1998 :   if (integer_zerop (_p0))
   15271                 :             :     {
   15272                 :           0 :       {
   15273                 :           0 :         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   15274                 :           0 :         if (gimple_simplify_324 (res_op, seq, valueize, type, captures, CEIL_DIV_EXPR))
   15275                 :           0 :           return true;
   15276                 :             :       }
   15277                 :             :     }
   15278                 :        1998 :   switch (TREE_CODE (_p1))
   15279                 :             :     {
   15280                 :         443 :     case SSA_NAME:
   15281                 :         443 :       {
   15282                 :         443 :         {
   15283                 :         443 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   15284                 :         443 :           if (gimple_simplify_326 (res_op, seq, valueize, type, captures, CEIL_DIV_EXPR))
   15285                 :           0 :             return true;
   15286                 :             :         }
   15287                 :         443 :         break;
   15288                 :             :       }
   15289                 :        1998 :     default:;
   15290                 :             :     }
   15291                 :        1998 : if (integer_minus_onep (_p1))
   15292                 :             :   {
   15293                 :           0 :     {
   15294                 :           0 :       tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   15295                 :           0 :       if (gimple_simplify_325 (res_op, seq, valueize, type, captures, CEIL_DIV_EXPR))
   15296                 :           0 :         return true;
   15297                 :             :     }
   15298                 :             :   }
   15299                 :        1998 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   15300                 :             :     {
   15301                 :           0 :       {
   15302                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   15303                 :           0 :         if (gimple_simplify_327 (res_op, seq, valueize, type, captures, CEIL_DIV_EXPR))
   15304                 :           0 :           return true;
   15305                 :             :       }
   15306                 :             :     }
   15307                 :        1998 :   switch (TREE_CODE (_p1))
   15308                 :             :     {
   15309                 :         443 :     case SSA_NAME:
   15310                 :         443 :       if (gimple *_d1 = get_def (valueize, _p1))
   15311                 :             :         {
   15312                 :         333 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   15313                 :         188 :             switch (gimple_assign_rhs_code (_a1))
   15314                 :             :               {
   15315                 :           0 :               case ABS_EXPR:
   15316                 :           0 :                 {
   15317                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   15318                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   15319                 :           0 :                   if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   15320                 :             :                     {
   15321                 :           0 :                       {
   15322                 :           0 :                         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   15323                 :           0 :                         if (gimple_simplify_328 (res_op, seq, valueize, type, captures, CEIL_DIV_EXPR))
   15324                 :           0 :                           return true;
   15325                 :             :                       }
   15326                 :             :                     }
   15327                 :             :                   break;
   15328                 :             :                 }
   15329                 :             :               default:;
   15330                 :             :               }
   15331                 :             :         }
   15332                 :             :       break;
   15333                 :        1998 :     default:;
   15334                 :             :     }
   15335                 :        1998 :   switch (TREE_CODE (_p0))
   15336                 :             :     {
   15337                 :        1138 :     case SSA_NAME:
   15338                 :        1138 :       if (gimple *_d1 = get_def (valueize, _p0))
   15339                 :             :         {
   15340                 :         788 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   15341                 :         638 :             switch (gimple_assign_rhs_code (_a1))
   15342                 :             :               {
   15343                 :           0 :               case ABS_EXPR:
   15344                 :           0 :                 {
   15345                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   15346                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   15347                 :           0 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   15348                 :             :                     {
   15349                 :           0 :                       {
   15350                 :           0 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
   15351                 :           0 :                         if (gimple_simplify_328 (res_op, seq, valueize, type, captures, CEIL_DIV_EXPR))
   15352                 :           0 :                           return true;
   15353                 :             :                       }
   15354                 :             :                     }
   15355                 :             :                   break;
   15356                 :             :                 }
   15357                 :             :               default:;
   15358                 :             :               }
   15359                 :             :         }
   15360                 :             :       break;
   15361                 :        1998 :     default:;
   15362                 :             :     }
   15363                 :        1998 :   switch (TREE_CODE (_p1))
   15364                 :             :     {
   15365                 :         443 :     case SSA_NAME:
   15366                 :         443 :       if (gimple *_d1 = get_def (valueize, _p1))
   15367                 :             :         {
   15368                 :         333 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   15369                 :         188 :             switch (gimple_assign_rhs_code (_a1))
   15370                 :             :               {
   15371                 :           0 :               case NEGATE_EXPR:
   15372                 :           0 :                 {
   15373                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   15374                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   15375                 :           0 :                   if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   15376                 :             :                     {
   15377                 :           0 :                       {
   15378                 :           0 :                         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   15379                 :           0 :                         if (gimple_simplify_329 (res_op, seq, valueize, type, captures, CEIL_DIV_EXPR))
   15380                 :           0 :                           return true;
   15381                 :             :                       }
   15382                 :             :                     }
   15383                 :             :                   break;
   15384                 :             :                 }
   15385                 :             :               default:;
   15386                 :             :               }
   15387                 :             :         }
   15388                 :             :       break;
   15389                 :        1998 :     default:;
   15390                 :             :     }
   15391                 :        1998 :   switch (TREE_CODE (_p0))
   15392                 :             :     {
   15393                 :        1138 :     case SSA_NAME:
   15394                 :        1138 :       if (gimple *_d1 = get_def (valueize, _p0))
   15395                 :             :         {
   15396                 :         788 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   15397                 :         638 :             switch (gimple_assign_rhs_code (_a1))
   15398                 :             :               {
   15399                 :           0 :               case NEGATE_EXPR:
   15400                 :           0 :                 {
   15401                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   15402                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   15403                 :           0 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   15404                 :             :                     {
   15405                 :           0 :                       {
   15406                 :           0 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
   15407                 :           0 :                         if (gimple_simplify_329 (res_op, seq, valueize, type, captures, CEIL_DIV_EXPR))
   15408                 :           0 :                           return true;
   15409                 :             :                       }
   15410                 :             :                     }
   15411                 :             :                   break;
   15412                 :             :                 }
   15413                 :           0 :               CASE_CONVERT:
   15414                 :           0 :                 {
   15415                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   15416                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   15417                 :           0 :                   switch (TREE_CODE (_q20))
   15418                 :             :                     {
   15419                 :           0 :                     case SSA_NAME:
   15420                 :           0 :                       if (gimple *_d2 = get_def (valueize, _q20))
   15421                 :             :                         {
   15422                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   15423                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
   15424                 :             :                               {
   15425                 :           0 :                               case BIT_AND_EXPR:
   15426                 :           0 :                                 {
   15427                 :           0 :                                   tree _q30 = gimple_assign_rhs1 (_a2);
   15428                 :           0 :                                   _q30 = do_valueize (valueize, _q30);
   15429                 :           0 :                                   tree _q31 = gimple_assign_rhs2 (_a2);
   15430                 :           0 :                                   _q31 = do_valueize (valueize, _q31);
   15431                 :           0 :                                   if (tree_swap_operands_p (_q30, _q31))
   15432                 :           0 :                                     std::swap (_q30, _q31);
   15433                 :           0 :                                   switch (TREE_CODE (_q31))
   15434                 :             :                                     {
   15435                 :           0 :                                     case INTEGER_CST:
   15436                 :           0 :                                       {
   15437                 :           0 :                                         switch (TREE_CODE (_p1))
   15438                 :             :                                           {
   15439                 :           0 :                                           case INTEGER_CST:
   15440                 :           0 :                                             {
   15441                 :           0 :                                               {
   15442                 :           0 :                                                 tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _p1 };
   15443                 :           0 :                                                 if (gimple_simplify_331 (res_op, seq, valueize, type, captures, CEIL_DIV_EXPR))
   15444                 :           0 :                                                   return true;
   15445                 :             :                                               }
   15446                 :           0 :                                               break;
   15447                 :             :                                             }
   15448                 :             :                                           default:;
   15449                 :             :                                           }
   15450                 :             :                                         break;
   15451                 :             :                                       }
   15452                 :             :                                     default:;
   15453                 :             :                                     }
   15454                 :        1875 :                                   break;
   15455                 :             :                                 }
   15456                 :             :                               default:;
   15457                 :             :                               }
   15458                 :             :                         }
   15459                 :             :                       break;
   15460                 :             :                     default:;
   15461                 :             :                     }
   15462                 :             :                   break;
   15463                 :             :                 }
   15464                 :           0 :               case BIT_AND_EXPR:
   15465                 :           0 :                 {
   15466                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   15467                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   15468                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   15469                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   15470                 :           0 :                   if (tree_swap_operands_p (_q20, _q21))
   15471                 :           0 :                     std::swap (_q20, _q21);
   15472                 :           0 :                   switch (TREE_CODE (_q21))
   15473                 :             :                     {
   15474                 :           0 :                     case INTEGER_CST:
   15475                 :           0 :                       {
   15476                 :           0 :                         switch (TREE_CODE (_p1))
   15477                 :             :                           {
   15478                 :           0 :                           case INTEGER_CST:
   15479                 :           0 :                             {
   15480                 :           0 :                               {
   15481                 :           0 :                                 tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   15482                 :           0 :                                 if (gimple_simplify_331 (res_op, seq, valueize, type, captures, CEIL_DIV_EXPR))
   15483                 :           0 :                                   return true;
   15484                 :             :                               }
   15485                 :           0 :                               break;
   15486                 :             :                             }
   15487                 :             :                           default:;
   15488                 :             :                           }
   15489                 :             :                         break;
   15490                 :             :                       }
   15491                 :             :                     default:;
   15492                 :             :                     }
   15493                 :        1875 :                   break;
   15494                 :             :                 }
   15495                 :         376 :               case MULT_EXPR:
   15496                 :         376 :                 {
   15497                 :         376 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   15498                 :         376 :                   _q20 = do_valueize (valueize, _q20);
   15499                 :         376 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   15500                 :         376 :                   _q21 = do_valueize (valueize, _q21);
   15501                 :         376 :                   if (tree_swap_operands_p (_q20, _q21))
   15502                 :          84 :                     std::swap (_q20, _q21);
   15503                 :         376 :                   if ((_p1 == _q21 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q21, 0) && types_match (_p1, _q21)))
   15504                 :             :                     {
   15505                 :          92 :                       {
   15506                 :          92 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   15507                 :          92 :                         if (gimple_simplify_333 (res_op, seq, valueize, type, captures, CEIL_DIV_EXPR))
   15508                 :          92 :                           return true;
   15509                 :             :                       }
   15510                 :             :                     }
   15511                 :         284 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   15512                 :             :                     {
   15513                 :           0 :                       {
   15514                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q21, _q20 };
   15515                 :           0 :                         if (gimple_simplify_333 (res_op, seq, valueize, type, captures, CEIL_DIV_EXPR))
   15516                 :           0 :                           return true;
   15517                 :             :                       }
   15518                 :             :                     }
   15519                 :         284 :                   switch (TREE_CODE (_q21))
   15520                 :             :                     {
   15521                 :          46 :                     case INTEGER_CST:
   15522                 :          46 :                       {
   15523                 :          46 :                         switch (TREE_CODE (_p1))
   15524                 :             :                           {
   15525                 :           0 :                           case SSA_NAME:
   15526                 :           0 :                             if (gimple *_d2 = get_def (valueize, _p1))
   15527                 :             :                               {
   15528                 :           0 :                                 if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   15529                 :           0 :                                   switch (gimple_assign_rhs_code (_a2))
   15530                 :             :                                     {
   15531                 :           0 :                                     case MULT_EXPR:
   15532                 :           0 :                                       {
   15533                 :           0 :                                         tree _q50 = gimple_assign_rhs1 (_a2);
   15534                 :           0 :                                         _q50 = do_valueize (valueize, _q50);
   15535                 :           0 :                                         tree _q51 = gimple_assign_rhs2 (_a2);
   15536                 :           0 :                                         _q51 = do_valueize (valueize, _q51);
   15537                 :           0 :                                         if (tree_swap_operands_p (_q50, _q51))
   15538                 :           0 :                                           std::swap (_q50, _q51);
   15539                 :           0 :                                         if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
   15540                 :             :                                           {
   15541                 :           0 :                                             switch (TREE_CODE (_q51))
   15542                 :             :                                               {
   15543                 :           0 :                                               case INTEGER_CST:
   15544                 :           0 :                                                 {
   15545                 :           0 :                                                   {
   15546                 :           0 :                                                     tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q51 };
   15547                 :           0 :                                                     if (gimple_simplify_335 (res_op, seq, valueize, type, captures, CEIL_DIV_EXPR))
   15548                 :           0 :                                                       return true;
   15549                 :             :                                                   }
   15550                 :           0 :                                                   break;
   15551                 :             :                                                 }
   15552                 :             :                                               default:;
   15553                 :             :                                               }
   15554                 :             :                                           }
   15555                 :        1875 :                                         break;
   15556                 :             :                                       }
   15557                 :             :                                     default:;
   15558                 :             :                                     }
   15559                 :             :                               }
   15560                 :             :                             break;
   15561                 :          46 :                           case INTEGER_CST:
   15562                 :          46 :                             {
   15563                 :          46 :                               {
   15564                 :          46 :                                 tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   15565                 :          46 :                                 if (gimple_simplify_334 (res_op, seq, valueize, type, captures, CEIL_DIV_EXPR))
   15566                 :          31 :                                   return true;
   15567                 :             :                               }
   15568                 :          15 :                               break;
   15569                 :             :                             }
   15570                 :             :                           default:;
   15571                 :             :                           }
   15572                 :             :                         break;
   15573                 :             :                       }
   15574                 :             :                     default:;
   15575                 :             :                     }
   15576                 :        1875 :                   break;
   15577                 :             :                 }
   15578                 :           0 :               case VEC_COND_EXPR:
   15579                 :           0 :                 {
   15580                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   15581                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   15582                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   15583                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   15584                 :           0 :                   tree _q22 = gimple_assign_rhs3 (_a1);
   15585                 :           0 :                   _q22 = do_valueize (valueize, _q22);
   15586                 :           0 :                   switch (TREE_CODE (_p1))
   15587                 :             :                     {
   15588                 :           0 :                     case SSA_NAME:
   15589                 :           0 :                       if (gimple *_d2 = get_def (valueize, _p1))
   15590                 :             :                         {
   15591                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   15592                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
   15593                 :             :                               {
   15594                 :           0 :                               case VEC_COND_EXPR:
   15595                 :           0 :                                 {
   15596                 :           0 :                                   tree _q60 = gimple_assign_rhs1 (_a2);
   15597                 :           0 :                                   _q60 = do_valueize (valueize, _q60);
   15598                 :           0 :                                   tree _q61 = gimple_assign_rhs2 (_a2);
   15599                 :           0 :                                   _q61 = do_valueize (valueize, _q61);
   15600                 :           0 :                                   tree _q62 = gimple_assign_rhs3 (_a2);
   15601                 :           0 :                                   _q62 = do_valueize (valueize, _q62);
   15602                 :           0 :                                   if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
   15603                 :             :                                     {
   15604                 :           0 :                                       {
   15605                 :           0 :                                         tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1, _q61, _q62 };
   15606                 :           0 :                                         if (VECTOR_TYPE_P (type)
   15607                 :           0 :  && (TREE_CODE_CLASS (CEIL_DIV_EXPR) != tcc_comparison
   15608                 :             :  || types_match (type, TREE_TYPE (captures[2]))
   15609                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   15610                 :             :  || (optimize_vectors_before_lowering_p ()
   15611                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   15612                 :             : )
   15613                 :             :                                           {
   15614                 :           0 :                                             gimple_seq *lseq = seq;
   15615                 :           0 :                                             if (lseq
   15616                 :           0 :                                                 && (!single_use (captures[0])
   15617                 :           0 :                                                     || !single_use (captures[4])))
   15618                 :           0 :                                               lseq = NULL;
   15619                 :           0 :                                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2467;
   15620                 :           0 :                                             {
   15621                 :           0 :                                               res_op->set_op (VEC_COND_EXPR, type, 3);
   15622                 :           0 :                                               res_op->ops[0] = captures[1];
   15623                 :           0 :                                               {
   15624                 :           0 :                                                 tree _o1[2], _r1;
   15625                 :           0 :                                                 _o1[0] = captures[2];
   15626                 :           0 :                                                 _o1[1] = captures[5];
   15627                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), CEIL_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   15628                 :           0 :                                                 tem_op.resimplify (NULL, valueize);
   15629                 :           0 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   15630                 :           0 :                                                 if (!_r1) goto next_after_fail2467;
   15631                 :           0 :                                                 res_op->ops[1] = _r1;
   15632                 :             :                                               }
   15633                 :           0 :                                               {
   15634                 :           0 :                                                 tree _o1[2], _r1;
   15635                 :           0 :                                                 _o1[0] = captures[3];
   15636                 :           0 :                                                 _o1[1] = captures[6];
   15637                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), CEIL_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   15638                 :           0 :                                                 tem_op.resimplify (NULL, valueize);
   15639                 :           0 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   15640                 :           0 :                                                 if (!_r1) goto next_after_fail2467;
   15641                 :           0 :                                                 res_op->ops[2] = _r1;
   15642                 :             :                                               }
   15643                 :           0 :                                               res_op->resimplify (lseq, valueize);
   15644                 :           0 :                                               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1017, __FILE__, __LINE__, true);
   15645                 :           0 :                                               return true;
   15646                 :             :                                             }
   15647                 :           0 : next_after_fail2467:;
   15648                 :             :                                           }
   15649                 :             :                                       }
   15650                 :             :                                     }
   15651                 :             :                                   break;
   15652                 :             :                                 }
   15653                 :             :                               default:;
   15654                 :             :                               }
   15655                 :             :                         }
   15656                 :             :                       break;
   15657                 :           0 :                     default:;
   15658                 :             :                     }
   15659                 :           0 :                   {
   15660                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1 };
   15661                 :           0 :                     if (VECTOR_TYPE_P (type)
   15662                 :           0 :  && (TREE_CODE_CLASS (CEIL_DIV_EXPR) != tcc_comparison
   15663                 :             :  || types_match (type, TREE_TYPE (captures[2]))
   15664                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   15665                 :             :  || (optimize_vectors_before_lowering_p ()
   15666                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   15667                 :             : )
   15668                 :             :                       {
   15669                 :           0 :                         gimple_seq *lseq = seq;
   15670                 :           0 :                         if (lseq
   15671                 :           0 :                             && (!single_use (captures[0])))
   15672                 :           0 :                           lseq = NULL;
   15673                 :           0 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2468;
   15674                 :           0 :                         {
   15675                 :           0 :                           res_op->set_op (VEC_COND_EXPR, type, 3);
   15676                 :           0 :                           res_op->ops[0] = captures[1];
   15677                 :           0 :                           {
   15678                 :           0 :                             tree _o1[2], _r1;
   15679                 :           0 :                             _o1[0] = captures[2];
   15680                 :           0 :                             _o1[1] = captures[4];
   15681                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), CEIL_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   15682                 :           0 :                             tem_op.resimplify (NULL, valueize);
   15683                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   15684                 :           0 :                             if (!_r1) goto next_after_fail2468;
   15685                 :           0 :                             res_op->ops[1] = _r1;
   15686                 :             :                           }
   15687                 :           0 :                           {
   15688                 :           0 :                             tree _o1[2], _r1;
   15689                 :           0 :                             _o1[0] = captures[3];
   15690                 :           0 :                             _o1[1] = captures[4];
   15691                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), CEIL_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   15692                 :           0 :                             tem_op.resimplify (NULL, valueize);
   15693                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   15694                 :           0 :                             if (!_r1) goto next_after_fail2468;
   15695                 :           0 :                             res_op->ops[2] = _r1;
   15696                 :             :                           }
   15697                 :           0 :                           res_op->resimplify (lseq, valueize);
   15698                 :           0 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1018, __FILE__, __LINE__, true);
   15699                 :           0 :                           return true;
   15700                 :             :                         }
   15701                 :           0 : next_after_fail2468:;
   15702                 :             :                       }
   15703                 :             :                   }
   15704                 :           0 :                   break;
   15705                 :             :                 }
   15706                 :             :               default:;
   15707                 :             :               }
   15708                 :             :         }
   15709                 :             :       break;
   15710                 :        1875 :     default:;
   15711                 :             :     }
   15712                 :        1875 :   switch (TREE_CODE (_p1))
   15713                 :             :     {
   15714                 :         443 :     case SSA_NAME:
   15715                 :         443 :       if (gimple *_d1 = get_def (valueize, _p1))
   15716                 :             :         {
   15717                 :         333 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   15718                 :         188 :             switch (gimple_assign_rhs_code (_a1))
   15719                 :             :               {
   15720                 :           0 :               case VEC_COND_EXPR:
   15721                 :           0 :                 {
   15722                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   15723                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   15724                 :           0 :                   tree _q31 = gimple_assign_rhs2 (_a1);
   15725                 :           0 :                   _q31 = do_valueize (valueize, _q31);
   15726                 :           0 :                   tree _q32 = gimple_assign_rhs3 (_a1);
   15727                 :           0 :                   _q32 = do_valueize (valueize, _q32);
   15728                 :           0 :                   {
   15729                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32 };
   15730                 :           0 :                     if (VECTOR_TYPE_P (type)
   15731                 :           0 :  && (TREE_CODE_CLASS (CEIL_DIV_EXPR) != tcc_comparison
   15732                 :             :  || types_match (type, TREE_TYPE (captures[3]))
   15733                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[2]))
   15734                 :             :  || (optimize_vectors_before_lowering_p ()
   15735                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[3]), TREE_TYPE (captures[2]))))
   15736                 :             : )
   15737                 :             :                       {
   15738                 :           0 :                         gimple_seq *lseq = seq;
   15739                 :           0 :                         if (lseq
   15740                 :           0 :                             && (!single_use (captures[1])))
   15741                 :           0 :                           lseq = NULL;
   15742                 :           0 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2469;
   15743                 :           0 :                         {
   15744                 :           0 :                           res_op->set_op (VEC_COND_EXPR, type, 3);
   15745                 :           0 :                           res_op->ops[0] = captures[2];
   15746                 :           0 :                           {
   15747                 :           0 :                             tree _o1[2], _r1;
   15748                 :           0 :                             _o1[0] = captures[0];
   15749                 :           0 :                             _o1[1] = captures[3];
   15750                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), CEIL_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   15751                 :           0 :                             tem_op.resimplify (NULL, valueize);
   15752                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   15753                 :           0 :                             if (!_r1) goto next_after_fail2469;
   15754                 :           0 :                             res_op->ops[1] = _r1;
   15755                 :             :                           }
   15756                 :           0 :                           {
   15757                 :           0 :                             tree _o1[2], _r1;
   15758                 :           0 :                             _o1[0] = captures[0];
   15759                 :           0 :                             _o1[1] = captures[4];
   15760                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), CEIL_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   15761                 :           0 :                             tem_op.resimplify (NULL, valueize);
   15762                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   15763                 :           0 :                             if (!_r1) goto next_after_fail2469;
   15764                 :           0 :                             res_op->ops[2] = _r1;
   15765                 :             :                           }
   15766                 :           0 :                           res_op->resimplify (lseq, valueize);
   15767                 :           0 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1019, __FILE__, __LINE__, true);
   15768                 :           0 :                           return true;
   15769                 :             :                         }
   15770                 :           0 : next_after_fail2469:;
   15771                 :             :                       }
   15772                 :             :                   }
   15773                 :           0 :                   break;
   15774                 :             :                 }
   15775                 :             :               default:;
   15776                 :             :               }
   15777                 :             :         }
   15778                 :             :       break;
   15779                 :             :     default:;
   15780                 :             :     }
   15781                 :             :   return false;
   15782                 :             : }
   15783                 :             : 
   15784                 :             : bool
   15785                 :       11842 : gimple_simplify_FLOOR_DIV_EXPR (gimple_match_op *res_op, gimple_seq *seq,
   15786                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   15787                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   15788                 :             : {
   15789                 :       11842 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   15790                 :       11842 :   if (integer_onep (_p1))
   15791                 :             :     {
   15792                 :         112 :       {
   15793                 :         112 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   15794                 :         112 :         if (gimple_simplify_197 (res_op, seq, valueize, type, captures, FLOOR_DIV_EXPR))
   15795                 :         112 :           return true;
   15796                 :             :       }
   15797                 :             :     }
   15798                 :       11730 :   if (integer_zerop (_p0))
   15799                 :             :     {
   15800                 :         444 :       {
   15801                 :         444 :         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   15802                 :         444 :         if (gimple_simplify_324 (res_op, seq, valueize, type, captures, FLOOR_DIV_EXPR))
   15803                 :         444 :           return true;
   15804                 :             :       }
   15805                 :             :     }
   15806                 :       11286 :   switch (TREE_CODE (_p1))
   15807                 :             :     {
   15808                 :        4595 :     case SSA_NAME:
   15809                 :        4595 :       {
   15810                 :        4595 :         {
   15811                 :        4595 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   15812                 :        4595 :           if (gimple_simplify_326 (res_op, seq, valueize, type, captures, FLOOR_DIV_EXPR))
   15813                 :           0 :             return true;
   15814                 :             :         }
   15815                 :        4595 :         break;
   15816                 :             :       }
   15817                 :       11286 :     default:;
   15818                 :             :     }
   15819                 :       11286 : if (integer_minus_onep (_p1))
   15820                 :             :   {
   15821                 :         318 :     {
   15822                 :         318 :       tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   15823                 :         318 :       if (gimple_simplify_325 (res_op, seq, valueize, type, captures, FLOOR_DIV_EXPR))
   15824                 :         318 :         return true;
   15825                 :             :     }
   15826                 :             :   }
   15827                 :       10968 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   15828                 :             :     {
   15829                 :           0 :       {
   15830                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   15831                 :           0 :         if (gimple_simplify_327 (res_op, seq, valueize, type, captures, FLOOR_DIV_EXPR))
   15832                 :           0 :           return true;
   15833                 :             :       }
   15834                 :             :     }
   15835                 :       10968 :   switch (TREE_CODE (_p1))
   15836                 :             :     {
   15837                 :        4595 :     case SSA_NAME:
   15838                 :        4595 :       if (gimple *_d1 = get_def (valueize, _p1))
   15839                 :             :         {
   15840                 :        3746 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   15841                 :        3918 :             switch (gimple_assign_rhs_code (_a1))
   15842                 :             :               {
   15843                 :           0 :               case ABS_EXPR:
   15844                 :           0 :                 {
   15845                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   15846                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   15847                 :           0 :                   if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   15848                 :             :                     {
   15849                 :           0 :                       {
   15850                 :           0 :                         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   15851                 :           0 :                         if (gimple_simplify_328 (res_op, seq, valueize, type, captures, FLOOR_DIV_EXPR))
   15852                 :           0 :                           return true;
   15853                 :             :                       }
   15854                 :             :                     }
   15855                 :             :                   break;
   15856                 :             :                 }
   15857                 :             :               default:;
   15858                 :             :               }
   15859                 :             :         }
   15860                 :             :       break;
   15861                 :       10968 :     default:;
   15862                 :             :     }
   15863                 :       10968 :   switch (TREE_CODE (_p0))
   15864                 :             :     {
   15865                 :        9120 :     case SSA_NAME:
   15866                 :        9120 :       if (gimple *_d1 = get_def (valueize, _p0))
   15867                 :             :         {
   15868                 :        6434 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   15869                 :        6049 :             switch (gimple_assign_rhs_code (_a1))
   15870                 :             :               {
   15871                 :          24 :               case ABS_EXPR:
   15872                 :          24 :                 {
   15873                 :          24 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   15874                 :          24 :                   _q20 = do_valueize (valueize, _q20);
   15875                 :          24 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   15876                 :             :                     {
   15877                 :           0 :                       {
   15878                 :           0 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
   15879                 :           0 :                         if (gimple_simplify_328 (res_op, seq, valueize, type, captures, FLOOR_DIV_EXPR))
   15880                 :           0 :                           return true;
   15881                 :             :                       }
   15882                 :             :                     }
   15883                 :             :                   break;
   15884                 :             :                 }
   15885                 :             :               default:;
   15886                 :             :               }
   15887                 :             :         }
   15888                 :             :       break;
   15889                 :       10968 :     default:;
   15890                 :             :     }
   15891                 :       10968 :   switch (TREE_CODE (_p1))
   15892                 :             :     {
   15893                 :        4595 :     case SSA_NAME:
   15894                 :        4595 :       if (gimple *_d1 = get_def (valueize, _p1))
   15895                 :             :         {
   15896                 :        3746 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   15897                 :        3918 :             switch (gimple_assign_rhs_code (_a1))
   15898                 :             :               {
   15899                 :           0 :               case NEGATE_EXPR:
   15900                 :           0 :                 {
   15901                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   15902                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   15903                 :           0 :                   if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   15904                 :             :                     {
   15905                 :           0 :                       {
   15906                 :           0 :                         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   15907                 :           0 :                         if (gimple_simplify_329 (res_op, seq, valueize, type, captures, FLOOR_DIV_EXPR))
   15908                 :           0 :                           return true;
   15909                 :             :                       }
   15910                 :             :                     }
   15911                 :             :                   break;
   15912                 :             :                 }
   15913                 :             :               default:;
   15914                 :             :               }
   15915                 :             :         }
   15916                 :             :       break;
   15917                 :       10968 :     default:;
   15918                 :             :     }
   15919                 :       10968 :   switch (TREE_CODE (_p0))
   15920                 :             :     {
   15921                 :        9120 :     case SSA_NAME:
   15922                 :        9120 :       if (gimple *_d1 = get_def (valueize, _p0))
   15923                 :             :         {
   15924                 :        6434 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   15925                 :        6049 :             switch (gimple_assign_rhs_code (_a1))
   15926                 :             :               {
   15927                 :         152 :               case NEGATE_EXPR:
   15928                 :         152 :                 {
   15929                 :         152 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   15930                 :         152 :                   _q20 = do_valueize (valueize, _q20);
   15931                 :         152 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   15932                 :             :                     {
   15933                 :           0 :                       {
   15934                 :           0 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
   15935                 :           0 :                         if (gimple_simplify_329 (res_op, seq, valueize, type, captures, FLOOR_DIV_EXPR))
   15936                 :           0 :                           return true;
   15937                 :             :                       }
   15938                 :             :                     }
   15939                 :             :                   break;
   15940                 :             :                 }
   15941                 :             :               default:;
   15942                 :             :               }
   15943                 :             :         }
   15944                 :             :       break;
   15945                 :       10968 :     default:;
   15946                 :             :     }
   15947                 :       10968 :   {
   15948                 :       10968 :     tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   15949                 :       10968 :     if (gimple_simplify_338 (res_op, seq, valueize, type, captures, FLOOR_DIV_EXPR, TRUNC_DIV_EXPR))
   15950                 :           0 :       return true;
   15951                 :             :   }
   15952                 :       10968 :   switch (TREE_CODE (_p0))
   15953                 :             :     {
   15954                 :        9120 :     case SSA_NAME:
   15955                 :        9120 :       if (gimple *_d1 = get_def (valueize, _p0))
   15956                 :             :         {
   15957                 :        6434 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   15958                 :        6049 :             switch (gimple_assign_rhs_code (_a1))
   15959                 :             :               {
   15960                 :         347 :               CASE_CONVERT:
   15961                 :         347 :                 {
   15962                 :         347 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   15963                 :         347 :                   _q20 = do_valueize (valueize, _q20);
   15964                 :         347 :                   switch (TREE_CODE (_q20))
   15965                 :             :                     {
   15966                 :         347 :                     case SSA_NAME:
   15967                 :         347 :                       if (gimple *_d2 = get_def (valueize, _q20))
   15968                 :             :                         {
   15969                 :         314 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   15970                 :         125 :                             switch (gimple_assign_rhs_code (_a2))
   15971                 :             :                               {
   15972                 :           0 :                               case BIT_AND_EXPR:
   15973                 :           0 :                                 {
   15974                 :           0 :                                   tree _q30 = gimple_assign_rhs1 (_a2);
   15975                 :           0 :                                   _q30 = do_valueize (valueize, _q30);
   15976                 :           0 :                                   tree _q31 = gimple_assign_rhs2 (_a2);
   15977                 :           0 :                                   _q31 = do_valueize (valueize, _q31);
   15978                 :           0 :                                   if (tree_swap_operands_p (_q30, _q31))
   15979                 :           0 :                                     std::swap (_q30, _q31);
   15980                 :           0 :                                   switch (TREE_CODE (_q31))
   15981                 :             :                                     {
   15982                 :           0 :                                     case INTEGER_CST:
   15983                 :           0 :                                       {
   15984                 :           0 :                                         switch (TREE_CODE (_p1))
   15985                 :             :                                           {
   15986                 :           0 :                                           case INTEGER_CST:
   15987                 :           0 :                                             {
   15988                 :           0 :                                               {
   15989                 :           0 :                                                 tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _p1 };
   15990                 :           0 :                                                 if (gimple_simplify_331 (res_op, seq, valueize, type, captures, FLOOR_DIV_EXPR))
   15991                 :           0 :                                                   return true;
   15992                 :             :                                               }
   15993                 :           0 :                                               break;
   15994                 :             :                                             }
   15995                 :             :                                           default:;
   15996                 :             :                                           }
   15997                 :             :                                         break;
   15998                 :             :                                       }
   15999                 :             :                                     default:;
   16000                 :             :                                     }
   16001                 :       10968 :                                   break;
   16002                 :             :                                 }
   16003                 :             :                               default:;
   16004                 :             :                               }
   16005                 :             :                         }
   16006                 :             :                       break;
   16007                 :             :                     default:;
   16008                 :             :                     }
   16009                 :             :                   break;
   16010                 :             :                 }
   16011                 :           0 :               case BIT_AND_EXPR:
   16012                 :           0 :                 {
   16013                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   16014                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   16015                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   16016                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   16017                 :           0 :                   if (tree_swap_operands_p (_q20, _q21))
   16018                 :           0 :                     std::swap (_q20, _q21);
   16019                 :           0 :                   switch (TREE_CODE (_q21))
   16020                 :             :                     {
   16021                 :           0 :                     case INTEGER_CST:
   16022                 :           0 :                       {
   16023                 :           0 :                         switch (TREE_CODE (_p1))
   16024                 :             :                           {
   16025                 :           0 :                           case INTEGER_CST:
   16026                 :           0 :                             {
   16027                 :           0 :                               {
   16028                 :           0 :                                 tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   16029                 :           0 :                                 if (gimple_simplify_331 (res_op, seq, valueize, type, captures, FLOOR_DIV_EXPR))
   16030                 :           0 :                                   return true;
   16031                 :             :                               }
   16032                 :           0 :                               break;
   16033                 :             :                             }
   16034                 :             :                           default:;
   16035                 :             :                           }
   16036                 :             :                         break;
   16037                 :             :                       }
   16038                 :             :                     default:;
   16039                 :             :                     }
   16040                 :       10968 :                   break;
   16041                 :             :                 }
   16042                 :           0 :               case MULT_EXPR:
   16043                 :           0 :                 {
   16044                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   16045                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   16046                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   16047                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   16048                 :           0 :                   if (tree_swap_operands_p (_q20, _q21))
   16049                 :           0 :                     std::swap (_q20, _q21);
   16050                 :           0 :                   if ((_p1 == _q21 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q21, 0) && types_match (_p1, _q21)))
   16051                 :             :                     {
   16052                 :           0 :                       {
   16053                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   16054                 :           0 :                         if (gimple_simplify_333 (res_op, seq, valueize, type, captures, FLOOR_DIV_EXPR))
   16055                 :           0 :                           return true;
   16056                 :             :                       }
   16057                 :             :                     }
   16058                 :           0 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   16059                 :             :                     {
   16060                 :           0 :                       {
   16061                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q21, _q20 };
   16062                 :           0 :                         if (gimple_simplify_333 (res_op, seq, valueize, type, captures, FLOOR_DIV_EXPR))
   16063                 :           0 :                           return true;
   16064                 :             :                       }
   16065                 :             :                     }
   16066                 :           0 :                   switch (TREE_CODE (_q21))
   16067                 :             :                     {
   16068                 :           0 :                     case INTEGER_CST:
   16069                 :           0 :                       {
   16070                 :           0 :                         switch (TREE_CODE (_p1))
   16071                 :             :                           {
   16072                 :           0 :                           case SSA_NAME:
   16073                 :           0 :                             if (gimple *_d2 = get_def (valueize, _p1))
   16074                 :             :                               {
   16075                 :           0 :                                 if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   16076                 :           0 :                                   switch (gimple_assign_rhs_code (_a2))
   16077                 :             :                                     {
   16078                 :           0 :                                     case MULT_EXPR:
   16079                 :           0 :                                       {
   16080                 :           0 :                                         tree _q50 = gimple_assign_rhs1 (_a2);
   16081                 :           0 :                                         _q50 = do_valueize (valueize, _q50);
   16082                 :           0 :                                         tree _q51 = gimple_assign_rhs2 (_a2);
   16083                 :           0 :                                         _q51 = do_valueize (valueize, _q51);
   16084                 :           0 :                                         if (tree_swap_operands_p (_q50, _q51))
   16085                 :           0 :                                           std::swap (_q50, _q51);
   16086                 :           0 :                                         if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
   16087                 :             :                                           {
   16088                 :           0 :                                             switch (TREE_CODE (_q51))
   16089                 :             :                                               {
   16090                 :           0 :                                               case INTEGER_CST:
   16091                 :           0 :                                                 {
   16092                 :           0 :                                                   {
   16093                 :           0 :                                                     tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q51 };
   16094                 :           0 :                                                     if (gimple_simplify_335 (res_op, seq, valueize, type, captures, FLOOR_DIV_EXPR))
   16095                 :           0 :                                                       return true;
   16096                 :             :                                                   }
   16097                 :           0 :                                                   break;
   16098                 :             :                                                 }
   16099                 :             :                                               default:;
   16100                 :             :                                               }
   16101                 :             :                                           }
   16102                 :       10968 :                                         break;
   16103                 :             :                                       }
   16104                 :             :                                     default:;
   16105                 :             :                                     }
   16106                 :             :                               }
   16107                 :             :                             break;
   16108                 :           0 :                           case INTEGER_CST:
   16109                 :           0 :                             {
   16110                 :           0 :                               {
   16111                 :           0 :                                 tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   16112                 :           0 :                                 if (gimple_simplify_334 (res_op, seq, valueize, type, captures, FLOOR_DIV_EXPR))
   16113                 :           0 :                                   return true;
   16114                 :             :                               }
   16115                 :           0 :                               break;
   16116                 :             :                             }
   16117                 :             :                           default:;
   16118                 :             :                           }
   16119                 :             :                         break;
   16120                 :             :                       }
   16121                 :             :                     default:;
   16122                 :             :                     }
   16123                 :       10968 :                   break;
   16124                 :             :                 }
   16125                 :           0 :               case VEC_COND_EXPR:
   16126                 :           0 :                 {
   16127                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   16128                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   16129                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   16130                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   16131                 :           0 :                   tree _q22 = gimple_assign_rhs3 (_a1);
   16132                 :           0 :                   _q22 = do_valueize (valueize, _q22);
   16133                 :           0 :                   switch (TREE_CODE (_p1))
   16134                 :             :                     {
   16135                 :           0 :                     case SSA_NAME:
   16136                 :           0 :                       if (gimple *_d2 = get_def (valueize, _p1))
   16137                 :             :                         {
   16138                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   16139                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
   16140                 :             :                               {
   16141                 :           0 :                               case VEC_COND_EXPR:
   16142                 :           0 :                                 {
   16143                 :           0 :                                   tree _q60 = gimple_assign_rhs1 (_a2);
   16144                 :           0 :                                   _q60 = do_valueize (valueize, _q60);
   16145                 :           0 :                                   tree _q61 = gimple_assign_rhs2 (_a2);
   16146                 :           0 :                                   _q61 = do_valueize (valueize, _q61);
   16147                 :           0 :                                   tree _q62 = gimple_assign_rhs3 (_a2);
   16148                 :           0 :                                   _q62 = do_valueize (valueize, _q62);
   16149                 :           0 :                                   if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
   16150                 :             :                                     {
   16151                 :           0 :                                       {
   16152                 :           0 :                                         tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1, _q61, _q62 };
   16153                 :           0 :                                         if (VECTOR_TYPE_P (type)
   16154                 :           0 :  && (TREE_CODE_CLASS (FLOOR_DIV_EXPR) != tcc_comparison
   16155                 :             :  || types_match (type, TREE_TYPE (captures[2]))
   16156                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   16157                 :             :  || (optimize_vectors_before_lowering_p ()
   16158                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   16159                 :             : )
   16160                 :             :                                           {
   16161                 :           0 :                                             gimple_seq *lseq = seq;
   16162                 :           0 :                                             if (lseq
   16163                 :           0 :                                                 && (!single_use (captures[0])
   16164                 :           0 :                                                     || !single_use (captures[4])))
   16165                 :           0 :                                               lseq = NULL;
   16166                 :           0 :                                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2470;
   16167                 :           0 :                                             {
   16168                 :           0 :                                               res_op->set_op (VEC_COND_EXPR, type, 3);
   16169                 :           0 :                                               res_op->ops[0] = captures[1];
   16170                 :           0 :                                               {
   16171                 :           0 :                                                 tree _o1[2], _r1;
   16172                 :           0 :                                                 _o1[0] = captures[2];
   16173                 :           0 :                                                 _o1[1] = captures[5];
   16174                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), FLOOR_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   16175                 :           0 :                                                 tem_op.resimplify (NULL, valueize);
   16176                 :           0 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   16177                 :           0 :                                                 if (!_r1) goto next_after_fail2470;
   16178                 :           0 :                                                 res_op->ops[1] = _r1;
   16179                 :             :                                               }
   16180                 :           0 :                                               {
   16181                 :           0 :                                                 tree _o1[2], _r1;
   16182                 :           0 :                                                 _o1[0] = captures[3];
   16183                 :           0 :                                                 _o1[1] = captures[6];
   16184                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), FLOOR_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   16185                 :           0 :                                                 tem_op.resimplify (NULL, valueize);
   16186                 :           0 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   16187                 :           0 :                                                 if (!_r1) goto next_after_fail2470;
   16188                 :           0 :                                                 res_op->ops[2] = _r1;
   16189                 :             :                                               }
   16190                 :           0 :                                               res_op->resimplify (lseq, valueize);
   16191                 :           0 :                                               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1017, __FILE__, __LINE__, true);
   16192                 :           0 :                                               return true;
   16193                 :             :                                             }
   16194                 :           0 : next_after_fail2470:;
   16195                 :             :                                           }
   16196                 :             :                                       }
   16197                 :             :                                     }
   16198                 :             :                                   break;
   16199                 :             :                                 }
   16200                 :             :                               default:;
   16201                 :             :                               }
   16202                 :             :                         }
   16203                 :             :                       break;
   16204                 :           0 :                     default:;
   16205                 :             :                     }
   16206                 :           0 :                   {
   16207                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1 };
   16208                 :           0 :                     if (VECTOR_TYPE_P (type)
   16209                 :           0 :  && (TREE_CODE_CLASS (FLOOR_DIV_EXPR) != tcc_comparison
   16210                 :             :  || types_match (type, TREE_TYPE (captures[2]))
   16211                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   16212                 :             :  || (optimize_vectors_before_lowering_p ()
   16213                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   16214                 :             : )
   16215                 :             :                       {
   16216                 :           0 :                         gimple_seq *lseq = seq;
   16217                 :           0 :                         if (lseq
   16218                 :           0 :                             && (!single_use (captures[0])))
   16219                 :           0 :                           lseq = NULL;
   16220                 :           0 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2471;
   16221                 :           0 :                         {
   16222                 :           0 :                           res_op->set_op (VEC_COND_EXPR, type, 3);
   16223                 :           0 :                           res_op->ops[0] = captures[1];
   16224                 :           0 :                           {
   16225                 :           0 :                             tree _o1[2], _r1;
   16226                 :           0 :                             _o1[0] = captures[2];
   16227                 :           0 :                             _o1[1] = captures[4];
   16228                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), FLOOR_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   16229                 :           0 :                             tem_op.resimplify (NULL, valueize);
   16230                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   16231                 :           0 :                             if (!_r1) goto next_after_fail2471;
   16232                 :           0 :                             res_op->ops[1] = _r1;
   16233                 :             :                           }
   16234                 :           0 :                           {
   16235                 :           0 :                             tree _o1[2], _r1;
   16236                 :           0 :                             _o1[0] = captures[3];
   16237                 :           0 :                             _o1[1] = captures[4];
   16238                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), FLOOR_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   16239                 :           0 :                             tem_op.resimplify (NULL, valueize);
   16240                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   16241                 :           0 :                             if (!_r1) goto next_after_fail2471;
   16242                 :           0 :                             res_op->ops[2] = _r1;
   16243                 :             :                           }
   16244                 :           0 :                           res_op->resimplify (lseq, valueize);
   16245                 :           0 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1018, __FILE__, __LINE__, true);
   16246                 :           0 :                           return true;
   16247                 :             :                         }
   16248                 :           0 : next_after_fail2471:;
   16249                 :             :                       }
   16250                 :             :                   }
   16251                 :           0 :                   break;
   16252                 :             :                 }
   16253                 :             :               default:;
   16254                 :             :               }
   16255                 :             :         }
   16256                 :             :       break;
   16257                 :       10968 :     default:;
   16258                 :             :     }
   16259                 :       10968 :   switch (TREE_CODE (_p1))
   16260                 :             :     {
   16261                 :        4595 :     case SSA_NAME:
   16262                 :        4595 :       if (gimple *_d1 = get_def (valueize, _p1))
   16263                 :             :         {
   16264                 :        3746 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   16265                 :        3918 :             switch (gimple_assign_rhs_code (_a1))
   16266                 :             :               {
   16267                 :           0 :               case VEC_COND_EXPR:
   16268                 :           0 :                 {
   16269                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   16270                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   16271                 :           0 :                   tree _q31 = gimple_assign_rhs2 (_a1);
   16272                 :           0 :                   _q31 = do_valueize (valueize, _q31);
   16273                 :           0 :                   tree _q32 = gimple_assign_rhs3 (_a1);
   16274                 :           0 :                   _q32 = do_valueize (valueize, _q32);
   16275                 :           0 :                   {
   16276                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32 };
   16277                 :           0 :                     if (VECTOR_TYPE_P (type)
   16278                 :           0 :  && (TREE_CODE_CLASS (FLOOR_DIV_EXPR) != tcc_comparison
   16279                 :             :  || types_match (type, TREE_TYPE (captures[3]))
   16280                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[2]))
   16281                 :             :  || (optimize_vectors_before_lowering_p ()
   16282                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[3]), TREE_TYPE (captures[2]))))
   16283                 :             : )
   16284                 :             :                       {
   16285                 :           0 :                         gimple_seq *lseq = seq;
   16286                 :           0 :                         if (lseq
   16287                 :           0 :                             && (!single_use (captures[1])))
   16288                 :           0 :                           lseq = NULL;
   16289                 :           0 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2472;
   16290                 :           0 :                         {
   16291                 :           0 :                           res_op->set_op (VEC_COND_EXPR, type, 3);
   16292                 :           0 :                           res_op->ops[0] = captures[2];
   16293                 :           0 :                           {
   16294                 :           0 :                             tree _o1[2], _r1;
   16295                 :           0 :                             _o1[0] = captures[0];
   16296                 :           0 :                             _o1[1] = captures[3];
   16297                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), FLOOR_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   16298                 :           0 :                             tem_op.resimplify (NULL, valueize);
   16299                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   16300                 :           0 :                             if (!_r1) goto next_after_fail2472;
   16301                 :           0 :                             res_op->ops[1] = _r1;
   16302                 :             :                           }
   16303                 :           0 :                           {
   16304                 :           0 :                             tree _o1[2], _r1;
   16305                 :           0 :                             _o1[0] = captures[0];
   16306                 :           0 :                             _o1[1] = captures[4];
   16307                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), FLOOR_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   16308                 :           0 :                             tem_op.resimplify (NULL, valueize);
   16309                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   16310                 :           0 :                             if (!_r1) goto next_after_fail2472;
   16311                 :           0 :                             res_op->ops[2] = _r1;
   16312                 :             :                           }
   16313                 :           0 :                           res_op->resimplify (lseq, valueize);
   16314                 :           0 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1019, __FILE__, __LINE__, true);
   16315                 :           0 :                           return true;
   16316                 :             :                         }
   16317                 :           0 : next_after_fail2472:;
   16318                 :             :                       }
   16319                 :             :                   }
   16320                 :           0 :                   break;
   16321                 :             :                 }
   16322                 :             :               default:;
   16323                 :             :               }
   16324                 :             :         }
   16325                 :             :       break;
   16326                 :             :     default:;
   16327                 :             :     }
   16328                 :             :   return false;
   16329                 :             : }
   16330                 :             : 
   16331                 :             : bool
   16332                 :           0 : gimple_simplify_ROUND_DIV_EXPR (gimple_match_op *res_op, gimple_seq *seq,
   16333                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   16334                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   16335                 :             : {
   16336                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   16337                 :           0 :   if (integer_onep (_p1))
   16338                 :             :     {
   16339                 :           0 :       {
   16340                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   16341                 :           0 :         if (gimple_simplify_197 (res_op, seq, valueize, type, captures, ROUND_DIV_EXPR))
   16342                 :           0 :           return true;
   16343                 :             :       }
   16344                 :             :     }
   16345                 :           0 :   if (integer_zerop (_p0))
   16346                 :             :     {
   16347                 :           0 :       {
   16348                 :           0 :         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   16349                 :           0 :         if (gimple_simplify_324 (res_op, seq, valueize, type, captures, ROUND_DIV_EXPR))
   16350                 :           0 :           return true;
   16351                 :             :       }
   16352                 :             :     }
   16353                 :           0 :   switch (TREE_CODE (_p1))
   16354                 :             :     {
   16355                 :           0 :     case SSA_NAME:
   16356                 :           0 :       {
   16357                 :           0 :         {
   16358                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   16359                 :           0 :           if (gimple_simplify_326 (res_op, seq, valueize, type, captures, ROUND_DIV_EXPR))
   16360                 :           0 :             return true;
   16361                 :             :         }
   16362                 :           0 :         break;
   16363                 :             :       }
   16364                 :           0 :     default:;
   16365                 :             :     }
   16366                 :           0 : if (integer_minus_onep (_p1))
   16367                 :             :   {
   16368                 :           0 :     {
   16369                 :           0 :       tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   16370                 :           0 :       if (gimple_simplify_325 (res_op, seq, valueize, type, captures, ROUND_DIV_EXPR))
   16371                 :           0 :         return true;
   16372                 :             :     }
   16373                 :             :   }
   16374                 :           0 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   16375                 :             :     {
   16376                 :           0 :       {
   16377                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   16378                 :           0 :         if (gimple_simplify_327 (res_op, seq, valueize, type, captures, ROUND_DIV_EXPR))
   16379                 :           0 :           return true;
   16380                 :             :       }
   16381                 :             :     }
   16382                 :           0 :   switch (TREE_CODE (_p1))
   16383                 :             :     {
   16384                 :           0 :     case SSA_NAME:
   16385                 :           0 :       if (gimple *_d1 = get_def (valueize, _p1))
   16386                 :             :         {
   16387                 :           0 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   16388                 :           0 :             switch (gimple_assign_rhs_code (_a1))
   16389                 :             :               {
   16390                 :           0 :               case ABS_EXPR:
   16391                 :           0 :                 {
   16392                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   16393                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   16394                 :           0 :                   if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   16395                 :             :                     {
   16396                 :           0 :                       {
   16397                 :           0 :                         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   16398                 :           0 :                         if (gimple_simplify_328 (res_op, seq, valueize, type, captures, ROUND_DIV_EXPR))
   16399                 :           0 :                           return true;
   16400                 :             :                       }
   16401                 :             :                     }
   16402                 :             :                   break;
   16403                 :             :                 }
   16404                 :             :               default:;
   16405                 :             :               }
   16406                 :             :         }
   16407                 :             :       break;
   16408                 :           0 :     default:;
   16409                 :             :     }
   16410                 :           0 :   switch (TREE_CODE (_p0))
   16411                 :             :     {
   16412                 :           0 :     case SSA_NAME:
   16413                 :           0 :       if (gimple *_d1 = get_def (valueize, _p0))
   16414                 :             :         {
   16415                 :           0 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   16416                 :           0 :             switch (gimple_assign_rhs_code (_a1))
   16417                 :             :               {
   16418                 :           0 :               case ABS_EXPR:
   16419                 :           0 :                 {
   16420                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   16421                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   16422                 :           0 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   16423                 :             :                     {
   16424                 :           0 :                       {
   16425                 :           0 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
   16426                 :           0 :                         if (gimple_simplify_328 (res_op, seq, valueize, type, captures, ROUND_DIV_EXPR))
   16427                 :           0 :                           return true;
   16428                 :             :                       }
   16429                 :             :                     }
   16430                 :             :                   break;
   16431                 :             :                 }
   16432                 :             :               default:;
   16433                 :             :               }
   16434                 :             :         }
   16435                 :             :       break;
   16436                 :           0 :     default:;
   16437                 :             :     }
   16438                 :           0 :   switch (TREE_CODE (_p1))
   16439                 :             :     {
   16440                 :           0 :     case SSA_NAME:
   16441                 :           0 :       if (gimple *_d1 = get_def (valueize, _p1))
   16442                 :             :         {
   16443                 :           0 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   16444                 :           0 :             switch (gimple_assign_rhs_code (_a1))
   16445                 :             :               {
   16446                 :           0 :               case NEGATE_EXPR:
   16447                 :           0 :                 {
   16448                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   16449                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   16450                 :           0 :                   if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   16451                 :             :                     {
   16452                 :           0 :                       {
   16453                 :           0 :                         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   16454                 :           0 :                         if (gimple_simplify_329 (res_op, seq, valueize, type, captures, ROUND_DIV_EXPR))
   16455                 :           0 :                           return true;
   16456                 :             :                       }
   16457                 :             :                     }
   16458                 :             :                   break;
   16459                 :             :                 }
   16460                 :             :               default:;
   16461                 :             :               }
   16462                 :             :         }
   16463                 :             :       break;
   16464                 :           0 :     default:;
   16465                 :             :     }
   16466                 :           0 :   switch (TREE_CODE (_p0))
   16467                 :             :     {
   16468                 :           0 :     case SSA_NAME:
   16469                 :           0 :       if (gimple *_d1 = get_def (valueize, _p0))
   16470                 :             :         {
   16471                 :           0 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   16472                 :           0 :             switch (gimple_assign_rhs_code (_a1))
   16473                 :             :               {
   16474                 :           0 :               case NEGATE_EXPR:
   16475                 :           0 :                 {
   16476                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   16477                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   16478                 :           0 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   16479                 :             :                     {
   16480                 :           0 :                       {
   16481                 :           0 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
   16482                 :           0 :                         if (gimple_simplify_329 (res_op, seq, valueize, type, captures, ROUND_DIV_EXPR))
   16483                 :           0 :                           return true;
   16484                 :             :                       }
   16485                 :             :                     }
   16486                 :             :                   break;
   16487                 :             :                 }
   16488                 :           0 :               CASE_CONVERT:
   16489                 :           0 :                 {
   16490                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   16491                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   16492                 :           0 :                   switch (TREE_CODE (_q20))
   16493                 :             :                     {
   16494                 :           0 :                     case SSA_NAME:
   16495                 :           0 :                       if (gimple *_d2 = get_def (valueize, _q20))
   16496                 :             :                         {
   16497                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   16498                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
   16499                 :             :                               {
   16500                 :           0 :                               case BIT_AND_EXPR:
   16501                 :           0 :                                 {
   16502                 :           0 :                                   tree _q30 = gimple_assign_rhs1 (_a2);
   16503                 :           0 :                                   _q30 = do_valueize (valueize, _q30);
   16504                 :           0 :                                   tree _q31 = gimple_assign_rhs2 (_a2);
   16505                 :           0 :                                   _q31 = do_valueize (valueize, _q31);
   16506                 :           0 :                                   if (tree_swap_operands_p (_q30, _q31))
   16507                 :           0 :                                     std::swap (_q30, _q31);
   16508                 :           0 :                                   switch (TREE_CODE (_q31))
   16509                 :             :                                     {
   16510                 :           0 :                                     case INTEGER_CST:
   16511                 :           0 :                                       {
   16512                 :           0 :                                         switch (TREE_CODE (_p1))
   16513                 :             :                                           {
   16514                 :           0 :                                           case INTEGER_CST:
   16515                 :           0 :                                             {
   16516                 :           0 :                                               {
   16517                 :           0 :                                                 tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _p1 };
   16518                 :           0 :                                                 if (gimple_simplify_331 (res_op, seq, valueize, type, captures, ROUND_DIV_EXPR))
   16519                 :           0 :                                                   return true;
   16520                 :             :                                               }
   16521                 :           0 :                                               break;
   16522                 :             :                                             }
   16523                 :             :                                           default:;
   16524                 :             :                                           }
   16525                 :             :                                         break;
   16526                 :             :                                       }
   16527                 :             :                                     default:;
   16528                 :             :                                     }
   16529                 :           0 :                                   break;
   16530                 :             :                                 }
   16531                 :             :                               default:;
   16532                 :             :                               }
   16533                 :             :                         }
   16534                 :             :                       break;
   16535                 :             :                     default:;
   16536                 :             :                     }
   16537                 :             :                   break;
   16538                 :             :                 }
   16539                 :           0 :               case BIT_AND_EXPR:
   16540                 :           0 :                 {
   16541                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   16542                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   16543                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   16544                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   16545                 :           0 :                   if (tree_swap_operands_p (_q20, _q21))
   16546                 :           0 :                     std::swap (_q20, _q21);
   16547                 :           0 :                   switch (TREE_CODE (_q21))
   16548                 :             :                     {
   16549                 :           0 :                     case INTEGER_CST:
   16550                 :           0 :                       {
   16551                 :           0 :                         switch (TREE_CODE (_p1))
   16552                 :             :                           {
   16553                 :           0 :                           case INTEGER_CST:
   16554                 :           0 :                             {
   16555                 :           0 :                               {
   16556                 :           0 :                                 tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   16557                 :           0 :                                 if (gimple_simplify_331 (res_op, seq, valueize, type, captures, ROUND_DIV_EXPR))
   16558                 :           0 :                                   return true;
   16559                 :             :                               }
   16560                 :           0 :                               break;
   16561                 :             :                             }
   16562                 :             :                           default:;
   16563                 :             :                           }
   16564                 :             :                         break;
   16565                 :             :                       }
   16566                 :             :                     default:;
   16567                 :             :                     }
   16568                 :           0 :                   break;
   16569                 :             :                 }
   16570                 :           0 :               case MULT_EXPR:
   16571                 :           0 :                 {
   16572                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   16573                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   16574                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   16575                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   16576                 :           0 :                   if (tree_swap_operands_p (_q20, _q21))
   16577                 :           0 :                     std::swap (_q20, _q21);
   16578                 :           0 :                   if ((_p1 == _q21 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q21, 0) && types_match (_p1, _q21)))
   16579                 :             :                     {
   16580                 :           0 :                       {
   16581                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   16582                 :           0 :                         if (gimple_simplify_333 (res_op, seq, valueize, type, captures, ROUND_DIV_EXPR))
   16583                 :           0 :                           return true;
   16584                 :             :                       }
   16585                 :             :                     }
   16586                 :           0 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   16587                 :             :                     {
   16588                 :           0 :                       {
   16589                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q21, _q20 };
   16590                 :           0 :                         if (gimple_simplify_333 (res_op, seq, valueize, type, captures, ROUND_DIV_EXPR))
   16591                 :           0 :                           return true;
   16592                 :             :                       }
   16593                 :             :                     }
   16594                 :           0 :                   switch (TREE_CODE (_q21))
   16595                 :             :                     {
   16596                 :           0 :                     case INTEGER_CST:
   16597                 :           0 :                       {
   16598                 :           0 :                         switch (TREE_CODE (_p1))
   16599                 :             :                           {
   16600                 :           0 :                           case SSA_NAME:
   16601                 :           0 :                             if (gimple *_d2 = get_def (valueize, _p1))
   16602                 :             :                               {
   16603                 :           0 :                                 if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   16604                 :           0 :                                   switch (gimple_assign_rhs_code (_a2))
   16605                 :             :                                     {
   16606                 :           0 :                                     case MULT_EXPR:
   16607                 :           0 :                                       {
   16608                 :           0 :                                         tree _q50 = gimple_assign_rhs1 (_a2);
   16609                 :           0 :                                         _q50 = do_valueize (valueize, _q50);
   16610                 :           0 :                                         tree _q51 = gimple_assign_rhs2 (_a2);
   16611                 :           0 :                                         _q51 = do_valueize (valueize, _q51);
   16612                 :           0 :                                         if (tree_swap_operands_p (_q50, _q51))
   16613                 :           0 :                                           std::swap (_q50, _q51);
   16614                 :           0 :                                         if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
   16615                 :             :                                           {
   16616                 :           0 :                                             switch (TREE_CODE (_q51))
   16617                 :             :                                               {
   16618                 :           0 :                                               case INTEGER_CST:
   16619                 :           0 :                                                 {
   16620                 :           0 :                                                   {
   16621                 :           0 :                                                     tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q51 };
   16622                 :           0 :                                                     if (gimple_simplify_335 (res_op, seq, valueize, type, captures, ROUND_DIV_EXPR))
   16623                 :           0 :                                                       return true;
   16624                 :             :                                                   }
   16625                 :           0 :                                                   break;
   16626                 :             :                                                 }
   16627                 :             :                                               default:;
   16628                 :             :                                               }
   16629                 :             :                                           }
   16630                 :           0 :                                         break;
   16631                 :             :                                       }
   16632                 :             :                                     default:;
   16633                 :             :                                     }
   16634                 :             :                               }
   16635                 :             :                             break;
   16636                 :           0 :                           case INTEGER_CST:
   16637                 :           0 :                             {
   16638                 :           0 :                               {
   16639                 :           0 :                                 tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   16640                 :           0 :                                 if (gimple_simplify_334 (res_op, seq, valueize, type, captures, ROUND_DIV_EXPR))
   16641                 :           0 :                                   return true;
   16642                 :             :                               }
   16643                 :           0 :                               break;
   16644                 :             :                             }
   16645                 :             :                           default:;
   16646                 :             :                           }
   16647                 :             :                         break;
   16648                 :             :                       }
   16649                 :             :                     default:;
   16650                 :             :                     }
   16651                 :           0 :                   break;
   16652                 :             :                 }
   16653                 :           0 :               case VEC_COND_EXPR:
   16654                 :           0 :                 {
   16655                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   16656                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   16657                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   16658                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   16659                 :           0 :                   tree _q22 = gimple_assign_rhs3 (_a1);
   16660                 :           0 :                   _q22 = do_valueize (valueize, _q22);
   16661                 :           0 :                   switch (TREE_CODE (_p1))
   16662                 :             :                     {
   16663                 :           0 :                     case SSA_NAME:
   16664                 :           0 :                       if (gimple *_d2 = get_def (valueize, _p1))
   16665                 :             :                         {
   16666                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   16667                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
   16668                 :             :                               {
   16669                 :           0 :                               case VEC_COND_EXPR:
   16670                 :           0 :                                 {
   16671                 :           0 :                                   tree _q60 = gimple_assign_rhs1 (_a2);
   16672                 :           0 :                                   _q60 = do_valueize (valueize, _q60);
   16673                 :           0 :                                   tree _q61 = gimple_assign_rhs2 (_a2);
   16674                 :           0 :                                   _q61 = do_valueize (valueize, _q61);
   16675                 :           0 :                                   tree _q62 = gimple_assign_rhs3 (_a2);
   16676                 :           0 :                                   _q62 = do_valueize (valueize, _q62);
   16677                 :           0 :                                   if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
   16678                 :             :                                     {
   16679                 :           0 :                                       {
   16680                 :           0 :                                         tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1, _q61, _q62 };
   16681                 :           0 :                                         if (VECTOR_TYPE_P (type)
   16682                 :           0 :  && (TREE_CODE_CLASS (ROUND_DIV_EXPR) != tcc_comparison
   16683                 :             :  || types_match (type, TREE_TYPE (captures[2]))
   16684                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   16685                 :             :  || (optimize_vectors_before_lowering_p ()
   16686                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   16687                 :             : )
   16688                 :             :                                           {
   16689                 :           0 :                                             gimple_seq *lseq = seq;
   16690                 :           0 :                                             if (lseq
   16691                 :           0 :                                                 && (!single_use (captures[0])
   16692                 :           0 :                                                     || !single_use (captures[4])))
   16693                 :           0 :                                               lseq = NULL;
   16694                 :           0 :                                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2473;
   16695                 :           0 :                                             {
   16696                 :           0 :                                               res_op->set_op (VEC_COND_EXPR, type, 3);
   16697                 :           0 :                                               res_op->ops[0] = captures[1];
   16698                 :           0 :                                               {
   16699                 :           0 :                                                 tree _o1[2], _r1;
   16700                 :           0 :                                                 _o1[0] = captures[2];
   16701                 :           0 :                                                 _o1[1] = captures[5];
   16702                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), ROUND_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   16703                 :           0 :                                                 tem_op.resimplify (NULL, valueize);
   16704                 :           0 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   16705                 :           0 :                                                 if (!_r1) goto next_after_fail2473;
   16706                 :           0 :                                                 res_op->ops[1] = _r1;
   16707                 :             :                                               }
   16708                 :           0 :                                               {
   16709                 :           0 :                                                 tree _o1[2], _r1;
   16710                 :           0 :                                                 _o1[0] = captures[3];
   16711                 :           0 :                                                 _o1[1] = captures[6];
   16712                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), ROUND_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   16713                 :           0 :                                                 tem_op.resimplify (NULL, valueize);
   16714                 :           0 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   16715                 :           0 :                                                 if (!_r1) goto next_after_fail2473;
   16716                 :           0 :                                                 res_op->ops[2] = _r1;
   16717                 :             :                                               }
   16718                 :           0 :                                               res_op->resimplify (lseq, valueize);
   16719                 :           0 :                                               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1017, __FILE__, __LINE__, true);
   16720                 :           0 :                                               return true;
   16721                 :             :                                             }
   16722                 :           0 : next_after_fail2473:;
   16723                 :             :                                           }
   16724                 :             :                                       }
   16725                 :             :                                     }
   16726                 :             :                                   break;
   16727                 :             :                                 }
   16728                 :             :                               default:;
   16729                 :             :                               }
   16730                 :             :                         }
   16731                 :             :                       break;
   16732                 :           0 :                     default:;
   16733                 :             :                     }
   16734                 :           0 :                   {
   16735                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1 };
   16736                 :           0 :                     if (VECTOR_TYPE_P (type)
   16737                 :           0 :  && (TREE_CODE_CLASS (ROUND_DIV_EXPR) != tcc_comparison
   16738                 :             :  || types_match (type, TREE_TYPE (captures[2]))
   16739                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   16740                 :             :  || (optimize_vectors_before_lowering_p ()
   16741                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   16742                 :             : )
   16743                 :             :                       {
   16744                 :           0 :                         gimple_seq *lseq = seq;
   16745                 :           0 :                         if (lseq
   16746                 :           0 :                             && (!single_use (captures[0])))
   16747                 :           0 :                           lseq = NULL;
   16748                 :           0 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2474;
   16749                 :           0 :                         {
   16750                 :           0 :                           res_op->set_op (VEC_COND_EXPR, type, 3);
   16751                 :           0 :                           res_op->ops[0] = captures[1];
   16752                 :           0 :                           {
   16753                 :           0 :                             tree _o1[2], _r1;
   16754                 :           0 :                             _o1[0] = captures[2];
   16755                 :           0 :                             _o1[1] = captures[4];
   16756                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), ROUND_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   16757                 :           0 :                             tem_op.resimplify (NULL, valueize);
   16758                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   16759                 :           0 :                             if (!_r1) goto next_after_fail2474;
   16760                 :           0 :                             res_op->ops[1] = _r1;
   16761                 :             :                           }
   16762                 :           0 :                           {
   16763                 :           0 :                             tree _o1[2], _r1;
   16764                 :           0 :                             _o1[0] = captures[3];
   16765                 :           0 :                             _o1[1] = captures[4];
   16766                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), ROUND_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   16767                 :           0 :                             tem_op.resimplify (NULL, valueize);
   16768                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   16769                 :           0 :                             if (!_r1) goto next_after_fail2474;
   16770                 :           0 :                             res_op->ops[2] = _r1;
   16771                 :             :                           }
   16772                 :           0 :                           res_op->resimplify (lseq, valueize);
   16773                 :           0 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1018, __FILE__, __LINE__, true);
   16774                 :           0 :                           return true;
   16775                 :             :                         }
   16776                 :           0 : next_after_fail2474:;
   16777                 :             :                       }
   16778                 :             :                   }
   16779                 :           0 :                   break;
   16780                 :             :                 }
   16781                 :             :               default:;
   16782                 :             :               }
   16783                 :             :         }
   16784                 :             :       break;
   16785                 :           0 :     default:;
   16786                 :             :     }
   16787                 :           0 :   switch (TREE_CODE (_p1))
   16788                 :             :     {
   16789                 :           0 :     case SSA_NAME:
   16790                 :           0 :       if (gimple *_d1 = get_def (valueize, _p1))
   16791                 :             :         {
   16792                 :           0 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   16793                 :           0 :             switch (gimple_assign_rhs_code (_a1))
   16794                 :             :               {
   16795                 :           0 :               case VEC_COND_EXPR:
   16796                 :           0 :                 {
   16797                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   16798                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   16799                 :           0 :                   tree _q31 = gimple_assign_rhs2 (_a1);
   16800                 :           0 :                   _q31 = do_valueize (valueize, _q31);
   16801                 :           0 :                   tree _q32 = gimple_assign_rhs3 (_a1);
   16802                 :           0 :                   _q32 = do_valueize (valueize, _q32);
   16803                 :           0 :                   {
   16804                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32 };
   16805                 :           0 :                     if (VECTOR_TYPE_P (type)
   16806                 :           0 :  && (TREE_CODE_CLASS (ROUND_DIV_EXPR) != tcc_comparison
   16807                 :             :  || types_match (type, TREE_TYPE (captures[3]))
   16808                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[2]))
   16809                 :             :  || (optimize_vectors_before_lowering_p ()
   16810                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[3]), TREE_TYPE (captures[2]))))
   16811                 :             : )
   16812                 :             :                       {
   16813                 :           0 :                         gimple_seq *lseq = seq;
   16814                 :           0 :                         if (lseq
   16815                 :           0 :                             && (!single_use (captures[1])))
   16816                 :           0 :                           lseq = NULL;
   16817                 :           0 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2475;
   16818                 :           0 :                         {
   16819                 :           0 :                           res_op->set_op (VEC_COND_EXPR, type, 3);
   16820                 :           0 :                           res_op->ops[0] = captures[2];
   16821                 :           0 :                           {
   16822                 :           0 :                             tree _o1[2], _r1;
   16823                 :           0 :                             _o1[0] = captures[0];
   16824                 :           0 :                             _o1[1] = captures[3];
   16825                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), ROUND_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   16826                 :           0 :                             tem_op.resimplify (NULL, valueize);
   16827                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   16828                 :           0 :                             if (!_r1) goto next_after_fail2475;
   16829                 :           0 :                             res_op->ops[1] = _r1;
   16830                 :             :                           }
   16831                 :           0 :                           {
   16832                 :           0 :                             tree _o1[2], _r1;
   16833                 :           0 :                             _o1[0] = captures[0];
   16834                 :           0 :                             _o1[1] = captures[4];
   16835                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), ROUND_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   16836                 :           0 :                             tem_op.resimplify (NULL, valueize);
   16837                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   16838                 :           0 :                             if (!_r1) goto next_after_fail2475;
   16839                 :           0 :                             res_op->ops[2] = _r1;
   16840                 :             :                           }
   16841                 :           0 :                           res_op->resimplify (lseq, valueize);
   16842                 :           0 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1019, __FILE__, __LINE__, true);
   16843                 :           0 :                           return true;
   16844                 :             :                         }
   16845                 :           0 : next_after_fail2475:;
   16846                 :             :                       }
   16847                 :             :                   }
   16848                 :           0 :                   break;
   16849                 :             :                 }
   16850                 :             :               default:;
   16851                 :             :               }
   16852                 :             :         }
   16853                 :             :       break;
   16854                 :             :     default:;
   16855                 :             :     }
   16856                 :             :   return false;
   16857                 :             : }
   16858                 :             : 
   16859                 :             : bool
   16860                 :     1011248 : gimple_simplify_EXACT_DIV_EXPR (gimple_match_op *res_op, gimple_seq *seq,
   16861                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   16862                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   16863                 :             : {
   16864                 :     1011248 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   16865                 :     1011248 :   if (integer_onep (_p1))
   16866                 :             :     {
   16867                 :           0 :       {
   16868                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   16869                 :           0 :         if (gimple_simplify_197 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   16870                 :           0 :           return true;
   16871                 :             :       }
   16872                 :             :     }
   16873                 :     1011248 :   switch (TREE_CODE (_p0))
   16874                 :             :     {
   16875                 :     1003931 :     case SSA_NAME:
   16876                 :     1003931 :       if (gimple *_d1 = get_def (valueize, _p0))
   16877                 :             :         {
   16878                 :      683163 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   16879                 :      668390 :             switch (gimple_assign_rhs_code (_a1))
   16880                 :             :               {
   16881                 :       26049 :               CASE_CONVERT:
   16882                 :       26049 :                 {
   16883                 :       26049 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   16884                 :       26049 :                   _q20 = do_valueize (valueize, _q20);
   16885                 :       26049 :                   switch (TREE_CODE (_p1))
   16886                 :             :                     {
   16887                 :           0 :                     case SSA_NAME:
   16888                 :           0 :                       if (gimple *_d2 = get_def (valueize, _p1))
   16889                 :             :                         {
   16890                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   16891                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
   16892                 :             :                               {
   16893                 :           0 :                               CASE_CONVERT:
   16894                 :           0 :                                 {
   16895                 :           0 :                                   tree _q40 = gimple_assign_rhs1 (_a2);
   16896                 :           0 :                                   _q40 = do_valueize (valueize, _q40);
   16897                 :           0 :                                   switch (TREE_CODE (_q40))
   16898                 :             :                                     {
   16899                 :           0 :                                     case SSA_NAME:
   16900                 :           0 :                                       if (gimple *_d3 = get_def (valueize, _q40))
   16901                 :             :                                         {
   16902                 :           0 :                                           if (gassign *_a3 = dyn_cast <gassign *> (_d3))
   16903                 :           0 :                                             switch (gimple_assign_rhs_code (_a3))
   16904                 :             :                                               {
   16905                 :           0 :                                               case LSHIFT_EXPR:
   16906                 :           0 :                                                 {
   16907                 :           0 :                                                   tree _q50 = gimple_assign_rhs1 (_a3);
   16908                 :           0 :                                                   _q50 = do_valueize (valueize, _q50);
   16909                 :           0 :                                                   tree _q51 = gimple_assign_rhs2 (_a3);
   16910                 :           0 :                                                   _q51 = do_valueize (valueize, _q51);
   16911                 :           0 :                                                   if (integer_onep (_q50))
   16912                 :             :                                                     {
   16913                 :           0 :                                                       {
   16914                 :           0 :                                                         tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q50, _q51 };
   16915                 :           0 :                                                         if (gimple_simplify_322 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   16916                 :           0 :                                                           return true;
   16917                 :             :                                                       }
   16918                 :             :                                                     }
   16919                 :             :                                                   break;
   16920                 :             :                                                 }
   16921                 :             :                                               default:;
   16922                 :             :                                               }
   16923                 :             :                                         }
   16924                 :             :                                       break;
   16925                 :             :                                     default:;
   16926                 :             :                                     }
   16927                 :             :                                   break;
   16928                 :             :                                 }
   16929                 :           0 :                               case LSHIFT_EXPR:
   16930                 :           0 :                                 {
   16931                 :           0 :                                   tree _q40 = gimple_assign_rhs1 (_a2);
   16932                 :           0 :                                   _q40 = do_valueize (valueize, _q40);
   16933                 :           0 :                                   tree _q41 = gimple_assign_rhs2 (_a2);
   16934                 :           0 :                                   _q41 = do_valueize (valueize, _q41);
   16935                 :           0 :                                   if (integer_onep (_q40))
   16936                 :             :                                     {
   16937                 :           0 :                                       {
   16938                 :           0 :                                         tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q40, _q41 };
   16939                 :           0 :                                         if (gimple_simplify_322 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   16940                 :           0 :                                           return true;
   16941                 :             :                                       }
   16942                 :             :                                     }
   16943                 :             :                                   break;
   16944                 :             :                                 }
   16945                 :             :                               default:;
   16946                 :             :                               }
   16947                 :             :                         }
   16948                 :             :                       break;
   16949                 :             :                     default:;
   16950                 :             :                     }
   16951                 :             :                   break;
   16952                 :             :                 }
   16953                 :             :               default:;
   16954                 :             :               }
   16955                 :             :         }
   16956                 :             :       break;
   16957                 :     1011248 :     default:;
   16958                 :             :     }
   16959                 :     1011248 :   switch (TREE_CODE (_p1))
   16960                 :             :     {
   16961                 :         127 :     case SSA_NAME:
   16962                 :         127 :       if (gimple *_d1 = get_def (valueize, _p1))
   16963                 :             :         {
   16964                 :         102 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   16965                 :         102 :             switch (gimple_assign_rhs_code (_a1))
   16966                 :             :               {
   16967                 :         102 :               CASE_CONVERT:
   16968                 :         102 :                 {
   16969                 :         102 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   16970                 :         102 :                   _q30 = do_valueize (valueize, _q30);
   16971                 :         102 :                   switch (TREE_CODE (_q30))
   16972                 :             :                     {
   16973                 :         102 :                     case SSA_NAME:
   16974                 :         102 :                       if (gimple *_d2 = get_def (valueize, _q30))
   16975                 :             :                         {
   16976                 :         102 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   16977                 :         204 :                             switch (gimple_assign_rhs_code (_a2))
   16978                 :             :                               {
   16979                 :           0 :                               case LSHIFT_EXPR:
   16980                 :           0 :                                 {
   16981                 :           0 :                                   tree _q40 = gimple_assign_rhs1 (_a2);
   16982                 :           0 :                                   _q40 = do_valueize (valueize, _q40);
   16983                 :           0 :                                   tree _q41 = gimple_assign_rhs2 (_a2);
   16984                 :           0 :                                   _q41 = do_valueize (valueize, _q41);
   16985                 :           0 :                                   if (integer_onep (_q40))
   16986                 :             :                                     {
   16987                 :           0 :                                       {
   16988                 :           0 :                                         tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p0, _q40, _q41 };
   16989                 :           0 :                                         if (gimple_simplify_323 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   16990                 :           0 :                                           return true;
   16991                 :             :                                       }
   16992                 :             :                                     }
   16993                 :             :                                   break;
   16994                 :             :                                 }
   16995                 :             :                               default:;
   16996                 :             :                               }
   16997                 :             :                         }
   16998                 :             :                       break;
   16999                 :             :                     default:;
   17000                 :             :                     }
   17001                 :             :                   break;
   17002                 :             :                 }
   17003                 :           0 :               case LSHIFT_EXPR:
   17004                 :           0 :                 {
   17005                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   17006                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   17007                 :           0 :                   tree _q31 = gimple_assign_rhs2 (_a1);
   17008                 :           0 :                   _q31 = do_valueize (valueize, _q31);
   17009                 :           0 :                   if (integer_onep (_q30))
   17010                 :             :                     {
   17011                 :           0 :                       {
   17012                 :           0 :                         tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p0, _q30, _q31 };
   17013                 :           0 :                         if (gimple_simplify_323 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   17014                 :           0 :                           return true;
   17015                 :             :                       }
   17016                 :             :                     }
   17017                 :             :                   break;
   17018                 :             :                 }
   17019                 :             :               default:;
   17020                 :             :               }
   17021                 :             :         }
   17022                 :             :       break;
   17023                 :     1011248 :     default:;
   17024                 :             :     }
   17025                 :     1011248 :   if (integer_zerop (_p0))
   17026                 :             :     {
   17027                 :           0 :       {
   17028                 :           0 :         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   17029                 :           0 :         if (gimple_simplify_324 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   17030                 :           0 :           return true;
   17031                 :             :       }
   17032                 :             :     }
   17033                 :     1011248 :   switch (TREE_CODE (_p1))
   17034                 :             :     {
   17035                 :         127 :     case SSA_NAME:
   17036                 :         127 :       {
   17037                 :         127 :         {
   17038                 :         127 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   17039                 :         127 :           if (gimple_simplify_326 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   17040                 :           0 :             return true;
   17041                 :             :         }
   17042                 :         127 :         break;
   17043                 :             :       }
   17044                 :     1011248 :     default:;
   17045                 :             :     }
   17046                 :     1011248 : if (integer_minus_onep (_p1))
   17047                 :             :   {
   17048                 :           0 :     {
   17049                 :           0 :       tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   17050                 :           0 :       if (gimple_simplify_325 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   17051                 :           0 :         return true;
   17052                 :             :     }
   17053                 :             :   }
   17054                 :     1011248 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   17055                 :             :     {
   17056                 :           0 :       {
   17057                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   17058                 :           0 :         if (gimple_simplify_327 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   17059                 :           0 :           return true;
   17060                 :             :       }
   17061                 :             :     }
   17062                 :     1011248 :   switch (TREE_CODE (_p1))
   17063                 :             :     {
   17064                 :         127 :     case SSA_NAME:
   17065                 :         127 :       if (gimple *_d1 = get_def (valueize, _p1))
   17066                 :             :         {
   17067                 :         102 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   17068                 :         102 :             switch (gimple_assign_rhs_code (_a1))
   17069                 :             :               {
   17070                 :           0 :               case ABS_EXPR:
   17071                 :           0 :                 {
   17072                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   17073                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   17074                 :           0 :                   if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   17075                 :             :                     {
   17076                 :           0 :                       {
   17077                 :           0 :                         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   17078                 :           0 :                         if (gimple_simplify_328 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   17079                 :           0 :                           return true;
   17080                 :             :                       }
   17081                 :             :                     }
   17082                 :             :                   break;
   17083                 :             :                 }
   17084                 :             :               default:;
   17085                 :             :               }
   17086                 :             :         }
   17087                 :             :       break;
   17088                 :     1011248 :     default:;
   17089                 :             :     }
   17090                 :     1011248 :   switch (TREE_CODE (_p0))
   17091                 :             :     {
   17092                 :     1003931 :     case SSA_NAME:
   17093                 :     1003931 :       if (gimple *_d1 = get_def (valueize, _p0))
   17094                 :             :         {
   17095                 :      683163 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   17096                 :      668390 :             switch (gimple_assign_rhs_code (_a1))
   17097                 :             :               {
   17098                 :           0 :               case ABS_EXPR:
   17099                 :           0 :                 {
   17100                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   17101                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   17102                 :           0 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   17103                 :             :                     {
   17104                 :           0 :                       {
   17105                 :           0 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
   17106                 :           0 :                         if (gimple_simplify_328 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   17107                 :           0 :                           return true;
   17108                 :             :                       }
   17109                 :             :                     }
   17110                 :             :                   break;
   17111                 :             :                 }
   17112                 :             :               default:;
   17113                 :             :               }
   17114                 :             :         }
   17115                 :             :       break;
   17116                 :     1011248 :     default:;
   17117                 :             :     }
   17118                 :     1011248 :   switch (TREE_CODE (_p1))
   17119                 :             :     {
   17120                 :         127 :     case SSA_NAME:
   17121                 :         127 :       if (gimple *_d1 = get_def (valueize, _p1))
   17122                 :             :         {
   17123                 :         102 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   17124                 :         102 :             switch (gimple_assign_rhs_code (_a1))
   17125                 :             :               {
   17126                 :           0 :               case NEGATE_EXPR:
   17127                 :           0 :                 {
   17128                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   17129                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   17130                 :           0 :                   if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   17131                 :             :                     {
   17132                 :           0 :                       {
   17133                 :           0 :                         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   17134                 :           0 :                         if (gimple_simplify_329 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   17135                 :           0 :                           return true;
   17136                 :             :                       }
   17137                 :             :                     }
   17138                 :             :                   break;
   17139                 :             :                 }
   17140                 :             :               default:;
   17141                 :             :               }
   17142                 :             :         }
   17143                 :             :       break;
   17144                 :     1011248 :     default:;
   17145                 :             :     }
   17146                 :     1011248 :   switch (TREE_CODE (_p0))
   17147                 :             :     {
   17148                 :     1003931 :     case SSA_NAME:
   17149                 :     1003931 :       if (gimple *_d1 = get_def (valueize, _p0))
   17150                 :             :         {
   17151                 :      683163 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   17152                 :      668390 :             switch (gimple_assign_rhs_code (_a1))
   17153                 :             :               {
   17154                 :          81 :               case NEGATE_EXPR:
   17155                 :          81 :                 {
   17156                 :          81 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   17157                 :          81 :                   _q20 = do_valueize (valueize, _q20);
   17158                 :          81 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   17159                 :             :                     {
   17160                 :           0 :                       {
   17161                 :           0 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
   17162                 :           0 :                         if (gimple_simplify_329 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   17163                 :           0 :                           return true;
   17164                 :             :                       }
   17165                 :             :                     }
   17166                 :             :                   break;
   17167                 :             :                 }
   17168                 :          60 :               case EXACT_DIV_EXPR:
   17169                 :          60 :                 {
   17170                 :          60 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   17171                 :          60 :                   _q20 = do_valueize (valueize, _q20);
   17172                 :          60 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   17173                 :          60 :                   _q21 = do_valueize (valueize, _q21);
   17174                 :          60 :                   switch (TREE_CODE (_q21))
   17175                 :             :                     {
   17176                 :          60 :                     case INTEGER_CST:
   17177                 :          60 :                       {
   17178                 :          60 :                         switch (TREE_CODE (_p1))
   17179                 :             :                           {
   17180                 :          60 :                           case INTEGER_CST:
   17181                 :          60 :                             {
   17182                 :          60 :                               {
   17183                 :          60 :                                 tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _p1 };
   17184                 :          60 :                                 if (gimple_simplify_330 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   17185                 :          60 :                                   return true;
   17186                 :             :                               }
   17187                 :           0 :                               break;
   17188                 :             :                             }
   17189                 :             :                           default:;
   17190                 :             :                           }
   17191                 :             :                         break;
   17192                 :             :                       }
   17193                 :             :                     default:;
   17194                 :             :                     }
   17195                 :             :                   break;
   17196                 :             :                 }
   17197                 :       26049 :               CASE_CONVERT:
   17198                 :       26049 :                 {
   17199                 :       26049 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   17200                 :       26049 :                   _q20 = do_valueize (valueize, _q20);
   17201                 :       26049 :                   switch (TREE_CODE (_q20))
   17202                 :             :                     {
   17203                 :       26049 :                     case SSA_NAME:
   17204                 :       26049 :                       if (gimple *_d2 = get_def (valueize, _q20))
   17205                 :             :                         {
   17206                 :       22566 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   17207                 :       22058 :                             switch (gimple_assign_rhs_code (_a2))
   17208                 :             :                               {
   17209                 :           0 :                               case BIT_AND_EXPR:
   17210                 :           0 :                                 {
   17211                 :           0 :                                   tree _q30 = gimple_assign_rhs1 (_a2);
   17212                 :           0 :                                   _q30 = do_valueize (valueize, _q30);
   17213                 :           0 :                                   tree _q31 = gimple_assign_rhs2 (_a2);
   17214                 :           0 :                                   _q31 = do_valueize (valueize, _q31);
   17215                 :           0 :                                   if (tree_swap_operands_p (_q30, _q31))
   17216                 :           0 :                                     std::swap (_q30, _q31);
   17217                 :           0 :                                   switch (TREE_CODE (_q31))
   17218                 :             :                                     {
   17219                 :           0 :                                     case INTEGER_CST:
   17220                 :           0 :                                       {
   17221                 :           0 :                                         switch (TREE_CODE (_p1))
   17222                 :             :                                           {
   17223                 :           0 :                                           case INTEGER_CST:
   17224                 :           0 :                                             {
   17225                 :           0 :                                               {
   17226                 :           0 :                                                 tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _p1 };
   17227                 :           0 :                                                 if (gimple_simplify_331 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   17228                 :           0 :                                                   return true;
   17229                 :             :                                               }
   17230                 :           0 :                                               break;
   17231                 :             :                                             }
   17232                 :             :                                           default:;
   17233                 :             :                                           }
   17234                 :             :                                         break;
   17235                 :             :                                       }
   17236                 :             :                                     default:;
   17237                 :             :                                     }
   17238                 :     1006068 :                                   break;
   17239                 :             :                                 }
   17240                 :             :                               default:;
   17241                 :             :                               }
   17242                 :             :                         }
   17243                 :             :                       break;
   17244                 :             :                     default:;
   17245                 :             :                     }
   17246                 :             :                   break;
   17247                 :             :                 }
   17248                 :         265 :               case BIT_AND_EXPR:
   17249                 :         265 :                 {
   17250                 :         265 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   17251                 :         265 :                   _q20 = do_valueize (valueize, _q20);
   17252                 :         265 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   17253                 :         265 :                   _q21 = do_valueize (valueize, _q21);
   17254                 :         265 :                   if (tree_swap_operands_p (_q20, _q21))
   17255                 :           0 :                     std::swap (_q20, _q21);
   17256                 :         265 :                   switch (TREE_CODE (_q21))
   17257                 :             :                     {
   17258                 :         265 :                     case INTEGER_CST:
   17259                 :         265 :                       {
   17260                 :         265 :                         switch (TREE_CODE (_p1))
   17261                 :             :                           {
   17262                 :         265 :                           case INTEGER_CST:
   17263                 :         265 :                             {
   17264                 :         265 :                               {
   17265                 :         265 :                                 tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   17266                 :         265 :                                 if (gimple_simplify_331 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   17267                 :          27 :                                   return true;
   17268                 :             :                               }
   17269                 :         238 :                               break;
   17270                 :             :                             }
   17271                 :             :                           default:;
   17272                 :             :                           }
   17273                 :             :                         break;
   17274                 :             :                       }
   17275                 :             :                     default:;
   17276                 :             :                     }
   17277                 :     1006068 :                   break;
   17278                 :             :                 }
   17279                 :       59195 :               case MULT_EXPR:
   17280                 :       59195 :                 {
   17281                 :       59195 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   17282                 :       59195 :                   _q20 = do_valueize (valueize, _q20);
   17283                 :       59195 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   17284                 :       59195 :                   _q21 = do_valueize (valueize, _q21);
   17285                 :       59195 :                   if (tree_swap_operands_p (_q20, _q21))
   17286                 :           0 :                     std::swap (_q20, _q21);
   17287                 :       59195 :                   if (integer_pow2p (_q21))
   17288                 :             :                     {
   17289                 :       56718 :                       if ((_p1 == _q21 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q21, 0) && types_match (_p1, _q21)))
   17290                 :             :                         {
   17291                 :        4710 :                           {
   17292                 :        4710 :                             tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   17293                 :        4710 :                             if (gimple_simplify_332 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   17294                 :         558 :                               return true;
   17295                 :             :                           }
   17296                 :             :                         }
   17297                 :             :                     }
   17298                 :       58637 :                   if ((_p1 == _q21 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q21, 0) && types_match (_p1, _q21)))
   17299                 :             :                     {
   17300                 :        4152 :                       {
   17301                 :        4152 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   17302                 :        4152 :                         if (gimple_simplify_333 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   17303                 :        3915 :                           return true;
   17304                 :             :                       }
   17305                 :             :                     }
   17306                 :       54722 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   17307                 :             :                     {
   17308                 :           0 :                       {
   17309                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q21, _q20 };
   17310                 :           0 :                         if (gimple_simplify_333 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   17311                 :           0 :                           return true;
   17312                 :             :                       }
   17313                 :             :                     }
   17314                 :       54722 :                   switch (TREE_CODE (_q21))
   17315                 :             :                     {
   17316                 :       54627 :                     case INTEGER_CST:
   17317                 :       54627 :                       {
   17318                 :       54627 :                         switch (TREE_CODE (_p1))
   17319                 :             :                           {
   17320                 :           0 :                           case SSA_NAME:
   17321                 :           0 :                             if (gimple *_d2 = get_def (valueize, _p1))
   17322                 :             :                               {
   17323                 :           0 :                                 if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   17324                 :           0 :                                   switch (gimple_assign_rhs_code (_a2))
   17325                 :             :                                     {
   17326                 :           0 :                                     case MULT_EXPR:
   17327                 :           0 :                                       {
   17328                 :           0 :                                         tree _q50 = gimple_assign_rhs1 (_a2);
   17329                 :           0 :                                         _q50 = do_valueize (valueize, _q50);
   17330                 :           0 :                                         tree _q51 = gimple_assign_rhs2 (_a2);
   17331                 :           0 :                                         _q51 = do_valueize (valueize, _q51);
   17332                 :           0 :                                         if (tree_swap_operands_p (_q50, _q51))
   17333                 :           0 :                                           std::swap (_q50, _q51);
   17334                 :           0 :                                         if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
   17335                 :             :                                           {
   17336                 :           0 :                                             switch (TREE_CODE (_q51))
   17337                 :             :                                               {
   17338                 :           0 :                                               case INTEGER_CST:
   17339                 :           0 :                                                 {
   17340                 :           0 :                                                   {
   17341                 :           0 :                                                     tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q51 };
   17342                 :           0 :                                                     if (gimple_simplify_335 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   17343                 :           0 :                                                       return true;
   17344                 :             :                                                   }
   17345                 :           0 :                                                   break;
   17346                 :             :                                                 }
   17347                 :             :                                               default:;
   17348                 :             :                                               }
   17349                 :             :                                           }
   17350                 :     1006068 :                                         break;
   17351                 :             :                                       }
   17352                 :             :                                     default:;
   17353                 :             :                                     }
   17354                 :             :                               }
   17355                 :             :                             break;
   17356                 :       54627 :                           case INTEGER_CST:
   17357                 :       54627 :                             {
   17358                 :       54627 :                               {
   17359                 :       54627 :                                 tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   17360                 :       54627 :                                 if (gimple_simplify_334 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   17361                 :         142 :                                   return true;
   17362                 :             :                               }
   17363                 :       54485 :                               break;
   17364                 :             :                             }
   17365                 :             :                           default:;
   17366                 :             :                           }
   17367                 :             :                         break;
   17368                 :             :                       }
   17369                 :             :                     default:;
   17370                 :             :                     }
   17371                 :     1006068 :                   break;
   17372                 :             :                 }
   17373                 :       12272 :               case PLUS_EXPR:
   17374                 :       12272 :                 {
   17375                 :       12272 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   17376                 :       12272 :                   _q20 = do_valueize (valueize, _q20);
   17377                 :       12272 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   17378                 :       12272 :                   _q21 = do_valueize (valueize, _q21);
   17379                 :       12272 :                   if (tree_swap_operands_p (_q20, _q21))
   17380                 :          49 :                     std::swap (_q20, _q21);
   17381                 :       12272 :                   switch (TREE_CODE (_q21))
   17382                 :             :                     {
   17383                 :         277 :                     case SSA_NAME:
   17384                 :         277 :                       if (gimple *_d2 = get_def (valueize, _q21))
   17385                 :             :                         {
   17386                 :         274 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   17387                 :         274 :                             switch (gimple_assign_rhs_code (_a2))
   17388                 :             :                               {
   17389                 :           8 :                               case MULT_EXPR:
   17390                 :           8 :                                 {
   17391                 :           8 :                                   tree _q40 = gimple_assign_rhs1 (_a2);
   17392                 :           8 :                                   _q40 = do_valueize (valueize, _q40);
   17393                 :           8 :                                   tree _q41 = gimple_assign_rhs2 (_a2);
   17394                 :           8 :                                   _q41 = do_valueize (valueize, _q41);
   17395                 :           8 :                                   if (tree_swap_operands_p (_q40, _q41))
   17396                 :           0 :                                     std::swap (_q40, _q41);
   17397                 :           8 :                                   if ((_p1 == _q41 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q41, 0) && types_match (_p1, _q41)))
   17398                 :             :                                     {
   17399                 :           8 :                                       {
   17400                 :           8 :                                         tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q40, _q41 };
   17401                 :           8 :                                         if (gimple_simplify_336 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   17402                 :           0 :                                           return true;
   17403                 :             :                                       }
   17404                 :             :                                     }
   17405                 :           8 :                                   if ((_p1 == _q40 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q40, 0) && types_match (_p1, _q40)))
   17406                 :             :                                     {
   17407                 :           0 :                                       {
   17408                 :           0 :                                         tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q41, _q40 };
   17409                 :           0 :                                         if (gimple_simplify_336 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   17410                 :           0 :                                           return true;
   17411                 :             :                                       }
   17412                 :             :                                     }
   17413                 :       12272 :                                   break;
   17414                 :             :                                 }
   17415                 :             :                               default:;
   17416                 :             :                               }
   17417                 :             :                         }
   17418                 :             :                       break;
   17419                 :       12272 :                     default:;
   17420                 :             :                     }
   17421                 :       12272 :                   switch (TREE_CODE (_q20))
   17422                 :             :                     {
   17423                 :       12272 :                     case SSA_NAME:
   17424                 :       12272 :                       if (gimple *_d2 = get_def (valueize, _q20))
   17425                 :             :                         {
   17426                 :       10221 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   17427                 :        6745 :                             switch (gimple_assign_rhs_code (_a2))
   17428                 :             :                               {
   17429                 :        4151 :                               case MULT_EXPR:
   17430                 :        4151 :                                 {
   17431                 :        4151 :                                   tree _q30 = gimple_assign_rhs1 (_a2);
   17432                 :        4151 :                                   _q30 = do_valueize (valueize, _q30);
   17433                 :        4151 :                                   tree _q31 = gimple_assign_rhs2 (_a2);
   17434                 :        4151 :                                   _q31 = do_valueize (valueize, _q31);
   17435                 :        4151 :                                   if (tree_swap_operands_p (_q30, _q31))
   17436                 :           0 :                                     std::swap (_q30, _q31);
   17437                 :        4151 :                                   if ((_p1 == _q31 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q31, 0) && types_match (_p1, _q31)))
   17438                 :             :                                     {
   17439                 :          12 :                                       {
   17440                 :          12 :                                         tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q21, _q20, _q30, _q31 };
   17441                 :          12 :                                         if (gimple_simplify_336 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   17442                 :           0 :                                           return true;
   17443                 :             :                                       }
   17444                 :             :                                     }
   17445                 :        4151 :                                   if ((_p1 == _q30 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q30, 0) && types_match (_p1, _q30)))
   17446                 :             :                                     {
   17447                 :           0 :                                       {
   17448                 :           0 :                                         tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q21, _q20, _q31, _q30 };
   17449                 :           0 :                                         if (gimple_simplify_336 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   17450                 :           0 :                                           return true;
   17451                 :             :                                       }
   17452                 :             :                                     }
   17453                 :       12272 :                                   break;
   17454                 :             :                                 }
   17455                 :             :                               default:;
   17456                 :             :                               }
   17457                 :             :                         }
   17458                 :             :                       break;
   17459                 :       12272 :                     default:;
   17460                 :             :                     }
   17461                 :       12272 :                   switch (TREE_CODE (_q21))
   17462                 :             :                     {
   17463                 :       11995 :                     case INTEGER_CST:
   17464                 :       11995 :                       {
   17465                 :       11995 :                         switch (TREE_CODE (_p1))
   17466                 :             :                           {
   17467                 :       11881 :                           case INTEGER_CST:
   17468                 :       11881 :                             {
   17469                 :       11881 :                               {
   17470                 :       11881 :                                 tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _p1 };
   17471                 :       11881 :                                 {
   17472                 :       11881 :  wide_int c = wi::to_wide (captures[2]);
   17473                 :       11881 :  wide_int n = wi::to_wide (captures[3]);
   17474                 :       11881 :  bool shift = EXACT_DIV_EXPR == RSHIFT_EXPR;
   17475                 :       11881 :  int_range_max vr0, vr1, vr3;
   17476                 :       11881 :                                     if (INTEGRAL_TYPE_P (type)
   17477                 :       23762 :  && get_range_query (cfun)->range_of_expr (vr0, captures[1])
   17478                 :             : )
   17479                 :             :                                       {
   17480                 :       11881 :                                         if ((shift ? wi::ctz (
   17481                 :             : c
   17482                 :             : ) >= n.to_shwi ()
   17483                 :       11881 :  : wi::multiple_of_p (
   17484                 :             : c
   17485                 :       11881 : , n, TYPE_SIGN (type)))
   17486                 :       23618 :  && get_range_query (cfun)->range_of_expr (vr1, captures[2])
   17487                 :       11809 :  && range_op_handler (PLUS_EXPR).overflow_free_p (vr0, vr1)
   17488                 :       19954 :  && get_range_query (cfun)->range_of_expr (vr3, captures[0])
   17489                 :        9977 :  && !vr3.undefined_p ()
   17490                 :        9977 :  && (TYPE_UNSIGNED (type)
   17491                 :        9970 :  || (vr0.nonnegative_p () && vr3.nonnegative_p ())
   17492                 :        9620 :  || (vr0.nonpositive_p () && vr3.nonpositive_p ()))
   17493                 :             : )
   17494                 :             :                                           {
   17495                 :         357 :                                             gimple_seq *lseq = seq;
   17496                 :         357 :                                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2476;
   17497                 :         357 :                                             {
   17498                 :         357 :                                               res_op->set_op (PLUS_EXPR, type, 2);
   17499                 :         357 :                                               {
   17500                 :         357 :                                                 tree _o1[2], _r1;
   17501                 :         357 :                                                 _o1[0] = captures[1];
   17502                 :         357 :                                                 _o1[1] = captures[3];
   17503                 :         357 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), EXACT_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   17504                 :         357 :                                                 tem_op.resimplify (lseq, valueize);
   17505                 :         357 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   17506                 :         357 :                                                 if (!_r1) goto next_after_fail2476;
   17507                 :         352 :                                                 res_op->ops[0] = _r1;
   17508                 :             :                                               }
   17509                 :         352 :                                               res_op->ops[1] =  wide_int_to_tree (type,
   17510                 :         704 : (shift ? wi::rshift (
   17511                 :             : c
   17512                 :             : , n, TYPE_SIGN (type))
   17513                 :             :  : wi::div_trunc (
   17514                 :             : c
   17515                 :         352 : , n, TYPE_SIGN (type)))
   17516                 :             : );
   17517                 :         352 :                                               res_op->resimplify (lseq, valueize);
   17518                 :         352 :                                               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1110, __FILE__, __LINE__, true);
   17519                 :         352 :                                               return true;
   17520                 :             :                                             }
   17521                 :       11403 : next_after_fail2476:;
   17522                 :             :                                           }
   17523                 :             :                                         else
   17524                 :             :                                           {
   17525                 :       11524 :                                             if (!vr0.undefined_p () && TYPE_UNSIGNED (type) && c.sign_mask () < 0
   17526                 :             :  &&
   17527                 :         768 : (shift ? wi::ctz (
   17528                 :             : -c
   17529                 :             : ) >= n.to_shwi ()
   17530                 :        1536 :  : wi::multiple_of_p (
   17531                 :       12292 : -c
   17532                 :         768 : , n, TYPE_SIGN (type)))
   17533                 :       24584 :  && wi::geu_p (vr0.lower_bound (), -c)
   17534                 :             : )
   17535                 :             :                                               {
   17536                 :         339 :                                                 gimple_seq *lseq = seq;
   17537                 :         339 :                                                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2477;
   17538                 :         339 :                                                 {
   17539                 :         339 :                                                   res_op->set_op (PLUS_EXPR, type, 2);
   17540                 :         339 :                                                   {
   17541                 :         339 :                                                     tree _o1[2], _r1;
   17542                 :         339 :                                                     _o1[0] = captures[1];
   17543                 :         339 :                                                     _o1[1] = captures[3];
   17544                 :         339 :                                                     gimple_match_op tem_op (res_op->cond.any_else (), EXACT_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   17545                 :         339 :                                                     tem_op.resimplify (lseq, valueize);
   17546                 :         339 :                                                     _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   17547                 :         339 :                                                     if (!_r1) goto next_after_fail2477;
   17548                 :         126 :                                                     res_op->ops[0] = _r1;
   17549                 :             :                                                   }
   17550                 :         126 :                                                   res_op->ops[1] =  wide_int_to_tree (type, -
   17551                 :         126 : (shift ? wi::rshift (
   17552                 :             : -c
   17553                 :             : , n, TYPE_SIGN (type))
   17554                 :             :  : wi::div_trunc (
   17555                 :         126 : -c
   17556                 :         252 : , n, TYPE_SIGN (type)))
   17557                 :             : );
   17558                 :         126 :                                                   res_op->resimplify (lseq, valueize);
   17559                 :         126 :                                                   if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1111, __FILE__, __LINE__, true);
   17560                 :         126 :                                                   return true;
   17561                 :             :                                                 }
   17562                 :       11403 : next_after_fail2477:;
   17563                 :             :                                               }
   17564                 :             :                                           }
   17565                 :             :                                       }
   17566                 :       11881 :                                 }
   17567                 :             :                               }
   17568                 :       11403 :                               break;
   17569                 :             :                             }
   17570                 :             :                           default:;
   17571                 :             :                           }
   17572                 :             :                         break;
   17573                 :             :                       }
   17574                 :             :                     default:;
   17575                 :             :                     }
   17576                 :     1006068 :                   break;
   17577                 :             :                 }
   17578                 :        2705 :               case MINUS_EXPR:
   17579                 :        2705 :                 {
   17580                 :        2705 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   17581                 :        2705 :                   _q20 = do_valueize (valueize, _q20);
   17582                 :        2705 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   17583                 :        2705 :                   _q21 = do_valueize (valueize, _q21);
   17584                 :        2705 :                   switch (TREE_CODE (_q21))
   17585                 :             :                     {
   17586                 :        2705 :                     case SSA_NAME:
   17587                 :        2705 :                       if (gimple *_d2 = get_def (valueize, _q21))
   17588                 :             :                         {
   17589                 :        2062 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   17590                 :        2066 :                             switch (gimple_assign_rhs_code (_a2))
   17591                 :             :                               {
   17592                 :           0 :                               case MULT_EXPR:
   17593                 :           0 :                                 {
   17594                 :           0 :                                   tree _q40 = gimple_assign_rhs1 (_a2);
   17595                 :           0 :                                   _q40 = do_valueize (valueize, _q40);
   17596                 :           0 :                                   tree _q41 = gimple_assign_rhs2 (_a2);
   17597                 :           0 :                                   _q41 = do_valueize (valueize, _q41);
   17598                 :           0 :                                   if (tree_swap_operands_p (_q40, _q41))
   17599                 :           0 :                                     std::swap (_q40, _q41);
   17600                 :           0 :                                   if ((_p1 == _q41 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q41, 0) && types_match (_p1, _q41)))
   17601                 :             :                                     {
   17602                 :           0 :                                       {
   17603                 :           0 :                                         tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q40, _q41 };
   17604                 :           0 :                                         if (gimple_simplify_337 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   17605                 :           0 :                                           return true;
   17606                 :             :                                       }
   17607                 :             :                                     }
   17608                 :           0 :                                   if ((_p1 == _q40 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q40, 0) && types_match (_p1, _q40)))
   17609                 :             :                                     {
   17610                 :           0 :                                       {
   17611                 :           0 :                                         tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q41, _q40 };
   17612                 :           0 :                                         if (gimple_simplify_337 (res_op, seq, valueize, type, captures, EXACT_DIV_EXPR))
   17613                 :           0 :                                           return true;
   17614                 :             :                                       }
   17615                 :             :                                     }
   17616                 :     1006068 :                                   break;
   17617                 :             :                                 }
   17618                 :             :                               default:;
   17619                 :             :                               }
   17620                 :             :                         }
   17621                 :             :                       break;
   17622                 :             :                     default:;
   17623                 :             :                     }
   17624                 :             :                   break;
   17625                 :             :                 }
   17626                 :           0 :               case VEC_COND_EXPR:
   17627                 :           0 :                 {
   17628                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   17629                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   17630                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   17631                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   17632                 :           0 :                   tree _q22 = gimple_assign_rhs3 (_a1);
   17633                 :           0 :                   _q22 = do_valueize (valueize, _q22);
   17634                 :           0 :                   switch (TREE_CODE (_p1))
   17635                 :             :                     {
   17636                 :           0 :                     case SSA_NAME:
   17637                 :           0 :                       if (gimple *_d2 = get_def (valueize, _p1))
   17638                 :             :                         {
   17639                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   17640                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
   17641                 :             :                               {
   17642                 :           0 :                               case VEC_COND_EXPR:
   17643                 :           0 :                                 {
   17644                 :           0 :                                   tree _q60 = gimple_assign_rhs1 (_a2);
   17645                 :           0 :                                   _q60 = do_valueize (valueize, _q60);
   17646                 :           0 :                                   tree _q61 = gimple_assign_rhs2 (_a2);
   17647                 :           0 :                                   _q61 = do_valueize (valueize, _q61);
   17648                 :           0 :                                   tree _q62 = gimple_assign_rhs3 (_a2);
   17649                 :           0 :                                   _q62 = do_valueize (valueize, _q62);
   17650                 :           0 :                                   if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
   17651                 :             :                                     {
   17652                 :           0 :                                       {
   17653                 :           0 :                                         tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1, _q61, _q62 };
   17654                 :           0 :                                         if (VECTOR_TYPE_P (type)
   17655                 :           0 :  && (TREE_CODE_CLASS (EXACT_DIV_EXPR) != tcc_comparison
   17656                 :             :  || types_match (type, TREE_TYPE (captures[2]))
   17657                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   17658                 :             :  || (optimize_vectors_before_lowering_p ()
   17659                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   17660                 :             : )
   17661                 :             :                                           {
   17662                 :           0 :                                             gimple_seq *lseq = seq;
   17663                 :           0 :                                             if (lseq
   17664                 :           0 :                                                 && (!single_use (captures[0])
   17665                 :           0 :                                                     || !single_use (captures[4])))
   17666                 :           0 :                                               lseq = NULL;
   17667                 :           0 :                                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2478;
   17668                 :           0 :                                             {
   17669                 :           0 :                                               res_op->set_op (VEC_COND_EXPR, type, 3);
   17670                 :           0 :                                               res_op->ops[0] = captures[1];
   17671                 :           0 :                                               {
   17672                 :           0 :                                                 tree _o1[2], _r1;
   17673                 :           0 :                                                 _o1[0] = captures[2];
   17674                 :           0 :                                                 _o1[1] = captures[5];
   17675                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), EXACT_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   17676                 :           0 :                                                 tem_op.resimplify (NULL, valueize);
   17677                 :           0 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   17678                 :           0 :                                                 if (!_r1) goto next_after_fail2478;
   17679                 :           0 :                                                 res_op->ops[1] = _r1;
   17680                 :             :                                               }
   17681                 :           0 :                                               {
   17682                 :           0 :                                                 tree _o1[2], _r1;
   17683                 :           0 :                                                 _o1[0] = captures[3];
   17684                 :           0 :                                                 _o1[1] = captures[6];
   17685                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), EXACT_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   17686                 :           0 :                                                 tem_op.resimplify (NULL, valueize);
   17687                 :           0 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   17688                 :           0 :                                                 if (!_r1) goto next_after_fail2478;
   17689                 :           0 :                                                 res_op->ops[2] = _r1;
   17690                 :             :                                               }
   17691                 :           0 :                                               res_op->resimplify (lseq, valueize);
   17692                 :           0 :                                               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1017, __FILE__, __LINE__, true);
   17693                 :           0 :                                               return true;
   17694                 :             :                                             }
   17695                 :           0 : next_after_fail2478:;
   17696                 :             :                                           }
   17697                 :             :                                       }
   17698                 :             :                                     }
   17699                 :             :                                   break;
   17700                 :             :                                 }
   17701                 :             :                               default:;
   17702                 :             :                               }
   17703                 :             :                         }
   17704                 :             :                       break;
   17705                 :           0 :                     default:;
   17706                 :             :                     }
   17707                 :           0 :                   {
   17708                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1 };
   17709                 :           0 :                     if (VECTOR_TYPE_P (type)
   17710                 :           0 :  && (TREE_CODE_CLASS (EXACT_DIV_EXPR) != tcc_comparison
   17711                 :             :  || types_match (type, TREE_TYPE (captures[2]))
   17712                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   17713                 :             :  || (optimize_vectors_before_lowering_p ()
   17714                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   17715                 :             : )
   17716                 :             :                       {
   17717                 :           0 :                         gimple_seq *lseq = seq;
   17718                 :           0 :                         if (lseq
   17719                 :           0 :                             && (!single_use (captures[0])))
   17720                 :           0 :                           lseq = NULL;
   17721                 :           0 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2479;
   17722                 :           0 :                         {
   17723                 :           0 :                           res_op->set_op (VEC_COND_EXPR, type, 3);
   17724                 :           0 :                           res_op->ops[0] = captures[1];
   17725                 :           0 :                           {
   17726                 :           0 :                             tree _o1[2], _r1;
   17727                 :           0 :                             _o1[0] = captures[2];
   17728                 :           0 :                             _o1[1] = captures[4];
   17729                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), EXACT_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   17730                 :           0 :                             tem_op.resimplify (NULL, valueize);
   17731                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   17732                 :           0 :                             if (!_r1) goto next_after_fail2479;
   17733                 :           0 :                             res_op->ops[1] = _r1;
   17734                 :             :                           }
   17735                 :           0 :                           {
   17736                 :           0 :                             tree _o1[2], _r1;
   17737                 :           0 :                             _o1[0] = captures[3];
   17738                 :           0 :                             _o1[1] = captures[4];
   17739                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), EXACT_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   17740                 :           0 :                             tem_op.resimplify (NULL, valueize);
   17741                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   17742                 :           0 :                             if (!_r1) goto next_after_fail2479;
   17743                 :           0 :                             res_op->ops[2] = _r1;
   17744                 :             :                           }
   17745                 :           0 :                           res_op->resimplify (lseq, valueize);
   17746                 :           0 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1018, __FILE__, __LINE__, true);
   17747                 :           0 :                           return true;
   17748                 :             :                         }
   17749                 :           0 : next_after_fail2479:;
   17750                 :             :                       }
   17751                 :             :                   }
   17752                 :           0 :                   break;
   17753                 :             :                 }
   17754                 :             :               default:;
   17755                 :             :               }
   17756                 :             :         }
   17757                 :             :       break;
   17758                 :     1006068 :     default:;
   17759                 :             :     }
   17760                 :     1006068 :   switch (TREE_CODE (_p1))
   17761                 :             :     {
   17762                 :         127 :     case SSA_NAME:
   17763                 :         127 :       if (gimple *_d1 = get_def (valueize, _p1))
   17764                 :             :         {
   17765                 :         102 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   17766                 :         102 :             switch (gimple_assign_rhs_code (_a1))
   17767                 :             :               {
   17768                 :           0 :               case VEC_COND_EXPR:
   17769                 :           0 :                 {
   17770                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   17771                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   17772                 :           0 :                   tree _q31 = gimple_assign_rhs2 (_a1);
   17773                 :           0 :                   _q31 = do_valueize (valueize, _q31);
   17774                 :           0 :                   tree _q32 = gimple_assign_rhs3 (_a1);
   17775                 :           0 :                   _q32 = do_valueize (valueize, _q32);
   17776                 :           0 :                   {
   17777                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32 };
   17778                 :           0 :                     if (VECTOR_TYPE_P (type)
   17779                 :           0 :  && (TREE_CODE_CLASS (EXACT_DIV_EXPR) != tcc_comparison
   17780                 :             :  || types_match (type, TREE_TYPE (captures[3]))
   17781                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[2]))
   17782                 :             :  || (optimize_vectors_before_lowering_p ()
   17783                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[3]), TREE_TYPE (captures[2]))))
   17784                 :             : )
   17785                 :             :                       {
   17786                 :           0 :                         gimple_seq *lseq = seq;
   17787                 :           0 :                         if (lseq
   17788                 :           0 :                             && (!single_use (captures[1])))
   17789                 :           0 :                           lseq = NULL;
   17790                 :           0 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2480;
   17791                 :           0 :                         {
   17792                 :           0 :                           res_op->set_op (VEC_COND_EXPR, type, 3);
   17793                 :           0 :                           res_op->ops[0] = captures[2];
   17794                 :           0 :                           {
   17795                 :           0 :                             tree _o1[2], _r1;
   17796                 :           0 :                             _o1[0] = captures[0];
   17797                 :           0 :                             _o1[1] = captures[3];
   17798                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), EXACT_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   17799                 :           0 :                             tem_op.resimplify (NULL, valueize);
   17800                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   17801                 :           0 :                             if (!_r1) goto next_after_fail2480;
   17802                 :           0 :                             res_op->ops[1] = _r1;
   17803                 :             :                           }
   17804                 :           0 :                           {
   17805                 :           0 :                             tree _o1[2], _r1;
   17806                 :           0 :                             _o1[0] = captures[0];
   17807                 :           0 :                             _o1[1] = captures[4];
   17808                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), EXACT_DIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   17809                 :           0 :                             tem_op.resimplify (NULL, valueize);
   17810                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   17811                 :           0 :                             if (!_r1) goto next_after_fail2480;
   17812                 :           0 :                             res_op->ops[2] = _r1;
   17813                 :             :                           }
   17814                 :           0 :                           res_op->resimplify (lseq, valueize);
   17815                 :           0 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1019, __FILE__, __LINE__, true);
   17816                 :           0 :                           return true;
   17817                 :             :                         }
   17818                 :           0 : next_after_fail2480:;
   17819                 :             :                       }
   17820                 :             :                   }
   17821                 :           0 :                   break;
   17822                 :             :                 }
   17823                 :             :               default:;
   17824                 :             :               }
   17825                 :             :         }
   17826                 :             :       break;
   17827                 :             :     default:;
   17828                 :             :     }
   17829                 :             :   return false;
   17830                 :             : }
   17831                 :             : 
   17832                 :             : bool
   17833                 :        8025 : gimple_simplify_FLOOR_MOD_EXPR (gimple_match_op *res_op, gimple_seq *seq,
   17834                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   17835                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   17836                 :             : {
   17837                 :        8025 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   17838                 :        8025 :   {
   17839                 :        8025 :     tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   17840                 :        8025 :     if (gimple_simplify_338 (res_op, seq, valueize, type, captures, FLOOR_MOD_EXPR, TRUNC_MOD_EXPR))
   17841                 :           0 :       return true;
   17842                 :             :   }
   17843                 :        8025 :   if (integer_zerop (_p0))
   17844                 :             :     {
   17845                 :           9 :       {
   17846                 :           9 :         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   17847                 :           9 :         if (gimple_simplify_339 (res_op, seq, valueize, type, captures, FLOOR_MOD_EXPR))
   17848                 :           9 :           return true;
   17849                 :             :       }
   17850                 :             :     }
   17851                 :        8016 :   if (integer_onep (_p1))
   17852                 :             :     {
   17853                 :           5 :       {
   17854                 :           5 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   17855                 :           5 :         if (gimple_simplify_340 (res_op, seq, valueize, type, captures, FLOOR_MOD_EXPR))
   17856                 :           5 :           return true;
   17857                 :             :       }
   17858                 :             :     }
   17859                 :        8011 :   if (integer_minus_onep (_p1))
   17860                 :             :     {
   17861                 :           0 :       {
   17862                 :           0 :         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   17863                 :           0 :         if (gimple_simplify_341 (res_op, seq, valueize, type, captures, FLOOR_MOD_EXPR))
   17864                 :           0 :           return true;
   17865                 :             :       }
   17866                 :             :     }
   17867                 :        8011 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   17868                 :             :     {
   17869                 :           0 :       {
   17870                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   17871                 :           0 :         if (gimple_simplify_342 (res_op, seq, valueize, type, captures, FLOOR_MOD_EXPR))
   17872                 :           0 :           return true;
   17873                 :             :       }
   17874                 :             :     }
   17875                 :        8011 :   switch (TREE_CODE (_p0))
   17876                 :             :     {
   17877                 :        7498 :     case SSA_NAME:
   17878                 :        7498 :       if (gimple *_d1 = get_def (valueize, _p0))
   17879                 :             :         {
   17880                 :        4280 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   17881                 :        3753 :             switch (gimple_assign_rhs_code (_a1))
   17882                 :             :               {
   17883                 :           0 :               case FLOOR_MOD_EXPR:
   17884                 :           0 :                 {
   17885                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   17886                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   17887                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   17888                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   17889                 :           0 :                   if ((_p1 == _q21 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q21, 0) && types_match (_p1, _q21)))
   17890                 :             :                     {
   17891                 :           0 :                       {
   17892                 :           0 :                         tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q21 };
   17893                 :           0 :                         if (gimple_simplify_343 (res_op, seq, valueize, type, captures, FLOOR_MOD_EXPR))
   17894                 :           0 :                           return true;
   17895                 :             :                       }
   17896                 :             :                     }
   17897                 :             :                   break;
   17898                 :             :                 }
   17899                 :         252 :               case MULT_EXPR:
   17900                 :         252 :                 {
   17901                 :         252 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   17902                 :         252 :                   _q20 = do_valueize (valueize, _q20);
   17903                 :         252 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   17904                 :         252 :                   _q21 = do_valueize (valueize, _q21);
   17905                 :         252 :                   if (tree_swap_operands_p (_q20, _q21))
   17906                 :           0 :                     std::swap (_q20, _q21);
   17907                 :         252 :                   switch (TREE_CODE (_q21))
   17908                 :             :                     {
   17909                 :         252 :                     case INTEGER_CST:
   17910                 :         252 :                       {
   17911                 :         252 :                         switch (TREE_CODE (_p1))
   17912                 :             :                           {
   17913                 :         252 :                           case INTEGER_CST:
   17914                 :         252 :                             {
   17915                 :         252 :                               {
   17916                 :         252 :                                 tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   17917                 :         252 :                                 if (gimple_simplify_344 (res_op, seq, valueize, type, captures, FLOOR_MOD_EXPR))
   17918                 :           0 :                                   return true;
   17919                 :             :                               }
   17920                 :         252 :                               break;
   17921                 :             :                             }
   17922                 :             :                           default:;
   17923                 :             :                           }
   17924                 :             :                         break;
   17925                 :             :                       }
   17926                 :             :                     default:;
   17927                 :             :                     }
   17928                 :        8011 :                   break;
   17929                 :             :                 }
   17930                 :             :               default:;
   17931                 :             :               }
   17932                 :             :         }
   17933                 :             :       break;
   17934                 :        8011 :     default:;
   17935                 :             :     }
   17936                 :        8011 :   switch (TREE_CODE (_p1))
   17937                 :             :     {
   17938                 :        1169 :     case SSA_NAME:
   17939                 :        1169 :       if (gimple *_d1 = get_def (valueize, _p1))
   17940                 :             :         {
   17941                 :         828 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   17942                 :         979 :             switch (gimple_assign_rhs_code (_a1))
   17943                 :             :               {
   17944                 :         354 :               CASE_CONVERT:
   17945                 :         354 :                 {
   17946                 :         354 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   17947                 :         354 :                   _q30 = do_valueize (valueize, _q30);
   17948                 :         354 :                   {
   17949                 :         354 :                     tree _q30_pops[1];
   17950                 :         354 :                     if (gimple_power_of_two_cand (_q30, _q30_pops, valueize))
   17951                 :             :                       {
   17952                 :           0 :                         tree _q40 = _q30_pops[0];
   17953                 :           0 :                         {
   17954                 :           0 :                           tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q30, _q40 };
   17955                 :           0 :                           if (gimple_simplify_345 (res_op, seq, valueize, type, captures, FLOOR_MOD_EXPR))
   17956                 :           0 :                             return true;
   17957                 :             :                         }
   17958                 :             :                       }
   17959                 :             :                   }
   17960                 :         354 :                   break;
   17961                 :             :                 }
   17962                 :             :               default:;
   17963                 :             :               }
   17964                 :             :         }
   17965                 :             :       break;
   17966                 :        8011 :     default:;
   17967                 :             :     }
   17968                 :        8011 : {
   17969                 :        8011 :   tree _p1_pops[1];
   17970                 :        8011 :   if (gimple_power_of_two_cand (_p1, _p1_pops, valueize))
   17971                 :             :     {
   17972                 :        6743 :       tree _q30 = _p1_pops[0];
   17973                 :        6743 :       {
   17974                 :        6743 :         tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p1, _q30 };
   17975                 :        6743 :         if (gimple_simplify_345 (res_op, seq, valueize, type, captures, FLOOR_MOD_EXPR))
   17976                 :          12 :           return true;
   17977                 :             :       }
   17978                 :             :     }
   17979                 :             : }
   17980                 :        7999 :   switch (TREE_CODE (_p0))
   17981                 :             :     {
   17982                 :        7486 :     case SSA_NAME:
   17983                 :        7486 :       if (gimple *_d1 = get_def (valueize, _p0))
   17984                 :             :         {
   17985                 :        4268 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   17986                 :        3741 :             switch (gimple_assign_rhs_code (_a1))
   17987                 :             :               {
   17988                 :           0 :               case VEC_COND_EXPR:
   17989                 :           0 :                 {
   17990                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   17991                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   17992                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   17993                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   17994                 :           0 :                   tree _q22 = gimple_assign_rhs3 (_a1);
   17995                 :           0 :                   _q22 = do_valueize (valueize, _q22);
   17996                 :           0 :                   switch (TREE_CODE (_p1))
   17997                 :             :                     {
   17998                 :           0 :                     case SSA_NAME:
   17999                 :           0 :                       if (gimple *_d2 = get_def (valueize, _p1))
   18000                 :             :                         {
   18001                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   18002                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
   18003                 :             :                               {
   18004                 :           0 :                               case VEC_COND_EXPR:
   18005                 :           0 :                                 {
   18006                 :           0 :                                   tree _q60 = gimple_assign_rhs1 (_a2);
   18007                 :           0 :                                   _q60 = do_valueize (valueize, _q60);
   18008                 :           0 :                                   tree _q61 = gimple_assign_rhs2 (_a2);
   18009                 :           0 :                                   _q61 = do_valueize (valueize, _q61);
   18010                 :           0 :                                   tree _q62 = gimple_assign_rhs3 (_a2);
   18011                 :           0 :                                   _q62 = do_valueize (valueize, _q62);
   18012                 :           0 :                                   if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
   18013                 :             :                                     {
   18014                 :           0 :                                       {
   18015                 :           0 :                                         tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1, _q61, _q62 };
   18016                 :           0 :                                         if (VECTOR_TYPE_P (type)
   18017                 :           0 :  && (TREE_CODE_CLASS (FLOOR_MOD_EXPR) != tcc_comparison
   18018                 :             :  || types_match (type, TREE_TYPE (captures[2]))
   18019                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   18020                 :             :  || (optimize_vectors_before_lowering_p ()
   18021                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   18022                 :             : )
   18023                 :             :                                           {
   18024                 :           0 :                                             gimple_seq *lseq = seq;
   18025                 :           0 :                                             if (lseq
   18026                 :           0 :                                                 && (!single_use (captures[0])
   18027                 :           0 :                                                     || !single_use (captures[4])))
   18028                 :           0 :                                               lseq = NULL;
   18029                 :           0 :                                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2481;
   18030                 :           0 :                                             {
   18031                 :           0 :                                               res_op->set_op (VEC_COND_EXPR, type, 3);
   18032                 :           0 :                                               res_op->ops[0] = captures[1];
   18033                 :           0 :                                               {
   18034                 :           0 :                                                 tree _o1[2], _r1;
   18035                 :           0 :                                                 _o1[0] = captures[2];
   18036                 :           0 :                                                 _o1[1] = captures[5];
   18037                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), FLOOR_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   18038                 :           0 :                                                 tem_op.resimplify (NULL, valueize);
   18039                 :           0 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   18040                 :           0 :                                                 if (!_r1) goto next_after_fail2481;
   18041                 :           0 :                                                 res_op->ops[1] = _r1;
   18042                 :             :                                               }
   18043                 :           0 :                                               {
   18044                 :           0 :                                                 tree _o1[2], _r1;
   18045                 :           0 :                                                 _o1[0] = captures[3];
   18046                 :           0 :                                                 _o1[1] = captures[6];
   18047                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), FLOOR_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   18048                 :           0 :                                                 tem_op.resimplify (NULL, valueize);
   18049                 :           0 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   18050                 :           0 :                                                 if (!_r1) goto next_after_fail2481;
   18051                 :           0 :                                                 res_op->ops[2] = _r1;
   18052                 :             :                                               }
   18053                 :           0 :                                               res_op->resimplify (lseq, valueize);
   18054                 :           0 :                                               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1017, __FILE__, __LINE__, true);
   18055                 :           0 :                                               return true;
   18056                 :             :                                             }
   18057                 :           0 : next_after_fail2481:;
   18058                 :             :                                           }
   18059                 :             :                                       }
   18060                 :             :                                     }
   18061                 :             :                                   break;
   18062                 :             :                                 }
   18063                 :             :                               default:;
   18064                 :             :                               }
   18065                 :             :                         }
   18066                 :             :                       break;
   18067                 :           0 :                     default:;
   18068                 :             :                     }
   18069                 :           0 :                   {
   18070                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1 };
   18071                 :           0 :                     if (VECTOR_TYPE_P (type)
   18072                 :           0 :  && (TREE_CODE_CLASS (FLOOR_MOD_EXPR) != tcc_comparison
   18073                 :             :  || types_match (type, TREE_TYPE (captures[2]))
   18074                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   18075                 :             :  || (optimize_vectors_before_lowering_p ()
   18076                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   18077                 :             : )
   18078                 :             :                       {
   18079                 :           0 :                         gimple_seq *lseq = seq;
   18080                 :           0 :                         if (lseq
   18081                 :           0 :                             && (!single_use (captures[0])))
   18082                 :           0 :                           lseq = NULL;
   18083                 :           0 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2482;
   18084                 :           0 :                         {
   18085                 :           0 :                           res_op->set_op (VEC_COND_EXPR, type, 3);
   18086                 :           0 :                           res_op->ops[0] = captures[1];
   18087                 :           0 :                           {
   18088                 :           0 :                             tree _o1[2], _r1;
   18089                 :           0 :                             _o1[0] = captures[2];
   18090                 :           0 :                             _o1[1] = captures[4];
   18091                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), FLOOR_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   18092                 :           0 :                             tem_op.resimplify (NULL, valueize);
   18093                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   18094                 :           0 :                             if (!_r1) goto next_after_fail2482;
   18095                 :           0 :                             res_op->ops[1] = _r1;
   18096                 :             :                           }
   18097                 :           0 :                           {
   18098                 :           0 :                             tree _o1[2], _r1;
   18099                 :           0 :                             _o1[0] = captures[3];
   18100                 :           0 :                             _o1[1] = captures[4];
   18101                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), FLOOR_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   18102                 :           0 :                             tem_op.resimplify (NULL, valueize);
   18103                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   18104                 :           0 :                             if (!_r1) goto next_after_fail2482;
   18105                 :           0 :                             res_op->ops[2] = _r1;
   18106                 :             :                           }
   18107                 :           0 :                           res_op->resimplify (lseq, valueize);
   18108                 :           0 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1018, __FILE__, __LINE__, true);
   18109                 :           0 :                           return true;
   18110                 :             :                         }
   18111                 :           0 : next_after_fail2482:;
   18112                 :             :                       }
   18113                 :             :                   }
   18114                 :           0 :                   break;
   18115                 :             :                 }
   18116                 :             :               default:;
   18117                 :             :               }
   18118                 :             :         }
   18119                 :             :       break;
   18120                 :        7999 :     default:;
   18121                 :             :     }
   18122                 :        7999 :   switch (TREE_CODE (_p1))
   18123                 :             :     {
   18124                 :        1169 :     case SSA_NAME:
   18125                 :        1169 :       if (gimple *_d1 = get_def (valueize, _p1))
   18126                 :             :         {
   18127                 :         828 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   18128                 :         979 :             switch (gimple_assign_rhs_code (_a1))
   18129                 :             :               {
   18130                 :           0 :               case VEC_COND_EXPR:
   18131                 :           0 :                 {
   18132                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   18133                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   18134                 :           0 :                   tree _q31 = gimple_assign_rhs2 (_a1);
   18135                 :           0 :                   _q31 = do_valueize (valueize, _q31);
   18136                 :           0 :                   tree _q32 = gimple_assign_rhs3 (_a1);
   18137                 :           0 :                   _q32 = do_valueize (valueize, _q32);
   18138                 :           0 :                   {
   18139                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32 };
   18140                 :           0 :                     if (VECTOR_TYPE_P (type)
   18141                 :           0 :  && (TREE_CODE_CLASS (FLOOR_MOD_EXPR) != tcc_comparison
   18142                 :             :  || types_match (type, TREE_TYPE (captures[3]))
   18143                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[2]))
   18144                 :             :  || (optimize_vectors_before_lowering_p ()
   18145                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[3]), TREE_TYPE (captures[2]))))
   18146                 :             : )
   18147                 :             :                       {
   18148                 :           0 :                         gimple_seq *lseq = seq;
   18149                 :           0 :                         if (lseq
   18150                 :           0 :                             && (!single_use (captures[1])))
   18151                 :           0 :                           lseq = NULL;
   18152                 :           0 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2483;
   18153                 :           0 :                         {
   18154                 :           0 :                           res_op->set_op (VEC_COND_EXPR, type, 3);
   18155                 :           0 :                           res_op->ops[0] = captures[2];
   18156                 :           0 :                           {
   18157                 :           0 :                             tree _o1[2], _r1;
   18158                 :           0 :                             _o1[0] = captures[0];
   18159                 :           0 :                             _o1[1] = captures[3];
   18160                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), FLOOR_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   18161                 :           0 :                             tem_op.resimplify (NULL, valueize);
   18162                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   18163                 :           0 :                             if (!_r1) goto next_after_fail2483;
   18164                 :           0 :                             res_op->ops[1] = _r1;
   18165                 :             :                           }
   18166                 :           0 :                           {
   18167                 :           0 :                             tree _o1[2], _r1;
   18168                 :           0 :                             _o1[0] = captures[0];
   18169                 :           0 :                             _o1[1] = captures[4];
   18170                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), FLOOR_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   18171                 :           0 :                             tem_op.resimplify (NULL, valueize);
   18172                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   18173                 :           0 :                             if (!_r1) goto next_after_fail2483;
   18174                 :           0 :                             res_op->ops[2] = _r1;
   18175                 :             :                           }
   18176                 :           0 :                           res_op->resimplify (lseq, valueize);
   18177                 :           0 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1019, __FILE__, __LINE__, true);
   18178                 :           0 :                           return true;
   18179                 :             :                         }
   18180                 :           0 : next_after_fail2483:;
   18181                 :             :                       }
   18182                 :             :                   }
   18183                 :           0 :                   break;
   18184                 :             :                 }
   18185                 :             :               default:;
   18186                 :             :               }
   18187                 :             :         }
   18188                 :             :       break;
   18189                 :             :     default:;
   18190                 :             :     }
   18191                 :             :   return false;
   18192                 :             : }
   18193                 :             : 
   18194                 :             : bool
   18195                 :      547458 : gimple_simplify_RDIV_EXPR (gimple_match_op *res_op, gimple_seq *seq,
   18196                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   18197                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   18198                 :             : {
   18199                 :      547458 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   18200                 :      547458 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   18201                 :             :     {
   18202                 :        2993 :       {
   18203                 :        2993 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   18204                 :         220 :         if (FLOAT_TYPE_P (type)
   18205                 :        2993 :  && ! HONOR_NANS (type)
   18206                 :        2997 :  && ! HONOR_INFINITIES (type)
   18207                 :             : )
   18208                 :             :           {
   18209                 :           4 :             gimple_seq *lseq = seq;
   18210                 :           4 :             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2484;
   18211                 :           4 :             {
   18212                 :           4 :               tree tem;
   18213                 :           4 :               tem =  build_one_cst (type);
   18214                 :           4 :               res_op->set_value (tem);
   18215                 :           4 :               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1115, __FILE__, __LINE__, true);
   18216                 :           4 :               return true;
   18217                 :             :             }
   18218                 :           0 : next_after_fail2484:;
   18219                 :             :           }
   18220                 :             :       }
   18221                 :             :     }
   18222                 :      547454 :   switch (TREE_CODE (_p1))
   18223                 :             :     {
   18224                 :      453137 :     case SSA_NAME:
   18225                 :      453137 :       if (gimple *_d1 = get_def (valueize, _p1))
   18226                 :             :         {
   18227                 :      338958 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   18228                 :      303299 :             switch (gimple_assign_rhs_code (_a1))
   18229                 :             :               {
   18230                 :          80 :               case NEGATE_EXPR:
   18231                 :          80 :                 {
   18232                 :          80 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   18233                 :          80 :                   _q30 = do_valueize (valueize, _q30);
   18234                 :          80 :                   if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   18235                 :             :                     {
   18236                 :           6 :                       {
   18237                 :           6 :                         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   18238                 :           6 :                         if (gimple_simplify_346 (res_op, seq, valueize, type, captures))
   18239                 :           6 :                           return true;
   18240                 :             :                       }
   18241                 :             :                     }
   18242                 :             :                   break;
   18243                 :             :                 }
   18244                 :             :               default:;
   18245                 :             :               }
   18246                 :             :         }
   18247                 :             :       break;
   18248                 :      547448 :     default:;
   18249                 :             :     }
   18250                 :      547448 :   switch (TREE_CODE (_p0))
   18251                 :             :     {
   18252                 :      324657 :     case SSA_NAME:
   18253                 :      324657 :       if (gimple *_d1 = get_def (valueize, _p0))
   18254                 :             :         {
   18255                 :      256255 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   18256                 :      251003 :             switch (gimple_assign_rhs_code (_a1))
   18257                 :             :               {
   18258                 :        5000 :               case NEGATE_EXPR:
   18259                 :        5000 :                 {
   18260                 :        5000 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   18261                 :        5000 :                   _q20 = do_valueize (valueize, _q20);
   18262                 :        5000 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   18263                 :             :                     {
   18264                 :          48 :                       {
   18265                 :          48 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
   18266                 :          48 :                         if (gimple_simplify_346 (res_op, seq, valueize, type, captures))
   18267                 :           0 :                           return true;
   18268                 :             :                       }
   18269                 :             :                     }
   18270                 :             :                   break;
   18271                 :             :                 }
   18272                 :       14645 :               CASE_CONVERT:
   18273                 :       14645 :                 {
   18274                 :       14645 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   18275                 :       14645 :                   _q20 = do_valueize (valueize, _q20);
   18276                 :       14645 :                   switch (TREE_CODE (_p1))
   18277                 :             :                     {
   18278                 :       12463 :                     case SSA_NAME:
   18279                 :       12463 :                       if (gimple *_d2 = get_def (valueize, _p1))
   18280                 :             :                         {
   18281                 :       11764 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   18282                 :       12120 :                             switch (gimple_assign_rhs_code (_a2))
   18283                 :             :                               {
   18284                 :        9257 :                               CASE_CONVERT:
   18285                 :        9257 :                                 {
   18286                 :        9257 :                                   tree _q40 = gimple_assign_rhs1 (_a2);
   18287                 :        9257 :                                   _q40 = do_valueize (valueize, _q40);
   18288                 :        9257 :                                   switch (TREE_CODE (_q40))
   18289                 :             :                                     {
   18290                 :        9257 :                                     case SSA_NAME:
   18291                 :        9257 :                                       if (gimple *_d3 = get_def (valueize, _q40))
   18292                 :             :                                         {
   18293                 :        9085 :                                           if (gassign *_a3 = dyn_cast <gassign *> (_d3))
   18294                 :        7701 :                                             switch (gimple_assign_rhs_code (_a3))
   18295                 :             :                                               {
   18296                 :          47 :                                               case ABS_EXPR:
   18297                 :          47 :                                                 {
   18298                 :          47 :                                                   tree _q50 = gimple_assign_rhs1 (_a3);
   18299                 :          47 :                                                   _q50 = do_valueize (valueize, _q50);
   18300                 :          47 :                                                   if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
   18301                 :             :                                                     {
   18302                 :           2 :                                                       {
   18303                 :           2 :                                                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
   18304                 :           2 :                                                         if (gimple_simplify_347 (res_op, seq, valueize, type, captures))
   18305                 :           1 :                                                           return true;
   18306                 :             :                                                       }
   18307                 :             :                                                     }
   18308                 :             :                                                   break;
   18309                 :             :                                                 }
   18310                 :             :                                               default:;
   18311                 :             :                                               }
   18312                 :             :                                         }
   18313                 :             :                                       break;
   18314                 :             :                                     default:;
   18315                 :             :                                     }
   18316                 :             :                                   break;
   18317                 :             :                                 }
   18318                 :             :                               default:;
   18319                 :             :                               }
   18320                 :             :                         }
   18321                 :             :                       break;
   18322                 :       14644 :                     default:;
   18323                 :             :                     }
   18324                 :       14644 :                   switch (TREE_CODE (_q20))
   18325                 :             :                     {
   18326                 :       14644 :                     case SSA_NAME:
   18327                 :       14644 :                       if (gimple *_d2 = get_def (valueize, _q20))
   18328                 :             :                         {
   18329                 :       14076 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   18330                 :       14092 :                             switch (gimple_assign_rhs_code (_a2))
   18331                 :             :                               {
   18332                 :         392 :                               case ABS_EXPR:
   18333                 :         392 :                                 {
   18334                 :         392 :                                   tree _q30 = gimple_assign_rhs1 (_a2);
   18335                 :         392 :                                   _q30 = do_valueize (valueize, _q30);
   18336                 :         392 :                                   switch (TREE_CODE (_p1))
   18337                 :             :                                     {
   18338                 :         360 :                                     case SSA_NAME:
   18339                 :         360 :                                       if (gimple *_d3 = get_def (valueize, _p1))
   18340                 :             :                                         {
   18341                 :         360 :                                           if (gassign *_a3 = dyn_cast <gassign *> (_d3))
   18342                 :         356 :                                             switch (gimple_assign_rhs_code (_a3))
   18343                 :             :                                               {
   18344                 :         292 :                                               CASE_CONVERT:
   18345                 :         292 :                                                 {
   18346                 :         292 :                                                   tree _q50 = gimple_assign_rhs1 (_a3);
   18347                 :         292 :                                                   _q50 = do_valueize (valueize, _q50);
   18348                 :         292 :                                                   if ((_q50 == _q30 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q30, 0) && types_match (_q50, _q30)))
   18349                 :             :                                                     {
   18350                 :           0 :                                                       {
   18351                 :           0 :                                                         tree captures[1] ATTRIBUTE_UNUSED = { _q30 };
   18352                 :           0 :                                                         if (gimple_simplify_347 (res_op, seq, valueize, type, captures))
   18353                 :           0 :                                                           return true;
   18354                 :             :                                                       }
   18355                 :             :                                                     }
   18356                 :             :                                                   break;
   18357                 :             :                                                 }
   18358                 :             :                                               default:;
   18359                 :             :                                               }
   18360                 :             :                                         }
   18361                 :             :                                       break;
   18362                 :             :                                     default:;
   18363                 :             :                                     }
   18364                 :             :                                   break;
   18365                 :             :                                 }
   18366                 :             :                               default:;
   18367                 :             :                               }
   18368                 :             :                         }
   18369                 :             :                       break;
   18370                 :             :                     default:;
   18371                 :             :                     }
   18372                 :             :                   break;
   18373                 :             :                 }
   18374                 :             :               default:;
   18375                 :             :               }
   18376                 :             :         }
   18377                 :             :       break;
   18378                 :      547447 :     default:;
   18379                 :             :     }
   18380                 :      547447 :   switch (TREE_CODE (_p1))
   18381                 :             :     {
   18382                 :      453130 :     case SSA_NAME:
   18383                 :      453130 :       if (gimple *_d1 = get_def (valueize, _p1))
   18384                 :             :         {
   18385                 :      338951 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   18386                 :      303292 :             switch (gimple_assign_rhs_code (_a1))
   18387                 :             :               {
   18388                 :        1566 :               case ABS_EXPR:
   18389                 :        1566 :                 {
   18390                 :        1566 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   18391                 :        1566 :                   _q30 = do_valueize (valueize, _q30);
   18392                 :        1566 :                   if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   18393                 :             :                     {
   18394                 :          41 :                       {
   18395                 :          41 :                         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   18396                 :          41 :                         if (gimple_simplify_347 (res_op, seq, valueize, type, captures))
   18397                 :           8 :                           return true;
   18398                 :             :                       }
   18399                 :             :                     }
   18400                 :             :                   break;
   18401                 :             :                 }
   18402                 :             :               default:;
   18403                 :             :               }
   18404                 :             :         }
   18405                 :             :       break;
   18406                 :      547439 :     default:;
   18407                 :             :     }
   18408                 :      547439 :   switch (TREE_CODE (_p0))
   18409                 :             :     {
   18410                 :      324648 :     case SSA_NAME:
   18411                 :      324648 :       if (gimple *_d1 = get_def (valueize, _p0))
   18412                 :             :         {
   18413                 :      256246 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   18414                 :      251000 :             switch (gimple_assign_rhs_code (_a1))
   18415                 :             :               {
   18416                 :        2937 :               case ABS_EXPR:
   18417                 :        2937 :                 {
   18418                 :        2937 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   18419                 :        2937 :                   _q20 = do_valueize (valueize, _q20);
   18420                 :        2937 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   18421                 :             :                     {
   18422                 :           6 :                       {
   18423                 :           6 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
   18424                 :           6 :                         if (gimple_simplify_347 (res_op, seq, valueize, type, captures))
   18425                 :           6 :                           return true;
   18426                 :             :                       }
   18427                 :             :                     }
   18428                 :             :                   break;
   18429                 :             :                 }
   18430                 :             :               default:;
   18431                 :             :               }
   18432                 :             :         }
   18433                 :             :       break;
   18434                 :      547433 :     default:;
   18435                 :             :     }
   18436                 :      547433 :   if (real_onep (_p1))
   18437                 :             :     {
   18438                 :        3681 :       {
   18439                 :        3681 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   18440                 :        3681 :         if (!tree_expr_maybe_signaling_nan_p (captures[0])
   18441                 :             : )
   18442                 :             :           {
   18443                 :        3681 :             gimple_seq *lseq = seq;
   18444                 :        3681 :             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2485;
   18445                 :        3681 :             {
   18446                 :        3681 :               tree tem;
   18447                 :        3681 :               tem = captures[0];
   18448                 :        3681 :               res_op->set_value (tem);
   18449                 :        3681 :               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1116, __FILE__, __LINE__, true);
   18450                 :        3681 :               return true;
   18451                 :             :             }
   18452                 :           0 : next_after_fail2485:;
   18453                 :             :           }
   18454                 :             :       }
   18455                 :             :     }
   18456                 :      543752 :   if (real_minus_onep (_p1))
   18457                 :             :     {
   18458                 :          48 :       {
   18459                 :          48 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   18460                 :          48 :         if (!tree_expr_maybe_signaling_nan_p (captures[0])
   18461                 :             : )
   18462                 :             :           {
   18463                 :          48 :             gimple_seq *lseq = seq;
   18464                 :          48 :             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2486;
   18465                 :          48 :             {
   18466                 :          48 :               res_op->set_op (NEGATE_EXPR, type, 1);
   18467                 :          48 :               res_op->ops[0] = captures[0];
   18468                 :          48 :               res_op->resimplify (lseq, valueize);
   18469                 :          48 :               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1117, __FILE__, __LINE__, true);
   18470                 :          48 :               return true;
   18471                 :             :             }
   18472                 :           0 : next_after_fail2486:;
   18473                 :             :           }
   18474                 :             :       }
   18475                 :             :     }
   18476                 :      543704 :   switch (TREE_CODE (_p0))
   18477                 :             :     {
   18478                 :      320913 :     case SSA_NAME:
   18479                 :      320913 :       if (gimple *_d1 = get_def (valueize, _p0))
   18480                 :             :         {
   18481                 :      253058 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   18482                 :      248101 :             switch (gimple_assign_rhs_code (_a1))
   18483                 :             :               {
   18484                 :        7583 :               case RDIV_EXPR:
   18485                 :        7583 :                 {
   18486                 :        7583 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   18487                 :        7583 :                   _q20 = do_valueize (valueize, _q20);
   18488                 :        7583 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   18489                 :        7583 :                   _q21 = do_valueize (valueize, _q21);
   18490                 :        7583 :                   {
   18491                 :        7583 :                     tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _p1 };
   18492                 :        7583 :                     if (flag_reciprocal_math
   18493                 :             : )
   18494                 :             :                       {
   18495                 :          96 :                         gimple_seq *lseq = seq;
   18496                 :          96 :                         if (lseq
   18497                 :          27 :                             && (!single_use (captures[0])))
   18498                 :          96 :                           lseq = NULL;
   18499                 :          96 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2487;
   18500                 :          96 :                         {
   18501                 :          96 :                           res_op->set_op (RDIV_EXPR, type, 2);
   18502                 :          96 :                           res_op->ops[0] = captures[1];
   18503                 :          96 :                           {
   18504                 :          96 :                             tree _o1[2], _r1;
   18505                 :          96 :                             _o1[0] = captures[2];
   18506                 :          96 :                             _o1[1] = captures[3];
   18507                 :          96 :                             gimple_match_op tem_op (res_op->cond.any_else (), MULT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   18508                 :          96 :                             tem_op.resimplify (lseq, valueize);
   18509                 :          96 :                             _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   18510                 :          96 :                             if (!_r1) goto next_after_fail2487;
   18511                 :           0 :                             res_op->ops[1] = _r1;
   18512                 :             :                           }
   18513                 :           0 :                           res_op->resimplify (lseq, valueize);
   18514                 :           0 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1118, __FILE__, __LINE__, true);
   18515                 :           0 :                           return true;
   18516                 :             :                         }
   18517                 :        7583 : next_after_fail2487:;
   18518                 :             :                       }
   18519                 :             :                   }
   18520                 :        7583 :                   break;
   18521                 :             :                 }
   18522                 :             :               default:;
   18523                 :             :               }
   18524                 :             :         }
   18525                 :             :       break;
   18526                 :      543704 :     default:;
   18527                 :             :     }
   18528                 :      543704 :   switch (TREE_CODE (_p1))
   18529                 :             :     {
   18530                 :      453116 :     case SSA_NAME:
   18531                 :      453116 :       if (gimple *_d1 = get_def (valueize, _p1))
   18532                 :             :         {
   18533                 :      338937 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   18534                 :      303284 :             switch (gimple_assign_rhs_code (_a1))
   18535                 :             :               {
   18536                 :       28090 :               case MULT_EXPR:
   18537                 :       28090 :                 {
   18538                 :       28090 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   18539                 :       28090 :                   _q30 = do_valueize (valueize, _q30);
   18540                 :       28090 :                   tree _q31 = gimple_assign_rhs2 (_a1);
   18541                 :       28090 :                   _q31 = do_valueize (valueize, _q31);
   18542                 :       28090 :                   if (tree_swap_operands_p (_q30, _q31))
   18543                 :         765 :                     std::swap (_q30, _q31);
   18544                 :       28090 :                   switch (TREE_CODE (_q31))
   18545                 :             :                     {
   18546                 :       13556 :                     case REAL_CST:
   18547                 :       13556 :                       {
   18548                 :       13556 :                         {
   18549                 :       13556 :                           tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31 };
   18550                 :       13556 :                           if (flag_reciprocal_math
   18551                 :             : )
   18552                 :             :                             {
   18553                 :         126 :                               {
   18554                 :         126 :  tree tem = const_binop (RDIV_EXPR, type, build_one_cst (type), captures[3]);
   18555                 :         126 :                                   if (tem
   18556                 :             : )
   18557                 :             :                                     {
   18558                 :         126 :                                       gimple_seq *lseq = seq;
   18559                 :         126 :                                       if (lseq
   18560                 :          43 :                                           && (!single_use (captures[1])))
   18561                 :         126 :                                         lseq = NULL;
   18562                 :         126 :                                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2488;
   18563                 :         126 :                                       {
   18564                 :         126 :                                         res_op->set_op (RDIV_EXPR, type, 2);
   18565                 :         126 :                                         {
   18566                 :         126 :                                           tree _o1[2], _r1;
   18567                 :         126 :                                           _o1[0] = captures[0];
   18568                 :         126 :                                           _o1[1] =  tem;
   18569                 :         126 :                                           gimple_match_op tem_op (res_op->cond.any_else (), MULT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   18570                 :         126 :                                           tem_op.resimplify (lseq, valueize);
   18571                 :         126 :                                           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   18572                 :         126 :                                           if (!_r1) goto next_after_fail2488;
   18573                 :           4 :                                           res_op->ops[0] = _r1;
   18574                 :             :                                         }
   18575                 :           4 :                                         res_op->ops[1] = captures[2];
   18576                 :           4 :                                         res_op->resimplify (lseq, valueize);
   18577                 :           4 :                                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1119, __FILE__, __LINE__, true);
   18578                 :           4 :                                         return true;
   18579                 :             :                                       }
   18580                 :       13552 : next_after_fail2488:;
   18581                 :             :                                     }
   18582                 :             :                               }
   18583                 :             :                             }
   18584                 :             :                         }
   18585                 :       13552 :                         break;
   18586                 :             :                       }
   18587                 :             :                     default:;
   18588                 :             :                     }
   18589                 :      539975 :                   break;
   18590                 :             :                 }
   18591                 :       13368 :               case RDIV_EXPR:
   18592                 :       13368 :                 {
   18593                 :       13368 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   18594                 :       13368 :                   _q30 = do_valueize (valueize, _q30);
   18595                 :       13368 :                   tree _q31 = gimple_assign_rhs2 (_a1);
   18596                 :       13368 :                   _q31 = do_valueize (valueize, _q31);
   18597                 :       13368 :                   {
   18598                 :       13368 :                     tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31 };
   18599                 :       13368 :                     if (flag_reciprocal_math
   18600                 :             : )
   18601                 :             :                       {
   18602                 :           0 :                         gimple_seq *lseq = seq;
   18603                 :           0 :                         if (lseq
   18604                 :           0 :                             && (!single_use (captures[1])))
   18605                 :           0 :                           lseq = NULL;
   18606                 :           0 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2489;
   18607                 :           0 :                         {
   18608                 :           0 :                           res_op->set_op (MULT_EXPR, type, 2);
   18609                 :           0 :                           {
   18610                 :           0 :                             tree _o1[2], _r1;
   18611                 :           0 :                             _o1[0] = captures[0];
   18612                 :           0 :                             _o1[1] = captures[2];
   18613                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), RDIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   18614                 :           0 :                             tem_op.resimplify (lseq, valueize);
   18615                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   18616                 :           0 :                             if (!_r1) goto next_after_fail2489;
   18617                 :           0 :                             res_op->ops[0] = _r1;
   18618                 :             :                           }
   18619                 :           0 :                           res_op->ops[1] = captures[3];
   18620                 :           0 :                           res_op->resimplify (lseq, valueize);
   18621                 :           0 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1120, __FILE__, __LINE__, true);
   18622                 :           0 :                           return true;
   18623                 :             :                         }
   18624                 :       13368 : next_after_fail2489:;
   18625                 :             :                       }
   18626                 :             :                   }
   18627                 :       13368 :                   break;
   18628                 :             :                 }
   18629                 :          74 :               case NEGATE_EXPR:
   18630                 :          74 :                 {
   18631                 :          74 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   18632                 :          74 :                   _q30 = do_valueize (valueize, _q30);
   18633                 :          74 :                   {
   18634                 :          74 :                     tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q30 };
   18635                 :          74 :                     gimple_seq *lseq = seq;
   18636                 :          74 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2490;
   18637                 :          74 :                     {
   18638                 :          74 :                       res_op->set_op (RDIV_EXPR, type, 2);
   18639                 :          74 :                       {
   18640                 :          74 :                         tree _o1[1], _r1;
   18641                 :          74 :                         _o1[0] = captures[0];
   18642                 :          74 :                         gimple_match_op tem_op (res_op->cond.any_else (), NEGATE_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
   18643                 :          74 :                         tem_op.resimplify (lseq, valueize);
   18644                 :          74 :                         _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   18645                 :          74 :                         if (!_r1) goto next_after_fail2490;
   18646                 :          45 :                         res_op->ops[0] = _r1;
   18647                 :             :                       }
   18648                 :          45 :                       res_op->ops[1] = captures[1];
   18649                 :          45 :                       res_op->resimplify (lseq, valueize);
   18650                 :          45 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1121, __FILE__, __LINE__, true);
   18651                 :          45 :                       return true;
   18652                 :             :                     }
   18653                 :          29 : next_after_fail2490:;
   18654                 :             :                   }
   18655                 :          29 :                   break;
   18656                 :             :                 }
   18657                 :             :               default:;
   18658                 :             :               }
   18659                 :             :         }
   18660                 :             :       break;
   18661                 :       76098 :     case REAL_CST:
   18662                 :       76098 :       {
   18663                 :       76098 :         {
   18664                 :       76098 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   18665                 :       76098 :           if (optimize
   18666                 :             : )
   18667                 :             :             {
   18668                 :       75690 :               if (flag_reciprocal_math
   18669                 :       75690 :  && !real_zerop (captures[1])
   18670                 :             : )
   18671                 :             :                 {
   18672                 :          55 :                   {
   18673                 :          55 :  tree tem = const_binop (RDIV_EXPR, type, build_one_cst (type), captures[1]);
   18674                 :          55 :                       if (tem
   18675                 :             : )
   18676                 :             :                         {
   18677                 :          37 :                           gimple_seq *lseq = seq;
   18678                 :          37 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2491;
   18679                 :          37 :                           {
   18680                 :          37 :                             res_op->set_op (MULT_EXPR, type, 2);
   18681                 :          37 :                             res_op->ops[0] = captures[0];
   18682                 :          37 :                             res_op->ops[1] =  tem;
   18683                 :          37 :                             res_op->resimplify (lseq, valueize);
   18684                 :          37 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1122, __FILE__, __LINE__, true);
   18685                 :          37 :                             return true;
   18686                 :             :                           }
   18687                 :           0 : next_after_fail2491:;
   18688                 :             :                         }
   18689                 :             :                   }
   18690                 :             :                 }
   18691                 :             :               else
   18692                 :             :                 {
   18693                 :       75635 :                   if (REAL_CST != COMPLEX_CST
   18694                 :             : )
   18695                 :             :                     {
   18696                 :       75635 :                       {
   18697                 :       75635 :  tree inverse = exact_inverse (type, captures[1]);
   18698                 :       75635 :                           if (inverse
   18699                 :             : )
   18700                 :             :                             {
   18701                 :        3609 :                               gimple_seq *lseq = seq;
   18702                 :        3609 :                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2492;
   18703                 :        3609 :                               {
   18704                 :        3609 :                                 res_op->set_op (MULT_EXPR, type, 2);
   18705                 :        3609 :                                 res_op->ops[0] = captures[0];
   18706                 :        3609 :                                 res_op->ops[1] =  inverse;
   18707                 :        3609 :                                 res_op->resimplify (lseq, valueize);
   18708                 :        3609 :                                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1123, __FILE__, __LINE__, true);
   18709                 :        3609 :                                 return true;
   18710                 :             :                               }
   18711                 :           0 : next_after_fail2492:;
   18712                 :             :                             }
   18713                 :             :                       }
   18714                 :             :                     }
   18715                 :             :                 }
   18716                 :             :             }
   18717                 :             :         }
   18718                 :       72452 :         break;
   18719                 :             :       }
   18720                 :        3944 :     case COMPLEX_CST:
   18721                 :        3944 :       {
   18722                 :        3944 :         {
   18723                 :        3944 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   18724                 :        3944 :           if (optimize
   18725                 :             : )
   18726                 :             :             {
   18727                 :        3936 :               if (flag_reciprocal_math
   18728                 :        3936 :  && !real_zerop (captures[1])
   18729                 :             : )
   18730                 :             :                 {
   18731                 :           2 :                   {
   18732                 :           2 :  tree tem = const_binop (RDIV_EXPR, type, build_one_cst (type), captures[1]);
   18733                 :           2 :                       if (tem
   18734                 :             : )
   18735                 :             :                         {
   18736                 :           2 :                           gimple_seq *lseq = seq;
   18737                 :           2 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2493;
   18738                 :           2 :                           {
   18739                 :           2 :                             res_op->set_op (MULT_EXPR, type, 2);
   18740                 :           2 :                             res_op->ops[0] = captures[0];
   18741                 :           2 :                             res_op->ops[1] =  tem;
   18742                 :           2 :                             res_op->resimplify (lseq, valueize);
   18743                 :           2 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1122, __FILE__, __LINE__, true);
   18744                 :           2 :                             return true;
   18745                 :             :                           }
   18746                 :           0 : next_after_fail2493:;
   18747                 :             :                         }
   18748                 :             :                   }
   18749                 :             :                 }
   18750                 :             :               else
   18751                 :             :                 {
   18752                 :             :                   if (COMPLEX_CST != COMPLEX_CST
   18753                 :             : )
   18754                 :             :                     {
   18755                 :             :                       {
   18756                 :             :  tree inverse = exact_inverse (type, captures[1]);
   18757                 :             :                           if (inverse
   18758                 :             : )
   18759                 :             :                             {
   18760                 :             :                               gimple_seq *lseq = seq;
   18761                 :             :                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2494;
   18762                 :             :                               {
   18763                 :             :                                 res_op->set_op (MULT_EXPR, type, 2);
   18764                 :             :                                 res_op->ops[0] = captures[0];
   18765                 :             :                                 res_op->ops[1] =  inverse;
   18766                 :             :                                 res_op->resimplify (lseq, valueize);
   18767                 :             :                                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1123, __FILE__, __LINE__, true);
   18768                 :             :                                 return true;
   18769                 :             :                               }
   18770                 :             : next_after_fail2494:;
   18771                 :             :                             }
   18772                 :             :                       }
   18773                 :             :                     }
   18774                 :             :                 }
   18775                 :             :             }
   18776                 :             :         }
   18777                 :        3942 :         break;
   18778                 :             :       }
   18779                 :         528 :     case VECTOR_CST:
   18780                 :         528 :       {
   18781                 :         528 :         {
   18782                 :         528 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   18783                 :         528 :           if (optimize
   18784                 :             : )
   18785                 :             :             {
   18786                 :         518 :               if (flag_reciprocal_math
   18787                 :         518 :  && !real_zerop (captures[1])
   18788                 :             : )
   18789                 :             :                 {
   18790                 :          30 :                   {
   18791                 :          30 :  tree tem = const_binop (RDIV_EXPR, type, build_one_cst (type), captures[1]);
   18792                 :          30 :                       if (tem
   18793                 :             : )
   18794                 :             :                         {
   18795                 :           2 :                           gimple_seq *lseq = seq;
   18796                 :           2 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2495;
   18797                 :           2 :                           {
   18798                 :           2 :                             res_op->set_op (MULT_EXPR, type, 2);
   18799                 :           2 :                             res_op->ops[0] = captures[0];
   18800                 :           2 :                             res_op->ops[1] =  tem;
   18801                 :           2 :                             res_op->resimplify (lseq, valueize);
   18802                 :           2 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1122, __FILE__, __LINE__, true);
   18803                 :           2 :                             return true;
   18804                 :             :                           }
   18805                 :           0 : next_after_fail2495:;
   18806                 :             :                         }
   18807                 :             :                   }
   18808                 :             :                 }
   18809                 :             :               else
   18810                 :             :                 {
   18811                 :         488 :                   if (VECTOR_CST != COMPLEX_CST
   18812                 :             : )
   18813                 :             :                     {
   18814                 :         488 :                       {
   18815                 :         488 :  tree inverse = exact_inverse (type, captures[1]);
   18816                 :         488 :                           if (inverse
   18817                 :             : )
   18818                 :             :                             {
   18819                 :          30 :                               gimple_seq *lseq = seq;
   18820                 :          30 :                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2496;
   18821                 :          30 :                               {
   18822                 :          30 :                                 res_op->set_op (MULT_EXPR, type, 2);
   18823                 :          30 :                                 res_op->ops[0] = captures[0];
   18824                 :          30 :                                 res_op->ops[1] =  inverse;
   18825                 :          30 :                                 res_op->resimplify (lseq, valueize);
   18826                 :          30 :                                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1123, __FILE__, __LINE__, true);
   18827                 :          30 :                                 return true;
   18828                 :             :                               }
   18829                 :           0 : next_after_fail2496:;
   18830                 :             :                             }
   18831                 :             :                       }
   18832                 :             :                     }
   18833                 :             :                 }
   18834                 :             :             }
   18835                 :             :         }
   18836                 :         496 :         break;
   18837                 :             :       }
   18838                 :      539975 :     default:;
   18839                 :             :     }
   18840                 :      539975 :   switch (TREE_CODE (_p0))
   18841                 :             :     {
   18842                 :      317230 :     case SSA_NAME:
   18843                 :      317230 :       if (gimple *_d1 = get_def (valueize, _p0))
   18844                 :             :         {
   18845                 :      250225 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   18846                 :      244915 :             switch (gimple_assign_rhs_code (_a1))
   18847                 :             :               {
   18848                 :           0 :               case VEC_COND_EXPR:
   18849                 :           0 :                 {
   18850                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   18851                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   18852                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   18853                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   18854                 :           0 :                   tree _q22 = gimple_assign_rhs3 (_a1);
   18855                 :           0 :                   _q22 = do_valueize (valueize, _q22);
   18856                 :           0 :                   switch (TREE_CODE (_p1))
   18857                 :             :                     {
   18858                 :           0 :                     case SSA_NAME:
   18859                 :           0 :                       if (gimple *_d2 = get_def (valueize, _p1))
   18860                 :             :                         {
   18861                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   18862                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
   18863                 :             :                               {
   18864                 :           0 :                               case VEC_COND_EXPR:
   18865                 :           0 :                                 {
   18866                 :           0 :                                   tree _q60 = gimple_assign_rhs1 (_a2);
   18867                 :           0 :                                   _q60 = do_valueize (valueize, _q60);
   18868                 :           0 :                                   tree _q61 = gimple_assign_rhs2 (_a2);
   18869                 :           0 :                                   _q61 = do_valueize (valueize, _q61);
   18870                 :           0 :                                   tree _q62 = gimple_assign_rhs3 (_a2);
   18871                 :           0 :                                   _q62 = do_valueize (valueize, _q62);
   18872                 :           0 :                                   if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
   18873                 :             :                                     {
   18874                 :           0 :                                       {
   18875                 :           0 :                                         tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1, _q61, _q62 };
   18876                 :           0 :                                         if (VECTOR_TYPE_P (type)
   18877                 :           0 :  && (TREE_CODE_CLASS (RDIV_EXPR) != tcc_comparison
   18878                 :             :  || types_match (type, TREE_TYPE (captures[2]))
   18879                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   18880                 :             :  || (optimize_vectors_before_lowering_p ()
   18881                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   18882                 :             : )
   18883                 :             :                                           {
   18884                 :           0 :                                             gimple_seq *lseq = seq;
   18885                 :           0 :                                             if (lseq
   18886                 :           0 :                                                 && (!single_use (captures[0])
   18887                 :           0 :                                                     || !single_use (captures[4])))
   18888                 :           0 :                                               lseq = NULL;
   18889                 :           0 :                                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2497;
   18890                 :           0 :                                             {
   18891                 :           0 :                                               res_op->set_op (VEC_COND_EXPR, type, 3);
   18892                 :           0 :                                               res_op->ops[0] = captures[1];
   18893                 :           0 :                                               {
   18894                 :           0 :                                                 tree _o1[2], _r1;
   18895                 :           0 :                                                 _o1[0] = captures[2];
   18896                 :           0 :                                                 _o1[1] = captures[5];
   18897                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), RDIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   18898                 :           0 :                                                 tem_op.resimplify (NULL, valueize);
   18899                 :           0 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   18900                 :           0 :                                                 if (!_r1) goto next_after_fail2497;
   18901                 :           0 :                                                 res_op->ops[1] = _r1;
   18902                 :             :                                               }
   18903                 :           0 :                                               {
   18904                 :           0 :                                                 tree _o1[2], _r1;
   18905                 :           0 :                                                 _o1[0] = captures[3];
   18906                 :           0 :                                                 _o1[1] = captures[6];
   18907                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), RDIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   18908                 :           0 :                                                 tem_op.resimplify (NULL, valueize);
   18909                 :           0 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   18910                 :           0 :                                                 if (!_r1) goto next_after_fail2497;
   18911                 :           0 :                                                 res_op->ops[2] = _r1;
   18912                 :             :                                               }
   18913                 :           0 :                                               res_op->resimplify (lseq, valueize);
   18914                 :           0 :                                               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1017, __FILE__, __LINE__, true);
   18915                 :           0 :                                               return true;
   18916                 :             :                                             }
   18917                 :           0 : next_after_fail2497:;
   18918                 :             :                                           }
   18919                 :             :                                       }
   18920                 :             :                                     }
   18921                 :             :                                   break;
   18922                 :             :                                 }
   18923                 :             :                               default:;
   18924                 :             :                               }
   18925                 :             :                         }
   18926                 :             :                       break;
   18927                 :           0 :                     default:;
   18928                 :             :                     }
   18929                 :           0 :                   {
   18930                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1 };
   18931                 :           0 :                     if (VECTOR_TYPE_P (type)
   18932                 :           0 :  && (TREE_CODE_CLASS (RDIV_EXPR) != tcc_comparison
   18933                 :             :  || types_match (type, TREE_TYPE (captures[2]))
   18934                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   18935                 :             :  || (optimize_vectors_before_lowering_p ()
   18936                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   18937                 :             : )
   18938                 :             :                       {
   18939                 :           0 :                         gimple_seq *lseq = seq;
   18940                 :           0 :                         if (lseq
   18941                 :           0 :                             && (!single_use (captures[0])))
   18942                 :           0 :                           lseq = NULL;
   18943                 :           0 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2498;
   18944                 :           0 :                         {
   18945                 :           0 :                           res_op->set_op (VEC_COND_EXPR, type, 3);
   18946                 :           0 :                           res_op->ops[0] = captures[1];
   18947                 :           0 :                           {
   18948                 :           0 :                             tree _o1[2], _r1;
   18949                 :           0 :                             _o1[0] = captures[2];
   18950                 :           0 :                             _o1[1] = captures[4];
   18951                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), RDIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   18952                 :           0 :                             tem_op.resimplify (NULL, valueize);
   18953                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   18954                 :           0 :                             if (!_r1) goto next_after_fail2498;
   18955                 :           0 :                             res_op->ops[1] = _r1;
   18956                 :             :                           }
   18957                 :           0 :                           {
   18958                 :           0 :                             tree _o1[2], _r1;
   18959                 :           0 :                             _o1[0] = captures[3];
   18960                 :           0 :                             _o1[1] = captures[4];
   18961                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), RDIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   18962                 :           0 :                             tem_op.resimplify (NULL, valueize);
   18963                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   18964                 :           0 :                             if (!_r1) goto next_after_fail2498;
   18965                 :           0 :                             res_op->ops[2] = _r1;
   18966                 :             :                           }
   18967                 :           0 :                           res_op->resimplify (lseq, valueize);
   18968                 :           0 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1018, __FILE__, __LINE__, true);
   18969                 :           0 :                           return true;
   18970                 :             :                         }
   18971                 :           0 : next_after_fail2498:;
   18972                 :             :                       }
   18973                 :             :                   }
   18974                 :           0 :                   break;
   18975                 :             :                 }
   18976                 :             :               default:;
   18977                 :             :               }
   18978                 :             :         }
   18979                 :             :       break;
   18980                 :      539975 :     default:;
   18981                 :             :     }
   18982                 :      539975 :   switch (TREE_CODE (_p1))
   18983                 :             :     {
   18984                 :      453067 :     case SSA_NAME:
   18985                 :      453067 :       if (gimple *_d1 = get_def (valueize, _p1))
   18986                 :             :         {
   18987                 :      338888 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   18988                 :      303235 :             switch (gimple_assign_rhs_code (_a1))
   18989                 :             :               {
   18990                 :           0 :               case VEC_COND_EXPR:
   18991                 :           0 :                 {
   18992                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   18993                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   18994                 :           0 :                   tree _q31 = gimple_assign_rhs2 (_a1);
   18995                 :           0 :                   _q31 = do_valueize (valueize, _q31);
   18996                 :           0 :                   tree _q32 = gimple_assign_rhs3 (_a1);
   18997                 :           0 :                   _q32 = do_valueize (valueize, _q32);
   18998                 :           0 :                   {
   18999                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32 };
   19000                 :           0 :                     if (VECTOR_TYPE_P (type)
   19001                 :           0 :  && (TREE_CODE_CLASS (RDIV_EXPR) != tcc_comparison
   19002                 :             :  || types_match (type, TREE_TYPE (captures[3]))
   19003                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[2]))
   19004                 :             :  || (optimize_vectors_before_lowering_p ()
   19005                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[3]), TREE_TYPE (captures[2]))))
   19006                 :             : )
   19007                 :             :                       {
   19008                 :           0 :                         gimple_seq *lseq = seq;
   19009                 :           0 :                         if (lseq
   19010                 :           0 :                             && (!single_use (captures[1])))
   19011                 :           0 :                           lseq = NULL;
   19012                 :           0 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2499;
   19013                 :           0 :                         {
   19014                 :           0 :                           res_op->set_op (VEC_COND_EXPR, type, 3);
   19015                 :           0 :                           res_op->ops[0] = captures[2];
   19016                 :           0 :                           {
   19017                 :           0 :                             tree _o1[2], _r1;
   19018                 :           0 :                             _o1[0] = captures[0];
   19019                 :           0 :                             _o1[1] = captures[3];
   19020                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), RDIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   19021                 :           0 :                             tem_op.resimplify (NULL, valueize);
   19022                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   19023                 :           0 :                             if (!_r1) goto next_after_fail2499;
   19024                 :           0 :                             res_op->ops[1] = _r1;
   19025                 :             :                           }
   19026                 :           0 :                           {
   19027                 :           0 :                             tree _o1[2], _r1;
   19028                 :           0 :                             _o1[0] = captures[0];
   19029                 :           0 :                             _o1[1] = captures[4];
   19030                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), RDIV_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   19031                 :           0 :                             tem_op.resimplify (NULL, valueize);
   19032                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   19033                 :           0 :                             if (!_r1) goto next_after_fail2499;
   19034                 :           0 :                             res_op->ops[2] = _r1;
   19035                 :             :                           }
   19036                 :           0 :                           res_op->resimplify (lseq, valueize);
   19037                 :           0 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1019, __FILE__, __LINE__, true);
   19038                 :           0 :                           return true;
   19039                 :             :                         }
   19040                 :           0 : next_after_fail2499:;
   19041                 :             :                       }
   19042                 :             :                   }
   19043                 :           0 :                   break;
   19044                 :             :                 }
   19045                 :             :               default:;
   19046                 :             :               }
   19047                 :       72584 :           else if (gcall *_c1 = dyn_cast <gcall *> (_d1))
   19048                 :       23336 :             switch (gimple_call_combined_fn (_c1))
   19049                 :             :               {
   19050                 :        1078 :               case CFN_BUILT_IN_SQRTF:
   19051                 :        1078 :                 if (gimple_call_num_args (_c1) == 1)
   19052                 :             :                   {
   19053                 :        1078 :                     tree _q30 = gimple_call_arg (_c1, 0);
   19054                 :        1078 :                     _q30 = do_valueize (valueize, _q30);
   19055                 :        1078 :                     if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   19056                 :             :                       {
   19057                 :           4 :                         {
   19058                 :           4 :                           tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   19059                 :           4 :                           if (gimple_simplify_348 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_SQRTF))
   19060                 :           4 :                             return true;
   19061                 :             :                         }
   19062                 :             :                       }
   19063                 :        1074 :                     switch (TREE_CODE (_q30))
   19064                 :             :                       {
   19065                 :        1074 :                       case SSA_NAME:
   19066                 :        1074 :                         if (gimple *_d2 = get_def (valueize, _q30))
   19067                 :             :                           {
   19068                 :        1034 :                             if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   19069                 :         548 :                               switch (gimple_assign_rhs_code (_a2))
   19070                 :             :                                 {
   19071                 :          20 :                                 case RDIV_EXPR:
   19072                 :          20 :                                   {
   19073                 :          20 :                                     tree _q40 = gimple_assign_rhs1 (_a2);
   19074                 :          20 :                                     _q40 = do_valueize (valueize, _q40);
   19075                 :          20 :                                     tree _q41 = gimple_assign_rhs2 (_a2);
   19076                 :          20 :                                     _q41 = do_valueize (valueize, _q41);
   19077                 :          20 :                                     {
   19078                 :          20 :                                       tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q40, _q41 };
   19079                 :          20 :                                       if (flag_unsafe_math_optimizations
   19080                 :             : )
   19081                 :             :                                         {
   19082                 :           0 :                                           gimple_seq *lseq = seq;
   19083                 :           0 :                                           if (lseq
   19084                 :           0 :                                               && (!single_use (captures[1])
   19085                 :           0 :                                                   || !single_use (captures[2])))
   19086                 :           0 :                                             lseq = NULL;
   19087                 :           0 :                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2500;
   19088                 :           0 :                                           {
   19089                 :           0 :                                             res_op->set_op (MULT_EXPR, type, 2);
   19090                 :           0 :                                             res_op->ops[0] = captures[0];
   19091                 :           0 :                                             {
   19092                 :           0 :                                               tree _o1[1], _r1;
   19093                 :           0 :                                               {
   19094                 :           0 :                                                 tree _o2[2], _r2;
   19095                 :           0 :                                                 _o2[0] = captures[4];
   19096                 :           0 :                                                 _o2[1] = captures[3];
   19097                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), RDIV_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
   19098                 :           0 :                                                 tem_op.resimplify (lseq, valueize);
   19099                 :           0 :                                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   19100                 :           0 :                                                 if (!_r2) goto next_after_fail2500;
   19101                 :           0 :                                                 _o1[0] = _r2;
   19102                 :             :                                               }
   19103                 :           0 :                                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_BUILT_IN_SQRTF, TREE_TYPE (_o1[0]), _o1[0]);
   19104                 :           0 :                                               tem_op.resimplify (lseq, valueize);
   19105                 :           0 :                                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   19106                 :           0 :                                               if (!_r1) goto next_after_fail2500;
   19107                 :           0 :                                               res_op->ops[1] = _r1;
   19108                 :             :                                             }
   19109                 :           0 :                                             res_op->resimplify (lseq, valueize);
   19110                 :           0 :                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1124, __FILE__, __LINE__, true);
   19111                 :           0 :                                             return true;
   19112                 :             :                                           }
   19113                 :          20 : next_after_fail2500:;
   19114                 :             :                                         }
   19115                 :             :                                     }
   19116                 :          20 :                                     break;
   19117                 :             :                                   }
   19118                 :             :                                 default:;
   19119                 :             :                                 }
   19120                 :             :                           }
   19121                 :             :                         break;
   19122                 :             :                       default:;
   19123                 :             :                       }
   19124                 :             :                   }
   19125                 :             :                 break;
   19126                 :         710 :               case CFN_BUILT_IN_SQRTL:
   19127                 :         710 :                 if (gimple_call_num_args (_c1) == 1)
   19128                 :             :                   {
   19129                 :         710 :                     tree _q30 = gimple_call_arg (_c1, 0);
   19130                 :         710 :                     _q30 = do_valueize (valueize, _q30);
   19131                 :         710 :                     if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   19132                 :             :                       {
   19133                 :           2 :                         {
   19134                 :           2 :                           tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   19135                 :           2 :                           if (gimple_simplify_348 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_SQRTL))
   19136                 :           2 :                             return true;
   19137                 :             :                         }
   19138                 :             :                       }
   19139                 :         708 :                     switch (TREE_CODE (_q30))
   19140                 :             :                       {
   19141                 :         708 :                       case SSA_NAME:
   19142                 :         708 :                         if (gimple *_d2 = get_def (valueize, _q30))
   19143                 :             :                           {
   19144                 :         692 :                             if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   19145                 :         242 :                               switch (gimple_assign_rhs_code (_a2))
   19146                 :             :                                 {
   19147                 :          16 :                                 case RDIV_EXPR:
   19148                 :          16 :                                   {
   19149                 :          16 :                                     tree _q40 = gimple_assign_rhs1 (_a2);
   19150                 :          16 :                                     _q40 = do_valueize (valueize, _q40);
   19151                 :          16 :                                     tree _q41 = gimple_assign_rhs2 (_a2);
   19152                 :          16 :                                     _q41 = do_valueize (valueize, _q41);
   19153                 :          16 :                                     {
   19154                 :          16 :                                       tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q40, _q41 };
   19155                 :          16 :                                       if (flag_unsafe_math_optimizations
   19156                 :             : )
   19157                 :             :                                         {
   19158                 :           0 :                                           gimple_seq *lseq = seq;
   19159                 :           0 :                                           if (lseq
   19160                 :           0 :                                               && (!single_use (captures[1])
   19161                 :           0 :                                                   || !single_use (captures[2])))
   19162                 :           0 :                                             lseq = NULL;
   19163                 :           0 :                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2501;
   19164                 :           0 :                                           {
   19165                 :           0 :                                             res_op->set_op (MULT_EXPR, type, 2);
   19166                 :           0 :                                             res_op->ops[0] = captures[0];
   19167                 :           0 :                                             {
   19168                 :           0 :                                               tree _o1[1], _r1;
   19169                 :           0 :                                               {
   19170                 :           0 :                                                 tree _o2[2], _r2;
   19171                 :           0 :                                                 _o2[0] = captures[4];
   19172                 :           0 :                                                 _o2[1] = captures[3];
   19173                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), RDIV_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
   19174                 :           0 :                                                 tem_op.resimplify (lseq, valueize);
   19175                 :           0 :                                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   19176                 :           0 :                                                 if (!_r2) goto next_after_fail2501;
   19177                 :           0 :                                                 _o1[0] = _r2;
   19178                 :             :                                               }
   19179                 :           0 :                                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_BUILT_IN_SQRTL, TREE_TYPE (_o1[0]), _o1[0]);
   19180                 :           0 :                                               tem_op.resimplify (lseq, valueize);
   19181                 :           0 :                                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   19182                 :           0 :                                               if (!_r1) goto next_after_fail2501;
   19183                 :           0 :                                               res_op->ops[1] = _r1;
   19184                 :             :                                             }
   19185                 :           0 :                                             res_op->resimplify (lseq, valueize);
   19186                 :           0 :                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1124, __FILE__, __LINE__, true);
   19187                 :           0 :                                             return true;
   19188                 :             :                                           }
   19189                 :          16 : next_after_fail2501:;
   19190                 :             :                                         }
   19191                 :             :                                     }
   19192                 :          16 :                                     break;
   19193                 :             :                                   }
   19194                 :             :                                 default:;
   19195                 :             :                                 }
   19196                 :             :                           }
   19197                 :             :                         break;
   19198                 :             :                       default:;
   19199                 :             :                       }
   19200                 :             :                   }
   19201                 :             :                 break;
   19202                 :         394 :               case CFN_BUILT_IN_EXP:
   19203                 :         394 :                 if (gimple_call_num_args (_c1) == 1)
   19204                 :             :                   {
   19205                 :         394 :                     tree _q30 = gimple_call_arg (_c1, 0);
   19206                 :         394 :                     _q30 = do_valueize (valueize, _q30);
   19207                 :         394 :                     {
   19208                 :         394 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p1, _q30 };
   19209                 :         394 :                       if (flag_unsafe_math_optimizations
   19210                 :             : )
   19211                 :             :                         {
   19212                 :           0 :                           gimple_seq *lseq = seq;
   19213                 :           0 :                           if (lseq
   19214                 :           0 :                               && (!single_use (captures[1])))
   19215                 :           0 :                             lseq = NULL;
   19216                 :           0 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2502;
   19217                 :           0 :                           {
   19218                 :           0 :                             res_op->set_op (MULT_EXPR, type, 2);
   19219                 :           0 :                             res_op->ops[0] = captures[0];
   19220                 :           0 :                             {
   19221                 :           0 :                               tree _o1[1], _r1;
   19222                 :           0 :                               {
   19223                 :           0 :                                 tree _o2[1], _r2;
   19224                 :           0 :                                 _o2[0] = captures[2];
   19225                 :           0 :                                 gimple_match_op tem_op (res_op->cond.any_else (), NEGATE_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
   19226                 :           0 :                                 tem_op.resimplify (lseq, valueize);
   19227                 :           0 :                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   19228                 :           0 :                                 if (!_r2) goto next_after_fail2502;
   19229                 :           0 :                                 _o1[0] = _r2;
   19230                 :             :                               }
   19231                 :           0 :                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_BUILT_IN_EXP, TREE_TYPE (_o1[0]), _o1[0]);
   19232                 :           0 :                               tem_op.resimplify (lseq, valueize);
   19233                 :           0 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   19234                 :           0 :                               if (!_r1) goto next_after_fail2502;
   19235                 :           0 :                               res_op->ops[1] = _r1;
   19236                 :             :                             }
   19237                 :           0 :                             res_op->resimplify (lseq, valueize);
   19238                 :           0 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1125, __FILE__, __LINE__, true);
   19239                 :           0 :                             return true;
   19240                 :             :                           }
   19241                 :         394 : next_after_fail2502:;
   19242                 :             :                         }
   19243                 :             :                     }
   19244                 :             :                   }
   19245                 :             :                 break;
   19246                 :           0 :               case CFN_BUILT_IN_EXP10F:
   19247                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   19248                 :             :                   {
   19249                 :           0 :                     tree _q30 = gimple_call_arg (_c1, 0);
   19250                 :           0 :                     _q30 = do_valueize (valueize, _q30);
   19251                 :           0 :                     {
   19252                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p1, _q30 };
   19253                 :           0 :                       if (flag_unsafe_math_optimizations
   19254                 :             : )
   19255                 :             :                         {
   19256                 :           0 :                           gimple_seq *lseq = seq;
   19257                 :           0 :                           if (lseq
   19258                 :           0 :                               && (!single_use (captures[1])))
   19259                 :           0 :                             lseq = NULL;
   19260                 :           0 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2503;
   19261                 :           0 :                           {
   19262                 :           0 :                             res_op->set_op (MULT_EXPR, type, 2);
   19263                 :           0 :                             res_op->ops[0] = captures[0];
   19264                 :           0 :                             {
   19265                 :           0 :                               tree _o1[1], _r1;
   19266                 :           0 :                               {
   19267                 :           0 :                                 tree _o2[1], _r2;
   19268                 :           0 :                                 _o2[0] = captures[2];
   19269                 :           0 :                                 gimple_match_op tem_op (res_op->cond.any_else (), NEGATE_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
   19270                 :           0 :                                 tem_op.resimplify (lseq, valueize);
   19271                 :           0 :                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   19272                 :           0 :                                 if (!_r2) goto next_after_fail2503;
   19273                 :           0 :                                 _o1[0] = _r2;
   19274                 :             :                               }
   19275                 :           0 :                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_BUILT_IN_EXP10F, TREE_TYPE (_o1[0]), _o1[0]);
   19276                 :           0 :                               tem_op.resimplify (lseq, valueize);
   19277                 :           0 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   19278                 :           0 :                               if (!_r1) goto next_after_fail2503;
   19279                 :           0 :                               res_op->ops[1] = _r1;
   19280                 :             :                             }
   19281                 :           0 :                             res_op->resimplify (lseq, valueize);
   19282                 :           0 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1125, __FILE__, __LINE__, true);
   19283                 :           0 :                             return true;
   19284                 :             :                           }
   19285                 :           0 : next_after_fail2503:;
   19286                 :             :                         }
   19287                 :             :                     }
   19288                 :             :                   }
   19289                 :             :                 break;
   19290                 :           0 :               case CFN_BUILT_IN_EXP10L:
   19291                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   19292                 :             :                   {
   19293                 :           0 :                     tree _q30 = gimple_call_arg (_c1, 0);
   19294                 :           0 :                     _q30 = do_valueize (valueize, _q30);
   19295                 :           0 :                     {
   19296                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p1, _q30 };
   19297                 :           0 :                       if (flag_unsafe_math_optimizations
   19298                 :             : )
   19299                 :             :                         {
   19300                 :           0 :                           gimple_seq *lseq = seq;
   19301                 :           0 :                           if (lseq
   19302                 :           0 :                               && (!single_use (captures[1])))
   19303                 :           0 :                             lseq = NULL;
   19304                 :           0 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2504;
   19305                 :           0 :                           {
   19306                 :           0 :                             res_op->set_op (MULT_EXPR, type, 2);
   19307                 :           0 :                             res_op->ops[0] = captures[0];
   19308                 :           0 :                             {
   19309                 :           0 :                               tree _o1[1], _r1;
   19310                 :           0 :                               {
   19311                 :           0 :                                 tree _o2[1], _r2;
   19312                 :           0 :                                 _o2[0] = captures[2];
   19313                 :           0 :                                 gimple_match_op tem_op (res_op->cond.any_else (), NEGATE_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
   19314                 :           0 :                                 tem_op.resimplify (lseq, valueize);
   19315                 :           0 :                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   19316                 :           0 :                                 if (!_r2) goto next_after_fail2504;
   19317                 :           0 :                                 _o1[0] = _r2;
   19318                 :             :                               }
   19319                 :           0 :                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_BUILT_IN_EXP10L, TREE_TYPE (_o1[0]), _o1[0]);
   19320                 :           0 :                               tem_op.resimplify (lseq, valueize);
   19321                 :           0 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   19322                 :           0 :                               if (!_r1) goto next_after_fail2504;
   19323                 :           0 :                               res_op->ops[1] = _r1;
   19324                 :             :                             }
   19325                 :           0 :                             res_op->resimplify (lseq, valueize);
   19326                 :           0 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1125, __FILE__, __LINE__, true);
   19327                 :           0 :                             return true;
   19328                 :             :                           }
   19329                 :           0 : next_after_fail2504:;
   19330                 :             :                         }
   19331                 :             :                     }
   19332                 :             :                   }
   19333                 :             :                 break;
   19334                 :          11 :               case CFN_BUILT_IN_CBRT:
   19335                 :          11 :                 if (gimple_call_num_args (_c1) == 1)
   19336                 :             :                   {
   19337                 :          11 :                     tree _q30 = gimple_call_arg (_c1, 0);
   19338                 :          11 :                     _q30 = do_valueize (valueize, _q30);
   19339                 :          11 :                     switch (TREE_CODE (_q30))
   19340                 :             :                       {
   19341                 :          11 :                       case SSA_NAME:
   19342                 :          11 :                         if (gimple *_d2 = get_def (valueize, _q30))
   19343                 :             :                           {
   19344                 :           9 :                             if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   19345                 :          18 :                               switch (gimple_assign_rhs_code (_a2))
   19346                 :             :                                 {
   19347                 :           0 :                                 case RDIV_EXPR:
   19348                 :           0 :                                   {
   19349                 :           0 :                                     tree _q40 = gimple_assign_rhs1 (_a2);
   19350                 :           0 :                                     _q40 = do_valueize (valueize, _q40);
   19351                 :           0 :                                     tree _q41 = gimple_assign_rhs2 (_a2);
   19352                 :           0 :                                     _q41 = do_valueize (valueize, _q41);
   19353                 :           0 :                                     {
   19354                 :           0 :                                       tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q40, _q41 };
   19355                 :           0 :                                       if (flag_unsafe_math_optimizations
   19356                 :             : )
   19357                 :             :                                         {
   19358                 :           0 :                                           gimple_seq *lseq = seq;
   19359                 :           0 :                                           if (lseq
   19360                 :           0 :                                               && (!single_use (captures[1])
   19361                 :           0 :                                                   || !single_use (captures[2])))
   19362                 :           0 :                                             lseq = NULL;
   19363                 :           0 :                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2505;
   19364                 :           0 :                                           {
   19365                 :           0 :                                             res_op->set_op (MULT_EXPR, type, 2);
   19366                 :           0 :                                             res_op->ops[0] = captures[0];
   19367                 :           0 :                                             {
   19368                 :           0 :                                               tree _o1[1], _r1;
   19369                 :           0 :                                               {
   19370                 :           0 :                                                 tree _o2[2], _r2;
   19371                 :           0 :                                                 _o2[0] = captures[4];
   19372                 :           0 :                                                 _o2[1] = captures[3];
   19373                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), RDIV_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
   19374                 :           0 :                                                 tem_op.resimplify (lseq, valueize);
   19375                 :           0 :                                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   19376                 :           0 :                                                 if (!_r2) goto next_after_fail2505;
   19377                 :           0 :                                                 _o1[0] = _r2;
   19378                 :             :                                               }
   19379                 :           0 :                                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_BUILT_IN_CBRT, TREE_TYPE (_o1[0]), _o1[0]);
   19380                 :           0 :                                               tem_op.resimplify (lseq, valueize);
   19381                 :           0 :                                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   19382                 :           0 :                                               if (!_r1) goto next_after_fail2505;
   19383                 :           0 :                                               res_op->ops[1] = _r1;
   19384                 :             :                                             }
   19385                 :           0 :                                             res_op->resimplify (lseq, valueize);
   19386                 :           0 :                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1124, __FILE__, __LINE__, true);
   19387                 :           0 :                                             return true;
   19388                 :             :                                           }
   19389                 :           0 : next_after_fail2505:;
   19390                 :             :                                         }
   19391                 :             :                                     }
   19392                 :           0 :                                     break;
   19393                 :             :                                   }
   19394                 :             :                                 default:;
   19395                 :             :                                 }
   19396                 :             :                           }
   19397                 :             :                         break;
   19398                 :             :                       default:;
   19399                 :             :                       }
   19400                 :             :                   }
   19401                 :             :                 break;
   19402                 :           0 :               case CFN_BUILT_IN_EXP2:
   19403                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   19404                 :             :                   {
   19405                 :           0 :                     tree _q30 = gimple_call_arg (_c1, 0);
   19406                 :           0 :                     _q30 = do_valueize (valueize, _q30);
   19407                 :           0 :                     {
   19408                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p1, _q30 };
   19409                 :           0 :                       if (flag_unsafe_math_optimizations
   19410                 :             : )
   19411                 :             :                         {
   19412                 :           0 :                           gimple_seq *lseq = seq;
   19413                 :           0 :                           if (lseq
   19414                 :           0 :                               && (!single_use (captures[1])))
   19415                 :           0 :                             lseq = NULL;
   19416                 :           0 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2506;
   19417                 :           0 :                           {
   19418                 :           0 :                             res_op->set_op (MULT_EXPR, type, 2);
   19419                 :           0 :                             res_op->ops[0] = captures[0];
   19420                 :           0 :                             {
   19421                 :           0 :                               tree _o1[1], _r1;
   19422                 :           0 :                               {
   19423                 :           0 :                                 tree _o2[1], _r2;
   19424                 :           0 :                                 _o2[0] = captures[2];
   19425                 :           0 :                                 gimple_match_op tem_op (res_op->cond.any_else (), NEGATE_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
   19426                 :           0 :                                 tem_op.resimplify (lseq, valueize);
   19427                 :           0 :                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   19428                 :           0 :                                 if (!_r2) goto next_after_fail2506;
   19429                 :           0 :                                 _o1[0] = _r2;
   19430                 :             :                               }
   19431                 :           0 :                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_BUILT_IN_EXP2, TREE_TYPE (_o1[0]), _o1[0]);
   19432                 :           0 :                               tem_op.resimplify (lseq, valueize);
   19433                 :           0 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   19434                 :           0 :                               if (!_r1) goto next_after_fail2506;
   19435                 :           0 :                               res_op->ops[1] = _r1;
   19436                 :             :                             }
   19437                 :           0 :                             res_op->resimplify (lseq, valueize);
   19438                 :           0 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1125, __FILE__, __LINE__, true);
   19439                 :           0 :                             return true;
   19440                 :             :                           }
   19441                 :           0 : next_after_fail2506:;
   19442                 :             :                         }
   19443                 :             :                     }
   19444                 :             :                   }
   19445                 :             :                 break;
   19446                 :           0 :               case CFN_BUILT_IN_EXPF:
   19447                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   19448                 :             :                   {
   19449                 :           0 :                     tree _q30 = gimple_call_arg (_c1, 0);
   19450                 :           0 :                     _q30 = do_valueize (valueize, _q30);
   19451                 :           0 :                     {
   19452                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p1, _q30 };
   19453                 :           0 :                       if (flag_unsafe_math_optimizations
   19454                 :             : )
   19455                 :             :                         {
   19456                 :           0 :                           gimple_seq *lseq = seq;
   19457                 :           0 :                           if (lseq
   19458                 :           0 :                               && (!single_use (captures[1])))
   19459                 :           0 :                             lseq = NULL;
   19460                 :           0 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2507;
   19461                 :           0 :                           {
   19462                 :           0 :                             res_op->set_op (MULT_EXPR, type, 2);
   19463                 :           0 :                             res_op->ops[0] = captures[0];
   19464                 :           0 :                             {
   19465                 :           0 :                               tree _o1[1], _r1;
   19466                 :           0 :                               {
   19467                 :           0 :                                 tree _o2[1], _r2;
   19468                 :           0 :                                 _o2[0] = captures[2];
   19469                 :           0 :                                 gimple_match_op tem_op (res_op->cond.any_else (), NEGATE_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
   19470                 :           0 :                                 tem_op.resimplify (lseq, valueize);
   19471                 :           0 :                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   19472                 :           0 :                                 if (!_r2) goto next_after_fail2507;
   19473                 :           0 :                                 _o1[0] = _r2;
   19474                 :             :                               }
   19475                 :           0 :                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_BUILT_IN_EXPF, TREE_TYPE (_o1[0]), _o1[0]);
   19476                 :           0 :                               tem_op.resimplify (lseq, valueize);
   19477                 :           0 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   19478                 :           0 :                               if (!_r1) goto next_after_fail2507;
   19479                 :           0 :                               res_op->ops[1] = _r1;
   19480                 :             :                             }
   19481                 :           0 :                             res_op->resimplify (lseq, valueize);
   19482                 :           0 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1125, __FILE__, __LINE__, true);
   19483                 :           0 :                             return true;
   19484                 :             :                           }
   19485                 :           0 : next_after_fail2507:;
   19486                 :             :                         }
   19487                 :             :                     }
   19488                 :             :                   }
   19489                 :             :                 break;
   19490                 :           0 :               case CFN_BUILT_IN_EXPL:
   19491                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   19492                 :             :                   {
   19493                 :           0 :                     tree _q30 = gimple_call_arg (_c1, 0);
   19494                 :           0 :                     _q30 = do_valueize (valueize, _q30);
   19495                 :           0 :                     {
   19496                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p1, _q30 };
   19497                 :           0 :                       if (flag_unsafe_math_optimizations
   19498                 :             : )
   19499                 :             :                         {
   19500                 :           0 :                           gimple_seq *lseq = seq;
   19501                 :           0 :                           if (lseq
   19502                 :           0 :                               && (!single_use (captures[1])))
   19503                 :           0 :                             lseq = NULL;
   19504                 :           0 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2508;
   19505                 :           0 :                           {
   19506                 :           0 :                             res_op->set_op (MULT_EXPR, type, 2);
   19507                 :           0 :                             res_op->ops[0] = captures[0];
   19508                 :           0 :                             {
   19509                 :           0 :                               tree _o1[1], _r1;
   19510                 :           0 :                               {
   19511                 :           0 :                                 tree _o2[1], _r2;
   19512                 :           0 :                                 _o2[0] = captures[2];
   19513                 :           0 :                                 gimple_match_op tem_op (res_op->cond.any_else (), NEGATE_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
   19514                 :           0 :                                 tem_op.resimplify (lseq, valueize);
   19515                 :           0 :                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   19516                 :           0 :                                 if (!_r2) goto next_after_fail2508;
   19517                 :           0 :                                 _o1[0] = _r2;
   19518                 :             :                               }
   19519                 :           0 :                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_BUILT_IN_EXPL, TREE_TYPE (_o1[0]), _o1[0]);
   19520                 :           0 :                               tem_op.resimplify (lseq, valueize);
   19521                 :           0 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   19522                 :           0 :                               if (!_r1) goto next_after_fail2508;
   19523                 :           0 :                               res_op->ops[1] = _r1;
   19524                 :             :                             }
   19525                 :           0 :                             res_op->resimplify (lseq, valueize);
   19526                 :           0 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1125, __FILE__, __LINE__, true);
   19527                 :           0 :                             return true;
   19528                 :             :                           }
   19529                 :           0 : next_after_fail2508:;
   19530                 :             :                         }
   19531                 :             :                     }
   19532                 :             :                   }
   19533                 :             :                 break;
   19534                 :        3748 :               case CFN_BUILT_IN_SQRT:
   19535                 :        3748 :                 if (gimple_call_num_args (_c1) == 1)
   19536                 :             :                   {
   19537                 :        3748 :                     tree _q30 = gimple_call_arg (_c1, 0);
   19538                 :        3748 :                     _q30 = do_valueize (valueize, _q30);
   19539                 :        3748 :                     if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   19540                 :             :                       {
   19541                 :           2 :                         {
   19542                 :           2 :                           tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   19543                 :           2 :                           if (gimple_simplify_348 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_SQRT))
   19544                 :           2 :                             return true;
   19545                 :             :                         }
   19546                 :             :                       }
   19547                 :        3746 :                     switch (TREE_CODE (_q30))
   19548                 :             :                       {
   19549                 :        3746 :                       case SSA_NAME:
   19550                 :        3746 :                         if (gimple *_d2 = get_def (valueize, _q30))
   19551                 :             :                           {
   19552                 :        3526 :                             if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   19553                 :        2334 :                               switch (gimple_assign_rhs_code (_a2))
   19554                 :             :                                 {
   19555                 :          44 :                                 case RDIV_EXPR:
   19556                 :          44 :                                   {
   19557                 :          44 :                                     tree _q40 = gimple_assign_rhs1 (_a2);
   19558                 :          44 :                                     _q40 = do_valueize (valueize, _q40);
   19559                 :          44 :                                     tree _q41 = gimple_assign_rhs2 (_a2);
   19560                 :          44 :                                     _q41 = do_valueize (valueize, _q41);
   19561                 :          44 :                                     {
   19562                 :          44 :                                       tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q40, _q41 };
   19563                 :          44 :                                       if (flag_unsafe_math_optimizations
   19564                 :             : )
   19565                 :             :                                         {
   19566                 :           0 :                                           gimple_seq *lseq = seq;
   19567                 :           0 :                                           if (lseq
   19568                 :           0 :                                               && (!single_use (captures[1])
   19569                 :           0 :                                                   || !single_use (captures[2])))
   19570                 :           0 :                                             lseq = NULL;
   19571                 :           0 :                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2509;
   19572                 :           0 :                                           {
   19573                 :           0 :                                             res_op->set_op (MULT_EXPR, type, 2);
   19574                 :           0 :                                             res_op->ops[0] = captures[0];
   19575                 :           0 :                                             {
   19576                 :           0 :                                               tree _o1[1], _r1;
   19577                 :           0 :                                               {
   19578                 :           0 :                                                 tree _o2[2], _r2;
   19579                 :           0 :                                                 _o2[0] = captures[4];
   19580                 :           0 :                                                 _o2[1] = captures[3];
   19581                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), RDIV_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
   19582                 :           0 :                                                 tem_op.resimplify (lseq, valueize);
   19583                 :           0 :                                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   19584                 :           0 :                                                 if (!_r2) goto next_after_fail2509;
   19585                 :           0 :                                                 _o1[0] = _r2;
   19586                 :             :                                               }
   19587                 :           0 :                                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_BUILT_IN_SQRT, TREE_TYPE (_o1[0]), _o1[0]);
   19588                 :           0 :                                               tem_op.resimplify (lseq, valueize);
   19589                 :           0 :                                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   19590                 :           0 :                                               if (!_r1) goto next_after_fail2509;
   19591                 :           0 :                                               res_op->ops[1] = _r1;
   19592                 :             :                                             }
   19593                 :           0 :                                             res_op->resimplify (lseq, valueize);
   19594                 :           0 :                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1124, __FILE__, __LINE__, true);
   19595                 :           0 :                                             return true;
   19596                 :             :                                           }
   19597                 :          44 : next_after_fail2509:;
   19598                 :             :                                         }
   19599                 :             :                                     }
   19600                 :          44 :                                     break;
   19601                 :             :                                   }
   19602                 :             :                                 default:;
   19603                 :             :                                 }
   19604                 :             :                           }
   19605                 :             :                         break;
   19606                 :             :                       default:;
   19607                 :             :                       }
   19608                 :             :                   }
   19609                 :             :                 break;
   19610                 :           0 :               case CFN_EXP:
   19611                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   19612                 :             :                   {
   19613                 :           0 :                     tree _q30 = gimple_call_arg (_c1, 0);
   19614                 :           0 :                     _q30 = do_valueize (valueize, _q30);
   19615                 :           0 :                     {
   19616                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p1, _q30 };
   19617                 :           0 :                       if (flag_unsafe_math_optimizations
   19618                 :             : )
   19619                 :             :                         {
   19620                 :           0 :                           gimple_seq *lseq = seq;
   19621                 :           0 :                           if (lseq
   19622                 :           0 :                               && (!single_use (captures[1])))
   19623                 :           0 :                             lseq = NULL;
   19624                 :           0 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2510;
   19625                 :           0 :                           {
   19626                 :           0 :                             res_op->set_op (MULT_EXPR, type, 2);
   19627                 :           0 :                             res_op->ops[0] = captures[0];
   19628                 :           0 :                             {
   19629                 :           0 :                               tree _o1[1], _r1;
   19630                 :           0 :                               {
   19631                 :           0 :                                 tree _o2[1], _r2;
   19632                 :           0 :                                 _o2[0] = captures[2];
   19633                 :           0 :                                 gimple_match_op tem_op (res_op->cond.any_else (), NEGATE_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
   19634                 :           0 :                                 tem_op.resimplify (lseq, valueize);
   19635                 :           0 :                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   19636                 :           0 :                                 if (!_r2) goto next_after_fail2510;
   19637                 :           0 :                                 _o1[0] = _r2;
   19638                 :             :                               }
   19639                 :           0 :                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_EXP, TREE_TYPE (_o1[0]), _o1[0]);
   19640                 :           0 :                               tem_op.resimplify (lseq, valueize);
   19641                 :           0 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   19642                 :           0 :                               if (!_r1) goto next_after_fail2510;
   19643                 :           0 :                               res_op->ops[1] = _r1;
   19644                 :             :                             }
   19645                 :           0 :                             res_op->resimplify (lseq, valueize);
   19646                 :           0 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1125, __FILE__, __LINE__, true);
   19647                 :           0 :                             return true;
   19648                 :             :                           }
   19649                 :           0 : next_after_fail2510:;
   19650                 :             :                         }
   19651                 :             :                     }
   19652                 :             :                   }
   19653                 :             :                 break;
   19654                 :          24 :               case CFN_BUILT_IN_POW10F:
   19655                 :          24 :                 if (gimple_call_num_args (_c1) == 1)
   19656                 :             :                   {
   19657                 :          24 :                     tree _q30 = gimple_call_arg (_c1, 0);
   19658                 :          24 :                     _q30 = do_valueize (valueize, _q30);
   19659                 :          24 :                     {
   19660                 :          24 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p1, _q30 };
   19661                 :          24 :                       if (flag_unsafe_math_optimizations
   19662                 :             : )
   19663                 :             :                         {
   19664                 :          24 :                           gimple_seq *lseq = seq;
   19665                 :          24 :                           if (lseq
   19666                 :          12 :                               && (!single_use (captures[1])))
   19667                 :          12 :                             lseq = NULL;
   19668                 :          24 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2511;
   19669                 :          24 :                           {
   19670                 :          24 :                             res_op->set_op (MULT_EXPR, type, 2);
   19671                 :          24 :                             res_op->ops[0] = captures[0];
   19672                 :          24 :                             {
   19673                 :          24 :                               tree _o1[1], _r1;
   19674                 :          24 :                               {
   19675                 :          24 :                                 tree _o2[1], _r2;
   19676                 :          24 :                                 _o2[0] = captures[2];
   19677                 :          24 :                                 gimple_match_op tem_op (res_op->cond.any_else (), NEGATE_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
   19678                 :          24 :                                 tem_op.resimplify (lseq, valueize);
   19679                 :          24 :                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   19680                 :          24 :                                 if (!_r2) goto next_after_fail2511;
   19681                 :          12 :                                 _o1[0] = _r2;
   19682                 :             :                               }
   19683                 :          12 :                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_BUILT_IN_POW10F, TREE_TYPE (_o1[0]), _o1[0]);
   19684                 :          12 :                               tem_op.resimplify (lseq, valueize);
   19685                 :          12 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   19686                 :          12 :                               if (!_r1) goto next_after_fail2511;
   19687                 :          12 :                               res_op->ops[1] = _r1;
   19688                 :             :                             }
   19689                 :          12 :                             res_op->resimplify (lseq, valueize);
   19690                 :          12 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1125, __FILE__, __LINE__, true);
   19691                 :          12 :                             return true;
   19692                 :             :                           }
   19693                 :          12 : next_after_fail2511:;
   19694                 :             :                         }
   19695                 :             :                     }
   19696                 :             :                   }
   19697                 :             :                 break;
   19698                 :          24 :               case CFN_BUILT_IN_POW10L:
   19699                 :          24 :                 if (gimple_call_num_args (_c1) == 1)
   19700                 :             :                   {
   19701                 :          24 :                     tree _q30 = gimple_call_arg (_c1, 0);
   19702                 :          24 :                     _q30 = do_valueize (valueize, _q30);
   19703                 :          24 :                     {
   19704                 :          24 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p1, _q30 };
   19705                 :          24 :                       if (flag_unsafe_math_optimizations
   19706                 :             : )
   19707                 :             :                         {
   19708                 :          24 :                           gimple_seq *lseq = seq;
   19709                 :          24 :                           if (lseq
   19710                 :          12 :                               && (!single_use (captures[1])))
   19711                 :          12 :                             lseq = NULL;
   19712                 :          24 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2512;
   19713                 :          24 :                           {
   19714                 :          24 :                             res_op->set_op (MULT_EXPR, type, 2);
   19715                 :          24 :                             res_op->ops[0] = captures[0];
   19716                 :          24 :                             {
   19717                 :          24 :                               tree _o1[1], _r1;
   19718                 :          24 :                               {
   19719                 :          24 :                                 tree _o2[1], _r2;
   19720                 :          24 :                                 _o2[0] = captures[2];
   19721                 :          24 :                                 gimple_match_op tem_op (res_op->cond.any_else (), NEGATE_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
   19722                 :          24 :                                 tem_op.resimplify (lseq, valueize);
   19723                 :          24 :                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   19724                 :          24 :                                 if (!_r2) goto next_after_fail2512;
   19725                 :          12 :                                 _o1[0] = _r2;
   19726                 :             :                               }
   19727                 :          12 :                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_BUILT_IN_POW10L, TREE_TYPE (_o1[0]), _o1[0]);
   19728                 :          12 :                               tem_op.resimplify (lseq, valueize);
   19729                 :          12 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   19730                 :          12 :                               if (!_r1) goto next_after_fail2512;
   19731                 :          12 :                               res_op->ops[1] = _r1;
   19732                 :             :                             }
   19733                 :          12 :                             res_op->resimplify (lseq, valueize);
   19734                 :          12 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1125, __FILE__, __LINE__, true);
   19735                 :          12 :                             return true;
   19736                 :             :                           }
   19737                 :          12 : next_after_fail2512:;
   19738                 :             :                         }
   19739                 :             :                     }
   19740                 :             :                   }
   19741                 :             :                 break;
   19742                 :           0 :               case CFN_EXP2:
   19743                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   19744                 :             :                   {
   19745                 :           0 :                     tree _q30 = gimple_call_arg (_c1, 0);
   19746                 :           0 :                     _q30 = do_valueize (valueize, _q30);
   19747                 :           0 :                     {
   19748                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p1, _q30 };
   19749                 :           0 :                       if (flag_unsafe_math_optimizations
   19750                 :             : )
   19751                 :             :                         {
   19752                 :           0 :                           gimple_seq *lseq = seq;
   19753                 :           0 :                           if (lseq
   19754                 :           0 :                               && (!single_use (captures[1])))
   19755                 :           0 :                             lseq = NULL;
   19756                 :           0 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2513;
   19757                 :           0 :                           {
   19758                 :           0 :                             res_op->set_op (MULT_EXPR, type, 2);
   19759                 :           0 :                             res_op->ops[0] = captures[0];
   19760                 :           0 :                             {
   19761                 :           0 :                               tree _o1[1], _r1;
   19762                 :           0 :                               {
   19763                 :           0 :                                 tree _o2[1], _r2;
   19764                 :           0 :                                 _o2[0] = captures[2];
   19765                 :           0 :                                 gimple_match_op tem_op (res_op->cond.any_else (), NEGATE_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
   19766                 :           0 :                                 tem_op.resimplify (lseq, valueize);
   19767                 :           0 :                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   19768                 :           0 :                                 if (!_r2) goto next_after_fail2513;
   19769                 :           0 :                                 _o1[0] = _r2;
   19770                 :             :                               }
   19771                 :           0 :                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_EXP2, TREE_TYPE (_o1[0]), _o1[0]);
   19772                 :           0 :                               tem_op.resimplify (lseq, valueize);
   19773                 :           0 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   19774                 :           0 :                               if (!_r1) goto next_after_fail2513;
   19775                 :           0 :                               res_op->ops[1] = _r1;
   19776                 :             :                             }
   19777                 :           0 :                             res_op->resimplify (lseq, valueize);
   19778                 :           0 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1125, __FILE__, __LINE__, true);
   19779                 :           0 :                             return true;
   19780                 :             :                           }
   19781                 :           0 : next_after_fail2513:;
   19782                 :             :                         }
   19783                 :             :                     }
   19784                 :             :                   }
   19785                 :             :                 break;
   19786                 :         771 :               case CFN_SQRT:
   19787                 :         771 :                 if (gimple_call_num_args (_c1) == 1)
   19788                 :             :                   {
   19789                 :         771 :                     tree _q30 = gimple_call_arg (_c1, 0);
   19790                 :         771 :                     _q30 = do_valueize (valueize, _q30);
   19791                 :         771 :                     if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   19792                 :             :                       {
   19793                 :           0 :                         {
   19794                 :           0 :                           tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   19795                 :           0 :                           if (gimple_simplify_348 (res_op, seq, valueize, type, captures, CFN_SQRT))
   19796                 :           0 :                             return true;
   19797                 :             :                         }
   19798                 :             :                       }
   19799                 :         771 :                     switch (TREE_CODE (_q30))
   19800                 :             :                       {
   19801                 :         771 :                       case SSA_NAME:
   19802                 :         771 :                         if (gimple *_d2 = get_def (valueize, _q30))
   19803                 :             :                           {
   19804                 :         736 :                             if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   19805                 :         732 :                               switch (gimple_assign_rhs_code (_a2))
   19806                 :             :                                 {
   19807                 :          80 :                                 case RDIV_EXPR:
   19808                 :          80 :                                   {
   19809                 :          80 :                                     tree _q40 = gimple_assign_rhs1 (_a2);
   19810                 :          80 :                                     _q40 = do_valueize (valueize, _q40);
   19811                 :          80 :                                     tree _q41 = gimple_assign_rhs2 (_a2);
   19812                 :          80 :                                     _q41 = do_valueize (valueize, _q41);
   19813                 :          80 :                                     {
   19814                 :          80 :                                       tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q40, _q41 };
   19815                 :          80 :                                       if (flag_unsafe_math_optimizations
   19816                 :             : )
   19817                 :             :                                         {
   19818                 :           0 :                                           gimple_seq *lseq = seq;
   19819                 :           0 :                                           if (lseq
   19820                 :           0 :                                               && (!single_use (captures[1])
   19821                 :           0 :                                                   || !single_use (captures[2])))
   19822                 :           0 :                                             lseq = NULL;
   19823                 :           0 :                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2514;
   19824                 :           0 :                                           {
   19825                 :           0 :                                             res_op->set_op (MULT_EXPR, type, 2);
   19826                 :           0 :                                             res_op->ops[0] = captures[0];
   19827                 :           0 :                                             {
   19828                 :           0 :                                               tree _o1[1], _r1;
   19829                 :           0 :                                               {
   19830                 :           0 :                                                 tree _o2[2], _r2;
   19831                 :           0 :                                                 _o2[0] = captures[4];
   19832                 :           0 :                                                 _o2[1] = captures[3];
   19833                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), RDIV_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
   19834                 :           0 :                                                 tem_op.resimplify (lseq, valueize);
   19835                 :           0 :                                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   19836                 :           0 :                                                 if (!_r2) goto next_after_fail2514;
   19837                 :           0 :                                                 _o1[0] = _r2;
   19838                 :             :                                               }
   19839                 :           0 :                                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_SQRT, TREE_TYPE (_o1[0]), _o1[0]);
   19840                 :           0 :                                               tem_op.resimplify (lseq, valueize);
   19841                 :           0 :                                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   19842                 :           0 :                                               if (!_r1) goto next_after_fail2514;
   19843                 :           0 :                                               res_op->ops[1] = _r1;
   19844                 :             :                                             }
   19845                 :           0 :                                             res_op->resimplify (lseq, valueize);
   19846                 :           0 :                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1124, __FILE__, __LINE__, true);
   19847                 :           0 :                                             return true;
   19848                 :             :                                           }
   19849                 :          80 : next_after_fail2514:;
   19850                 :             :                                         }
   19851                 :             :                                     }
   19852                 :          80 :                                     break;
   19853                 :             :                                   }
   19854                 :             :                                 default:;
   19855                 :             :                                 }
   19856                 :             :                           }
   19857                 :             :                         break;
   19858                 :             :                       default:;
   19859                 :             :                       }
   19860                 :             :                   }
   19861                 :             :                 break;
   19862                 :           0 :               case CFN_EXP10:
   19863                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   19864                 :             :                   {
   19865                 :           0 :                     tree _q30 = gimple_call_arg (_c1, 0);
   19866                 :           0 :                     _q30 = do_valueize (valueize, _q30);
   19867                 :           0 :                     {
   19868                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p1, _q30 };
   19869                 :           0 :                       if (flag_unsafe_math_optimizations
   19870                 :             : )
   19871                 :             :                         {
   19872                 :           0 :                           gimple_seq *lseq = seq;
   19873                 :           0 :                           if (lseq
   19874                 :           0 :                               && (!single_use (captures[1])))
   19875                 :           0 :                             lseq = NULL;
   19876                 :           0 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2515;
   19877                 :           0 :                           {
   19878                 :           0 :                             res_op->set_op (MULT_EXPR, type, 2);
   19879                 :           0 :                             res_op->ops[0] = captures[0];
   19880                 :           0 :                             {
   19881                 :           0 :                               tree _o1[1], _r1;
   19882                 :           0 :                               {
   19883                 :           0 :                                 tree _o2[1], _r2;
   19884                 :           0 :                                 _o2[0] = captures[2];
   19885                 :           0 :                                 gimple_match_op tem_op (res_op->cond.any_else (), NEGATE_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
   19886                 :           0 :                                 tem_op.resimplify (lseq, valueize);
   19887                 :           0 :                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   19888                 :           0 :                                 if (!_r2) goto next_after_fail2515;
   19889                 :           0 :                                 _o1[0] = _r2;
   19890                 :             :                               }
   19891                 :           0 :                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_EXP10, TREE_TYPE (_o1[0]), _o1[0]);
   19892                 :           0 :                               tem_op.resimplify (lseq, valueize);
   19893                 :           0 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   19894                 :           0 :                               if (!_r1) goto next_after_fail2515;
   19895                 :           0 :                               res_op->ops[1] = _r1;
   19896                 :             :                             }
   19897                 :           0 :                             res_op->resimplify (lseq, valueize);
   19898                 :           0 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1125, __FILE__, __LINE__, true);
   19899                 :           0 :                             return true;
   19900                 :             :                           }
   19901                 :           0 : next_after_fail2515:;
   19902                 :             :                         }
   19903                 :             :                     }
   19904                 :             :                   }
   19905                 :             :                 break;
   19906                 :           0 :               case CFN_BUILT_IN_CBRTF:
   19907                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   19908                 :             :                   {
   19909                 :           0 :                     tree _q30 = gimple_call_arg (_c1, 0);
   19910                 :           0 :                     _q30 = do_valueize (valueize, _q30);
   19911                 :           0 :                     switch (TREE_CODE (_q30))
   19912                 :             :                       {
   19913                 :           0 :                       case SSA_NAME:
   19914                 :           0 :                         if (gimple *_d2 = get_def (valueize, _q30))
   19915                 :             :                           {
   19916                 :           0 :                             if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   19917                 :           0 :                               switch (gimple_assign_rhs_code (_a2))
   19918                 :             :                                 {
   19919                 :           0 :                                 case RDIV_EXPR:
   19920                 :           0 :                                   {
   19921                 :           0 :                                     tree _q40 = gimple_assign_rhs1 (_a2);
   19922                 :           0 :                                     _q40 = do_valueize (valueize, _q40);
   19923                 :           0 :                                     tree _q41 = gimple_assign_rhs2 (_a2);
   19924                 :           0 :                                     _q41 = do_valueize (valueize, _q41);
   19925                 :           0 :                                     {
   19926                 :           0 :                                       tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q40, _q41 };
   19927                 :           0 :                                       if (flag_unsafe_math_optimizations
   19928                 :             : )
   19929                 :             :                                         {
   19930                 :           0 :                                           gimple_seq *lseq = seq;
   19931                 :           0 :                                           if (lseq
   19932                 :           0 :                                               && (!single_use (captures[1])
   19933                 :           0 :                                                   || !single_use (captures[2])))
   19934                 :           0 :                                             lseq = NULL;
   19935                 :           0 :                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2516;
   19936                 :           0 :                                           {
   19937                 :           0 :                                             res_op->set_op (MULT_EXPR, type, 2);
   19938                 :           0 :                                             res_op->ops[0] = captures[0];
   19939                 :           0 :                                             {
   19940                 :           0 :                                               tree _o1[1], _r1;
   19941                 :           0 :                                               {
   19942                 :           0 :                                                 tree _o2[2], _r2;
   19943                 :           0 :                                                 _o2[0] = captures[4];
   19944                 :           0 :                                                 _o2[1] = captures[3];
   19945                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), RDIV_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
   19946                 :           0 :                                                 tem_op.resimplify (lseq, valueize);
   19947                 :           0 :                                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   19948                 :           0 :                                                 if (!_r2) goto next_after_fail2516;
   19949                 :           0 :                                                 _o1[0] = _r2;
   19950                 :             :                                               }
   19951                 :           0 :                                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_BUILT_IN_CBRTF, TREE_TYPE (_o1[0]), _o1[0]);
   19952                 :           0 :                                               tem_op.resimplify (lseq, valueize);
   19953                 :           0 :                                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   19954                 :           0 :                                               if (!_r1) goto next_after_fail2516;
   19955                 :           0 :                                               res_op->ops[1] = _r1;
   19956                 :             :                                             }
   19957                 :           0 :                                             res_op->resimplify (lseq, valueize);
   19958                 :           0 :                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1124, __FILE__, __LINE__, true);
   19959                 :           0 :                                             return true;
   19960                 :             :                                           }
   19961                 :           0 : next_after_fail2516:;
   19962                 :             :                                         }
   19963                 :             :                                     }
   19964                 :           0 :                                     break;
   19965                 :             :                                   }
   19966                 :             :                                 default:;
   19967                 :             :                                 }
   19968                 :             :                           }
   19969                 :             :                         break;
   19970                 :             :                       default:;
   19971                 :             :                       }
   19972                 :             :                   }
   19973                 :             :                 break;
   19974                 :           0 :               case CFN_BUILT_IN_CBRTL:
   19975                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   19976                 :             :                   {
   19977                 :           0 :                     tree _q30 = gimple_call_arg (_c1, 0);
   19978                 :           0 :                     _q30 = do_valueize (valueize, _q30);
   19979                 :           0 :                     switch (TREE_CODE (_q30))
   19980                 :             :                       {
   19981                 :           0 :                       case SSA_NAME:
   19982                 :           0 :                         if (gimple *_d2 = get_def (valueize, _q30))
   19983                 :             :                           {
   19984                 :           0 :                             if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   19985                 :           0 :                               switch (gimple_assign_rhs_code (_a2))
   19986                 :             :                                 {
   19987                 :           0 :                                 case RDIV_EXPR:
   19988                 :           0 :                                   {
   19989                 :           0 :                                     tree _q40 = gimple_assign_rhs1 (_a2);
   19990                 :           0 :                                     _q40 = do_valueize (valueize, _q40);
   19991                 :           0 :                                     tree _q41 = gimple_assign_rhs2 (_a2);
   19992                 :           0 :                                     _q41 = do_valueize (valueize, _q41);
   19993                 :           0 :                                     {
   19994                 :           0 :                                       tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q40, _q41 };
   19995                 :           0 :                                       if (flag_unsafe_math_optimizations
   19996                 :             : )
   19997                 :             :                                         {
   19998                 :           0 :                                           gimple_seq *lseq = seq;
   19999                 :           0 :                                           if (lseq
   20000                 :           0 :                                               && (!single_use (captures[1])
   20001                 :           0 :                                                   || !single_use (captures[2])))
   20002                 :           0 :                                             lseq = NULL;
   20003                 :           0 :                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2517;
   20004                 :           0 :                                           {
   20005                 :           0 :                                             res_op->set_op (MULT_EXPR, type, 2);
   20006                 :           0 :                                             res_op->ops[0] = captures[0];
   20007                 :           0 :                                             {
   20008                 :           0 :                                               tree _o1[1], _r1;
   20009                 :           0 :                                               {
   20010                 :           0 :                                                 tree _o2[2], _r2;
   20011                 :           0 :                                                 _o2[0] = captures[4];
   20012                 :           0 :                                                 _o2[1] = captures[3];
   20013                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), RDIV_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
   20014                 :           0 :                                                 tem_op.resimplify (lseq, valueize);
   20015                 :           0 :                                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   20016                 :           0 :                                                 if (!_r2) goto next_after_fail2517;
   20017                 :           0 :                                                 _o1[0] = _r2;
   20018                 :             :                                               }
   20019                 :           0 :                                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_BUILT_IN_CBRTL, TREE_TYPE (_o1[0]), _o1[0]);
   20020                 :           0 :                                               tem_op.resimplify (lseq, valueize);
   20021                 :           0 :                                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   20022                 :           0 :                                               if (!_r1) goto next_after_fail2517;
   20023                 :           0 :                                               res_op->ops[1] = _r1;
   20024                 :             :                                             }
   20025                 :           0 :                                             res_op->resimplify (lseq, valueize);
   20026                 :           0 :                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1124, __FILE__, __LINE__, true);
   20027                 :           0 :                                             return true;
   20028                 :             :                                           }
   20029                 :           0 : next_after_fail2517:;
   20030                 :             :                                         }
   20031                 :             :                                     }
   20032                 :           0 :                                     break;
   20033                 :             :                                   }
   20034                 :             :                                 default:;
   20035                 :             :                                 }
   20036                 :             :                           }
   20037                 :             :                         break;
   20038                 :             :                       default:;
   20039                 :             :                       }
   20040                 :             :                   }
   20041                 :             :                 break;
   20042                 :           0 :               case CFN_BUILT_IN_EXP10:
   20043                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   20044                 :             :                   {
   20045                 :           0 :                     tree _q30 = gimple_call_arg (_c1, 0);
   20046                 :           0 :                     _q30 = do_valueize (valueize, _q30);
   20047                 :           0 :                     {
   20048                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p1, _q30 };
   20049                 :           0 :                       if (flag_unsafe_math_optimizations
   20050                 :             : )
   20051                 :             :                         {
   20052                 :           0 :                           gimple_seq *lseq = seq;
   20053                 :           0 :                           if (lseq
   20054                 :           0 :                               && (!single_use (captures[1])))
   20055                 :           0 :                             lseq = NULL;
   20056                 :           0 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2518;
   20057                 :           0 :                           {
   20058                 :           0 :                             res_op->set_op (MULT_EXPR, type, 2);
   20059                 :           0 :                             res_op->ops[0] = captures[0];
   20060                 :           0 :                             {
   20061                 :           0 :                               tree _o1[1], _r1;
   20062                 :           0 :                               {
   20063                 :           0 :                                 tree _o2[1], _r2;
   20064                 :           0 :                                 _o2[0] = captures[2];
   20065                 :           0 :                                 gimple_match_op tem_op (res_op->cond.any_else (), NEGATE_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
   20066                 :           0 :                                 tem_op.resimplify (lseq, valueize);
   20067                 :           0 :                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   20068                 :           0 :                                 if (!_r2) goto next_after_fail2518;
   20069                 :           0 :                                 _o1[0] = _r2;
   20070                 :             :                               }
   20071                 :           0 :                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_BUILT_IN_EXP10, TREE_TYPE (_o1[0]), _o1[0]);
   20072                 :           0 :                               tem_op.resimplify (lseq, valueize);
   20073                 :           0 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   20074                 :           0 :                               if (!_r1) goto next_after_fail2518;
   20075                 :           0 :                               res_op->ops[1] = _r1;
   20076                 :             :                             }
   20077                 :           0 :                             res_op->resimplify (lseq, valueize);
   20078                 :           0 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1125, __FILE__, __LINE__, true);
   20079                 :           0 :                             return true;
   20080                 :             :                           }
   20081                 :           0 : next_after_fail2518:;
   20082                 :             :                         }
   20083                 :             :                     }
   20084                 :             :                   }
   20085                 :             :                 break;
   20086                 :           0 :               case CFN_BUILT_IN_EXP2F:
   20087                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   20088                 :             :                   {
   20089                 :           0 :                     tree _q30 = gimple_call_arg (_c1, 0);
   20090                 :           0 :                     _q30 = do_valueize (valueize, _q30);
   20091                 :           0 :                     {
   20092                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p1, _q30 };
   20093                 :           0 :                       if (flag_unsafe_math_optimizations
   20094                 :             : )
   20095                 :             :                         {
   20096                 :           0 :                           gimple_seq *lseq = seq;
   20097                 :           0 :                           if (lseq
   20098                 :           0 :                               && (!single_use (captures[1])))
   20099                 :           0 :                             lseq = NULL;
   20100                 :           0 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2519;
   20101                 :           0 :                           {
   20102                 :           0 :                             res_op->set_op (MULT_EXPR, type, 2);
   20103                 :           0 :                             res_op->ops[0] = captures[0];
   20104                 :           0 :                             {
   20105                 :           0 :                               tree _o1[1], _r1;
   20106                 :           0 :                               {
   20107                 :           0 :                                 tree _o2[1], _r2;
   20108                 :           0 :                                 _o2[0] = captures[2];
   20109                 :           0 :                                 gimple_match_op tem_op (res_op->cond.any_else (), NEGATE_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
   20110                 :           0 :                                 tem_op.resimplify (lseq, valueize);
   20111                 :           0 :                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   20112                 :           0 :                                 if (!_r2) goto next_after_fail2519;
   20113                 :           0 :                                 _o1[0] = _r2;
   20114                 :             :                               }
   20115                 :           0 :                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_BUILT_IN_EXP2F, TREE_TYPE (_o1[0]), _o1[0]);
   20116                 :           0 :                               tem_op.resimplify (lseq, valueize);
   20117                 :           0 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   20118                 :           0 :                               if (!_r1) goto next_after_fail2519;
   20119                 :           0 :                               res_op->ops[1] = _r1;
   20120                 :             :                             }
   20121                 :           0 :                             res_op->resimplify (lseq, valueize);
   20122                 :           0 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1125, __FILE__, __LINE__, true);
   20123                 :           0 :                             return true;
   20124                 :             :                           }
   20125                 :           0 : next_after_fail2519:;
   20126                 :             :                         }
   20127                 :             :                     }
   20128                 :             :                   }
   20129                 :             :                 break;
   20130                 :           0 :               case CFN_BUILT_IN_EXP2L:
   20131                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   20132                 :             :                   {
   20133                 :           0 :                     tree _q30 = gimple_call_arg (_c1, 0);
   20134                 :           0 :                     _q30 = do_valueize (valueize, _q30);
   20135                 :           0 :                     {
   20136                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p1, _q30 };
   20137                 :           0 :                       if (flag_unsafe_math_optimizations
   20138                 :             : )
   20139                 :             :                         {
   20140                 :           0 :                           gimple_seq *lseq = seq;
   20141                 :           0 :                           if (lseq
   20142                 :           0 :                               && (!single_use (captures[1])))
   20143                 :           0 :                             lseq = NULL;
   20144                 :           0 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2520;
   20145                 :           0 :                           {
   20146                 :           0 :                             res_op->set_op (MULT_EXPR, type, 2);
   20147                 :           0 :                             res_op->ops[0] = captures[0];
   20148                 :           0 :                             {
   20149                 :           0 :                               tree _o1[1], _r1;
   20150                 :           0 :                               {
   20151                 :           0 :                                 tree _o2[1], _r2;
   20152                 :           0 :                                 _o2[0] = captures[2];
   20153                 :           0 :                                 gimple_match_op tem_op (res_op->cond.any_else (), NEGATE_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
   20154                 :           0 :                                 tem_op.resimplify (lseq, valueize);
   20155                 :           0 :                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   20156                 :           0 :                                 if (!_r2) goto next_after_fail2520;
   20157                 :           0 :                                 _o1[0] = _r2;
   20158                 :             :                               }
   20159                 :           0 :                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_BUILT_IN_EXP2L, TREE_TYPE (_o1[0]), _o1[0]);
   20160                 :           0 :                               tem_op.resimplify (lseq, valueize);
   20161                 :           0 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   20162                 :           0 :                               if (!_r1) goto next_after_fail2520;
   20163                 :           0 :                               res_op->ops[1] = _r1;
   20164                 :             :                             }
   20165                 :           0 :                             res_op->resimplify (lseq, valueize);
   20166                 :           0 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1125, __FILE__, __LINE__, true);
   20167                 :           0 :                             return true;
   20168                 :             :                           }
   20169                 :           0 : next_after_fail2520:;
   20170                 :             :                         }
   20171                 :             :                     }
   20172                 :             :                   }
   20173                 :             :                 break;
   20174                 :          24 :               case CFN_BUILT_IN_POW10:
   20175                 :          24 :                 if (gimple_call_num_args (_c1) == 1)
   20176                 :             :                   {
   20177                 :          24 :                     tree _q30 = gimple_call_arg (_c1, 0);
   20178                 :          24 :                     _q30 = do_valueize (valueize, _q30);
   20179                 :          24 :                     {
   20180                 :          24 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p1, _q30 };
   20181                 :          24 :                       if (flag_unsafe_math_optimizations
   20182                 :             : )
   20183                 :             :                         {
   20184                 :          24 :                           gimple_seq *lseq = seq;
   20185                 :          24 :                           if (lseq
   20186                 :          12 :                               && (!single_use (captures[1])))
   20187                 :          12 :                             lseq = NULL;
   20188                 :          24 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2521;
   20189                 :          24 :                           {
   20190                 :          24 :                             res_op->set_op (MULT_EXPR, type, 2);
   20191                 :          24 :                             res_op->ops[0] = captures[0];
   20192                 :          24 :                             {
   20193                 :          24 :                               tree _o1[1], _r1;
   20194                 :          24 :                               {
   20195                 :          24 :                                 tree _o2[1], _r2;
   20196                 :          24 :                                 _o2[0] = captures[2];
   20197                 :          24 :                                 gimple_match_op tem_op (res_op->cond.any_else (), NEGATE_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
   20198                 :          24 :                                 tem_op.resimplify (lseq, valueize);
   20199                 :          24 :                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   20200                 :          24 :                                 if (!_r2) goto next_after_fail2521;
   20201                 :          12 :                                 _o1[0] = _r2;
   20202                 :             :                               }
   20203                 :          12 :                               gimple_match_op tem_op (res_op->cond.any_else (), CFN_BUILT_IN_POW10, TREE_TYPE (_o1[0]), _o1[0]);
   20204                 :          12 :                               tem_op.resimplify (lseq, valueize);
   20205                 :          12 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   20206                 :          12 :                               if (!_r1) goto next_after_fail2521;
   20207                 :          12 :                               res_op->ops[1] = _r1;
   20208                 :             :                             }
   20209                 :          12 :                             res_op->resimplify (lseq, valueize);
   20210                 :          12 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1125, __FILE__, __LINE__, true);
   20211                 :          12 :                             return true;
   20212                 :             :                           }
   20213                 :          12 : next_after_fail2521:;
   20214                 :             :                         }
   20215                 :             :                     }
   20216                 :             :                   }
   20217                 :             :                 break;
   20218                 :             :               default:;
   20219                 :             :               }
   20220                 :             :         }
   20221                 :             :       break;
   20222                 :      539931 :     default:;
   20223                 :             :     }
   20224                 :      539931 :   switch (TREE_CODE (_p0))
   20225                 :             :     {
   20226                 :      317186 :     case SSA_NAME:
   20227                 :      317186 :       if (gimple *_d1 = get_def (valueize, _p0))
   20228                 :             :         {
   20229                 :      250181 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
   20230                 :       12212 :             switch (gimple_call_combined_fn (_c1))
   20231                 :             :               {
   20232                 :         676 :               case CFN_BUILT_IN_SINHF:
   20233                 :         676 :                 if (gimple_call_num_args (_c1) == 1)
   20234                 :             :                   {
   20235                 :         676 :                     tree _q20 = gimple_call_arg (_c1, 0);
   20236                 :         676 :                     _q20 = do_valueize (valueize, _q20);
   20237                 :         676 :                     switch (TREE_CODE (_p1))
   20238                 :             :                       {
   20239                 :         676 :                       case SSA_NAME:
   20240                 :         676 :                         if (gimple *_d2 = get_def (valueize, _p1))
   20241                 :             :                           {
   20242                 :         540 :                             if (gcall *_c2 = dyn_cast <gcall *> (_d2))
   20243                 :           0 :                               switch (gimple_call_combined_fn (_c2))
   20244                 :             :                                 {
   20245                 :           0 :                                 case CFN_BUILT_IN_COSHF:
   20246                 :           0 :                                   if (gimple_call_num_args (_c2) == 1)
   20247                 :             :                                     {
   20248                 :           0 :                                       tree _q40 = gimple_call_arg (_c2, 0);
   20249                 :           0 :                                       _q40 = do_valueize (valueize, _q40);
   20250                 :           0 :                                       if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
   20251                 :             :                                         {
   20252                 :           0 :                                           {
   20253                 :           0 :                                             tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _p1 };
   20254                 :           0 :                                             if (gimple_simplify_351 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_SINHF, CFN_BUILT_IN_COSHF, CFN_BUILT_IN_TANHF))
   20255                 :           0 :                                               return true;
   20256                 :             :                                           }
   20257                 :             :                                         }
   20258                 :             :                                     }
   20259                 :             :                                   break;
   20260                 :             :                                 default:;
   20261                 :             :                                 }
   20262                 :             :                           }
   20263                 :             :                         break;
   20264                 :             :                       default:;
   20265                 :             :                       }
   20266                 :             :                   }
   20267                 :             :                 break;
   20268                 :         616 :               case CFN_BUILT_IN_SINHL:
   20269                 :         616 :                 if (gimple_call_num_args (_c1) == 1)
   20270                 :             :                   {
   20271                 :         616 :                     tree _q20 = gimple_call_arg (_c1, 0);
   20272                 :         616 :                     _q20 = do_valueize (valueize, _q20);
   20273                 :         616 :                     switch (TREE_CODE (_p1))
   20274                 :             :                       {
   20275                 :         616 :                       case SSA_NAME:
   20276                 :         616 :                         if (gimple *_d2 = get_def (valueize, _p1))
   20277                 :             :                           {
   20278                 :         492 :                             if (gcall *_c2 = dyn_cast <gcall *> (_d2))
   20279                 :           0 :                               switch (gimple_call_combined_fn (_c2))
   20280                 :             :                                 {
   20281                 :           0 :                                 case CFN_BUILT_IN_COSHL:
   20282                 :           0 :                                   if (gimple_call_num_args (_c2) == 1)
   20283                 :             :                                     {
   20284                 :           0 :                                       tree _q40 = gimple_call_arg (_c2, 0);
   20285                 :           0 :                                       _q40 = do_valueize (valueize, _q40);
   20286                 :           0 :                                       if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
   20287                 :             :                                         {
   20288                 :           0 :                                           {
   20289                 :           0 :                                             tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _p1 };
   20290                 :           0 :                                             if (gimple_simplify_351 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_SINHL, CFN_BUILT_IN_COSHL, CFN_BUILT_IN_TANHL))
   20291                 :           0 :                                               return true;
   20292                 :             :                                           }
   20293                 :             :                                         }
   20294                 :             :                                     }
   20295                 :             :                                   break;
   20296                 :             :                                 default:;
   20297                 :             :                                 }
   20298                 :             :                           }
   20299                 :             :                         break;
   20300                 :             :                       default:;
   20301                 :             :                       }
   20302                 :             :                   }
   20303                 :             :                 break;
   20304                 :           0 :               case CFN_BUILT_IN_TANHF:
   20305                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   20306                 :             :                   {
   20307                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   20308                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   20309                 :           0 :                     switch (TREE_CODE (_p1))
   20310                 :             :                       {
   20311                 :           0 :                       case SSA_NAME:
   20312                 :           0 :                         if (gimple *_d2 = get_def (valueize, _p1))
   20313                 :             :                           {
   20314                 :           0 :                             if (gcall *_c2 = dyn_cast <gcall *> (_d2))
   20315                 :           0 :                               switch (gimple_call_combined_fn (_c2))
   20316                 :             :                                 {
   20317                 :           0 :                                 case CFN_BUILT_IN_SINHF:
   20318                 :           0 :                                   if (gimple_call_num_args (_c2) == 1)
   20319                 :             :                                     {
   20320                 :           0 :                                       tree _q40 = gimple_call_arg (_c2, 0);
   20321                 :           0 :                                       _q40 = do_valueize (valueize, _q40);
   20322                 :           0 :                                       if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
   20323                 :             :                                         {
   20324                 :           0 :                                           {
   20325                 :           0 :                                             tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _p1 };
   20326                 :           0 :                                             if (gimple_simplify_352 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_TANHF, CFN_BUILT_IN_SINHF, CFN_BUILT_IN_COSHF))
   20327                 :           0 :                                               return true;
   20328                 :             :                                           }
   20329                 :             :                                         }
   20330                 :             :                                     }
   20331                 :             :                                   break;
   20332                 :             :                                 default:;
   20333                 :             :                                 }
   20334                 :             :                           }
   20335                 :             :                         break;
   20336                 :             :                       default:;
   20337                 :             :                       }
   20338                 :             :                   }
   20339                 :             :                 break;
   20340                 :           0 :               case CFN_BUILT_IN_TANHL:
   20341                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   20342                 :             :                   {
   20343                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   20344                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   20345                 :           0 :                     switch (TREE_CODE (_p1))
   20346                 :             :                       {
   20347                 :           0 :                       case SSA_NAME:
   20348                 :           0 :                         if (gimple *_d2 = get_def (valueize, _p1))
   20349                 :             :                           {
   20350                 :           0 :                             if (gcall *_c2 = dyn_cast <gcall *> (_d2))
   20351                 :           0 :                               switch (gimple_call_combined_fn (_c2))
   20352                 :             :                                 {
   20353                 :           0 :                                 case CFN_BUILT_IN_SINHL:
   20354                 :           0 :                                   if (gimple_call_num_args (_c2) == 1)
   20355                 :             :                                     {
   20356                 :           0 :                                       tree _q40 = gimple_call_arg (_c2, 0);
   20357                 :           0 :                                       _q40 = do_valueize (valueize, _q40);
   20358                 :           0 :                                       if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
   20359                 :             :                                         {
   20360                 :           0 :                                           {
   20361                 :           0 :                                             tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _p1 };
   20362                 :           0 :                                             if (gimple_simplify_352 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_TANHL, CFN_BUILT_IN_SINHL, CFN_BUILT_IN_COSHL))
   20363                 :           0 :                                               return true;
   20364                 :             :                                           }
   20365                 :             :                                         }
   20366                 :             :                                     }
   20367                 :             :                                   break;
   20368                 :             :                                 default:;
   20369                 :             :                                 }
   20370                 :             :                           }
   20371                 :             :                         break;
   20372                 :             :                       default:;
   20373                 :             :                       }
   20374                 :             :                   }
   20375                 :             :                 break;
   20376                 :          96 :               case CFN_BUILT_IN_COS:
   20377                 :          96 :                 if (gimple_call_num_args (_c1) == 1)
   20378                 :             :                   {
   20379                 :          96 :                     tree _q20 = gimple_call_arg (_c1, 0);
   20380                 :          96 :                     _q20 = do_valueize (valueize, _q20);
   20381                 :          96 :                     switch (TREE_CODE (_p1))
   20382                 :             :                       {
   20383                 :          96 :                       case SSA_NAME:
   20384                 :          96 :                         if (gimple *_d2 = get_def (valueize, _p1))
   20385                 :             :                           {
   20386                 :          96 :                             if (gcall *_c2 = dyn_cast <gcall *> (_d2))
   20387                 :           0 :                               switch (gimple_call_combined_fn (_c2))
   20388                 :             :                                 {
   20389                 :           0 :                                 case CFN_BUILT_IN_SIN:
   20390                 :           0 :                                   if (gimple_call_num_args (_c2) == 1)
   20391                 :             :                                     {
   20392                 :           0 :                                       tree _q40 = gimple_call_arg (_c2, 0);
   20393                 :           0 :                                       _q40 = do_valueize (valueize, _q40);
   20394                 :           0 :                                       if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
   20395                 :             :                                         {
   20396                 :           0 :                                           {
   20397                 :           0 :                                             tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _p1 };
   20398                 :           0 :                                             if (gimple_simplify_353 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COS, CFN_BUILT_IN_SIN, CFN_BUILT_IN_TAN))
   20399                 :           0 :                                               return true;
   20400                 :             :                                           }
   20401                 :             :                                         }
   20402                 :             :                                     }
   20403                 :             :                                   break;
   20404                 :             :                                 default:;
   20405                 :             :                                 }
   20406                 :             :                           }
   20407                 :             :                         break;
   20408                 :             :                       default:;
   20409                 :             :                       }
   20410                 :             :                   }
   20411                 :             :                 break;
   20412                 :           0 :               case CFN_BUILT_IN_POW:
   20413                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   20414                 :             :                   {
   20415                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   20416                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   20417                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
   20418                 :           0 :                     _q21 = do_valueize (valueize, _q21);
   20419                 :           0 :                     switch (TREE_CODE (_q21))
   20420                 :             :                       {
   20421                 :           0 :                       case REAL_CST:
   20422                 :           0 :                         {
   20423                 :           0 :                           if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   20424                 :             :                             {
   20425                 :           0 :                               {
   20426                 :           0 :                                 tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q21 };
   20427                 :           0 :                                 if (gimple_simplify_355 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_POW))
   20428                 :           0 :                                   return true;
   20429                 :             :                               }
   20430                 :             :                             }
   20431                 :             :                           break;
   20432                 :             :                         }
   20433                 :             :                       default:;
   20434                 :             :                       }
   20435                 :             :                   }
   20436                 :             :                 break;
   20437                 :         615 :               case CFN_BUILT_IN_SIN:
   20438                 :         615 :                 if (gimple_call_num_args (_c1) == 1)
   20439                 :             :                   {
   20440                 :         615 :                     tree _q20 = gimple_call_arg (_c1, 0);
   20441                 :         615 :                     _q20 = do_valueize (valueize, _q20);
   20442                 :         615 :                     switch (TREE_CODE (_p1))
   20443                 :             :                       {
   20444                 :         615 :                       case SSA_NAME:
   20445                 :         615 :                         if (gimple *_d2 = get_def (valueize, _p1))
   20446                 :             :                           {
   20447                 :         489 :                             if (gcall *_c2 = dyn_cast <gcall *> (_d2))
   20448                 :           0 :                               switch (gimple_call_combined_fn (_c2))
   20449                 :             :                                 {
   20450                 :           0 :                                 case CFN_BUILT_IN_COS:
   20451                 :           0 :                                   if (gimple_call_num_args (_c2) == 1)
   20452                 :             :                                     {
   20453                 :           0 :                                       tree _q40 = gimple_call_arg (_c2, 0);
   20454                 :           0 :                                       _q40 = do_valueize (valueize, _q40);
   20455                 :           0 :                                       if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
   20456                 :             :                                         {
   20457                 :           0 :                                           {
   20458                 :           0 :                                             tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _p1 };
   20459                 :           0 :                                             if (gimple_simplify_349 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_SIN, CFN_BUILT_IN_COS, CFN_BUILT_IN_TAN))
   20460                 :           0 :                                               return true;
   20461                 :             :                                           }
   20462                 :             :                                         }
   20463                 :             :                                     }
   20464                 :             :                                   break;
   20465                 :           0 :                                 case CFN_BUILT_IN_TAN:
   20466                 :           0 :                                   if (gimple_call_num_args (_c2) == 1)
   20467                 :             :                                     {
   20468                 :           0 :                                       tree _q40 = gimple_call_arg (_c2, 0);
   20469                 :           0 :                                       _q40 = do_valueize (valueize, _q40);
   20470                 :           0 :                                       if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
   20471                 :             :                                         {
   20472                 :           0 :                                           {
   20473                 :           0 :                                             tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _p1 };
   20474                 :           0 :                                             if (gimple_simplify_350 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_SIN, CFN_BUILT_IN_TAN, CFN_BUILT_IN_COS))
   20475                 :           0 :                                               return true;
   20476                 :             :                                           }
   20477                 :             :                                         }
   20478                 :             :                                     }
   20479                 :             :                                   break;
   20480                 :             :                                 default:;
   20481                 :             :                                 }
   20482                 :             :                           }
   20483                 :             :                         break;
   20484                 :             :                       default:;
   20485                 :             :                       }
   20486                 :             :                   }
   20487                 :             :                 break;
   20488                 :           0 :               case CFN_BUILT_IN_TAN:
   20489                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   20490                 :             :                   {
   20491                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   20492                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   20493                 :           0 :                     switch (TREE_CODE (_p1))
   20494                 :             :                       {
   20495                 :           0 :                       case SSA_NAME:
   20496                 :           0 :                         if (gimple *_d2 = get_def (valueize, _p1))
   20497                 :             :                           {
   20498                 :           0 :                             if (gcall *_c2 = dyn_cast <gcall *> (_d2))
   20499                 :           0 :                               switch (gimple_call_combined_fn (_c2))
   20500                 :             :                                 {
   20501                 :           0 :                                 case CFN_BUILT_IN_SIN:
   20502                 :           0 :                                   if (gimple_call_num_args (_c2) == 1)
   20503                 :             :                                     {
   20504                 :           0 :                                       tree _q40 = gimple_call_arg (_c2, 0);
   20505                 :           0 :                                       _q40 = do_valueize (valueize, _q40);
   20506                 :           0 :                                       if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
   20507                 :             :                                         {
   20508                 :           0 :                                           {
   20509                 :           0 :                                             tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _p1 };
   20510                 :           0 :                                             if (gimple_simplify_354 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_TAN, CFN_BUILT_IN_SIN, CFN_BUILT_IN_COS))
   20511                 :           0 :                                               return true;
   20512                 :             :                                           }
   20513                 :             :                                         }
   20514                 :             :                                     }
   20515                 :             :                                   break;
   20516                 :             :                                 default:;
   20517                 :             :                                 }
   20518                 :             :                           }
   20519                 :             :                         break;
   20520                 :             :                       default:;
   20521                 :             :                       }
   20522                 :             :                   }
   20523                 :             :                 break;
   20524                 :           0 :               case CFN_BUILT_IN_COSF:
   20525                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   20526                 :             :                   {
   20527                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   20528                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   20529                 :           0 :                     switch (TREE_CODE (_p1))
   20530                 :             :                       {
   20531                 :           0 :                       case SSA_NAME:
   20532                 :           0 :                         if (gimple *_d2 = get_def (valueize, _p1))
   20533                 :             :                           {
   20534                 :           0 :                             if (gcall *_c2 = dyn_cast <gcall *> (_d2))
   20535                 :           0 :                               switch (gimple_call_combined_fn (_c2))
   20536                 :             :                                 {
   20537                 :           0 :                                 case CFN_BUILT_IN_SINF:
   20538                 :           0 :                                   if (gimple_call_num_args (_c2) == 1)
   20539                 :             :                                     {
   20540                 :           0 :                                       tree _q40 = gimple_call_arg (_c2, 0);
   20541                 :           0 :                                       _q40 = do_valueize (valueize, _q40);
   20542                 :           0 :                                       if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
   20543                 :             :                                         {
   20544                 :           0 :                                           {
   20545                 :           0 :                                             tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _p1 };
   20546                 :           0 :                                             if (gimple_simplify_353 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COSF, CFN_BUILT_IN_SINF, CFN_BUILT_IN_TANF))
   20547                 :           0 :                                               return true;
   20548                 :             :                                           }
   20549                 :             :                                         }
   20550                 :             :                                     }
   20551                 :             :                                   break;
   20552                 :             :                                 default:;
   20553                 :             :                                 }
   20554                 :             :                           }
   20555                 :             :                         break;
   20556                 :             :                       default:;
   20557                 :             :                       }
   20558                 :             :                   }
   20559                 :             :                 break;
   20560                 :          12 :               case CFN_BUILT_IN_COSL:
   20561                 :          12 :                 if (gimple_call_num_args (_c1) == 1)
   20562                 :             :                   {
   20563                 :          12 :                     tree _q20 = gimple_call_arg (_c1, 0);
   20564                 :          12 :                     _q20 = do_valueize (valueize, _q20);
   20565                 :          12 :                     switch (TREE_CODE (_p1))
   20566                 :             :                       {
   20567                 :          12 :                       case SSA_NAME:
   20568                 :          12 :                         if (gimple *_d2 = get_def (valueize, _p1))
   20569                 :             :                           {
   20570                 :          11 :                             if (gcall *_c2 = dyn_cast <gcall *> (_d2))
   20571                 :           4 :                               switch (gimple_call_combined_fn (_c2))
   20572                 :             :                                 {
   20573                 :           0 :                                 case CFN_BUILT_IN_SINL:
   20574                 :           0 :                                   if (gimple_call_num_args (_c2) == 1)
   20575                 :             :                                     {
   20576                 :           0 :                                       tree _q40 = gimple_call_arg (_c2, 0);
   20577                 :           0 :                                       _q40 = do_valueize (valueize, _q40);
   20578                 :           0 :                                       if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
   20579                 :             :                                         {
   20580                 :           0 :                                           {
   20581                 :           0 :                                             tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _p1 };
   20582                 :           0 :                                             if (gimple_simplify_353 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COSL, CFN_BUILT_IN_SINL, CFN_BUILT_IN_TANL))
   20583                 :           0 :                                               return true;
   20584                 :             :                                           }
   20585                 :             :                                         }
   20586                 :             :                                     }
   20587                 :             :                                   break;
   20588                 :             :                                 default:;
   20589                 :             :                                 }
   20590                 :             :                           }
   20591                 :             :                         break;
   20592                 :             :                       default:;
   20593                 :             :                       }
   20594                 :             :                   }
   20595                 :             :                 break;
   20596                 :           0 :               case CFN_BUILT_IN_POWF:
   20597                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   20598                 :             :                   {
   20599                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   20600                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   20601                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
   20602                 :           0 :                     _q21 = do_valueize (valueize, _q21);
   20603                 :           0 :                     switch (TREE_CODE (_q21))
   20604                 :             :                       {
   20605                 :           0 :                       case REAL_CST:
   20606                 :           0 :                         {
   20607                 :           0 :                           if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   20608                 :             :                             {
   20609                 :           0 :                               {
   20610                 :           0 :                                 tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q21 };
   20611                 :           0 :                                 if (gimple_simplify_355 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_POWF))
   20612                 :           0 :                                   return true;
   20613                 :             :                               }
   20614                 :             :                             }
   20615                 :             :                           break;
   20616                 :             :                         }
   20617                 :             :                       default:;
   20618                 :             :                       }
   20619                 :             :                   }
   20620                 :             :                 break;
   20621                 :           0 :               case CFN_BUILT_IN_POWL:
   20622                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   20623                 :             :                   {
   20624                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   20625                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   20626                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
   20627                 :           0 :                     _q21 = do_valueize (valueize, _q21);
   20628                 :           0 :                     switch (TREE_CODE (_q21))
   20629                 :             :                       {
   20630                 :           0 :                       case REAL_CST:
   20631                 :           0 :                         {
   20632                 :           0 :                           if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   20633                 :             :                             {
   20634                 :           0 :                               {
   20635                 :           0 :                                 tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q21 };
   20636                 :           0 :                                 if (gimple_simplify_355 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_POWL))
   20637                 :           0 :                                   return true;
   20638                 :             :                               }
   20639                 :             :                             }
   20640                 :             :                           break;
   20641                 :             :                         }
   20642                 :             :                       default:;
   20643                 :             :                       }
   20644                 :             :                   }
   20645                 :             :                 break;
   20646                 :         406 :               case CFN_BUILT_IN_SINF:
   20647                 :         406 :                 if (gimple_call_num_args (_c1) == 1)
   20648                 :             :                   {
   20649                 :         406 :                     tree _q20 = gimple_call_arg (_c1, 0);
   20650                 :         406 :                     _q20 = do_valueize (valueize, _q20);
   20651                 :         406 :                     switch (TREE_CODE (_p1))
   20652                 :             :                       {
   20653                 :         406 :                       case SSA_NAME:
   20654                 :         406 :                         if (gimple *_d2 = get_def (valueize, _p1))
   20655                 :             :                           {
   20656                 :         324 :                             if (gcall *_c2 = dyn_cast <gcall *> (_d2))
   20657                 :           0 :                               switch (gimple_call_combined_fn (_c2))
   20658                 :             :                                 {
   20659                 :           0 :                                 case CFN_BUILT_IN_COSF:
   20660                 :           0 :                                   if (gimple_call_num_args (_c2) == 1)
   20661                 :             :                                     {
   20662                 :           0 :                                       tree _q40 = gimple_call_arg (_c2, 0);
   20663                 :           0 :                                       _q40 = do_valueize (valueize, _q40);
   20664                 :           0 :                                       if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
   20665                 :             :                                         {
   20666                 :           0 :                                           {
   20667                 :           0 :                                             tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _p1 };
   20668                 :           0 :                                             if (gimple_simplify_349 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_SINF, CFN_BUILT_IN_COSF, CFN_BUILT_IN_TANF))
   20669                 :           0 :                                               return true;
   20670                 :             :                                           }
   20671                 :             :                                         }
   20672                 :             :                                     }
   20673                 :             :                                   break;
   20674                 :           0 :                                 case CFN_BUILT_IN_TANF:
   20675                 :           0 :                                   if (gimple_call_num_args (_c2) == 1)
   20676                 :             :                                     {
   20677                 :           0 :                                       tree _q40 = gimple_call_arg (_c2, 0);
   20678                 :           0 :                                       _q40 = do_valueize (valueize, _q40);
   20679                 :           0 :                                       if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
   20680                 :             :                                         {
   20681                 :           0 :                                           {
   20682                 :           0 :                                             tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _p1 };
   20683                 :           0 :                                             if (gimple_simplify_350 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_SINF, CFN_BUILT_IN_TANF, CFN_BUILT_IN_COSF))
   20684                 :           0 :                                               return true;
   20685                 :             :                                           }
   20686                 :             :                                         }
   20687                 :             :                                     }
   20688                 :             :                                   break;
   20689                 :             :                                 default:;
   20690                 :             :                                 }
   20691                 :             :                           }
   20692                 :             :                         break;
   20693                 :             :                       default:;
   20694                 :             :                       }
   20695                 :             :                   }
   20696                 :             :                 break;
   20697                 :         775 :               case CFN_BUILT_IN_SINH:
   20698                 :         775 :                 if (gimple_call_num_args (_c1) == 1)
   20699                 :             :                   {
   20700                 :         775 :                     tree _q20 = gimple_call_arg (_c1, 0);
   20701                 :         775 :                     _q20 = do_valueize (valueize, _q20);
   20702                 :         775 :                     switch (TREE_CODE (_p1))
   20703                 :             :                       {
   20704                 :         775 :                       case SSA_NAME:
   20705                 :         775 :                         if (gimple *_d2 = get_def (valueize, _p1))
   20706                 :             :                           {
   20707                 :         615 :                             if (gcall *_c2 = dyn_cast <gcall *> (_d2))
   20708                 :           0 :                               switch (gimple_call_combined_fn (_c2))
   20709                 :             :                                 {
   20710                 :           0 :                                 case CFN_BUILT_IN_COSH:
   20711                 :           0 :                                   if (gimple_call_num_args (_c2) == 1)
   20712                 :             :                                     {
   20713                 :           0 :                                       tree _q40 = gimple_call_arg (_c2, 0);
   20714                 :           0 :                                       _q40 = do_valueize (valueize, _q40);
   20715                 :           0 :                                       if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
   20716                 :             :                                         {
   20717                 :           0 :                                           {
   20718                 :           0 :                                             tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _p1 };
   20719                 :           0 :                                             if (gimple_simplify_351 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_SINH, CFN_BUILT_IN_COSH, CFN_BUILT_IN_TANH))
   20720                 :           0 :                                               return true;
   20721                 :             :                                           }
   20722                 :             :                                         }
   20723                 :             :                                     }
   20724                 :             :                                   break;
   20725                 :             :                                 default:;
   20726                 :             :                                 }
   20727                 :             :                           }
   20728                 :             :                         break;
   20729                 :             :                       default:;
   20730                 :             :                       }
   20731                 :             :                   }
   20732                 :             :                 break;
   20733                 :         376 :               case CFN_BUILT_IN_SINL:
   20734                 :         376 :                 if (gimple_call_num_args (_c1) == 1)
   20735                 :             :                   {
   20736                 :         376 :                     tree _q20 = gimple_call_arg (_c1, 0);
   20737                 :         376 :                     _q20 = do_valueize (valueize, _q20);
   20738                 :         376 :                     switch (TREE_CODE (_p1))
   20739                 :             :                       {
   20740                 :         376 :                       case SSA_NAME:
   20741                 :         376 :                         if (gimple *_d2 = get_def (valueize, _p1))
   20742                 :             :                           {
   20743                 :         300 :                             if (gcall *_c2 = dyn_cast <gcall *> (_d2))
   20744                 :           0 :                               switch (gimple_call_combined_fn (_c2))
   20745                 :             :                                 {
   20746                 :           0 :                                 case CFN_BUILT_IN_COSL:
   20747                 :           0 :                                   if (gimple_call_num_args (_c2) == 1)
   20748                 :             :                                     {
   20749                 :           0 :                                       tree _q40 = gimple_call_arg (_c2, 0);
   20750                 :           0 :                                       _q40 = do_valueize (valueize, _q40);
   20751                 :           0 :                                       if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
   20752                 :             :                                         {
   20753                 :           0 :                                           {
   20754                 :           0 :                                             tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _p1 };
   20755                 :           0 :                                             if (gimple_simplify_349 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_SINL, CFN_BUILT_IN_COSL, CFN_BUILT_IN_TANL))
   20756                 :           0 :                                               return true;
   20757                 :             :                                           }
   20758                 :             :                                         }
   20759                 :             :                                     }
   20760                 :             :                                   break;
   20761                 :           0 :                                 case CFN_BUILT_IN_TANL:
   20762                 :           0 :                                   if (gimple_call_num_args (_c2) == 1)
   20763                 :             :                                     {
   20764                 :           0 :                                       tree _q40 = gimple_call_arg (_c2, 0);
   20765                 :           0 :                                       _q40 = do_valueize (valueize, _q40);
   20766                 :           0 :                                       if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
   20767                 :             :                                         {
   20768                 :           0 :                                           {
   20769                 :           0 :                                             tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _p1 };
   20770                 :           0 :                                             if (gimple_simplify_350 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_SINL, CFN_BUILT_IN_TANL, CFN_BUILT_IN_COSL))
   20771                 :           0 :                                               return true;
   20772                 :             :                                           }
   20773                 :             :                                         }
   20774                 :             :                                     }
   20775                 :             :                                   break;
   20776                 :             :                                 default:;
   20777                 :             :                                 }
   20778                 :             :                           }
   20779                 :             :                         break;
   20780                 :             :                       default:;
   20781                 :             :                       }
   20782                 :             :                   }
   20783                 :             :                 break;
   20784                 :           0 :               case CFN_BUILT_IN_TANF:
   20785                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   20786                 :             :                   {
   20787                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   20788                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   20789                 :           0 :                     switch (TREE_CODE (_p1))
   20790                 :             :                       {
   20791                 :           0 :                       case SSA_NAME:
   20792                 :           0 :                         if (gimple *_d2 = get_def (valueize, _p1))
   20793                 :             :                           {
   20794                 :           0 :                             if (gcall *_c2 = dyn_cast <gcall *> (_d2))
   20795                 :           0 :                               switch (gimple_call_combined_fn (_c2))
   20796                 :             :                                 {
   20797                 :           0 :                                 case CFN_BUILT_IN_SINF:
   20798                 :           0 :                                   if (gimple_call_num_args (_c2) == 1)
   20799                 :             :                                     {
   20800                 :           0 :                                       tree _q40 = gimple_call_arg (_c2, 0);
   20801                 :           0 :                                       _q40 = do_valueize (valueize, _q40);
   20802                 :           0 :                                       if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
   20803                 :             :                                         {
   20804                 :           0 :                                           {
   20805                 :           0 :                                             tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _p1 };
   20806                 :           0 :                                             if (gimple_simplify_354 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_TANF, CFN_BUILT_IN_SINF, CFN_BUILT_IN_COSF))
   20807                 :           0 :                                               return true;
   20808                 :             :                                           }
   20809                 :             :                                         }
   20810                 :             :                                     }
   20811                 :             :                                   break;
   20812                 :             :                                 default:;
   20813                 :             :                                 }
   20814                 :             :                           }
   20815                 :             :                         break;
   20816                 :             :                       default:;
   20817                 :             :                       }
   20818                 :             :                   }
   20819                 :             :                 break;
   20820                 :           0 :               case CFN_BUILT_IN_TANH:
   20821                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   20822                 :             :                   {
   20823                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   20824                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   20825                 :           0 :                     switch (TREE_CODE (_p1))
   20826                 :             :                       {
   20827                 :           0 :                       case SSA_NAME:
   20828                 :           0 :                         if (gimple *_d2 = get_def (valueize, _p1))
   20829                 :             :                           {
   20830                 :           0 :                             if (gcall *_c2 = dyn_cast <gcall *> (_d2))
   20831                 :           0 :                               switch (gimple_call_combined_fn (_c2))
   20832                 :             :                                 {
   20833                 :           0 :                                 case CFN_BUILT_IN_SINH:
   20834                 :           0 :                                   if (gimple_call_num_args (_c2) == 1)
   20835                 :             :                                     {
   20836                 :           0 :                                       tree _q40 = gimple_call_arg (_c2, 0);
   20837                 :           0 :                                       _q40 = do_valueize (valueize, _q40);
   20838                 :           0 :                                       if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
   20839                 :             :                                         {
   20840                 :           0 :                                           {
   20841                 :           0 :                                             tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _p1 };
   20842                 :           0 :                                             if (gimple_simplify_352 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_TANH, CFN_BUILT_IN_SINH, CFN_BUILT_IN_COSH))
   20843                 :           0 :                                               return true;
   20844                 :             :                                           }
   20845                 :             :                                         }
   20846                 :             :                                     }
   20847                 :             :                                   break;
   20848                 :             :                                 default:;
   20849                 :             :                                 }
   20850                 :             :                           }
   20851                 :             :                         break;
   20852                 :             :                       default:;
   20853                 :             :                       }
   20854                 :             :                   }
   20855                 :             :                 break;
   20856                 :           0 :               case CFN_BUILT_IN_TANL:
   20857                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   20858                 :             :                   {
   20859                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   20860                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   20861                 :           0 :                     switch (TREE_CODE (_p1))
   20862                 :             :                       {
   20863                 :           0 :                       case SSA_NAME:
   20864                 :           0 :                         if (gimple *_d2 = get_def (valueize, _p1))
   20865                 :             :                           {
   20866                 :           0 :                             if (gcall *_c2 = dyn_cast <gcall *> (_d2))
   20867                 :           0 :                               switch (gimple_call_combined_fn (_c2))
   20868                 :             :                                 {
   20869                 :           0 :                                 case CFN_BUILT_IN_SINL:
   20870                 :           0 :                                   if (gimple_call_num_args (_c2) == 1)
   20871                 :             :                                     {
   20872                 :           0 :                                       tree _q40 = gimple_call_arg (_c2, 0);
   20873                 :           0 :                                       _q40 = do_valueize (valueize, _q40);
   20874                 :           0 :                                       if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
   20875                 :             :                                         {
   20876                 :           0 :                                           {
   20877                 :           0 :                                             tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _p1 };
   20878                 :           0 :                                             if (gimple_simplify_354 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_TANL, CFN_BUILT_IN_SINL, CFN_BUILT_IN_COSL))
   20879                 :           0 :                                               return true;
   20880                 :             :                                           }
   20881                 :             :                                         }
   20882                 :             :                                     }
   20883                 :             :                                   break;
   20884                 :             :                                 default:;
   20885                 :             :                                 }
   20886                 :             :                           }
   20887                 :             :                         break;
   20888                 :             :                       default:;
   20889                 :             :                       }
   20890                 :             :                   }
   20891                 :             :                 break;
   20892                 :           0 :               case CFN_COS:
   20893                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   20894                 :             :                   {
   20895                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   20896                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   20897                 :           0 :                     switch (TREE_CODE (_p1))
   20898                 :             :                       {
   20899                 :           0 :                       case SSA_NAME:
   20900                 :           0 :                         if (gimple *_d2 = get_def (valueize, _p1))
   20901                 :             :                           {
   20902                 :           0 :                             if (gcall *_c2 = dyn_cast <gcall *> (_d2))
   20903                 :           0 :                               switch (gimple_call_combined_fn (_c2))
   20904                 :             :                                 {
   20905                 :           0 :                                 case CFN_SIN:
   20906                 :           0 :                                   if (gimple_call_num_args (_c2) == 1)
   20907                 :             :                                     {
   20908                 :           0 :                                       tree _q40 = gimple_call_arg (_c2, 0);
   20909                 :           0 :                                       _q40 = do_valueize (valueize, _q40);
   20910                 :           0 :                                       if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
   20911                 :             :                                         {
   20912                 :           0 :                                           {
   20913                 :           0 :                                             tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _p1 };
   20914                 :           0 :                                             if (gimple_simplify_353 (res_op, seq, valueize, type, captures, CFN_COS, CFN_SIN, CFN_TAN))
   20915                 :           0 :                                               return true;
   20916                 :             :                                           }
   20917                 :             :                                         }
   20918                 :             :                                     }
   20919                 :             :                                   break;
   20920                 :             :                                 default:;
   20921                 :             :                                 }
   20922                 :             :                           }
   20923                 :             :                         break;
   20924                 :             :                       default:;
   20925                 :             :                       }
   20926                 :             :                   }
   20927                 :             :                 break;
   20928                 :           0 :               case CFN_POW:
   20929                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   20930                 :             :                   {
   20931                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   20932                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   20933                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
   20934                 :           0 :                     _q21 = do_valueize (valueize, _q21);
   20935                 :           0 :                     switch (TREE_CODE (_q21))
   20936                 :             :                       {
   20937                 :           0 :                       case REAL_CST:
   20938                 :           0 :                         {
   20939                 :           0 :                           if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   20940                 :             :                             {
   20941                 :           0 :                               {
   20942                 :           0 :                                 tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q21 };
   20943                 :           0 :                                 if (gimple_simplify_355 (res_op, seq, valueize, type, captures, CFN_POW))
   20944                 :           0 :                                   return true;
   20945                 :             :                               }
   20946                 :             :                             }
   20947                 :             :                           break;
   20948                 :             :                         }
   20949                 :             :                       default:;
   20950                 :             :                       }
   20951                 :             :                   }
   20952                 :             :                 break;
   20953                 :           0 :               case CFN_SIN:
   20954                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   20955                 :             :                   {
   20956                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   20957                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   20958                 :           0 :                     switch (TREE_CODE (_p1))
   20959                 :             :                       {
   20960                 :           0 :                       case SSA_NAME:
   20961                 :           0 :                         if (gimple *_d2 = get_def (valueize, _p1))
   20962                 :             :                           {
   20963                 :           0 :                             if (gcall *_c2 = dyn_cast <gcall *> (_d2))
   20964                 :           0 :                               switch (gimple_call_combined_fn (_c2))
   20965                 :             :                                 {
   20966                 :           0 :                                 case CFN_COS:
   20967                 :           0 :                                   if (gimple_call_num_args (_c2) == 1)
   20968                 :             :                                     {
   20969                 :           0 :                                       tree _q40 = gimple_call_arg (_c2, 0);
   20970                 :           0 :                                       _q40 = do_valueize (valueize, _q40);
   20971                 :           0 :                                       if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
   20972                 :             :                                         {
   20973                 :           0 :                                           {
   20974                 :           0 :                                             tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _p1 };
   20975                 :           0 :                                             if (gimple_simplify_349 (res_op, seq, valueize, type, captures, CFN_SIN, CFN_COS, CFN_TAN))
   20976                 :           0 :                                               return true;
   20977                 :             :                                           }
   20978                 :             :                                         }
   20979                 :             :                                     }
   20980                 :             :                                   break;
   20981                 :           0 :                                 case CFN_TAN:
   20982                 :           0 :                                   if (gimple_call_num_args (_c2) == 1)
   20983                 :             :                                     {
   20984                 :           0 :                                       tree _q40 = gimple_call_arg (_c2, 0);
   20985                 :           0 :                                       _q40 = do_valueize (valueize, _q40);
   20986                 :           0 :                                       if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
   20987                 :             :                                         {
   20988                 :           0 :                                           {
   20989                 :           0 :                                             tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _p1 };
   20990                 :           0 :                                             if (gimple_simplify_350 (res_op, seq, valueize, type, captures, CFN_SIN, CFN_TAN, CFN_COS))
   20991                 :           0 :                                               return true;
   20992                 :             :                                           }
   20993                 :             :                                         }
   20994                 :             :                                     }
   20995                 :             :                                   break;
   20996                 :             :                                 default:;
   20997                 :             :                                 }
   20998                 :             :                           }
   20999                 :             :                         break;
   21000                 :             :                       default:;
   21001                 :             :                       }
   21002                 :             :                   }
   21003                 :             :                 break;
   21004                 :           0 :               case CFN_TAN:
   21005                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   21006                 :             :                   {
   21007                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   21008                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   21009                 :           0 :                     switch (TREE_CODE (_p1))
   21010                 :             :                       {
   21011                 :           0 :                       case SSA_NAME:
   21012                 :           0 :                         if (gimple *_d2 = get_def (valueize, _p1))
   21013                 :             :                           {
   21014                 :           0 :                             if (gcall *_c2 = dyn_cast <gcall *> (_d2))
   21015                 :           0 :                               switch (gimple_call_combined_fn (_c2))
   21016                 :             :                                 {
   21017                 :           0 :                                 case CFN_SIN:
   21018                 :           0 :                                   if (gimple_call_num_args (_c2) == 1)
   21019                 :             :                                     {
   21020                 :           0 :                                       tree _q40 = gimple_call_arg (_c2, 0);
   21021                 :           0 :                                       _q40 = do_valueize (valueize, _q40);
   21022                 :           0 :                                       if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
   21023                 :             :                                         {
   21024                 :           0 :                                           {
   21025                 :           0 :                                             tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _p1 };
   21026                 :           0 :                                             if (gimple_simplify_354 (res_op, seq, valueize, type, captures, CFN_TAN, CFN_SIN, CFN_COS))
   21027                 :           0 :                                               return true;
   21028                 :             :                                           }
   21029                 :             :                                         }
   21030                 :             :                                     }
   21031                 :             :                                   break;
   21032                 :             :                                 default:;
   21033                 :             :                                 }
   21034                 :             :                           }
   21035                 :             :                         break;
   21036                 :             :                       default:;
   21037                 :             :                       }
   21038                 :             :                   }
   21039                 :             :                 break;
   21040                 :           0 :               case CFN_SINH:
   21041                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   21042                 :             :                   {
   21043                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   21044                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   21045                 :           0 :                     switch (TREE_CODE (_p1))
   21046                 :             :                       {
   21047                 :           0 :                       case SSA_NAME:
   21048                 :           0 :                         if (gimple *_d2 = get_def (valueize, _p1))
   21049                 :             :                           {
   21050                 :           0 :                             if (gcall *_c2 = dyn_cast <gcall *> (_d2))
   21051                 :           0 :                               switch (gimple_call_combined_fn (_c2))
   21052                 :             :                                 {
   21053                 :           0 :                                 case CFN_COSH:
   21054                 :           0 :                                   if (gimple_call_num_args (_c2) == 1)
   21055                 :             :                                     {
   21056                 :           0 :                                       tree _q40 = gimple_call_arg (_c2, 0);
   21057                 :           0 :                                       _q40 = do_valueize (valueize, _q40);
   21058                 :           0 :                                       if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
   21059                 :             :                                         {
   21060                 :           0 :                                           {
   21061                 :           0 :                                             tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _p1 };
   21062                 :           0 :                                             if (gimple_simplify_351 (res_op, seq, valueize, type, captures, CFN_SINH, CFN_COSH, CFN_TANH))
   21063                 :           0 :                                               return true;
   21064                 :             :                                           }
   21065                 :             :                                         }
   21066                 :             :                                     }
   21067                 :             :                                   break;
   21068                 :             :                                 default:;
   21069                 :             :                                 }
   21070                 :             :                           }
   21071                 :             :                         break;
   21072                 :             :                       default:;
   21073                 :             :                       }
   21074                 :             :                   }
   21075                 :             :                 break;
   21076                 :           0 :               case CFN_TANH:
   21077                 :           0 :                 if (gimple_call_num_args (_c1) == 1)
   21078                 :             :                   {
   21079                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   21080                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   21081                 :           0 :                     switch (TREE_CODE (_p1))
   21082                 :             :                       {
   21083                 :           0 :                       case SSA_NAME:
   21084                 :           0 :                         if (gimple *_d2 = get_def (valueize, _p1))
   21085                 :             :                           {
   21086                 :           0 :                             if (gcall *_c2 = dyn_cast <gcall *> (_d2))
   21087                 :           0 :                               switch (gimple_call_combined_fn (_c2))
   21088                 :             :                                 {
   21089                 :           0 :                                 case CFN_SINH:
   21090                 :           0 :                                   if (gimple_call_num_args (_c2) == 1)
   21091                 :             :                                     {
   21092                 :           0 :                                       tree _q40 = gimple_call_arg (_c2, 0);
   21093                 :           0 :                                       _q40 = do_valueize (valueize, _q40);
   21094                 :           0 :                                       if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
   21095                 :             :                                         {
   21096                 :           0 :                                           {
   21097                 :           0 :                                             tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _p1 };
   21098                 :           0 :                                             if (gimple_simplify_352 (res_op, seq, valueize, type, captures, CFN_TANH, CFN_SINH, CFN_COSH))
   21099                 :           0 :                                               return true;
   21100                 :             :                                           }
   21101                 :             :                                         }
   21102                 :             :                                     }
   21103                 :             :                                   break;
   21104                 :             :                                 default:;
   21105                 :             :                                 }
   21106                 :             :                           }
   21107                 :             :                         break;
   21108                 :             :                       default:;
   21109                 :             :                       }
   21110                 :             :                   }
   21111                 :             :                 break;
   21112                 :             :               default:;
   21113                 :             :               }
   21114                 :             :         }
   21115                 :             :       break;
   21116                 :      539931 :     default:;
   21117                 :             :     }
   21118                 :      539931 :   switch (TREE_CODE (_p1))
   21119                 :             :     {
   21120                 :      453023 :     case SSA_NAME:
   21121                 :      453023 :       if (gimple *_d1 = get_def (valueize, _p1))
   21122                 :             :         {
   21123                 :      338844 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
   21124                 :       23292 :             switch (gimple_call_combined_fn (_c1))
   21125                 :             :               {
   21126                 :         233 :               case CFN_BUILT_IN_POW:
   21127                 :         233 :                 if (gimple_call_num_args (_c1) == 2)
   21128                 :             :                   {
   21129                 :         233 :                     tree _q30 = gimple_call_arg (_c1, 0);
   21130                 :         233 :                     _q30 = do_valueize (valueize, _q30);
   21131                 :         233 :                     tree _q31 = gimple_call_arg (_c1, 1);
   21132                 :         233 :                     _q31 = do_valueize (valueize, _q31);
   21133                 :         233 :                     {
   21134                 :         233 :                       tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31 };
   21135                 :         233 :                       if (gimple_simplify_356 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_POW))
   21136                 :           0 :                         return true;
   21137                 :             :                     }
   21138                 :             :                   }
   21139                 :             :                 break;
   21140                 :           0 :               case CFN_BUILT_IN_POWF:
   21141                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   21142                 :             :                   {
   21143                 :           0 :                     tree _q30 = gimple_call_arg (_c1, 0);
   21144                 :           0 :                     _q30 = do_valueize (valueize, _q30);
   21145                 :           0 :                     tree _q31 = gimple_call_arg (_c1, 1);
   21146                 :           0 :                     _q31 = do_valueize (valueize, _q31);
   21147                 :           0 :                     {
   21148                 :           0 :                       tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31 };
   21149                 :           0 :                       if (gimple_simplify_356 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_POWF))
   21150                 :           0 :                         return true;
   21151                 :             :                     }
   21152                 :             :                   }
   21153                 :             :                 break;
   21154                 :           0 :               case CFN_BUILT_IN_POWL:
   21155                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   21156                 :             :                   {
   21157                 :           0 :                     tree _q30 = gimple_call_arg (_c1, 0);
   21158                 :           0 :                     _q30 = do_valueize (valueize, _q30);
   21159                 :           0 :                     tree _q31 = gimple_call_arg (_c1, 1);
   21160                 :           0 :                     _q31 = do_valueize (valueize, _q31);
   21161                 :           0 :                     {
   21162                 :           0 :                       tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31 };
   21163                 :           0 :                       if (gimple_simplify_356 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_POWL))
   21164                 :           0 :                         return true;
   21165                 :             :                     }
   21166                 :             :                   }
   21167                 :             :                 break;
   21168                 :           0 :               case CFN_POW:
   21169                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   21170                 :             :                   {
   21171                 :           0 :                     tree _q30 = gimple_call_arg (_c1, 0);
   21172                 :           0 :                     _q30 = do_valueize (valueize, _q30);
   21173                 :           0 :                     tree _q31 = gimple_call_arg (_c1, 1);
   21174                 :           0 :                     _q31 = do_valueize (valueize, _q31);
   21175                 :           0 :                     {
   21176                 :           0 :                       tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31 };
   21177                 :           0 :                       if (gimple_simplify_356 (res_op, seq, valueize, type, captures, CFN_POW))
   21178                 :           0 :                         return true;
   21179                 :             :                     }
   21180                 :             :                   }
   21181                 :             :                 break;
   21182                 :             :               default:;
   21183                 :             :               }
   21184                 :             :         }
   21185                 :             :       break;
   21186                 :             :     default:;
   21187                 :             :     }
   21188                 :             :   return false;
   21189                 :             : }
   21190                 :             : 
   21191                 :             : bool
   21192                 :         500 : gimple_simplify_CEIL_MOD_EXPR (gimple_match_op *res_op, gimple_seq *seq,
   21193                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   21194                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   21195                 :             : {
   21196                 :         500 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   21197                 :         500 :   if (integer_zerop (_p0))
   21198                 :             :     {
   21199                 :           0 :       {
   21200                 :           0 :         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   21201                 :           0 :         if (gimple_simplify_339 (res_op, seq, valueize, type, captures, CEIL_MOD_EXPR))
   21202                 :           0 :           return true;
   21203                 :             :       }
   21204                 :             :     }
   21205                 :         500 :   if (integer_onep (_p1))
   21206                 :             :     {
   21207                 :           0 :       {
   21208                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   21209                 :           0 :         if (gimple_simplify_340 (res_op, seq, valueize, type, captures, CEIL_MOD_EXPR))
   21210                 :           0 :           return true;
   21211                 :             :       }
   21212                 :             :     }
   21213                 :         500 :   if (integer_minus_onep (_p1))
   21214                 :             :     {
   21215                 :           0 :       {
   21216                 :           0 :         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   21217                 :           0 :         if (gimple_simplify_341 (res_op, seq, valueize, type, captures, CEIL_MOD_EXPR))
   21218                 :           0 :           return true;
   21219                 :             :       }
   21220                 :             :     }
   21221                 :         500 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   21222                 :             :     {
   21223                 :           0 :       {
   21224                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   21225                 :           0 :         if (gimple_simplify_342 (res_op, seq, valueize, type, captures, CEIL_MOD_EXPR))
   21226                 :           0 :           return true;
   21227                 :             :       }
   21228                 :             :     }
   21229                 :         500 :   switch (TREE_CODE (_p0))
   21230                 :             :     {
   21231                 :         408 :     case SSA_NAME:
   21232                 :         408 :       if (gimple *_d1 = get_def (valueize, _p0))
   21233                 :             :         {
   21234                 :         300 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   21235                 :          96 :             switch (gimple_assign_rhs_code (_a1))
   21236                 :             :               {
   21237                 :           0 :               case CEIL_MOD_EXPR:
   21238                 :           0 :                 {
   21239                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   21240                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   21241                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   21242                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   21243                 :           0 :                   if ((_p1 == _q21 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q21, 0) && types_match (_p1, _q21)))
   21244                 :             :                     {
   21245                 :           0 :                       {
   21246                 :           0 :                         tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q21 };
   21247                 :           0 :                         if (gimple_simplify_343 (res_op, seq, valueize, type, captures, CEIL_MOD_EXPR))
   21248                 :           0 :                           return true;
   21249                 :             :                       }
   21250                 :             :                     }
   21251                 :             :                   break;
   21252                 :             :                 }
   21253                 :           0 :               case MULT_EXPR:
   21254                 :           0 :                 {
   21255                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   21256                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   21257                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   21258                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   21259                 :           0 :                   if (tree_swap_operands_p (_q20, _q21))
   21260                 :           0 :                     std::swap (_q20, _q21);
   21261                 :           0 :                   switch (TREE_CODE (_q21))
   21262                 :             :                     {
   21263                 :           0 :                     case INTEGER_CST:
   21264                 :           0 :                       {
   21265                 :           0 :                         switch (TREE_CODE (_p1))
   21266                 :             :                           {
   21267                 :           0 :                           case INTEGER_CST:
   21268                 :           0 :                             {
   21269                 :           0 :                               {
   21270                 :           0 :                                 tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   21271                 :           0 :                                 if (gimple_simplify_344 (res_op, seq, valueize, type, captures, CEIL_MOD_EXPR))
   21272                 :           0 :                                   return true;
   21273                 :             :                               }
   21274                 :           0 :                               break;
   21275                 :             :                             }
   21276                 :             :                           default:;
   21277                 :             :                           }
   21278                 :             :                         break;
   21279                 :             :                       }
   21280                 :             :                     default:;
   21281                 :             :                     }
   21282                 :         500 :                   break;
   21283                 :             :                 }
   21284                 :           0 :               case VEC_COND_EXPR:
   21285                 :           0 :                 {
   21286                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   21287                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   21288                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   21289                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   21290                 :           0 :                   tree _q22 = gimple_assign_rhs3 (_a1);
   21291                 :           0 :                   _q22 = do_valueize (valueize, _q22);
   21292                 :           0 :                   switch (TREE_CODE (_p1))
   21293                 :             :                     {
   21294                 :           0 :                     case SSA_NAME:
   21295                 :           0 :                       if (gimple *_d2 = get_def (valueize, _p1))
   21296                 :             :                         {
   21297                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   21298                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
   21299                 :             :                               {
   21300                 :           0 :                               case VEC_COND_EXPR:
   21301                 :           0 :                                 {
   21302                 :           0 :                                   tree _q60 = gimple_assign_rhs1 (_a2);
   21303                 :           0 :                                   _q60 = do_valueize (valueize, _q60);
   21304                 :           0 :                                   tree _q61 = gimple_assign_rhs2 (_a2);
   21305                 :           0 :                                   _q61 = do_valueize (valueize, _q61);
   21306                 :           0 :                                   tree _q62 = gimple_assign_rhs3 (_a2);
   21307                 :           0 :                                   _q62 = do_valueize (valueize, _q62);
   21308                 :           0 :                                   if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
   21309                 :             :                                     {
   21310                 :           0 :                                       {
   21311                 :           0 :                                         tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1, _q61, _q62 };
   21312                 :           0 :                                         if (VECTOR_TYPE_P (type)
   21313                 :           0 :  && (TREE_CODE_CLASS (CEIL_MOD_EXPR) != tcc_comparison
   21314                 :             :  || types_match (type, TREE_TYPE (captures[2]))
   21315                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   21316                 :             :  || (optimize_vectors_before_lowering_p ()
   21317                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   21318                 :             : )
   21319                 :             :                                           {
   21320                 :           0 :                                             gimple_seq *lseq = seq;
   21321                 :           0 :                                             if (lseq
   21322                 :           0 :                                                 && (!single_use (captures[0])
   21323                 :           0 :                                                     || !single_use (captures[4])))
   21324                 :           0 :                                               lseq = NULL;
   21325                 :           0 :                                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2536;
   21326                 :           0 :                                             {
   21327                 :           0 :                                               res_op->set_op (VEC_COND_EXPR, type, 3);
   21328                 :           0 :                                               res_op->ops[0] = captures[1];
   21329                 :           0 :                                               {
   21330                 :           0 :                                                 tree _o1[2], _r1;
   21331                 :           0 :                                                 _o1[0] = captures[2];
   21332                 :           0 :                                                 _o1[1] = captures[5];
   21333                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), CEIL_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   21334                 :           0 :                                                 tem_op.resimplify (NULL, valueize);
   21335                 :           0 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   21336                 :           0 :                                                 if (!_r1) goto next_after_fail2536;
   21337                 :           0 :                                                 res_op->ops[1] = _r1;
   21338                 :             :                                               }
   21339                 :           0 :                                               {
   21340                 :           0 :                                                 tree _o1[2], _r1;
   21341                 :           0 :                                                 _o1[0] = captures[3];
   21342                 :           0 :                                                 _o1[1] = captures[6];
   21343                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), CEIL_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   21344                 :           0 :                                                 tem_op.resimplify (NULL, valueize);
   21345                 :           0 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   21346                 :           0 :                                                 if (!_r1) goto next_after_fail2536;
   21347                 :           0 :                                                 res_op->ops[2] = _r1;
   21348                 :             :                                               }
   21349                 :           0 :                                               res_op->resimplify (lseq, valueize);
   21350                 :           0 :                                               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1017, __FILE__, __LINE__, true);
   21351                 :           0 :                                               return true;
   21352                 :             :                                             }
   21353                 :           0 : next_after_fail2536:;
   21354                 :             :                                           }
   21355                 :             :                                       }
   21356                 :             :                                     }
   21357                 :             :                                   break;
   21358                 :             :                                 }
   21359                 :             :                               default:;
   21360                 :             :                               }
   21361                 :             :                         }
   21362                 :             :                       break;
   21363                 :           0 :                     default:;
   21364                 :             :                     }
   21365                 :           0 :                   {
   21366                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1 };
   21367                 :           0 :                     if (VECTOR_TYPE_P (type)
   21368                 :           0 :  && (TREE_CODE_CLASS (CEIL_MOD_EXPR) != tcc_comparison
   21369                 :             :  || types_match (type, TREE_TYPE (captures[2]))
   21370                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   21371                 :             :  || (optimize_vectors_before_lowering_p ()
   21372                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   21373                 :             : )
   21374                 :             :                       {
   21375                 :           0 :                         gimple_seq *lseq = seq;
   21376                 :           0 :                         if (lseq
   21377                 :           0 :                             && (!single_use (captures[0])))
   21378                 :           0 :                           lseq = NULL;
   21379                 :           0 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2537;
   21380                 :           0 :                         {
   21381                 :           0 :                           res_op->set_op (VEC_COND_EXPR, type, 3);
   21382                 :           0 :                           res_op->ops[0] = captures[1];
   21383                 :           0 :                           {
   21384                 :           0 :                             tree _o1[2], _r1;
   21385                 :           0 :                             _o1[0] = captures[2];
   21386                 :           0 :                             _o1[1] = captures[4];
   21387                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), CEIL_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   21388                 :           0 :                             tem_op.resimplify (NULL, valueize);
   21389                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   21390                 :           0 :                             if (!_r1) goto next_after_fail2537;
   21391                 :           0 :                             res_op->ops[1] = _r1;
   21392                 :             :                           }
   21393                 :           0 :                           {
   21394                 :           0 :                             tree _o1[2], _r1;
   21395                 :           0 :                             _o1[0] = captures[3];
   21396                 :           0 :                             _o1[1] = captures[4];
   21397                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), CEIL_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   21398                 :           0 :                             tem_op.resimplify (NULL, valueize);
   21399                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   21400                 :           0 :                             if (!_r1) goto next_after_fail2537;
   21401                 :           0 :                             res_op->ops[2] = _r1;
   21402                 :             :                           }
   21403                 :           0 :                           res_op->resimplify (lseq, valueize);
   21404                 :           0 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1018, __FILE__, __LINE__, true);
   21405                 :           0 :                           return true;
   21406                 :             :                         }
   21407                 :           0 : next_after_fail2537:;
   21408                 :             :                       }
   21409                 :             :                   }
   21410                 :           0 :                   break;
   21411                 :             :                 }
   21412                 :             :               default:;
   21413                 :             :               }
   21414                 :             :         }
   21415                 :             :       break;
   21416                 :         500 :     default:;
   21417                 :             :     }
   21418                 :         500 :   switch (TREE_CODE (_p1))
   21419                 :             :     {
   21420                 :         396 :     case SSA_NAME:
   21421                 :         396 :       if (gimple *_d1 = get_def (valueize, _p1))
   21422                 :             :         {
   21423                 :         300 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   21424                 :         252 :             switch (gimple_assign_rhs_code (_a1))
   21425                 :             :               {
   21426                 :           0 :               case VEC_COND_EXPR:
   21427                 :           0 :                 {
   21428                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   21429                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   21430                 :           0 :                   tree _q31 = gimple_assign_rhs2 (_a1);
   21431                 :           0 :                   _q31 = do_valueize (valueize, _q31);
   21432                 :           0 :                   tree _q32 = gimple_assign_rhs3 (_a1);
   21433                 :           0 :                   _q32 = do_valueize (valueize, _q32);
   21434                 :           0 :                   {
   21435                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32 };
   21436                 :           0 :                     if (VECTOR_TYPE_P (type)
   21437                 :           0 :  && (TREE_CODE_CLASS (CEIL_MOD_EXPR) != tcc_comparison
   21438                 :             :  || types_match (type, TREE_TYPE (captures[3]))
   21439                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[2]))
   21440                 :             :  || (optimize_vectors_before_lowering_p ()
   21441                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[3]), TREE_TYPE (captures[2]))))
   21442                 :             : )
   21443                 :             :                       {
   21444                 :           0 :                         gimple_seq *lseq = seq;
   21445                 :           0 :                         if (lseq
   21446                 :           0 :                             && (!single_use (captures[1])))
   21447                 :           0 :                           lseq = NULL;
   21448                 :           0 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2538;
   21449                 :           0 :                         {
   21450                 :           0 :                           res_op->set_op (VEC_COND_EXPR, type, 3);
   21451                 :           0 :                           res_op->ops[0] = captures[2];
   21452                 :           0 :                           {
   21453                 :           0 :                             tree _o1[2], _r1;
   21454                 :           0 :                             _o1[0] = captures[0];
   21455                 :           0 :                             _o1[1] = captures[3];
   21456                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), CEIL_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   21457                 :           0 :                             tem_op.resimplify (NULL, valueize);
   21458                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   21459                 :           0 :                             if (!_r1) goto next_after_fail2538;
   21460                 :           0 :                             res_op->ops[1] = _r1;
   21461                 :             :                           }
   21462                 :           0 :                           {
   21463                 :           0 :                             tree _o1[2], _r1;
   21464                 :           0 :                             _o1[0] = captures[0];
   21465                 :           0 :                             _o1[1] = captures[4];
   21466                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), CEIL_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   21467                 :           0 :                             tem_op.resimplify (NULL, valueize);
   21468                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   21469                 :           0 :                             if (!_r1) goto next_after_fail2538;
   21470                 :           0 :                             res_op->ops[2] = _r1;
   21471                 :             :                           }
   21472                 :           0 :                           res_op->resimplify (lseq, valueize);
   21473                 :           0 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1019, __FILE__, __LINE__, true);
   21474                 :           0 :                           return true;
   21475                 :             :                         }
   21476                 :           0 : next_after_fail2538:;
   21477                 :             :                       }
   21478                 :             :                   }
   21479                 :           0 :                   break;
   21480                 :             :                 }
   21481                 :             :               default:;
   21482                 :             :               }
   21483                 :             :         }
   21484                 :             :       break;
   21485                 :             :     default:;
   21486                 :             :     }
   21487                 :             :   return false;
   21488                 :             : }
   21489                 :             : 
   21490                 :             : bool
   21491                 :           0 : gimple_simplify_ROUND_MOD_EXPR (gimple_match_op *res_op, gimple_seq *seq,
   21492                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   21493                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   21494                 :             : {
   21495                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   21496                 :           0 :   if (integer_zerop (_p0))
   21497                 :             :     {
   21498                 :           0 :       {
   21499                 :           0 :         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   21500                 :           0 :         if (gimple_simplify_339 (res_op, seq, valueize, type, captures, ROUND_MOD_EXPR))
   21501                 :           0 :           return true;
   21502                 :             :       }
   21503                 :             :     }
   21504                 :           0 :   if (integer_onep (_p1))
   21505                 :             :     {
   21506                 :           0 :       {
   21507                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   21508                 :           0 :         if (gimple_simplify_340 (res_op, seq, valueize, type, captures, ROUND_MOD_EXPR))
   21509                 :           0 :           return true;
   21510                 :             :       }
   21511                 :             :     }
   21512                 :           0 :   if (integer_minus_onep (_p1))
   21513                 :             :     {
   21514                 :           0 :       {
   21515                 :           0 :         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   21516                 :           0 :         if (gimple_simplify_341 (res_op, seq, valueize, type, captures, ROUND_MOD_EXPR))
   21517                 :           0 :           return true;
   21518                 :             :       }
   21519                 :             :     }
   21520                 :           0 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   21521                 :             :     {
   21522                 :           0 :       {
   21523                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   21524                 :           0 :         if (gimple_simplify_342 (res_op, seq, valueize, type, captures, ROUND_MOD_EXPR))
   21525                 :           0 :           return true;
   21526                 :             :       }
   21527                 :             :     }
   21528                 :           0 :   switch (TREE_CODE (_p0))
   21529                 :             :     {
   21530                 :           0 :     case SSA_NAME:
   21531                 :           0 :       if (gimple *_d1 = get_def (valueize, _p0))
   21532                 :             :         {
   21533                 :           0 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   21534                 :           0 :             switch (gimple_assign_rhs_code (_a1))
   21535                 :             :               {
   21536                 :           0 :               case ROUND_MOD_EXPR:
   21537                 :           0 :                 {
   21538                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   21539                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   21540                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   21541                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   21542                 :           0 :                   if ((_p1 == _q21 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q21, 0) && types_match (_p1, _q21)))
   21543                 :             :                     {
   21544                 :           0 :                       {
   21545                 :           0 :                         tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q21 };
   21546                 :           0 :                         if (gimple_simplify_343 (res_op, seq, valueize, type, captures, ROUND_MOD_EXPR))
   21547                 :           0 :                           return true;
   21548                 :             :                       }
   21549                 :             :                     }
   21550                 :             :                   break;
   21551                 :             :                 }
   21552                 :           0 :               case MULT_EXPR:
   21553                 :           0 :                 {
   21554                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   21555                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   21556                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   21557                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   21558                 :           0 :                   if (tree_swap_operands_p (_q20, _q21))
   21559                 :           0 :                     std::swap (_q20, _q21);
   21560                 :           0 :                   switch (TREE_CODE (_q21))
   21561                 :             :                     {
   21562                 :           0 :                     case INTEGER_CST:
   21563                 :           0 :                       {
   21564                 :           0 :                         switch (TREE_CODE (_p1))
   21565                 :             :                           {
   21566                 :           0 :                           case INTEGER_CST:
   21567                 :           0 :                             {
   21568                 :           0 :                               {
   21569                 :           0 :                                 tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   21570                 :           0 :                                 if (gimple_simplify_344 (res_op, seq, valueize, type, captures, ROUND_MOD_EXPR))
   21571                 :           0 :                                   return true;
   21572                 :             :                               }
   21573                 :           0 :                               break;
   21574                 :             :                             }
   21575                 :             :                           default:;
   21576                 :             :                           }
   21577                 :             :                         break;
   21578                 :             :                       }
   21579                 :             :                     default:;
   21580                 :             :                     }
   21581                 :           0 :                   break;
   21582                 :             :                 }
   21583                 :           0 :               case VEC_COND_EXPR:
   21584                 :           0 :                 {
   21585                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   21586                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   21587                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   21588                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   21589                 :           0 :                   tree _q22 = gimple_assign_rhs3 (_a1);
   21590                 :           0 :                   _q22 = do_valueize (valueize, _q22);
   21591                 :           0 :                   switch (TREE_CODE (_p1))
   21592                 :             :                     {
   21593                 :           0 :                     case SSA_NAME:
   21594                 :           0 :                       if (gimple *_d2 = get_def (valueize, _p1))
   21595                 :             :                         {
   21596                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   21597                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
   21598                 :             :                               {
   21599                 :           0 :                               case VEC_COND_EXPR:
   21600                 :           0 :                                 {
   21601                 :           0 :                                   tree _q60 = gimple_assign_rhs1 (_a2);
   21602                 :           0 :                                   _q60 = do_valueize (valueize, _q60);
   21603                 :           0 :                                   tree _q61 = gimple_assign_rhs2 (_a2);
   21604                 :           0 :                                   _q61 = do_valueize (valueize, _q61);
   21605                 :           0 :                                   tree _q62 = gimple_assign_rhs3 (_a2);
   21606                 :           0 :                                   _q62 = do_valueize (valueize, _q62);
   21607                 :           0 :                                   if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
   21608                 :             :                                     {
   21609                 :           0 :                                       {
   21610                 :           0 :                                         tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1, _q61, _q62 };
   21611                 :           0 :                                         if (VECTOR_TYPE_P (type)
   21612                 :           0 :  && (TREE_CODE_CLASS (ROUND_MOD_EXPR) != tcc_comparison
   21613                 :             :  || types_match (type, TREE_TYPE (captures[2]))
   21614                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   21615                 :             :  || (optimize_vectors_before_lowering_p ()
   21616                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   21617                 :             : )
   21618                 :             :                                           {
   21619                 :           0 :                                             gimple_seq *lseq = seq;
   21620                 :           0 :                                             if (lseq
   21621                 :           0 :                                                 && (!single_use (captures[0])
   21622                 :           0 :                                                     || !single_use (captures[4])))
   21623                 :           0 :                                               lseq = NULL;
   21624                 :           0 :                                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2539;
   21625                 :           0 :                                             {
   21626                 :           0 :                                               res_op->set_op (VEC_COND_EXPR, type, 3);
   21627                 :           0 :                                               res_op->ops[0] = captures[1];
   21628                 :           0 :                                               {
   21629                 :           0 :                                                 tree _o1[2], _r1;
   21630                 :           0 :                                                 _o1[0] = captures[2];
   21631                 :           0 :                                                 _o1[1] = captures[5];
   21632                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), ROUND_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   21633                 :           0 :                                                 tem_op.resimplify (NULL, valueize);
   21634                 :           0 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   21635                 :           0 :                                                 if (!_r1) goto next_after_fail2539;
   21636                 :           0 :                                                 res_op->ops[1] = _r1;
   21637                 :             :                                               }
   21638                 :           0 :                                               {
   21639                 :           0 :                                                 tree _o1[2], _r1;
   21640                 :           0 :                                                 _o1[0] = captures[3];
   21641                 :           0 :                                                 _o1[1] = captures[6];
   21642                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), ROUND_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   21643                 :           0 :                                                 tem_op.resimplify (NULL, valueize);
   21644                 :           0 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   21645                 :           0 :                                                 if (!_r1) goto next_after_fail2539;
   21646                 :           0 :                                                 res_op->ops[2] = _r1;
   21647                 :             :                                               }
   21648                 :           0 :                                               res_op->resimplify (lseq, valueize);
   21649                 :           0 :                                               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1017, __FILE__, __LINE__, true);
   21650                 :           0 :                                               return true;
   21651                 :             :                                             }
   21652                 :           0 : next_after_fail2539:;
   21653                 :             :                                           }
   21654                 :             :                                       }
   21655                 :             :                                     }
   21656                 :             :                                   break;
   21657                 :             :                                 }
   21658                 :             :                               default:;
   21659                 :             :                               }
   21660                 :             :                         }
   21661                 :             :                       break;
   21662                 :           0 :                     default:;
   21663                 :             :                     }
   21664                 :           0 :                   {
   21665                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1 };
   21666                 :           0 :                     if (VECTOR_TYPE_P (type)
   21667                 :           0 :  && (TREE_CODE_CLASS (ROUND_MOD_EXPR) != tcc_comparison
   21668                 :             :  || types_match (type, TREE_TYPE (captures[2]))
   21669                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   21670                 :             :  || (optimize_vectors_before_lowering_p ()
   21671                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   21672                 :             : )
   21673                 :             :                       {
   21674                 :           0 :                         gimple_seq *lseq = seq;
   21675                 :           0 :                         if (lseq
   21676                 :           0 :                             && (!single_use (captures[0])))
   21677                 :           0 :                           lseq = NULL;
   21678                 :           0 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2540;
   21679                 :           0 :                         {
   21680                 :           0 :                           res_op->set_op (VEC_COND_EXPR, type, 3);
   21681                 :           0 :                           res_op->ops[0] = captures[1];
   21682                 :           0 :                           {
   21683                 :           0 :                             tree _o1[2], _r1;
   21684                 :           0 :                             _o1[0] = captures[2];
   21685                 :           0 :                             _o1[1] = captures[4];
   21686                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), ROUND_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   21687                 :           0 :                             tem_op.resimplify (NULL, valueize);
   21688                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   21689                 :           0 :                             if (!_r1) goto next_after_fail2540;
   21690                 :           0 :                             res_op->ops[1] = _r1;
   21691                 :             :                           }
   21692                 :           0 :                           {
   21693                 :           0 :                             tree _o1[2], _r1;
   21694                 :           0 :                             _o1[0] = captures[3];
   21695                 :           0 :                             _o1[1] = captures[4];
   21696                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), ROUND_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   21697                 :           0 :                             tem_op.resimplify (NULL, valueize);
   21698                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   21699                 :           0 :                             if (!_r1) goto next_after_fail2540;
   21700                 :           0 :                             res_op->ops[2] = _r1;
   21701                 :             :                           }
   21702                 :           0 :                           res_op->resimplify (lseq, valueize);
   21703                 :           0 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1018, __FILE__, __LINE__, true);
   21704                 :           0 :                           return true;
   21705                 :             :                         }
   21706                 :           0 : next_after_fail2540:;
   21707                 :             :                       }
   21708                 :             :                   }
   21709                 :           0 :                   break;
   21710                 :             :                 }
   21711                 :             :               default:;
   21712                 :             :               }
   21713                 :             :         }
   21714                 :             :       break;
   21715                 :           0 :     default:;
   21716                 :             :     }
   21717                 :           0 :   switch (TREE_CODE (_p1))
   21718                 :             :     {
   21719                 :           0 :     case SSA_NAME:
   21720                 :           0 :       if (gimple *_d1 = get_def (valueize, _p1))
   21721                 :             :         {
   21722                 :           0 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   21723                 :           0 :             switch (gimple_assign_rhs_code (_a1))
   21724                 :             :               {
   21725                 :           0 :               case VEC_COND_EXPR:
   21726                 :           0 :                 {
   21727                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   21728                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   21729                 :           0 :                   tree _q31 = gimple_assign_rhs2 (_a1);
   21730                 :           0 :                   _q31 = do_valueize (valueize, _q31);
   21731                 :           0 :                   tree _q32 = gimple_assign_rhs3 (_a1);
   21732                 :           0 :                   _q32 = do_valueize (valueize, _q32);
   21733                 :           0 :                   {
   21734                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32 };
   21735                 :           0 :                     if (VECTOR_TYPE_P (type)
   21736                 :           0 :  && (TREE_CODE_CLASS (ROUND_MOD_EXPR) != tcc_comparison
   21737                 :             :  || types_match (type, TREE_TYPE (captures[3]))
   21738                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[2]))
   21739                 :             :  || (optimize_vectors_before_lowering_p ()
   21740                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[3]), TREE_TYPE (captures[2]))))
   21741                 :             : )
   21742                 :             :                       {
   21743                 :           0 :                         gimple_seq *lseq = seq;
   21744                 :           0 :                         if (lseq
   21745                 :           0 :                             && (!single_use (captures[1])))
   21746                 :           0 :                           lseq = NULL;
   21747                 :           0 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2541;
   21748                 :           0 :                         {
   21749                 :           0 :                           res_op->set_op (VEC_COND_EXPR, type, 3);
   21750                 :           0 :                           res_op->ops[0] = captures[2];
   21751                 :           0 :                           {
   21752                 :           0 :                             tree _o1[2], _r1;
   21753                 :           0 :                             _o1[0] = captures[0];
   21754                 :           0 :                             _o1[1] = captures[3];
   21755                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), ROUND_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   21756                 :           0 :                             tem_op.resimplify (NULL, valueize);
   21757                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   21758                 :           0 :                             if (!_r1) goto next_after_fail2541;
   21759                 :           0 :                             res_op->ops[1] = _r1;
   21760                 :             :                           }
   21761                 :           0 :                           {
   21762                 :           0 :                             tree _o1[2], _r1;
   21763                 :           0 :                             _o1[0] = captures[0];
   21764                 :           0 :                             _o1[1] = captures[4];
   21765                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), ROUND_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   21766                 :           0 :                             tem_op.resimplify (NULL, valueize);
   21767                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   21768                 :           0 :                             if (!_r1) goto next_after_fail2541;
   21769                 :           0 :                             res_op->ops[2] = _r1;
   21770                 :             :                           }
   21771                 :           0 :                           res_op->resimplify (lseq, valueize);
   21772                 :           0 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1019, __FILE__, __LINE__, true);
   21773                 :           0 :                           return true;
   21774                 :             :                         }
   21775                 :           0 : next_after_fail2541:;
   21776                 :             :                       }
   21777                 :             :                   }
   21778                 :           0 :                   break;
   21779                 :             :                 }
   21780                 :             :               default:;
   21781                 :             :               }
   21782                 :             :         }
   21783                 :             :       break;
   21784                 :             :     default:;
   21785                 :             :     }
   21786                 :             :   return false;
   21787                 :             : }
   21788                 :             : 
   21789                 :             : bool
   21790                 :     1655487 : gimple_simplify_TRUNC_MOD_EXPR (gimple_match_op *res_op, gimple_seq *seq,
   21791                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   21792                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   21793                 :             : {
   21794                 :     1655487 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   21795                 :     1655487 :   if (integer_zerop (_p0))
   21796                 :             :     {
   21797                 :       24700 :       {
   21798                 :       24700 :         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   21799                 :       24700 :         if (gimple_simplify_339 (res_op, seq, valueize, type, captures, TRUNC_MOD_EXPR))
   21800                 :       24314 :           return true;
   21801                 :             :       }
   21802                 :             :     }
   21803                 :     1631173 :   if (integer_onep (_p1))
   21804                 :             :     {
   21805                 :        1816 :       {
   21806                 :        1816 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   21807                 :        1816 :         if (gimple_simplify_340 (res_op, seq, valueize, type, captures, TRUNC_MOD_EXPR))
   21808                 :        1816 :           return true;
   21809                 :             :       }
   21810                 :             :     }
   21811                 :     1629357 :   if (integer_minus_onep (_p1))
   21812                 :             :     {
   21813                 :         290 :       {
   21814                 :         290 :         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   21815                 :         290 :         if (gimple_simplify_341 (res_op, seq, valueize, type, captures, TRUNC_MOD_EXPR))
   21816                 :          30 :           return true;
   21817                 :             :       }
   21818                 :             :     }
   21819                 :     1629327 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   21820                 :             :     {
   21821                 :         419 :       {
   21822                 :         419 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   21823                 :         419 :         if (gimple_simplify_342 (res_op, seq, valueize, type, captures, TRUNC_MOD_EXPR))
   21824                 :          33 :           return true;
   21825                 :             :       }
   21826                 :             :     }
   21827                 :     1629294 :   switch (TREE_CODE (_p0))
   21828                 :             :     {
   21829                 :     1517598 :     case SSA_NAME:
   21830                 :     1517598 :       if (gimple *_d1 = get_def (valueize, _p0))
   21831                 :             :         {
   21832                 :      738287 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   21833                 :      655437 :             switch (gimple_assign_rhs_code (_a1))
   21834                 :             :               {
   21835                 :        8102 :               case TRUNC_MOD_EXPR:
   21836                 :        8102 :                 {
   21837                 :        8102 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   21838                 :        8102 :                   _q20 = do_valueize (valueize, _q20);
   21839                 :        8102 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   21840                 :        8102 :                   _q21 = do_valueize (valueize, _q21);
   21841                 :        8102 :                   if ((_p1 == _q21 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q21, 0) && types_match (_p1, _q21)))
   21842                 :             :                     {
   21843                 :          77 :                       {
   21844                 :          77 :                         tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q21 };
   21845                 :          77 :                         if (gimple_simplify_343 (res_op, seq, valueize, type, captures, TRUNC_MOD_EXPR))
   21846                 :          77 :                           return true;
   21847                 :             :                       }
   21848                 :             :                     }
   21849                 :             :                   break;
   21850                 :             :                 }
   21851                 :       29693 :               case MULT_EXPR:
   21852                 :       29693 :                 {
   21853                 :       29693 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   21854                 :       29693 :                   _q20 = do_valueize (valueize, _q20);
   21855                 :       29693 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   21856                 :       29693 :                   _q21 = do_valueize (valueize, _q21);
   21857                 :       29693 :                   if (tree_swap_operands_p (_q20, _q21))
   21858                 :         636 :                     std::swap (_q20, _q21);
   21859                 :       29693 :                   switch (TREE_CODE (_q21))
   21860                 :             :                     {
   21861                 :       15845 :                     case INTEGER_CST:
   21862                 :       15845 :                       {
   21863                 :       15845 :                         switch (TREE_CODE (_p1))
   21864                 :             :                           {
   21865                 :       10344 :                           case INTEGER_CST:
   21866                 :       10344 :                             {
   21867                 :       10344 :                               {
   21868                 :       10344 :                                 tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   21869                 :       10344 :                                 if (gimple_simplify_344 (res_op, seq, valueize, type, captures, TRUNC_MOD_EXPR))
   21870                 :          26 :                                   return true;
   21871                 :             :                               }
   21872                 :       10318 :                               break;
   21873                 :             :                             }
   21874                 :             :                           default:;
   21875                 :             :                           }
   21876                 :             :                         break;
   21877                 :             :                       }
   21878                 :             :                     default:;
   21879                 :             :                     }
   21880                 :     1629191 :                   break;
   21881                 :             :                 }
   21882                 :             :               default:;
   21883                 :             :               }
   21884                 :             :         }
   21885                 :             :       break;
   21886                 :     1629191 :     default:;
   21887                 :             :     }
   21888                 :     1629191 :   switch (TREE_CODE (_p1))
   21889                 :             :     {
   21890                 :      950748 :     case SSA_NAME:
   21891                 :      950748 :       if (gimple *_d1 = get_def (valueize, _p1))
   21892                 :             :         {
   21893                 :      747363 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   21894                 :     1142474 :             switch (gimple_assign_rhs_code (_a1))
   21895                 :             :               {
   21896                 :      143989 :               CASE_CONVERT:
   21897                 :      143989 :                 {
   21898                 :      143989 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   21899                 :      143989 :                   _q30 = do_valueize (valueize, _q30);
   21900                 :      143989 :                   switch (TREE_CODE (_q30))
   21901                 :             :                     {
   21902                 :      143989 :                     case SSA_NAME:
   21903                 :      143989 :                       if (gimple *_d2 = get_def (valueize, _q30))
   21904                 :             :                         {
   21905                 :      142778 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   21906                 :      100463 :                             switch (gimple_assign_rhs_code (_a2))
   21907                 :             :                               {
   21908                 :          87 :                               case NEGATE_EXPR:
   21909                 :          87 :                                 {
   21910                 :          87 :                                   tree _q40 = gimple_assign_rhs1 (_a2);
   21911                 :          87 :                                   _q40 = do_valueize (valueize, _q40);
   21912                 :          87 :                                   {
   21913                 :          87 :                                     tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q40 };
   21914                 :          87 :                                     if (gimple_simplify_394 (res_op, seq, valueize, type, captures))
   21915                 :           0 :                                       return true;
   21916                 :             :                                   }
   21917                 :          87 :                                   break;
   21918                 :             :                                 }
   21919                 :             :                               default:;
   21920                 :             :                               }
   21921                 :             :                         }
   21922                 :             :                       break;
   21923                 :      143989 :                     default:;
   21924                 :             :                     }
   21925                 :      143989 :                 {
   21926                 :      143989 :                   tree _q30_pops[1];
   21927                 :      143989 :                   if (gimple_power_of_two_cand (_q30, _q30_pops, valueize))
   21928                 :             :                     {
   21929                 :         108 :                       tree _q40 = _q30_pops[0];
   21930                 :         108 :                       {
   21931                 :         108 :                         tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q30, _q40 };
   21932                 :         108 :                         if (gimple_simplify_345 (res_op, seq, valueize, type, captures, TRUNC_MOD_EXPR))
   21933                 :           0 :                           return true;
   21934                 :             :                       }
   21935                 :             :                     }
   21936                 :             :                 }
   21937                 :      143989 :                   break;
   21938                 :             :                 }
   21939                 :         884 :               case NEGATE_EXPR:
   21940                 :         884 :                 {
   21941                 :         884 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   21942                 :         884 :                   _q30 = do_valueize (valueize, _q30);
   21943                 :         884 :                   {
   21944                 :         884 :                     tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q30 };
   21945                 :         884 :                     if (gimple_simplify_394 (res_op, seq, valueize, type, captures))
   21946                 :          18 :                       return true;
   21947                 :             :                   }
   21948                 :         866 :                   break;
   21949                 :             :                 }
   21950                 :             :               default:;
   21951                 :             :               }
   21952                 :             :         }
   21953                 :             :       break;
   21954                 :      665647 :     case INTEGER_CST:
   21955                 :      665647 :       {
   21956                 :      665647 :         {
   21957                 :      665647 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   21958                 :      665647 :           if (TYPE_SIGN (type) == SIGNED
   21959                 :      380737 :  && !TREE_OVERFLOW (captures[1])
   21960                 :      666224 :  && wi::neg_p (wi::to_wide (captures[1]))
   21961                 :         916 :  && !TYPE_OVERFLOW_TRAPS (type)
   21962                 :      666563 :  && !sign_bit_p (captures[1], captures[1])
   21963                 :             : )
   21964                 :             :             {
   21965                 :         339 :               gimple_seq *lseq = seq;
   21966                 :         339 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2542;
   21967                 :         339 :               {
   21968                 :         339 :                 res_op->set_op (TRUNC_MOD_EXPR, type, 2);
   21969                 :         339 :                 res_op->ops[0] = captures[0];
   21970                 :         339 :                 {
   21971                 :         339 :                   tree _o1[1], _r1;
   21972                 :         339 :                   _o1[0] = captures[1];
   21973                 :         339 :                   gimple_match_op tem_op (res_op->cond.any_else (), NEGATE_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
   21974                 :         339 :                   tem_op.resimplify (lseq, valueize);
   21975                 :         339 :                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   21976                 :         339 :                   if (!_r1) goto next_after_fail2542;
   21977                 :         339 :                   res_op->ops[1] = _r1;
   21978                 :             :                 }
   21979                 :         339 :                 res_op->resimplify (lseq, valueize);
   21980                 :         339 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1127, __FILE__, __LINE__, true);
   21981                 :         339 :                 return true;
   21982                 :             :               }
   21983                 :      665308 : next_after_fail2542:;
   21984                 :             :             }
   21985                 :             :         }
   21986                 :      665308 :         break;
   21987                 :             :       }
   21988                 :     1628834 :     default:;
   21989                 :             :     }
   21990                 :     1628834 : {
   21991                 :     1628834 :   tree _p1_pops[1];
   21992                 :     1628834 :   if (gimple_power_of_two_cand (_p1, _p1_pops, valueize))
   21993                 :             :     {
   21994                 :      665415 :       tree _q30 = _p1_pops[0];
   21995                 :      665415 :       {
   21996                 :      665415 :         tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p1, _q30 };
   21997                 :      665415 :         if (gimple_simplify_345 (res_op, seq, valueize, type, captures, TRUNC_MOD_EXPR))
   21998                 :        2683 :           return true;
   21999                 :             :       }
   22000                 :             :     }
   22001                 :             : }
   22002                 :     1626151 :   switch (TREE_CODE (_p0))
   22003                 :             :     {
   22004                 :     1514455 :     case SSA_NAME:
   22005                 :     1514455 :       if (gimple *_d1 = get_def (valueize, _p0))
   22006                 :             :         {
   22007                 :      736239 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   22008                 :      653184 :             switch (gimple_assign_rhs_code (_a1))
   22009                 :             :               {
   22010                 :           4 :               case VEC_COND_EXPR:
   22011                 :           4 :                 {
   22012                 :           4 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   22013                 :           4 :                   _q20 = do_valueize (valueize, _q20);
   22014                 :           4 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   22015                 :           4 :                   _q21 = do_valueize (valueize, _q21);
   22016                 :           4 :                   tree _q22 = gimple_assign_rhs3 (_a1);
   22017                 :           4 :                   _q22 = do_valueize (valueize, _q22);
   22018                 :           4 :                   switch (TREE_CODE (_p1))
   22019                 :             :                     {
   22020                 :           0 :                     case SSA_NAME:
   22021                 :           0 :                       if (gimple *_d2 = get_def (valueize, _p1))
   22022                 :             :                         {
   22023                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   22024                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
   22025                 :             :                               {
   22026                 :           0 :                               case VEC_COND_EXPR:
   22027                 :           0 :                                 {
   22028                 :           0 :                                   tree _q60 = gimple_assign_rhs1 (_a2);
   22029                 :           0 :                                   _q60 = do_valueize (valueize, _q60);
   22030                 :           0 :                                   tree _q61 = gimple_assign_rhs2 (_a2);
   22031                 :           0 :                                   _q61 = do_valueize (valueize, _q61);
   22032                 :           0 :                                   tree _q62 = gimple_assign_rhs3 (_a2);
   22033                 :           0 :                                   _q62 = do_valueize (valueize, _q62);
   22034                 :           0 :                                   if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
   22035                 :             :                                     {
   22036                 :           0 :                                       {
   22037                 :           0 :                                         tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1, _q61, _q62 };
   22038                 :           0 :                                         if (VECTOR_TYPE_P (type)
   22039                 :           0 :  && (TREE_CODE_CLASS (TRUNC_MOD_EXPR) != tcc_comparison
   22040                 :             :  || types_match (type, TREE_TYPE (captures[2]))
   22041                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   22042                 :             :  || (optimize_vectors_before_lowering_p ()
   22043                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   22044                 :             : )
   22045                 :             :                                           {
   22046                 :           0 :                                             gimple_seq *lseq = seq;
   22047                 :           0 :                                             if (lseq
   22048                 :           0 :                                                 && (!single_use (captures[0])
   22049                 :           0 :                                                     || !single_use (captures[4])))
   22050                 :           0 :                                               lseq = NULL;
   22051                 :           0 :                                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2543;
   22052                 :           0 :                                             {
   22053                 :           0 :                                               res_op->set_op (VEC_COND_EXPR, type, 3);
   22054                 :           0 :                                               res_op->ops[0] = captures[1];
   22055                 :           0 :                                               {
   22056                 :           0 :                                                 tree _o1[2], _r1;
   22057                 :           0 :                                                 _o1[0] = captures[2];
   22058                 :           0 :                                                 _o1[1] = captures[5];
   22059                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), TRUNC_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   22060                 :           0 :                                                 tem_op.resimplify (NULL, valueize);
   22061                 :           0 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   22062                 :           0 :                                                 if (!_r1) goto next_after_fail2543;
   22063                 :           0 :                                                 res_op->ops[1] = _r1;
   22064                 :             :                                               }
   22065                 :           0 :                                               {
   22066                 :           0 :                                                 tree _o1[2], _r1;
   22067                 :           0 :                                                 _o1[0] = captures[3];
   22068                 :           0 :                                                 _o1[1] = captures[6];
   22069                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), TRUNC_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   22070                 :           0 :                                                 tem_op.resimplify (NULL, valueize);
   22071                 :           0 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   22072                 :           0 :                                                 if (!_r1) goto next_after_fail2543;
   22073                 :           0 :                                                 res_op->ops[2] = _r1;
   22074                 :             :                                               }
   22075                 :           0 :                                               res_op->resimplify (lseq, valueize);
   22076                 :           0 :                                               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1017, __FILE__, __LINE__, true);
   22077                 :           0 :                                               return true;
   22078                 :             :                                             }
   22079                 :           0 : next_after_fail2543:;
   22080                 :             :                                           }
   22081                 :             :                                       }
   22082                 :             :                                     }
   22083                 :             :                                   break;
   22084                 :             :                                 }
   22085                 :             :                               default:;
   22086                 :             :                               }
   22087                 :             :                         }
   22088                 :             :                       break;
   22089                 :           4 :                     default:;
   22090                 :             :                     }
   22091                 :           4 :                   {
   22092                 :           4 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1 };
   22093                 :           4 :                     if (VECTOR_TYPE_P (type)
   22094                 :           4 :  && (TREE_CODE_CLASS (TRUNC_MOD_EXPR) != tcc_comparison
   22095                 :             :  || types_match (type, TREE_TYPE (captures[2]))
   22096                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   22097                 :             :  || (optimize_vectors_before_lowering_p ()
   22098                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   22099                 :             : )
   22100                 :             :                       {
   22101                 :           4 :                         gimple_seq *lseq = seq;
   22102                 :           4 :                         if (lseq
   22103                 :           3 :                             && (!single_use (captures[0])))
   22104                 :           1 :                           lseq = NULL;
   22105                 :           4 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2544;
   22106                 :           4 :                         {
   22107                 :           4 :                           res_op->set_op (VEC_COND_EXPR, type, 3);
   22108                 :           4 :                           res_op->ops[0] = captures[1];
   22109                 :           4 :                           {
   22110                 :           4 :                             tree _o1[2], _r1;
   22111                 :           4 :                             _o1[0] = captures[2];
   22112                 :           4 :                             _o1[1] = captures[4];
   22113                 :           4 :                             gimple_match_op tem_op (res_op->cond.any_else (), TRUNC_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   22114                 :           4 :                             tem_op.resimplify (NULL, valueize);
   22115                 :           4 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   22116                 :           4 :                             if (!_r1) goto next_after_fail2544;
   22117                 :           4 :                             res_op->ops[1] = _r1;
   22118                 :             :                           }
   22119                 :           4 :                           {
   22120                 :           4 :                             tree _o1[2], _r1;
   22121                 :           4 :                             _o1[0] = captures[3];
   22122                 :           4 :                             _o1[1] = captures[4];
   22123                 :           4 :                             gimple_match_op tem_op (res_op->cond.any_else (), TRUNC_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   22124                 :           4 :                             tem_op.resimplify (NULL, valueize);
   22125                 :           4 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   22126                 :           4 :                             if (!_r1) goto next_after_fail2544;
   22127                 :           4 :                             res_op->ops[2] = _r1;
   22128                 :             :                           }
   22129                 :           4 :                           res_op->resimplify (lseq, valueize);
   22130                 :           4 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1018, __FILE__, __LINE__, true);
   22131                 :           4 :                           return true;
   22132                 :             :                         }
   22133                 :           0 : next_after_fail2544:;
   22134                 :             :                       }
   22135                 :             :                   }
   22136                 :           0 :                   break;
   22137                 :             :                 }
   22138                 :             :               default:;
   22139                 :             :               }
   22140                 :             :         }
   22141                 :             :       break;
   22142                 :     1626147 :     default:;
   22143                 :             :     }
   22144                 :     1626147 :   switch (TREE_CODE (_p1))
   22145                 :             :     {
   22146                 :      950710 :     case SSA_NAME:
   22147                 :      950710 :       if (gimple *_d1 = get_def (valueize, _p1))
   22148                 :             :         {
   22149                 :      747325 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   22150                 :     1142436 :             switch (gimple_assign_rhs_code (_a1))
   22151                 :             :               {
   22152                 :          23 :               case VEC_COND_EXPR:
   22153                 :          23 :                 {
   22154                 :          23 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   22155                 :          23 :                   _q30 = do_valueize (valueize, _q30);
   22156                 :          23 :                   tree _q31 = gimple_assign_rhs2 (_a1);
   22157                 :          23 :                   _q31 = do_valueize (valueize, _q31);
   22158                 :          23 :                   tree _q32 = gimple_assign_rhs3 (_a1);
   22159                 :          23 :                   _q32 = do_valueize (valueize, _q32);
   22160                 :          23 :                   {
   22161                 :          23 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32 };
   22162                 :          23 :                     if (VECTOR_TYPE_P (type)
   22163                 :          23 :  && (TREE_CODE_CLASS (TRUNC_MOD_EXPR) != tcc_comparison
   22164                 :             :  || types_match (type, TREE_TYPE (captures[3]))
   22165                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[2]))
   22166                 :             :  || (optimize_vectors_before_lowering_p ()
   22167                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[3]), TREE_TYPE (captures[2]))))
   22168                 :             : )
   22169                 :             :                       {
   22170                 :          23 :                         gimple_seq *lseq = seq;
   22171                 :          23 :                         if (lseq
   22172                 :          11 :                             && (!single_use (captures[1])))
   22173                 :          12 :                           lseq = NULL;
   22174                 :          23 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2545;
   22175                 :          23 :                         {
   22176                 :          23 :                           res_op->set_op (VEC_COND_EXPR, type, 3);
   22177                 :          23 :                           res_op->ops[0] = captures[2];
   22178                 :          23 :                           {
   22179                 :          23 :                             tree _o1[2], _r1;
   22180                 :          23 :                             _o1[0] = captures[0];
   22181                 :          23 :                             _o1[1] = captures[3];
   22182                 :          23 :                             gimple_match_op tem_op (res_op->cond.any_else (), TRUNC_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   22183                 :          23 :                             tem_op.resimplify (NULL, valueize);
   22184                 :          23 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   22185                 :          23 :                             if (!_r1) goto next_after_fail2545;
   22186                 :          23 :                             res_op->ops[1] = _r1;
   22187                 :             :                           }
   22188                 :          23 :                           {
   22189                 :          23 :                             tree _o1[2], _r1;
   22190                 :          23 :                             _o1[0] = captures[0];
   22191                 :          23 :                             _o1[1] = captures[4];
   22192                 :          23 :                             gimple_match_op tem_op (res_op->cond.any_else (), TRUNC_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   22193                 :          23 :                             tem_op.resimplify (NULL, valueize);
   22194                 :          23 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   22195                 :          23 :                             if (!_r1) goto next_after_fail2545;
   22196                 :           0 :                             res_op->ops[2] = _r1;
   22197                 :             :                           }
   22198                 :           0 :                           res_op->resimplify (lseq, valueize);
   22199                 :           0 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1019, __FILE__, __LINE__, true);
   22200                 :           0 :                           return true;
   22201                 :             :                         }
   22202                 :          23 : next_after_fail2545:;
   22203                 :             :                       }
   22204                 :             :                   }
   22205                 :          23 :                   break;
   22206                 :             :                 }
   22207                 :             :               default:;
   22208                 :             :               }
   22209                 :             :         }
   22210                 :             :       break;
   22211                 :             :     default:;
   22212                 :             :     }
   22213                 :             :   return false;
   22214                 :             : }
   22215                 :             : 
   22216                 :             : bool
   22217                 :     1878668 : gimple_simplify_LSHIFT_EXPR (gimple_match_op *res_op, gimple_seq *seq,
   22218                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   22219                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   22220                 :             : {
   22221                 :     1878668 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   22222                 :     1878668 :   switch (TREE_CODE (_p1))
   22223                 :             :     {
   22224                 :      660476 :     case SSA_NAME:
   22225                 :      660476 :       if (gimple *_d1 = get_def (valueize, _p1))
   22226                 :             :         {
   22227                 :      394086 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   22228                 :      342843 :             switch (gimple_assign_rhs_code (_a1))
   22229                 :             :               {
   22230                 :         260 :               case TRUNC_MOD_EXPR:
   22231                 :         260 :                 {
   22232                 :         260 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   22233                 :         260 :                   _q30 = do_valueize (valueize, _q30);
   22234                 :         260 :                   tree _q31 = gimple_assign_rhs2 (_a1);
   22235                 :         260 :                   _q31 = do_valueize (valueize, _q31);
   22236                 :         260 :                   {
   22237                 :         260 :                     tree _q31_pops[1];
   22238                 :         260 :                     if (gimple_power_of_two_cand (_q31, _q31_pops, valueize))
   22239                 :             :                       {
   22240                 :         242 :                         tree _q50 = _q31_pops[0];
   22241                 :         242 :                         {
   22242                 :         242 :                           tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q30, _q31, _q50 };
   22243                 :         242 :                           if (gimple_simplify_395 (res_op, seq, valueize, type, captures, LSHIFT_EXPR, TRUNC_MOD_EXPR))
   22244                 :          92 :                             return true;
   22245                 :             :                         }
   22246                 :             :                       }
   22247                 :             :                   }
   22248                 :         168 :                   break;
   22249                 :             :                 }
   22250                 :           0 :               case FLOOR_MOD_EXPR:
   22251                 :           0 :                 {
   22252                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   22253                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   22254                 :           0 :                   tree _q31 = gimple_assign_rhs2 (_a1);
   22255                 :           0 :                   _q31 = do_valueize (valueize, _q31);
   22256                 :           0 :                   {
   22257                 :           0 :                     tree _q31_pops[1];
   22258                 :           0 :                     if (gimple_power_of_two_cand (_q31, _q31_pops, valueize))
   22259                 :             :                       {
   22260                 :           0 :                         tree _q50 = _q31_pops[0];
   22261                 :           0 :                         {
   22262                 :           0 :                           tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q30, _q31, _q50 };
   22263                 :           0 :                           if (gimple_simplify_395 (res_op, seq, valueize, type, captures, LSHIFT_EXPR, FLOOR_MOD_EXPR))
   22264                 :           0 :                             return true;
   22265                 :             :                         }
   22266                 :             :                       }
   22267                 :             :                   }
   22268                 :           0 :                   break;
   22269                 :             :                 }
   22270                 :             :               default:;
   22271                 :             :               }
   22272                 :             :         }
   22273                 :             :       break;
   22274                 :     1878576 :     default:;
   22275                 :             :     }
   22276                 :     1878576 : if (uniform_integer_cst_p (_p1))
   22277                 :             :   {
   22278                 :     1207053 :     {
   22279                 :     1207053 :       tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   22280                 :     1207053 :       if (gimple_simplify_396 (res_op, seq, valueize, type, captures, LSHIFT_EXPR))
   22281                 :          61 :         return true;
   22282                 :             :     }
   22283                 :             :   }
   22284                 :     1878515 :   switch (TREE_CODE (_p0))
   22285                 :             :     {
   22286                 :     1371441 :     case SSA_NAME:
   22287                 :     1371441 :       if (gimple *_d1 = get_def (valueize, _p0))
   22288                 :             :         {
   22289                 :      804975 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   22290                 :      774396 :             switch (gimple_assign_rhs_code (_a1))
   22291                 :             :               {
   22292                 :      284507 :               CASE_CONVERT:
   22293                 :      284507 :                 {
   22294                 :      284507 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   22295                 :      284507 :                   _q20 = do_valueize (valueize, _q20);
   22296                 :      284507 :                   switch (TREE_CODE (_q20))
   22297                 :             :                     {
   22298                 :      284507 :                     case SSA_NAME:
   22299                 :      284507 :                       if (gimple *_d2 = get_def (valueize, _q20))
   22300                 :             :                         {
   22301                 :      274169 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   22302                 :      354764 :                             switch (gimple_assign_rhs_code (_a2))
   22303                 :             :                               {
   22304                 :        1249 :                               case LT_EXPR:
   22305                 :        1249 :                                 {
   22306                 :        1249 :                                   tree _q30 = gimple_assign_rhs1 (_a2);
   22307                 :        1249 :                                   _q30 = do_valueize (valueize, _q30);
   22308                 :        1249 :                                   tree _q31 = gimple_assign_rhs2 (_a2);
   22309                 :        1249 :                                   _q31 = do_valueize (valueize, _q31);
   22310                 :        1249 :                                   if (integer_zerop (_q31))
   22311                 :             :                                     {
   22312                 :         209 :                                       switch (TREE_CODE (_p1))
   22313                 :             :                                         {
   22314                 :         209 :                                         case INTEGER_CST:
   22315                 :         209 :                                           {
   22316                 :         209 :                                             {
   22317                 :         209 :                                               tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _p1 };
   22318                 :         209 :                                               if (TYPE_SIGN (TREE_TYPE (captures[0])) == SIGNED
   22319                 :         209 :  && wi::eq_p (wi::to_wide (captures[2]), TYPE_PRECISION (TREE_TYPE (captures[0])) - 1)
   22320                 :             : )
   22321                 :             :                                                 {
   22322                 :           9 :                                                   {
   22323                 :           9 :  wide_int wone = wi::one (TYPE_PRECISION (type));
   22324                 :           9 :                                                       gimple_seq *lseq = seq;
   22325                 :           9 :                                                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2546;
   22326                 :           9 :                                                       {
   22327                 :           9 :                                                         res_op->set_op (BIT_AND_EXPR, type, 2);
   22328                 :           9 :                                                         {
   22329                 :           9 :                                                           tree _o1[1], _r1;
   22330                 :           9 :                                                           _o1[0] = captures[0];
   22331                 :           9 :                                                           if (type != TREE_TYPE (_o1[0])
   22332                 :           9 :                                                               && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
   22333                 :             :                                                             {
   22334                 :           5 :                                                               gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
   22335                 :           5 :                                                               tem_op.resimplify (lseq, valueize);
   22336                 :           5 :                                                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   22337                 :           5 :                                                               if (!_r1) goto next_after_fail2546;
   22338                 :             :                                                             }
   22339                 :             :                                                           else
   22340                 :             :                                                             _r1 = _o1[0];
   22341                 :           8 :                                                           res_op->ops[0] = _r1;
   22342                 :             :                                                         }
   22343                 :           8 :                                                         res_op->ops[1] =  wide_int_to_tree (type,
   22344                 :           8 :  wi::lshift (wone, wi::to_wide (captures[2])));
   22345                 :           8 :                                                         res_op->resimplify (lseq, valueize);
   22346                 :           8 :                                                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1128, __FILE__, __LINE__, true);
   22347                 :           8 :                                                         return true;
   22348                 :             :                                                       }
   22349                 :           1 : next_after_fail2546:;
   22350                 :           9 :                                                   }
   22351                 :             :                                                 }
   22352                 :             :                                             }
   22353                 :         201 :                                             break;
   22354                 :             :                                           }
   22355                 :             :                                         default:;
   22356                 :             :                                         }
   22357                 :             :                                     }
   22358                 :             :                                   break;
   22359                 :             :                                 }
   22360                 :        4612 :                               CASE_CONVERT:
   22361                 :        4612 :                                 {
   22362                 :        4612 :                                   tree _q30 = gimple_assign_rhs1 (_a2);
   22363                 :        4612 :                                   _q30 = do_valueize (valueize, _q30);
   22364                 :        4612 :                                   switch (TREE_CODE (_q30))
   22365                 :             :                                     {
   22366                 :        4562 :                                     case SSA_NAME:
   22367                 :        4562 :                                       if (gimple *_d3 = get_def (valueize, _q30))
   22368                 :             :                                         {
   22369                 :        4467 :                                           if (gassign *_a3 = dyn_cast <gassign *> (_d3))
   22370                 :        6176 :                                             switch (gimple_assign_rhs_code (_a3))
   22371                 :             :                                               {
   22372                 :         948 :                                               case RSHIFT_EXPR:
   22373                 :         948 :                                                 {
   22374                 :         948 :                                                   tree _q40 = gimple_assign_rhs1 (_a3);
   22375                 :         948 :                                                   _q40 = do_valueize (valueize, _q40);
   22376                 :         948 :                                                   tree _q41 = gimple_assign_rhs2 (_a3);
   22377                 :         948 :                                                   _q41 = do_valueize (valueize, _q41);
   22378                 :         948 :                                                   switch (TREE_CODE (_q41))
   22379                 :             :                                                     {
   22380                 :         903 :                                                     case INTEGER_CST:
   22381                 :         903 :                                                       {
   22382                 :         903 :                                                         if ((_p1 == _q41 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q41, 0) && types_match (_p1, _q41)))
   22383                 :             :                                                           {
   22384                 :         402 :                                                             {
   22385                 :         402 :                                                               tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q40, _q41 };
   22386                 :         402 :                                                               if (wi::ltu_p (wi::to_wide (captures[2]), element_precision (type))
   22387                 :         402 :  && INTEGRAL_TYPE_P (type)
   22388                 :         402 :  && INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
   22389                 :         402 :  && INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
   22390                 :         402 :  && TYPE_PRECISION (type) == TYPE_PRECISION (TREE_TYPE (captures[1]))
   22391                 :         751 :  && (TYPE_PRECISION (TREE_TYPE (captures[0])) >= TYPE_PRECISION (type)
   22392                 :         331 :  || wi::geu_p (wi::to_wide (captures[2]),
   22393                 :         331 :  TYPE_PRECISION (type)
   22394                 :         392 :  - TYPE_PRECISION (TREE_TYPE (captures[0]))))
   22395                 :             : )
   22396                 :             :                                                                 {
   22397                 :         341 :                                                                   gimple_seq *lseq = seq;
   22398                 :         341 :                                                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2547;
   22399                 :         341 :                                                                   {
   22400                 :         341 :                                                                     res_op->set_op (BIT_AND_EXPR, type, 2);
   22401                 :         341 :                                                                     {
   22402                 :         341 :                                                                       tree _o1[1], _r1;
   22403                 :         341 :                                                                       _o1[0] = captures[1];
   22404                 :         341 :                                                                       if (type != TREE_TYPE (_o1[0])
   22405                 :         341 :                                                                           && !useless_type_conversion_p (type, TREE_TYPE (_o1[0])))
   22406                 :             :                                                                         {
   22407                 :           0 :                                                                           gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, type, _o1[0]);
   22408                 :           0 :                                                                           tem_op.resimplify (lseq, valueize);
   22409                 :           0 :                                                                           _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   22410                 :           0 :                                                                           if (!_r1) goto next_after_fail2547;
   22411                 :             :                                                                         }
   22412                 :             :                                                                       else
   22413                 :             :                                                                         _r1 = _o1[0];
   22414                 :         341 :                                                                       res_op->ops[0] = _r1;
   22415                 :             :                                                                     }
   22416                 :         341 :                                                                     {
   22417                 :         341 :                                                                       tree _o1[2], _r1;
   22418                 :         341 :                                                                       _o1[0] =  build_minus_one_cst (type);
   22419                 :         341 :                                                                       _o1[1] = captures[2];
   22420                 :         341 :                                                                       gimple_match_op tem_op (res_op->cond.any_else (), LSHIFT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   22421                 :         341 :                                                                       tem_op.resimplify (lseq, valueize);
   22422                 :         341 :                                                                       _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   22423                 :         341 :                                                                       if (!_r1) goto next_after_fail2547;
   22424                 :         341 :                                                                       res_op->ops[1] = _r1;
   22425                 :             :                                                                     }
   22426                 :         341 :                                                                     res_op->resimplify (lseq, valueize);
   22427                 :         341 :                                                                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1129, __FILE__, __LINE__, true);
   22428                 :         341 :                                                                     return true;
   22429                 :             :                                                                   }
   22430                 :          61 : next_after_fail2547:;
   22431                 :             :                                                                 }
   22432                 :             :                                                             }
   22433                 :             :                                                           }
   22434                 :             :                                                         break;
   22435                 :             :                                                       }
   22436                 :             :                                                     default:;
   22437                 :             :                                                     }
   22438                 :             :                                                   break;
   22439                 :             :                                                 }
   22440                 :             :                                               default:;
   22441                 :             :                                               }
   22442                 :             :                                         }
   22443                 :             :                                       break;
   22444                 :             :                                     default:;
   22445                 :             :                                     }
   22446                 :             :                                   break;
   22447                 :             :                                 }
   22448                 :        6802 :                               case RSHIFT_EXPR:
   22449                 :        6802 :                                 {
   22450                 :        6802 :                                   tree _q30 = gimple_assign_rhs1 (_a2);
   22451                 :        6802 :                                   _q30 = do_valueize (valueize, _q30);
   22452                 :        6802 :                                   tree _q31 = gimple_assign_rhs2 (_a2);
   22453                 :        6802 :                                   _q31 = do_valueize (valueize, _q31);
   22454                 :        6802 :                                   if (gimple_with_possible_nonzero_bits (_q30, valueize))
   22455                 :             :                                     {
   22456                 :        6802 :                                       switch (TREE_CODE (_q31))
   22457                 :             :                                         {
   22458                 :        6566 :                                         case INTEGER_CST:
   22459                 :        6566 :                                           {
   22460                 :        6566 :                                             switch (TREE_CODE (_p1))
   22461                 :             :                                               {
   22462                 :        5848 :                                               case INTEGER_CST:
   22463                 :        5848 :                                                 {
   22464                 :        5848 :                                                   {
   22465                 :        5848 :                                                     tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _p1 };
   22466                 :        5848 :                                                     if (gimple_simplify_397 (res_op, seq, valueize, type, captures))
   22467                 :           3 :                                                       return true;
   22468                 :             :                                                   }
   22469                 :        5845 :                                                   break;
   22470                 :             :                                                 }
   22471                 :             :                                               default:;
   22472                 :             :                                               }
   22473                 :             :                                             break;
   22474                 :             :                                           }
   22475                 :             :                                         default:;
   22476                 :             :                                         }
   22477                 :             :                                     }
   22478                 :             :                                   break;
   22479                 :             :                                 }
   22480                 :             :                               default:;
   22481                 :             :                               }
   22482                 :             :                         }
   22483                 :             :                       break;
   22484                 :             :                     default:;
   22485                 :             :                     }
   22486                 :             :                   break;
   22487                 :             :                 }
   22488                 :       78428 :               case RSHIFT_EXPR:
   22489                 :       78428 :                 {
   22490                 :       78428 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   22491                 :       78428 :                   _q20 = do_valueize (valueize, _q20);
   22492                 :       78428 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   22493                 :       78428 :                   _q21 = do_valueize (valueize, _q21);
   22494                 :       78428 :                   switch (TREE_CODE (_q21))
   22495                 :             :                     {
   22496                 :       76337 :                     case INTEGER_CST:
   22497                 :       76337 :                       {
   22498                 :       76337 :                         if ((_p1 == _q21 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q21, 0) && types_match (_p1, _q21)))
   22499                 :             :                           {
   22500                 :       72214 :                             {
   22501                 :       72214 :                               tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   22502                 :       72214 :                               if (gimple_simplify_398 (res_op, seq, valueize, type, captures))
   22503                 :       72214 :                                 return true;
   22504                 :             :                             }
   22505                 :             :                           }
   22506                 :             :                         break;
   22507                 :             :                       }
   22508                 :        6214 :                     default:;
   22509                 :             :                     }
   22510                 :        6214 :                   if (gimple_with_possible_nonzero_bits (_q20, valueize))
   22511                 :             :                     {
   22512                 :        5919 :                       switch (TREE_CODE (_q21))
   22513                 :             :                         {
   22514                 :        3955 :                         case INTEGER_CST:
   22515                 :        3955 :                           {
   22516                 :        3955 :                             switch (TREE_CODE (_p1))
   22517                 :             :                               {
   22518                 :        3799 :                               case INTEGER_CST:
   22519                 :        3799 :                                 {
   22520                 :        3799 :                                   {
   22521                 :        3799 :                                     tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   22522                 :        3799 :                                     if (gimple_simplify_397 (res_op, seq, valueize, type, captures))
   22523                 :          16 :                                       return true;
   22524                 :             :                                   }
   22525                 :        3783 :                                   break;
   22526                 :             :                                 }
   22527                 :             :                               default:;
   22528                 :             :                               }
   22529                 :             :                             break;
   22530                 :             :                           }
   22531                 :             :                         default:;
   22532                 :             :                         }
   22533                 :             :                     }
   22534                 :             :                   break;
   22535                 :             :                 }
   22536                 :             :               default:;
   22537                 :             :               }
   22538                 :             :         }
   22539                 :             :       break;
   22540                 :     1805933 :     default:;
   22541                 :             :     }
   22542                 :     1805933 : {
   22543                 :     1805933 :   tree _p0_pops[1];
   22544                 :     1805933 :   if (gimple_nop_convert (_p0, _p0_pops, valueize))
   22545                 :             :     {
   22546                 :       24693 :       tree _q20 = _p0_pops[0];
   22547                 :       24693 :       switch (TREE_CODE (_q20))
   22548                 :             :         {
   22549                 :       24693 :         case SSA_NAME:
   22550                 :       24693 :           if (gimple *_d1 = get_def (valueize, _q20))
   22551                 :             :             {
   22552                 :       23312 :               if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   22553                 :       21243 :                 switch (gimple_assign_rhs_code (_a1))
   22554                 :             :                   {
   22555                 :        2553 :                   case RSHIFT_EXPR:
   22556                 :        2553 :                     {
   22557                 :        2553 :                       tree _q30 = gimple_assign_rhs1 (_a1);
   22558                 :        2553 :                       _q30 = do_valueize (valueize, _q30);
   22559                 :        2553 :                       tree _q31 = gimple_assign_rhs2 (_a1);
   22560                 :        2553 :                       _q31 = do_valueize (valueize, _q31);
   22561                 :        2553 :                       switch (TREE_CODE (_q31))
   22562                 :             :                         {
   22563                 :        2504 :                         case INTEGER_CST:
   22564                 :        2504 :                           {
   22565                 :        2504 :                             if ((_p1 == _q31 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q31, 0) && types_match (_p1, _q31)))
   22566                 :             :                               {
   22567                 :         312 :                                 {
   22568                 :         312 :                                   tree captures[2] ATTRIBUTE_UNUSED = { _q30, _q31 };
   22569                 :         312 :                                   if (gimple_simplify_398 (res_op, seq, valueize, type, captures))
   22570                 :         264 :                                     return true;
   22571                 :             :                                 }
   22572                 :             :                               }
   22573                 :             :                             break;
   22574                 :             :                           }
   22575                 :             :                         default:;
   22576                 :             :                         }
   22577                 :             :                       break;
   22578                 :             :                     }
   22579                 :             :                   default:;
   22580                 :             :                   }
   22581                 :             :             }
   22582                 :             :           break;
   22583                 :             :         default:;
   22584                 :             :         }
   22585                 :             :     }
   22586                 :             : }
   22587                 :     1805669 : if (integer_onep (_p0))
   22588                 :             :   {
   22589                 :      419588 :     switch (TREE_CODE (_p1))
   22590                 :             :       {
   22591                 :      413837 :       case SSA_NAME:
   22592                 :      413837 :         if (gimple *_d1 = get_def (valueize, _p1))
   22593                 :             :           {
   22594                 :      221276 :             if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   22595                 :      191444 :               switch (gimple_assign_rhs_code (_a1))
   22596                 :             :                 {
   22597                 :        5158 :                 case MINUS_EXPR:
   22598                 :        5158 :                   {
   22599                 :        5158 :                     tree _q30 = gimple_assign_rhs1 (_a1);
   22600                 :        5158 :                     _q30 = do_valueize (valueize, _q30);
   22601                 :        5158 :                     tree _q31 = gimple_assign_rhs2 (_a1);
   22602                 :        5158 :                     _q31 = do_valueize (valueize, _q31);
   22603                 :        5158 :                     switch (TREE_CODE (_q30))
   22604                 :             :                       {
   22605                 :        4826 :                       case INTEGER_CST:
   22606                 :        4826 :                         {
   22607                 :        4826 :                           {
   22608                 :        4826 :                             tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31 };
   22609                 :        4826 :                             if (INTEGRAL_TYPE_P (type)
   22610                 :        4840 :  && wi::eq_p (wi::to_wide (captures[2]), TYPE_PRECISION (type) - 1)
   22611                 :        4864 :  && single_use (captures[1])
   22612                 :             : )
   22613                 :             :                               {
   22614                 :          24 :                                 if (TYPE_UNSIGNED (type)
   22615                 :             : )
   22616                 :             :                                   {
   22617                 :          22 :                                     gimple_seq *lseq = seq;
   22618                 :          22 :                                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2548;
   22619                 :          22 :                                     {
   22620                 :          22 :                                       res_op->set_op (RSHIFT_EXPR, type, 2);
   22621                 :          22 :                                       {
   22622                 :          22 :                                         tree _o1[2], _r1;
   22623                 :          22 :                                         _o1[0] = captures[0];
   22624                 :          22 :                                         _o1[1] = captures[2];
   22625                 :          22 :                                         gimple_match_op tem_op (res_op->cond.any_else (), LSHIFT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   22626                 :          22 :                                         tem_op.resimplify (lseq, valueize);
   22627                 :          22 :                                         _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   22628                 :          22 :                                         if (!_r1) goto next_after_fail2548;
   22629                 :          22 :                                         res_op->ops[0] = _r1;
   22630                 :             :                                       }
   22631                 :          22 :                                       res_op->ops[1] = captures[3];
   22632                 :          22 :                                       res_op->resimplify (lseq, valueize);
   22633                 :          22 :                                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1130, __FILE__, __LINE__, true);
   22634                 :          22 :                                       return true;
   22635                 :             :                                     }
   22636                 :        4802 : next_after_fail2548:;
   22637                 :             :                                   }
   22638                 :             :                                 else
   22639                 :             :                                   {
   22640                 :           2 :                                     {
   22641                 :           2 :  tree utype = unsigned_type_for (type);
   22642                 :           2 :                                         gimple_seq *lseq = seq;
   22643                 :           2 :                                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2549;
   22644                 :           2 :                                         {
   22645                 :           2 :                                           res_op->set_op (NOP_EXPR, type, 1);
   22646                 :           2 :                                           {
   22647                 :           2 :                                             tree _o1[2], _r1;
   22648                 :           2 :                                             {
   22649                 :           2 :                                               tree _o2[2], _r2;
   22650                 :           2 :                                               {
   22651                 :           2 :                                                 tree _o3[1], _r3;
   22652                 :           2 :                                                 _o3[0] = captures[0];
   22653                 :           2 :                                                 if (utype != TREE_TYPE (_o3[0])
   22654                 :           2 :                                                     && !useless_type_conversion_p (utype, TREE_TYPE (_o3[0])))
   22655                 :             :                                                   {
   22656                 :           2 :                                                     gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, utype, _o3[0]);
   22657                 :           2 :                                                     tem_op.resimplify (lseq, valueize);
   22658                 :           2 :                                                     _r3 = maybe_push_res_to_seq (&tem_op, lseq);
   22659                 :           2 :                                                     if (!_r3) goto next_after_fail2549;
   22660                 :             :                                                   }
   22661                 :             :                                                 else
   22662                 :             :                                                   _r3 = _o3[0];
   22663                 :           2 :                                                 _o2[0] = _r3;
   22664                 :             :                                               }
   22665                 :           2 :                                               _o2[1] = captures[2];
   22666                 :           2 :                                               gimple_match_op tem_op (res_op->cond.any_else (), LSHIFT_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
   22667                 :           2 :                                               tem_op.resimplify (lseq, valueize);
   22668                 :           2 :                                               _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   22669                 :           2 :                                               if (!_r2) goto next_after_fail2549;
   22670                 :           2 :                                               _o1[0] = _r2;
   22671                 :             :                                             }
   22672                 :           2 :                                             _o1[1] = captures[3];
   22673                 :           2 :                                             gimple_match_op tem_op (res_op->cond.any_else (), RSHIFT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   22674                 :           2 :                                             tem_op.resimplify (lseq, valueize);
   22675                 :           2 :                                             _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   22676                 :           2 :                                             if (!_r1) goto next_after_fail2549;
   22677                 :           2 :                                             res_op->ops[0] = _r1;
   22678                 :             :                                           }
   22679                 :           2 :                                           res_op->resimplify (lseq, valueize);
   22680                 :           2 :                                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1131, __FILE__, __LINE__, true);
   22681                 :           2 :                                           return true;
   22682                 :             :                                         }
   22683                 :        4802 : next_after_fail2549:;
   22684                 :             :                                     }
   22685                 :             :                                   }
   22686                 :             :                               }
   22687                 :             :                           }
   22688                 :        4802 :                           break;
   22689                 :             :                         }
   22690                 :             :                       default:;
   22691                 :             :                       }
   22692                 :             :                     break;
   22693                 :             :                   }
   22694                 :             :                 default:;
   22695                 :             :                 }
   22696                 :             :           }
   22697                 :             :         break;
   22698                 :             :       default:;
   22699                 :             :       }
   22700                 :             :   }
   22701                 :     1805645 :   if (integer_zerop (_p1))
   22702                 :             :     {
   22703                 :       10383 :       {
   22704                 :       10383 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   22705                 :       10383 :         if (gimple_simplify_399 (res_op, seq, valueize, type, captures, LSHIFT_EXPR))
   22706                 :       10383 :           return true;
   22707                 :             :       }
   22708                 :             :     }
   22709                 :     1795262 :   if (integer_zerop (_p0))
   22710                 :             :     {
   22711                 :        2375 :       {
   22712                 :        2375 :         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   22713                 :        2375 :         if (gimple_simplify_400 (res_op, seq, valueize, type, captures, LSHIFT_EXPR))
   22714                 :        2375 :           return true;
   22715                 :             :       }
   22716                 :             :     }
   22717                 :     1792887 :   switch (TREE_CODE (_p1))
   22718                 :             :     {
   22719                 :      657986 :     case SSA_NAME:
   22720                 :      657986 :       if (gimple *_d1 = get_def (valueize, _p1))
   22721                 :             :         {
   22722                 :      392821 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   22723                 :      341625 :             switch (gimple_assign_rhs_code (_a1))
   22724                 :             :               {
   22725                 :          63 :               case CONSTRUCTOR:
   22726                 :          63 :                 {
   22727                 :          63 :                   {
   22728                 :          63 :                     tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   22729                 :          63 :                     if (gimple_simplify_402 (res_op, seq, valueize, type, captures, LSHIFT_EXPR))
   22730                 :           0 :                       return true;
   22731                 :             :                   }
   22732                 :          63 :                   break;
   22733                 :             :                 }
   22734                 :             :               default:;
   22735                 :             :               }
   22736                 :             :         }
   22737                 :      657986 :         {
   22738                 :      657986 :           {
   22739                 :      657986 :             tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   22740                 :      657986 :             if (gimple_simplify_403 (res_op, seq, valueize, type, captures, LSHIFT_EXPR))
   22741                 :           3 :               return true;
   22742                 :             :           }
   22743                 :             :         }
   22744                 :      657983 :       break;
   22745                 :         331 :     case VECTOR_CST:
   22746                 :         331 :       {
   22747                 :         331 :         {
   22748                 :         331 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   22749                 :         331 :           if (gimple_simplify_401 (res_op, seq, valueize, type, captures, LSHIFT_EXPR))
   22750                 :         173 :             return true;
   22751                 :             :         }
   22752                 :         158 :         break;
   22753                 :             :       }
   22754                 :     1792711 :     default:;
   22755                 :             :     }
   22756                 :     1792711 :   switch (TREE_CODE (_p0))
   22757                 :             :     {
   22758                 :     1288074 :     case SSA_NAME:
   22759                 :     1288074 :       if (gimple *_d1 = get_def (valueize, _p0))
   22760                 :             :         {
   22761                 :      724142 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   22762                 :      694244 :             switch (gimple_assign_rhs_code (_a1))
   22763                 :             :               {
   22764                 :        4000 :               case LSHIFT_EXPR:
   22765                 :        4000 :                 {
   22766                 :        4000 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   22767                 :        4000 :                   _q20 = do_valueize (valueize, _q20);
   22768                 :        4000 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   22769                 :        4000 :                   _q21 = do_valueize (valueize, _q21);
   22770                 :        4000 :                   switch (TREE_CODE (_q21))
   22771                 :             :                     {
   22772                 :        2040 :                     case INTEGER_CST:
   22773                 :        2040 :                       {
   22774                 :        2040 :                         switch (TREE_CODE (_p1))
   22775                 :             :                           {
   22776                 :        1400 :                           case INTEGER_CST:
   22777                 :        1400 :                             {
   22778                 :        1400 :                               {
   22779                 :        1400 :                                 tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   22780                 :        1400 :                                 if (gimple_simplify_404 (res_op, seq, valueize, type, captures, LSHIFT_EXPR))
   22781                 :        1400 :                                   return true;
   22782                 :             :                               }
   22783                 :           0 :                               break;
   22784                 :             :                             }
   22785                 :             :                           default:;
   22786                 :             :                           }
   22787                 :             :                         break;
   22788                 :             :                       }
   22789                 :             :                     default:;
   22790                 :             :                     }
   22791                 :             :                   break;
   22792                 :             :                 }
   22793                 :      278077 :               CASE_CONVERT:
   22794                 :      278077 :                 {
   22795                 :      278077 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   22796                 :      278077 :                   _q20 = do_valueize (valueize, _q20);
   22797                 :      278077 :                   switch (TREE_CODE (_q20))
   22798                 :             :                     {
   22799                 :      278077 :                     case SSA_NAME:
   22800                 :      278077 :                       if (gimple *_d2 = get_def (valueize, _q20))
   22801                 :             :                         {
   22802                 :      267771 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   22803                 :      347817 :                             switch (gimple_assign_rhs_code (_a2))
   22804                 :             :                               {
   22805                 :       24757 :                               case BIT_AND_EXPR:
   22806                 :       24757 :                                 {
   22807                 :       24757 :                                   tree _q30 = gimple_assign_rhs1 (_a2);
   22808                 :       24757 :                                   _q30 = do_valueize (valueize, _q30);
   22809                 :       24757 :                                   tree _q31 = gimple_assign_rhs2 (_a2);
   22810                 :       24757 :                                   _q31 = do_valueize (valueize, _q31);
   22811                 :       24757 :                                   if (tree_swap_operands_p (_q30, _q31))
   22812                 :          53 :                                     std::swap (_q30, _q31);
   22813                 :       24757 :                                   switch (TREE_CODE (_q31))
   22814                 :             :                                     {
   22815                 :       24124 :                                     case INTEGER_CST:
   22816                 :       24124 :                                       {
   22817                 :       24124 :                                         switch (TREE_CODE (_p1))
   22818                 :             :                                           {
   22819                 :        8177 :                                           case INTEGER_CST:
   22820                 :        8177 :                                             {
   22821                 :        8177 :                                               {
   22822                 :        8177 :                                                 tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31, _p1 };
   22823                 :        8177 :                                                 if (gimple_simplify_405 (res_op, seq, valueize, type, captures, BIT_AND_EXPR, LSHIFT_EXPR))
   22824                 :         154 :                                                   return true;
   22825                 :             :                                               }
   22826                 :        8023 :                                               break;
   22827                 :             :                                             }
   22828                 :             :                                           default:;
   22829                 :             :                                           }
   22830                 :             :                                         break;
   22831                 :             :                                       }
   22832                 :             :                                     default:;
   22833                 :             :                                     }
   22834                 :     1790374 :                                   break;
   22835                 :             :                                 }
   22836                 :         466 :                               case BIT_XOR_EXPR:
   22837                 :         466 :                                 {
   22838                 :         466 :                                   tree _q30 = gimple_assign_rhs1 (_a2);
   22839                 :         466 :                                   _q30 = do_valueize (valueize, _q30);
   22840                 :         466 :                                   tree _q31 = gimple_assign_rhs2 (_a2);
   22841                 :         466 :                                   _q31 = do_valueize (valueize, _q31);
   22842                 :         466 :                                   if (tree_swap_operands_p (_q30, _q31))
   22843                 :          28 :                                     std::swap (_q30, _q31);
   22844                 :         466 :                                   switch (TREE_CODE (_q31))
   22845                 :             :                                     {
   22846                 :         116 :                                     case INTEGER_CST:
   22847                 :         116 :                                       {
   22848                 :         116 :                                         switch (TREE_CODE (_p1))
   22849                 :             :                                           {
   22850                 :         110 :                                           case INTEGER_CST:
   22851                 :         110 :                                             {
   22852                 :         110 :                                               {
   22853                 :         110 :                                                 tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31, _p1 };
   22854                 :         110 :                                                 if (gimple_simplify_405 (res_op, seq, valueize, type, captures, BIT_XOR_EXPR, LSHIFT_EXPR))
   22855                 :           0 :                                                   return true;
   22856                 :             :                                               }
   22857                 :         110 :                                               break;
   22858                 :             :                                             }
   22859                 :             :                                           default:;
   22860                 :             :                                           }
   22861                 :             :                                         break;
   22862                 :             :                                       }
   22863                 :             :                                     default:;
   22864                 :             :                                     }
   22865                 :     1790374 :                                   break;
   22866                 :             :                                 }
   22867                 :        1007 :                               case BIT_IOR_EXPR:
   22868                 :        1007 :                                 {
   22869                 :        1007 :                                   tree _q30 = gimple_assign_rhs1 (_a2);
   22870                 :        1007 :                                   _q30 = do_valueize (valueize, _q30);
   22871                 :        1007 :                                   tree _q31 = gimple_assign_rhs2 (_a2);
   22872                 :        1007 :                                   _q31 = do_valueize (valueize, _q31);
   22873                 :        1007 :                                   if (tree_swap_operands_p (_q30, _q31))
   22874                 :          29 :                                     std::swap (_q30, _q31);
   22875                 :        1007 :                                   switch (TREE_CODE (_q31))
   22876                 :             :                                     {
   22877                 :         407 :                                     case INTEGER_CST:
   22878                 :         407 :                                       {
   22879                 :         407 :                                         switch (TREE_CODE (_p1))
   22880                 :             :                                           {
   22881                 :         167 :                                           case INTEGER_CST:
   22882                 :         167 :                                             {
   22883                 :         167 :                                               {
   22884                 :         167 :                                                 tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31, _p1 };
   22885                 :         167 :                                                 if (gimple_simplify_405 (res_op, seq, valueize, type, captures, BIT_IOR_EXPR, LSHIFT_EXPR))
   22886                 :           0 :                                                   return true;
   22887                 :             :                                               }
   22888                 :         167 :                                               break;
   22889                 :             :                                             }
   22890                 :             :                                           default:;
   22891                 :             :                                           }
   22892                 :             :                                         break;
   22893                 :             :                                       }
   22894                 :             :                                     default:;
   22895                 :             :                                     }
   22896                 :     1790374 :                                   break;
   22897                 :             :                                 }
   22898                 :             :                               default:;
   22899                 :             :                               }
   22900                 :             :                         }
   22901                 :             :                       break;
   22902                 :             :                     default:;
   22903                 :             :                     }
   22904                 :             :                   break;
   22905                 :             :                 }
   22906                 :       10581 :               case BIT_AND_EXPR:
   22907                 :       10581 :                 {
   22908                 :       10581 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   22909                 :       10581 :                   _q20 = do_valueize (valueize, _q20);
   22910                 :       10581 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   22911                 :       10581 :                   _q21 = do_valueize (valueize, _q21);
   22912                 :       10581 :                   if (tree_swap_operands_p (_q20, _q21))
   22913                 :         304 :                     std::swap (_q20, _q21);
   22914                 :       10581 :                   switch (TREE_CODE (_q21))
   22915                 :             :                     {
   22916                 :        7262 :                     case INTEGER_CST:
   22917                 :        7262 :                       {
   22918                 :        7262 :                         switch (TREE_CODE (_p1))
   22919                 :             :                           {
   22920                 :        4216 :                           case INTEGER_CST:
   22921                 :        4216 :                             {
   22922                 :        4216 :                               {
   22923                 :        4216 :                                 tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p0, _q20, _q21, _p1 };
   22924                 :        4216 :                                 if (gimple_simplify_406 (res_op, seq, valueize, type, captures, BIT_AND_EXPR, LSHIFT_EXPR))
   22925                 :         587 :                                   return true;
   22926                 :             :                               }
   22927                 :        3629 :                               break;
   22928                 :             :                             }
   22929                 :             :                           default:;
   22930                 :             :                           }
   22931                 :             :                         break;
   22932                 :             :                       }
   22933                 :             :                     default:;
   22934                 :             :                     }
   22935                 :     1790374 :                   break;
   22936                 :             :                 }
   22937                 :        9542 :               case BIT_XOR_EXPR:
   22938                 :        9542 :                 {
   22939                 :        9542 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   22940                 :        9542 :                   _q20 = do_valueize (valueize, _q20);
   22941                 :        9542 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   22942                 :        9542 :                   _q21 = do_valueize (valueize, _q21);
   22943                 :        9542 :                   if (tree_swap_operands_p (_q20, _q21))
   22944                 :         776 :                     std::swap (_q20, _q21);
   22945                 :        9542 :                   switch (TREE_CODE (_q21))
   22946                 :             :                     {
   22947                 :         571 :                     case INTEGER_CST:
   22948                 :         571 :                       {
   22949                 :         571 :                         switch (TREE_CODE (_p1))
   22950                 :             :                           {
   22951                 :         571 :                           case INTEGER_CST:
   22952                 :         571 :                             {
   22953                 :         571 :                               {
   22954                 :         571 :                                 tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p0, _q20, _q21, _p1 };
   22955                 :         571 :                                 if (gimple_simplify_406 (res_op, seq, valueize, type, captures, BIT_XOR_EXPR, LSHIFT_EXPR))
   22956                 :          16 :                                   return true;
   22957                 :             :                               }
   22958                 :         555 :                               break;
   22959                 :             :                             }
   22960                 :             :                           default:;
   22961                 :             :                           }
   22962                 :             :                         break;
   22963                 :             :                       }
   22964                 :             :                     default:;
   22965                 :             :                     }
   22966                 :     1790374 :                   break;
   22967                 :             :                 }
   22968                 :       11679 :               case BIT_IOR_EXPR:
   22969                 :       11679 :                 {
   22970                 :       11679 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   22971                 :       11679 :                   _q20 = do_valueize (valueize, _q20);
   22972                 :       11679 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   22973                 :       11679 :                   _q21 = do_valueize (valueize, _q21);
   22974                 :       11679 :                   if (tree_swap_operands_p (_q20, _q21))
   22975                 :         434 :                     std::swap (_q20, _q21);
   22976                 :       11679 :                   switch (TREE_CODE (_q21))
   22977                 :             :                     {
   22978                 :        1685 :                     case INTEGER_CST:
   22979                 :        1685 :                       {
   22980                 :        1685 :                         switch (TREE_CODE (_p1))
   22981                 :             :                           {
   22982                 :         568 :                           case INTEGER_CST:
   22983                 :         568 :                             {
   22984                 :         568 :                               {
   22985                 :         568 :                                 tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p0, _q20, _q21, _p1 };
   22986                 :         568 :                                 if (gimple_simplify_406 (res_op, seq, valueize, type, captures, BIT_IOR_EXPR, LSHIFT_EXPR))
   22987                 :          33 :                                   return true;
   22988                 :             :                               }
   22989                 :         535 :                               break;
   22990                 :             :                             }
   22991                 :             :                           default:;
   22992                 :             :                           }
   22993                 :             :                         break;
   22994                 :             :                       }
   22995                 :             :                     default:;
   22996                 :             :                     }
   22997                 :     1790374 :                   break;
   22998                 :             :                 }
   22999                 :         471 :               case VEC_COND_EXPR:
   23000                 :         471 :                 {
   23001                 :         471 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   23002                 :         471 :                   _q20 = do_valueize (valueize, _q20);
   23003                 :         471 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   23004                 :         471 :                   _q21 = do_valueize (valueize, _q21);
   23005                 :         471 :                   tree _q22 = gimple_assign_rhs3 (_a1);
   23006                 :         471 :                   _q22 = do_valueize (valueize, _q22);
   23007                 :         471 :                   switch (TREE_CODE (_p1))
   23008                 :             :                     {
   23009                 :          45 :                     case SSA_NAME:
   23010                 :          45 :                       if (gimple *_d2 = get_def (valueize, _p1))
   23011                 :             :                         {
   23012                 :          45 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   23013                 :          39 :                             switch (gimple_assign_rhs_code (_a2))
   23014                 :             :                               {
   23015                 :          10 :                               case VEC_COND_EXPR:
   23016                 :          10 :                                 {
   23017                 :          10 :                                   tree _q60 = gimple_assign_rhs1 (_a2);
   23018                 :          10 :                                   _q60 = do_valueize (valueize, _q60);
   23019                 :          10 :                                   tree _q61 = gimple_assign_rhs2 (_a2);
   23020                 :          10 :                                   _q61 = do_valueize (valueize, _q61);
   23021                 :          10 :                                   tree _q62 = gimple_assign_rhs3 (_a2);
   23022                 :          10 :                                   _q62 = do_valueize (valueize, _q62);
   23023                 :          10 :                                   if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
   23024                 :             :                                     {
   23025                 :           0 :                                       {
   23026                 :           0 :                                         tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1, _q61, _q62 };
   23027                 :           0 :                                         if (VECTOR_TYPE_P (type)
   23028                 :           0 :  && (TREE_CODE_CLASS (LSHIFT_EXPR) != tcc_comparison
   23029                 :             :  || types_match (type, TREE_TYPE (captures[2]))
   23030                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   23031                 :             :  || (optimize_vectors_before_lowering_p ()
   23032                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   23033                 :             : )
   23034                 :             :                                           {
   23035                 :           0 :                                             gimple_seq *lseq = seq;
   23036                 :           0 :                                             if (lseq
   23037                 :           0 :                                                 && (!single_use (captures[0])
   23038                 :           0 :                                                     || !single_use (captures[4])))
   23039                 :           0 :                                               lseq = NULL;
   23040                 :           0 :                                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2550;
   23041                 :           0 :                                             {
   23042                 :           0 :                                               res_op->set_op (VEC_COND_EXPR, type, 3);
   23043                 :           0 :                                               res_op->ops[0] = captures[1];
   23044                 :           0 :                                               {
   23045                 :           0 :                                                 tree _o1[2], _r1;
   23046                 :           0 :                                                 _o1[0] = captures[2];
   23047                 :           0 :                                                 _o1[1] = captures[5];
   23048                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), LSHIFT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   23049                 :           0 :                                                 tem_op.resimplify (NULL, valueize);
   23050                 :           0 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   23051                 :           0 :                                                 if (!_r1) goto next_after_fail2550;
   23052                 :           0 :                                                 res_op->ops[1] = _r1;
   23053                 :             :                                               }
   23054                 :           0 :                                               {
   23055                 :           0 :                                                 tree _o1[2], _r1;
   23056                 :           0 :                                                 _o1[0] = captures[3];
   23057                 :           0 :                                                 _o1[1] = captures[6];
   23058                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), LSHIFT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   23059                 :           0 :                                                 tem_op.resimplify (NULL, valueize);
   23060                 :           0 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   23061                 :           0 :                                                 if (!_r1) goto next_after_fail2550;
   23062                 :           0 :                                                 res_op->ops[2] = _r1;
   23063                 :             :                                               }
   23064                 :           0 :                                               res_op->resimplify (lseq, valueize);
   23065                 :           0 :                                               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1017, __FILE__, __LINE__, true);
   23066                 :           0 :                                               return true;
   23067                 :             :                                             }
   23068                 :           0 : next_after_fail2550:;
   23069                 :             :                                           }
   23070                 :             :                                       }
   23071                 :             :                                     }
   23072                 :             :                                   break;
   23073                 :             :                                 }
   23074                 :             :                               default:;
   23075                 :             :                               }
   23076                 :             :                         }
   23077                 :             :                       break;
   23078                 :         471 :                     default:;
   23079                 :             :                     }
   23080                 :         471 :                   {
   23081                 :         471 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1 };
   23082                 :         471 :                     if (VECTOR_TYPE_P (type)
   23083                 :         471 :  && (TREE_CODE_CLASS (LSHIFT_EXPR) != tcc_comparison
   23084                 :             :  || types_match (type, TREE_TYPE (captures[2]))
   23085                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   23086                 :             :  || (optimize_vectors_before_lowering_p ()
   23087                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   23088                 :             : )
   23089                 :             :                       {
   23090                 :         471 :                         gimple_seq *lseq = seq;
   23091                 :         471 :                         if (lseq
   23092                 :         124 :                             && (!single_use (captures[0])))
   23093                 :         386 :                           lseq = NULL;
   23094                 :         471 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2551;
   23095                 :         471 :                         {
   23096                 :         471 :                           res_op->set_op (VEC_COND_EXPR, type, 3);
   23097                 :         471 :                           res_op->ops[0] = captures[1];
   23098                 :         471 :                           {
   23099                 :         471 :                             tree _o1[2], _r1;
   23100                 :         471 :                             _o1[0] = captures[2];
   23101                 :         471 :                             _o1[1] = captures[4];
   23102                 :         471 :                             gimple_match_op tem_op (res_op->cond.any_else (), LSHIFT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   23103                 :         471 :                             tem_op.resimplify (NULL, valueize);
   23104                 :         471 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   23105                 :         471 :                             if (!_r1) goto next_after_fail2551;
   23106                 :         183 :                             res_op->ops[1] = _r1;
   23107                 :             :                           }
   23108                 :         183 :                           {
   23109                 :         183 :                             tree _o1[2], _r1;
   23110                 :         183 :                             _o1[0] = captures[3];
   23111                 :         183 :                             _o1[1] = captures[4];
   23112                 :         183 :                             gimple_match_op tem_op (res_op->cond.any_else (), LSHIFT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   23113                 :         183 :                             tem_op.resimplify (NULL, valueize);
   23114                 :         183 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   23115                 :         183 :                             if (!_r1) goto next_after_fail2551;
   23116                 :         147 :                             res_op->ops[2] = _r1;
   23117                 :             :                           }
   23118                 :         147 :                           res_op->resimplify (lseq, valueize);
   23119                 :         147 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1018, __FILE__, __LINE__, true);
   23120                 :         147 :                           return true;
   23121                 :             :                         }
   23122                 :         324 : next_after_fail2551:;
   23123                 :             :                       }
   23124                 :             :                   }
   23125                 :         324 :                   break;
   23126                 :             :                 }
   23127                 :             :               default:;
   23128                 :             :               }
   23129                 :             :         }
   23130                 :             :       break;
   23131                 :     1790374 :     default:;
   23132                 :             :     }
   23133                 :     1790374 :   switch (TREE_CODE (_p1))
   23134                 :             :     {
   23135                 :      657983 :     case SSA_NAME:
   23136                 :      657983 :       if (gimple *_d1 = get_def (valueize, _p1))
   23137                 :             :         {
   23138                 :      392819 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   23139                 :      341623 :             switch (gimple_assign_rhs_code (_a1))
   23140                 :             :               {
   23141                 :          67 :               case VEC_COND_EXPR:
   23142                 :          67 :                 {
   23143                 :          67 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   23144                 :          67 :                   _q30 = do_valueize (valueize, _q30);
   23145                 :          67 :                   tree _q31 = gimple_assign_rhs2 (_a1);
   23146                 :          67 :                   _q31 = do_valueize (valueize, _q31);
   23147                 :          67 :                   tree _q32 = gimple_assign_rhs3 (_a1);
   23148                 :          67 :                   _q32 = do_valueize (valueize, _q32);
   23149                 :          67 :                   {
   23150                 :          67 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32 };
   23151                 :          67 :                     if (VECTOR_TYPE_P (type)
   23152                 :          67 :  && (TREE_CODE_CLASS (LSHIFT_EXPR) != tcc_comparison
   23153                 :             :  || types_match (type, TREE_TYPE (captures[3]))
   23154                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[2]))
   23155                 :             :  || (optimize_vectors_before_lowering_p ()
   23156                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[3]), TREE_TYPE (captures[2]))))
   23157                 :             : )
   23158                 :             :                       {
   23159                 :          67 :                         gimple_seq *lseq = seq;
   23160                 :          67 :                         if (lseq
   23161                 :          27 :                             && (!single_use (captures[1])))
   23162                 :          42 :                           lseq = NULL;
   23163                 :          67 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2552;
   23164                 :          67 :                         {
   23165                 :          67 :                           res_op->set_op (VEC_COND_EXPR, type, 3);
   23166                 :          67 :                           res_op->ops[0] = captures[2];
   23167                 :          67 :                           {
   23168                 :          67 :                             tree _o1[2], _r1;
   23169                 :          67 :                             _o1[0] = captures[0];
   23170                 :          67 :                             _o1[1] = captures[3];
   23171                 :          67 :                             gimple_match_op tem_op (res_op->cond.any_else (), LSHIFT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   23172                 :          67 :                             tem_op.resimplify (NULL, valueize);
   23173                 :          67 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   23174                 :          67 :                             if (!_r1) goto next_after_fail2552;
   23175                 :          14 :                             res_op->ops[1] = _r1;
   23176                 :             :                           }
   23177                 :          14 :                           {
   23178                 :          14 :                             tree _o1[2], _r1;
   23179                 :          14 :                             _o1[0] = captures[0];
   23180                 :          14 :                             _o1[1] = captures[4];
   23181                 :          14 :                             gimple_match_op tem_op (res_op->cond.any_else (), LSHIFT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   23182                 :          14 :                             tem_op.resimplify (NULL, valueize);
   23183                 :          14 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   23184                 :          14 :                             if (!_r1) goto next_after_fail2552;
   23185                 :          14 :                             res_op->ops[2] = _r1;
   23186                 :             :                           }
   23187                 :          14 :                           res_op->resimplify (lseq, valueize);
   23188                 :          14 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1019, __FILE__, __LINE__, true);
   23189                 :          14 :                           return true;
   23190                 :             :                         }
   23191                 :          53 : next_after_fail2552:;
   23192                 :             :                       }
   23193                 :             :                   }
   23194                 :          53 :                   break;
   23195                 :             :                 }
   23196                 :             :               default:;
   23197                 :             :               }
   23198                 :             :         }
   23199                 :             :       break;
   23200                 :     1790360 :     default:;
   23201                 :             :     }
   23202                 :     1790360 :   switch (TREE_CODE (_p0))
   23203                 :             :     {
   23204                 :     1285737 :     case SSA_NAME:
   23205                 :     1285737 :       if (gimple *_d1 = get_def (valueize, _p0))
   23206                 :             :         {
   23207                 :      721805 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   23208                 :      691907 :             switch (gimple_assign_rhs_code (_a1))
   23209                 :             :               {
   23210                 :         310 :               case VEC_PERM_EXPR:
   23211                 :         310 :                 {
   23212                 :         310 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   23213                 :         310 :                   _q20 = do_valueize (valueize, _q20);
   23214                 :         310 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   23215                 :         310 :                   _q21 = do_valueize (valueize, _q21);
   23216                 :         310 :                   tree _q22 = gimple_assign_rhs3 (_a1);
   23217                 :         310 :                   _q22 = do_valueize (valueize, _q22);
   23218                 :         310 :                   if ((_q21 == _q20 && ! TREE_SIDE_EFFECTS (_q21)) || (operand_equal_p (_q21, _q20, 0) && types_match (_q21, _q20)))
   23219                 :             :                     {
   23220                 :          86 :                       switch (TREE_CODE (_p1))
   23221                 :             :                         {
   23222                 :          62 :                         case SSA_NAME:
   23223                 :          62 :                           if (gimple *_d2 = get_def (valueize, _p1))
   23224                 :             :                             {
   23225                 :          54 :                               if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   23226                 :          34 :                                 switch (gimple_assign_rhs_code (_a2))
   23227                 :             :                                   {
   23228                 :           2 :                                   case VEC_PERM_EXPR:
   23229                 :           2 :                                     {
   23230                 :           2 :                                       tree _q60 = gimple_assign_rhs1 (_a2);
   23231                 :           2 :                                       _q60 = do_valueize (valueize, _q60);
   23232                 :           2 :                                       tree _q61 = gimple_assign_rhs2 (_a2);
   23233                 :           2 :                                       _q61 = do_valueize (valueize, _q61);
   23234                 :           2 :                                       tree _q62 = gimple_assign_rhs3 (_a2);
   23235                 :           2 :                                       _q62 = do_valueize (valueize, _q62);
   23236                 :           2 :                                       if ((_q61 == _q60 && ! TREE_SIDE_EFFECTS (_q61)) || (operand_equal_p (_q61, _q60, 0) && types_match (_q61, _q60)))
   23237                 :             :                                         {
   23238                 :           2 :                                           if ((_q62 == _q22 && ! TREE_SIDE_EFFECTS (_q62)) || (operand_equal_p (_q62, _q22, 0) && types_match (_q62, _q22)))
   23239                 :             :                                             {
   23240                 :           2 :                                               {
   23241                 :           2 :                                                 tree captures[4] ATTRIBUTE_UNUSED = { _q20, _q22, _q60 };
   23242                 :           2 :                                                 if (VECTOR_INTEGER_TYPE_P (type)
   23243                 :             : )
   23244                 :             :                                                   {
   23245                 :           2 :                                                     gimple_seq *lseq = seq;
   23246                 :           2 :                                                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2553;
   23247                 :           2 :                                                     {
   23248                 :           2 :                                                       res_op->set_op (VEC_PERM_EXPR, type, 3);
   23249                 :           2 :                                                       {
   23250                 :           2 :                                                         tree _o1[2], _r1;
   23251                 :           2 :                                                         _o1[0] = captures[0];
   23252                 :           2 :                                                         _o1[1] = captures[2];
   23253                 :           2 :                                                         gimple_match_op tem_op (res_op->cond.any_else (), LSHIFT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   23254                 :           2 :                                                         tem_op.resimplify (lseq, valueize);
   23255                 :           2 :                                                         _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   23256                 :           2 :                                                         if (!_r1) goto next_after_fail2553;
   23257                 :           1 :                                                         captures[3] = _r1;
   23258                 :             :                                                       }
   23259                 :           1 :                                                       res_op->ops[0] = captures[3];
   23260                 :           1 :                                                       res_op->ops[1] = captures[3];
   23261                 :           1 :                                                       res_op->ops[2] = captures[1];
   23262                 :           1 :                                                       res_op->resimplify (lseq, valueize);
   23263                 :           1 :                                                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1020, __FILE__, __LINE__, true);
   23264                 :           1 :                                                       return true;
   23265                 :             :                                                     }
   23266                 :             : next_after_fail2553:;
   23267                 :             :                                                   }
   23268                 :             :                                               }
   23269                 :             :                                             }
   23270                 :             :                                         }
   23271                 :             :                                       break;
   23272                 :             :                                     }
   23273                 :             :                                   default:;
   23274                 :             :                                   }
   23275                 :             :                             }
   23276                 :             :                           break;
   23277                 :             :                         default:;
   23278                 :             :                         }
   23279                 :             :                     }
   23280                 :             :                   break;
   23281                 :             :                 }
   23282                 :             :               default:;
   23283                 :             :               }
   23284                 :             :         }
   23285                 :             :       break;
   23286                 :             :     default:;
   23287                 :             :     }
   23288                 :             :   return false;
   23289                 :             : }
   23290                 :             : 
   23291                 :             : bool
   23292                 :        3006 : gimple_simplify_CFN_BUILT_IN_POWL (gimple_match_op *res_op, gimple_seq *seq,
   23293                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   23294                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   23295                 :             : {
   23296                 :        3006 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   23297                 :        3006 :   switch (TREE_CODE (_p0))
   23298                 :             :     {
   23299                 :        1244 :     case SSA_NAME:
   23300                 :        1244 :       if (gimple *_d1 = get_def (valueize, _p0))
   23301                 :             :         {
   23302                 :         702 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   23303                 :         430 :             switch (gimple_assign_rhs_code (_a1))
   23304                 :             :               {
   23305                 :           2 :               case NEGATE_EXPR:
   23306                 :           2 :                 {
   23307                 :           2 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   23308                 :           2 :                   _q20 = do_valueize (valueize, _q20);
   23309                 :           2 :                   switch (TREE_CODE (_p1))
   23310                 :             :                     {
   23311                 :           2 :                     case REAL_CST:
   23312                 :           2 :                       {
   23313                 :           2 :                         {
   23314                 :           2 :                           tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   23315                 :           2 :                           const combined_fn pows = CFN_BUILT_IN_POWL;
   23316                 :           2 :                           {
   23317                 :           2 :  HOST_WIDE_INT n;
   23318                 :           2 :                               if (real_isinteger (&TREE_REAL_CST (captures[1]), &n) && (n & 1) == 0
   23319                 :             : )
   23320                 :             :                                 {
   23321                 :           2 :                                   gimple_seq *lseq = seq;
   23322                 :           2 :                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2594;
   23323                 :           2 :                                   {
   23324                 :           2 :                                     res_op->set_op (pows, type, 2);
   23325                 :           2 :                                     res_op->ops[0] = captures[0];
   23326                 :           2 :                                     res_op->ops[1] = captures[1];
   23327                 :           2 :                                     res_op->resimplify (lseq, valueize);
   23328                 :           2 :                                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1136, __FILE__, __LINE__, true);
   23329                 :           2 :                                     return true;
   23330                 :             :                                   }
   23331                 :           0 : next_after_fail2594:;
   23332                 :             :                                 }
   23333                 :             :                           }
   23334                 :             :                         }
   23335                 :           0 :                         break;
   23336                 :             :                       }
   23337                 :             :                     default:;
   23338                 :             :                     }
   23339                 :             :                   break;
   23340                 :             :                 }
   23341                 :          30 :               case ABS_EXPR:
   23342                 :          30 :                 {
   23343                 :          30 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   23344                 :          30 :                   _q20 = do_valueize (valueize, _q20);
   23345                 :          30 :                   switch (TREE_CODE (_p1))
   23346                 :             :                     {
   23347                 :           2 :                     case REAL_CST:
   23348                 :           2 :                       {
   23349                 :           2 :                         {
   23350                 :           2 :                           tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   23351                 :           2 :                           const combined_fn pows = CFN_BUILT_IN_POWL;
   23352                 :           2 :                           {
   23353                 :           2 :  HOST_WIDE_INT n;
   23354                 :           2 :                               if (real_isinteger (&TREE_REAL_CST (captures[1]), &n) && (n & 1) == 0
   23355                 :             : )
   23356                 :             :                                 {
   23357                 :           2 :                                   gimple_seq *lseq = seq;
   23358                 :           2 :                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2595;
   23359                 :           2 :                                   {
   23360                 :           2 :                                     res_op->set_op (pows, type, 2);
   23361                 :           2 :                                     res_op->ops[0] = captures[0];
   23362                 :           2 :                                     res_op->ops[1] = captures[1];
   23363                 :           2 :                                     res_op->resimplify (lseq, valueize);
   23364                 :           2 :                                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1136, __FILE__, __LINE__, true);
   23365                 :           2 :                                     return true;
   23366                 :             :                                   }
   23367                 :           0 : next_after_fail2595:;
   23368                 :             :                                 }
   23369                 :             :                           }
   23370                 :             :                         }
   23371                 :           0 :                         break;
   23372                 :             :                       }
   23373                 :             :                     default:;
   23374                 :             :                     }
   23375                 :             :                   break;
   23376                 :             :                 }
   23377                 :           2 :               case RDIV_EXPR:
   23378                 :           2 :                 {
   23379                 :           2 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   23380                 :           2 :                   _q20 = do_valueize (valueize, _q20);
   23381                 :           2 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   23382                 :           2 :                   _q21 = do_valueize (valueize, _q21);
   23383                 :           2 :                   if (real_onep (_q20))
   23384                 :             :                     {
   23385                 :           2 :                       {
   23386                 :           2 :                         tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _p1 };
   23387                 :           2 :                         if (gimple_simplify_426 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_POWL))
   23388                 :           1 :                           return true;
   23389                 :             :                       }
   23390                 :             :                     }
   23391                 :             :                   break;
   23392                 :             :                 }
   23393                 :             :               default:;
   23394                 :             :               }
   23395                 :         322 :           else if (gcall *_c1 = dyn_cast <gcall *> (_d1))
   23396                 :          99 :             switch (gimple_call_combined_fn (_c1))
   23397                 :             :               {
   23398                 :          14 :               case CFN_BUILT_IN_SQRTL:
   23399                 :          14 :                 if (gimple_call_num_args (_c1) == 1)
   23400                 :             :                   {
   23401                 :          14 :                     tree _q20 = gimple_call_arg (_c1, 0);
   23402                 :          14 :                     _q20 = do_valueize (valueize, _q20);
   23403                 :          14 :                     {
   23404                 :          14 :                       tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   23405                 :          14 :                       if (flag_unsafe_math_optimizations && canonicalize_math_p ()
   23406                 :             : )
   23407                 :             :                         {
   23408                 :          14 :                           gimple_seq *lseq = seq;
   23409                 :          14 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2596;
   23410                 :          14 :                           {
   23411                 :          14 :                             res_op->set_op (CFN_BUILT_IN_POWL, type, 2);
   23412                 :          14 :                             res_op->ops[0] = captures[0];
   23413                 :          14 :                             {
   23414                 :          14 :                               tree _o1[2], _r1;
   23415                 :          14 :                               _o1[0] = captures[1];
   23416                 :          14 :                               _o1[1] =  build_real (type, dconsthalf);
   23417                 :          14 :                               gimple_match_op tem_op (res_op->cond.any_else (), MULT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   23418                 :          14 :                               tem_op.resimplify (lseq, valueize);
   23419                 :          14 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   23420                 :          14 :                               if (!_r1) goto next_after_fail2596;
   23421                 :           7 :                               res_op->ops[1] = _r1;
   23422                 :             :                             }
   23423                 :           7 :                             res_op->resimplify (lseq, valueize);
   23424                 :           7 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1137, __FILE__, __LINE__, true);
   23425                 :           7 :                             return true;
   23426                 :             :                           }
   23427                 :           7 : next_after_fail2596:;
   23428                 :             :                         }
   23429                 :             :                     }
   23430                 :             :                   }
   23431                 :             :                 break;
   23432                 :          12 :               case CFN_BUILT_IN_EXP10L:
   23433                 :          12 :                 if (gimple_call_num_args (_c1) == 1)
   23434                 :             :                   {
   23435                 :          12 :                     tree _q20 = gimple_call_arg (_c1, 0);
   23436                 :          12 :                     _q20 = do_valueize (valueize, _q20);
   23437                 :          12 :                     {
   23438                 :          12 :                       tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   23439                 :          12 :                       if (flag_unsafe_math_optimizations
   23440                 :             : )
   23441                 :             :                         {
   23442                 :          12 :                           gimple_seq *lseq = seq;
   23443                 :          12 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2597;
   23444                 :          12 :                           {
   23445                 :          12 :                             res_op->set_op (CFN_BUILT_IN_EXP10L, type, 1);
   23446                 :          12 :                             {
   23447                 :          12 :                               tree _o1[2], _r1;
   23448                 :          12 :                               _o1[0] = captures[0];
   23449                 :          12 :                               _o1[1] = captures[1];
   23450                 :          12 :                               gimple_match_op tem_op (res_op->cond.any_else (), MULT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   23451                 :          12 :                               tem_op.resimplify (lseq, valueize);
   23452                 :          12 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   23453                 :          12 :                               if (!_r1) goto next_after_fail2597;
   23454                 :           6 :                               res_op->ops[0] = _r1;
   23455                 :             :                             }
   23456                 :           6 :                             res_op->resimplify (lseq, valueize);
   23457                 :           6 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1138, __FILE__, __LINE__, true);
   23458                 :           6 :                             return true;
   23459                 :             :                           }
   23460                 :           6 : next_after_fail2597:;
   23461                 :             :                         }
   23462                 :             :                     }
   23463                 :             :                   }
   23464                 :             :                 break;
   23465                 :          14 :               case CFN_BUILT_IN_EXPL:
   23466                 :          14 :                 if (gimple_call_num_args (_c1) == 1)
   23467                 :             :                   {
   23468                 :          14 :                     tree _q20 = gimple_call_arg (_c1, 0);
   23469                 :          14 :                     _q20 = do_valueize (valueize, _q20);
   23470                 :          14 :                     {
   23471                 :          14 :                       tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   23472                 :          14 :                       if (flag_unsafe_math_optimizations
   23473                 :             : )
   23474                 :             :                         {
   23475                 :          14 :                           gimple_seq *lseq = seq;
   23476                 :          14 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2598;
   23477                 :          14 :                           {
   23478                 :          14 :                             res_op->set_op (CFN_BUILT_IN_EXPL, type, 1);
   23479                 :          14 :                             {
   23480                 :          14 :                               tree _o1[2], _r1;
   23481                 :          14 :                               _o1[0] = captures[0];
   23482                 :          14 :                               _o1[1] = captures[1];
   23483                 :          14 :                               gimple_match_op tem_op (res_op->cond.any_else (), MULT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   23484                 :          14 :                               tem_op.resimplify (lseq, valueize);
   23485                 :          14 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   23486                 :          14 :                               if (!_r1) goto next_after_fail2598;
   23487                 :           7 :                               res_op->ops[0] = _r1;
   23488                 :             :                             }
   23489                 :           7 :                             res_op->resimplify (lseq, valueize);
   23490                 :           7 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1138, __FILE__, __LINE__, true);
   23491                 :           7 :                             return true;
   23492                 :             :                           }
   23493                 :           7 : next_after_fail2598:;
   23494                 :             :                         }
   23495                 :             :                     }
   23496                 :             :                   }
   23497                 :             :                 break;
   23498                 :          23 :               case CFN_BUILT_IN_POWL:
   23499                 :          23 :                 if (gimple_call_num_args (_c1) == 2)
   23500                 :             :                   {
   23501                 :          23 :                     tree _q20 = gimple_call_arg (_c1, 0);
   23502                 :          23 :                     _q20 = do_valueize (valueize, _q20);
   23503                 :          23 :                     tree _q21 = gimple_call_arg (_c1, 1);
   23504                 :          23 :                     _q21 = do_valueize (valueize, _q21);
   23505                 :          23 :                     if (tree_expr_nonnegative_p (_q20))
   23506                 :             :                       {
   23507                 :          12 :                         {
   23508                 :          12 :                           tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   23509                 :          12 :                           if (flag_unsafe_math_optimizations && canonicalize_math_p ()
   23510                 :             : )
   23511                 :             :                             {
   23512                 :          12 :                               gimple_seq *lseq = seq;
   23513                 :          12 :                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2599;
   23514                 :          12 :                               {
   23515                 :          12 :                                 res_op->set_op (CFN_BUILT_IN_POWL, type, 2);
   23516                 :          12 :                                 res_op->ops[0] = captures[0];
   23517                 :          12 :                                 {
   23518                 :          12 :                                   tree _o1[2], _r1;
   23519                 :          12 :                                   _o1[0] = captures[1];
   23520                 :          12 :                                   _o1[1] = captures[2];
   23521                 :          12 :                                   gimple_match_op tem_op (res_op->cond.any_else (), MULT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   23522                 :          12 :                                   tem_op.resimplify (lseq, valueize);
   23523                 :          12 :                                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   23524                 :          12 :                                   if (!_r1) goto next_after_fail2599;
   23525                 :           6 :                                   res_op->ops[1] = _r1;
   23526                 :             :                                 }
   23527                 :           6 :                                 res_op->resimplify (lseq, valueize);
   23528                 :           6 :                                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1139, __FILE__, __LINE__, true);
   23529                 :           6 :                                 return true;
   23530                 :             :                               }
   23531                 :           6 : next_after_fail2599:;
   23532                 :             :                             }
   23533                 :             :                         }
   23534                 :             :                       }
   23535                 :             :                   }
   23536                 :             :                 break;
   23537                 :          12 :               case CFN_BUILT_IN_POW10L:
   23538                 :          12 :                 if (gimple_call_num_args (_c1) == 1)
   23539                 :             :                   {
   23540                 :          12 :                     tree _q20 = gimple_call_arg (_c1, 0);
   23541                 :          12 :                     _q20 = do_valueize (valueize, _q20);
   23542                 :          12 :                     {
   23543                 :          12 :                       tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   23544                 :          12 :                       if (flag_unsafe_math_optimizations
   23545                 :             : )
   23546                 :             :                         {
   23547                 :          12 :                           gimple_seq *lseq = seq;
   23548                 :          12 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2600;
   23549                 :          12 :                           {
   23550                 :          12 :                             res_op->set_op (CFN_BUILT_IN_POW10L, type, 1);
   23551                 :          12 :                             {
   23552                 :          12 :                               tree _o1[2], _r1;
   23553                 :          12 :                               _o1[0] = captures[0];
   23554                 :          12 :                               _o1[1] = captures[1];
   23555                 :          12 :                               gimple_match_op tem_op (res_op->cond.any_else (), MULT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   23556                 :          12 :                               tem_op.resimplify (lseq, valueize);
   23557                 :          12 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   23558                 :          12 :                               if (!_r1) goto next_after_fail2600;
   23559                 :           6 :                               res_op->ops[0] = _r1;
   23560                 :             :                             }
   23561                 :           6 :                             res_op->resimplify (lseq, valueize);
   23562                 :           6 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1138, __FILE__, __LINE__, true);
   23563                 :           6 :                             return true;
   23564                 :             :                           }
   23565                 :           6 : next_after_fail2600:;
   23566                 :             :                         }
   23567                 :             :                     }
   23568                 :             :                   }
   23569                 :             :                 break;
   23570                 :           0 :               case CFN_BUILT_IN_COPYSIGN:
   23571                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   23572                 :             :                   {
   23573                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   23574                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   23575                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
   23576                 :           0 :                     _q21 = do_valueize (valueize, _q21);
   23577                 :           0 :                     switch (TREE_CODE (_p1))
   23578                 :             :                       {
   23579                 :           0 :                       case REAL_CST:
   23580                 :           0 :                         {
   23581                 :           0 :                           {
   23582                 :           0 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   23583                 :           0 :                             if (gimple_simplify_425 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGN, CFN_BUILT_IN_POWL))
   23584                 :           0 :                               return true;
   23585                 :             :                           }
   23586                 :           0 :                           break;
   23587                 :             :                         }
   23588                 :             :                       default:;
   23589                 :             :                       }
   23590                 :             :                   }
   23591                 :             :                 break;
   23592                 :           0 :               case CFN_BUILT_IN_COPYSIGNF:
   23593                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   23594                 :             :                   {
   23595                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   23596                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   23597                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
   23598                 :           0 :                     _q21 = do_valueize (valueize, _q21);
   23599                 :           0 :                     switch (TREE_CODE (_p1))
   23600                 :             :                       {
   23601                 :           0 :                       case REAL_CST:
   23602                 :           0 :                         {
   23603                 :           0 :                           {
   23604                 :           0 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   23605                 :           0 :                             if (gimple_simplify_425 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF, CFN_BUILT_IN_POWL))
   23606                 :           0 :                               return true;
   23607                 :             :                           }
   23608                 :           0 :                           break;
   23609                 :             :                         }
   23610                 :             :                       default:;
   23611                 :             :                       }
   23612                 :             :                   }
   23613                 :             :                 break;
   23614                 :           0 :               case CFN_BUILT_IN_COPYSIGNL:
   23615                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   23616                 :             :                   {
   23617                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   23618                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   23619                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
   23620                 :           0 :                     _q21 = do_valueize (valueize, _q21);
   23621                 :           0 :                     switch (TREE_CODE (_p1))
   23622                 :             :                       {
   23623                 :           0 :                       case REAL_CST:
   23624                 :           0 :                         {
   23625                 :           0 :                           {
   23626                 :           0 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   23627                 :           0 :                             if (gimple_simplify_425 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNL, CFN_BUILT_IN_POWL))
   23628                 :           0 :                               return true;
   23629                 :             :                           }
   23630                 :           0 :                           break;
   23631                 :             :                         }
   23632                 :             :                       default:;
   23633                 :             :                       }
   23634                 :             :                   }
   23635                 :             :                 break;
   23636                 :          12 :               case CFN_BUILT_IN_CBRTL:
   23637                 :          12 :                 if (gimple_call_num_args (_c1) == 1)
   23638                 :             :                   {
   23639                 :          12 :                     tree _q20 = gimple_call_arg (_c1, 0);
   23640                 :          12 :                     _q20 = do_valueize (valueize, _q20);
   23641                 :          12 :                     if (tree_expr_nonnegative_p (_q20))
   23642                 :             :                       {
   23643                 :          12 :                         {
   23644                 :          12 :                           tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   23645                 :          12 :                           if (flag_unsafe_math_optimizations && canonicalize_math_p ()
   23646                 :             : )
   23647                 :             :                             {
   23648                 :          12 :                               gimple_seq *lseq = seq;
   23649                 :          12 :                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2601;
   23650                 :          12 :                               {
   23651                 :          12 :                                 res_op->set_op (CFN_BUILT_IN_POWL, type, 2);
   23652                 :          12 :                                 res_op->ops[0] = captures[0];
   23653                 :          12 :                                 {
   23654                 :          12 :                                   tree _o1[2], _r1;
   23655                 :          12 :                                   _o1[0] = captures[1];
   23656                 :          12 :                                   _o1[1] =  build_real_truncate (type, dconst_third ());
   23657                 :          12 :                                   gimple_match_op tem_op (res_op->cond.any_else (), MULT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   23658                 :          12 :                                   tem_op.resimplify (lseq, valueize);
   23659                 :          12 :                                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   23660                 :          12 :                                   if (!_r1) goto next_after_fail2601;
   23661                 :           6 :                                   res_op->ops[1] = _r1;
   23662                 :             :                                 }
   23663                 :           6 :                                 res_op->resimplify (lseq, valueize);
   23664                 :           6 :                                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1140, __FILE__, __LINE__, true);
   23665                 :           6 :                                 return true;
   23666                 :             :                               }
   23667                 :           6 : next_after_fail2601:;
   23668                 :             :                             }
   23669                 :             :                         }
   23670                 :             :                       }
   23671                 :             :                   }
   23672                 :             :                 break;
   23673                 :          12 :               case CFN_BUILT_IN_EXP2L:
   23674                 :          12 :                 if (gimple_call_num_args (_c1) == 1)
   23675                 :             :                   {
   23676                 :          12 :                     tree _q20 = gimple_call_arg (_c1, 0);
   23677                 :          12 :                     _q20 = do_valueize (valueize, _q20);
   23678                 :          12 :                     {
   23679                 :          12 :                       tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   23680                 :          12 :                       if (flag_unsafe_math_optimizations
   23681                 :             : )
   23682                 :             :                         {
   23683                 :          12 :                           gimple_seq *lseq = seq;
   23684                 :          12 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2602;
   23685                 :          12 :                           {
   23686                 :          12 :                             res_op->set_op (CFN_BUILT_IN_EXP2L, type, 1);
   23687                 :          12 :                             {
   23688                 :          12 :                               tree _o1[2], _r1;
   23689                 :          12 :                               _o1[0] = captures[0];
   23690                 :          12 :                               _o1[1] = captures[1];
   23691                 :          12 :                               gimple_match_op tem_op (res_op->cond.any_else (), MULT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   23692                 :          12 :                               tem_op.resimplify (lseq, valueize);
   23693                 :          12 :                               _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   23694                 :          12 :                               if (!_r1) goto next_after_fail2602;
   23695                 :           6 :                               res_op->ops[0] = _r1;
   23696                 :             :                             }
   23697                 :           6 :                             res_op->resimplify (lseq, valueize);
   23698                 :           6 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1138, __FILE__, __LINE__, true);
   23699                 :           6 :                             return true;
   23700                 :             :                           }
   23701                 :           6 : next_after_fail2602:;
   23702                 :             :                         }
   23703                 :             :                     }
   23704                 :             :                   }
   23705                 :             :                 break;
   23706                 :           0 :               case CFN_COPYSIGN:
   23707                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   23708                 :             :                   {
   23709                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   23710                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   23711                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
   23712                 :           0 :                     _q21 = do_valueize (valueize, _q21);
   23713                 :           0 :                     switch (TREE_CODE (_p1))
   23714                 :             :                       {
   23715                 :           0 :                       case REAL_CST:
   23716                 :           0 :                         {
   23717                 :           0 :                           {
   23718                 :           0 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   23719                 :           0 :                             if (gimple_simplify_425 (res_op, seq, valueize, type, captures, CFN_COPYSIGN, CFN_BUILT_IN_POWL))
   23720                 :           0 :                               return true;
   23721                 :             :                           }
   23722                 :           0 :                           break;
   23723                 :             :                         }
   23724                 :             :                       default:;
   23725                 :             :                       }
   23726                 :             :                   }
   23727                 :             :                 break;
   23728                 :             :               default:;
   23729                 :             :               }
   23730                 :             :         }
   23731                 :             :       break;
   23732                 :        1688 :     case REAL_CST:
   23733                 :        1688 :       {
   23734                 :        1688 :         {
   23735                 :        1688 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   23736                 :        1688 :           if (gimple_simplify_428 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_POWL, CFN_BUILT_IN_EXPL, CFN_BUILT_IN_LOGL, CFN_BUILT_IN_EXP2L, CFN_BUILT_IN_LOG2L))
   23737                 :           2 :             return true;
   23738                 :             :         }
   23739                 :        1686 :         break;
   23740                 :             :       }
   23741                 :        2955 :     default:;
   23742                 :             :     }
   23743                 :        2955 : if (real_zerop (_p0))
   23744                 :             :   {
   23745                 :         207 :     {
   23746                 :         207 :       tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   23747                 :         207 :       if (gimple_simplify_427 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_POWL))
   23748                 :           1 :         return true;
   23749                 :             :     }
   23750                 :             :   }
   23751                 :        2954 : if (real_onep (_p0))
   23752                 :             :   {
   23753                 :         100 :     {
   23754                 :         100 :       tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   23755                 :         100 :       if (gimple_simplify_429 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_POWL))
   23756                 :         100 :         return true;
   23757                 :             :     }
   23758                 :             :   }
   23759                 :        2854 :   switch (TREE_CODE (_p1))
   23760                 :             :     {
   23761                 :        1549 :     case REAL_CST:
   23762                 :        1549 :       {
   23763                 :        1549 :         {
   23764                 :        1549 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   23765                 :        1549 :           {
   23766                 :        1549 :  const REAL_VALUE_TYPE *value = TREE_REAL_CST_PTR (captures[1]);
   23767                 :        1549 :  REAL_VALUE_TYPE tmp;
   23768                 :        1549 :               if (real_equal (value, &dconst0)
   23769                 :             : )
   23770                 :             :                 {
   23771                 :           6 :                   gimple_seq *lseq = seq;
   23772                 :           6 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2603;
   23773                 :           6 :                   {
   23774                 :           6 :                     tree tem;
   23775                 :           6 :                     tem =  build_real (type, dconst1);
   23776                 :           6 :                     res_op->set_value (tem);
   23777                 :           6 :                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1141, __FILE__, __LINE__, true);
   23778                 :           7 :                     return true;
   23779                 :             :                   }
   23780                 :           0 : next_after_fail2603:;
   23781                 :             :                 }
   23782                 :             :               else
   23783                 :             :                 {
   23784                 :        1543 :                   if (real_equal (value, &dconst1)
   23785                 :             : )
   23786                 :             :                     {
   23787                 :           1 :                       gimple_seq *lseq = seq;
   23788                 :           1 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2604;
   23789                 :           1 :                       {
   23790                 :           1 :                         tree tem;
   23791                 :           1 :                         tem = captures[0];
   23792                 :           1 :                         res_op->set_value (tem);
   23793                 :           1 :                         if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1142, __FILE__, __LINE__, true);
   23794                 :           1 :                         return true;
   23795                 :             :                       }
   23796                 :           0 : next_after_fail2604:;
   23797                 :             :                     }
   23798                 :             :                   else
   23799                 :             :                     {
   23800                 :        1542 :                       if (real_equal (value, &dconstm1)
   23801                 :             : )
   23802                 :             :                         {
   23803                 :           0 :                           gimple_seq *lseq = seq;
   23804                 :           0 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2605;
   23805                 :           0 :                           {
   23806                 :           0 :                             res_op->set_op (RDIV_EXPR, type, 2);
   23807                 :           0 :                             res_op->ops[0] =  build_real (type, dconst1);
   23808                 :           0 :                             res_op->ops[1] = captures[0];
   23809                 :           0 :                             res_op->resimplify (lseq, valueize);
   23810                 :           0 :                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1143, __FILE__, __LINE__, true);
   23811                 :           0 :                             return true;
   23812                 :             :                           }
   23813                 :           0 : next_after_fail2605:;
   23814                 :             :                         }
   23815                 :             :                       else
   23816                 :             :                         {
   23817                 :        1542 :                           if (flag_unsafe_math_optimizations
   23818                 :             :  && canonicalize_math_p ()
   23819                 :        1730 :  && real_equal (value, &dconsthalf)
   23820                 :             : )
   23821                 :             :                             {
   23822                 :           0 :                               gimple_seq *lseq = seq;
   23823                 :           0 :                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2606;
   23824                 :           0 :                               {
   23825                 :           0 :                                 res_op->set_op (CFN_BUILT_IN_SQRTL, type, 1);
   23826                 :           0 :                                 res_op->ops[0] = captures[0];
   23827                 :           0 :                                 res_op->resimplify (lseq, valueize);
   23828                 :           0 :                                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1144, __FILE__, __LINE__, true);
   23829                 :           0 :                                 return true;
   23830                 :             :                               }
   23831                 :           0 : next_after_fail2606:;
   23832                 :             :                             }
   23833                 :             :                           else
   23834                 :             :                             {
   23835                 :        1542 :                               if (flag_unsafe_math_optimizations
   23836                 :             :  && canonicalize_math_p ()
   23837                 :        1918 :  && (tmp = real_value_truncate (TYPE_MODE (type), dconst_third ()),
   23838                 :         188 :  real_equal (value, &tmp))
   23839                 :             : )
   23840                 :             :                                 {
   23841                 :           0 :                                   gimple_seq *lseq = seq;
   23842                 :           0 :                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2607;
   23843                 :           0 :                                   {
   23844                 :           0 :                                     res_op->set_op (CFN_BUILT_IN_CBRTL, type, 1);
   23845                 :           0 :                                     res_op->ops[0] = captures[0];
   23846                 :           0 :                                     res_op->resimplify (lseq, valueize);
   23847                 :           0 :                                     if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1145, __FILE__, __LINE__, true);
   23848                 :           0 :                                     return true;
   23849                 :             :                                   }
   23850                 :           0 : next_after_fail2607:;
   23851                 :             :                                 }
   23852                 :             :                             }
   23853                 :             :                         }
   23854                 :             :                     }
   23855                 :             :                 }
   23856                 :             :           }
   23857                 :             :         }
   23858                 :        1542 :         break;
   23859                 :             :       }
   23860                 :             :     default:;
   23861                 :             :     }
   23862                 :             :   return false;
   23863                 :             : }
   23864                 :             : 
   23865                 :             : bool
   23866                 :         333 : gimple_simplify_CFN_BUILT_IN_HYPOT (gimple_match_op *res_op, gimple_seq *seq,
   23867                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   23868                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   23869                 :             : {
   23870                 :         333 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   23871                 :         333 :   switch (TREE_CODE (_p0))
   23872                 :             :     {
   23873                 :         297 :     case SSA_NAME:
   23874                 :         297 :       if (gimple *_d1 = get_def (valueize, _p0))
   23875                 :             :         {
   23876                 :         177 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   23877                 :         112 :             switch (gimple_assign_rhs_code (_a1))
   23878                 :             :               {
   23879                 :           7 :               case NEGATE_EXPR:
   23880                 :           7 :                 {
   23881                 :           7 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   23882                 :           7 :                   _q20 = do_valueize (valueize, _q20);
   23883                 :           7 :                   {
   23884                 :           7 :                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   23885                 :           7 :                     const combined_fn hypots = CFN_BUILT_IN_HYPOT;
   23886                 :           7 :                     gimple_seq *lseq = seq;
   23887                 :           7 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2655;
   23888                 :           7 :                     {
   23889                 :           7 :                       res_op->set_op (hypots, type, 2);
   23890                 :           7 :                       res_op->ops[0] = captures[0];
   23891                 :           7 :                       res_op->ops[1] = captures[1];
   23892                 :           7 :                       res_op->resimplify (lseq, valueize);
   23893                 :           7 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1154, __FILE__, __LINE__, true);
   23894                 :           7 :                       return true;
   23895                 :             :                     }
   23896                 :           0 : next_after_fail2655:;
   23897                 :             :                   }
   23898                 :           0 :                   break;
   23899                 :             :                 }
   23900                 :           5 :               case ABS_EXPR:
   23901                 :           5 :                 {
   23902                 :           5 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   23903                 :           5 :                   _q20 = do_valueize (valueize, _q20);
   23904                 :           5 :                   {
   23905                 :           5 :                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   23906                 :           5 :                     const combined_fn hypots = CFN_BUILT_IN_HYPOT;
   23907                 :           5 :                     gimple_seq *lseq = seq;
   23908                 :           5 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2656;
   23909                 :           5 :                     {
   23910                 :           5 :                       res_op->set_op (hypots, type, 2);
   23911                 :           5 :                       res_op->ops[0] = captures[0];
   23912                 :           5 :                       res_op->ops[1] = captures[1];
   23913                 :           5 :                       res_op->resimplify (lseq, valueize);
   23914                 :           5 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1154, __FILE__, __LINE__, true);
   23915                 :           5 :                       return true;
   23916                 :             :                     }
   23917                 :           0 : next_after_fail2656:;
   23918                 :             :                   }
   23919                 :           0 :                   break;
   23920                 :             :                 }
   23921                 :             :               default:;
   23922                 :             :               }
   23923                 :             :         }
   23924                 :             :       break;
   23925                 :         321 :     default:;
   23926                 :             :     }
   23927                 :         321 :   switch (TREE_CODE (_p1))
   23928                 :             :     {
   23929                 :         283 :     case SSA_NAME:
   23930                 :         283 :       if (gimple *_d1 = get_def (valueize, _p1))
   23931                 :             :         {
   23932                 :         165 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   23933                 :         144 :             switch (gimple_assign_rhs_code (_a1))
   23934                 :             :               {
   23935                 :           7 :               case NEGATE_EXPR:
   23936                 :           7 :                 {
   23937                 :           7 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   23938                 :           7 :                   _q30 = do_valueize (valueize, _q30);
   23939                 :           7 :                   {
   23940                 :           7 :                     tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q30 };
   23941                 :           7 :                     const combined_fn hypots = CFN_BUILT_IN_HYPOT;
   23942                 :           7 :                     gimple_seq *lseq = seq;
   23943                 :           7 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2657;
   23944                 :           7 :                     {
   23945                 :           7 :                       res_op->set_op (hypots, type, 2);
   23946                 :           7 :                       res_op->ops[0] = captures[0];
   23947                 :           7 :                       res_op->ops[1] = captures[1];
   23948                 :           7 :                       res_op->resimplify (lseq, valueize);
   23949                 :           7 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1155, __FILE__, __LINE__, true);
   23950                 :           7 :                       return true;
   23951                 :             :                     }
   23952                 :           0 : next_after_fail2657:;
   23953                 :             :                   }
   23954                 :           0 :                   break;
   23955                 :             :                 }
   23956                 :           5 :               case ABS_EXPR:
   23957                 :           5 :                 {
   23958                 :           5 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   23959                 :           5 :                   _q30 = do_valueize (valueize, _q30);
   23960                 :           5 :                   {
   23961                 :           5 :                     tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q30 };
   23962                 :           5 :                     const combined_fn hypots = CFN_BUILT_IN_HYPOT;
   23963                 :           5 :                     gimple_seq *lseq = seq;
   23964                 :           5 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2658;
   23965                 :           5 :                     {
   23966                 :           5 :                       res_op->set_op (hypots, type, 2);
   23967                 :           5 :                       res_op->ops[0] = captures[0];
   23968                 :           5 :                       res_op->ops[1] = captures[1];
   23969                 :           5 :                       res_op->resimplify (lseq, valueize);
   23970                 :           5 :                       if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1155, __FILE__, __LINE__, true);
   23971                 :           5 :                       return true;
   23972                 :             :                     }
   23973                 :           0 : next_after_fail2658:;
   23974                 :             :                   }
   23975                 :           0 :                   break;
   23976                 :             :                 }
   23977                 :             :               default:;
   23978                 :             :               }
   23979                 :             :         }
   23980                 :             :       break;
   23981                 :         309 :     default:;
   23982                 :             :     }
   23983                 :         309 :   switch (TREE_CODE (_p0))
   23984                 :             :     {
   23985                 :         273 :     case SSA_NAME:
   23986                 :         273 :       if (gimple *_d1 = get_def (valueize, _p0))
   23987                 :             :         {
   23988                 :         153 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
   23989                 :          25 :             switch (gimple_call_combined_fn (_c1))
   23990                 :             :               {
   23991                 :           4 :               case CFN_BUILT_IN_COPYSIGN:
   23992                 :           4 :                 if (gimple_call_num_args (_c1) == 2)
   23993                 :             :                   {
   23994                 :           4 :                     tree _q20 = gimple_call_arg (_c1, 0);
   23995                 :           4 :                     _q20 = do_valueize (valueize, _q20);
   23996                 :           4 :                     tree _q21 = gimple_call_arg (_c1, 1);
   23997                 :           4 :                     _q21 = do_valueize (valueize, _q21);
   23998                 :           4 :                     {
   23999                 :           4 :                       tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   24000                 :           4 :                       if (gimple_simplify_431 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGN, CFN_BUILT_IN_HYPOT))
   24001                 :           4 :                         return true;
   24002                 :             :                     }
   24003                 :             :                   }
   24004                 :             :                 break;
   24005                 :           0 :               case CFN_BUILT_IN_COPYSIGNF:
   24006                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   24007                 :             :                   {
   24008                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   24009                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   24010                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
   24011                 :           0 :                     _q21 = do_valueize (valueize, _q21);
   24012                 :           0 :                     {
   24013                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   24014                 :           0 :                       if (gimple_simplify_431 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF, CFN_BUILT_IN_HYPOT))
   24015                 :           0 :                         return true;
   24016                 :             :                     }
   24017                 :             :                   }
   24018                 :             :                 break;
   24019                 :           0 :               case CFN_BUILT_IN_COPYSIGNL:
   24020                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   24021                 :             :                   {
   24022                 :           0 :                     tree _q20 = gimple_call_arg (_c1, 0);
   24023                 :           0 :                     _q20 = do_valueize (valueize, _q20);
   24024                 :           0 :                     tree _q21 = gimple_call_arg (_c1, 1);
   24025                 :           0 :                     _q21 = do_valueize (valueize, _q21);
   24026                 :           0 :                     {
   24027                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   24028                 :           0 :                       if (gimple_simplify_431 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNL, CFN_BUILT_IN_HYPOT))
   24029                 :           0 :                         return true;
   24030                 :             :                     }
   24031                 :             :                   }
   24032                 :             :                 break;
   24033                 :           1 :               case CFN_COPYSIGN:
   24034                 :           1 :                 if (gimple_call_num_args (_c1) == 2)
   24035                 :             :                   {
   24036                 :           1 :                     tree _q20 = gimple_call_arg (_c1, 0);
   24037                 :           1 :                     _q20 = do_valueize (valueize, _q20);
   24038                 :           1 :                     tree _q21 = gimple_call_arg (_c1, 1);
   24039                 :           1 :                     _q21 = do_valueize (valueize, _q21);
   24040                 :           1 :                     {
   24041                 :           1 :                       tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   24042                 :           1 :                       if (gimple_simplify_431 (res_op, seq, valueize, type, captures, CFN_COPYSIGN, CFN_BUILT_IN_HYPOT))
   24043                 :           1 :                         return true;
   24044                 :             :                     }
   24045                 :             :                   }
   24046                 :             :                 break;
   24047                 :             :               default:;
   24048                 :             :               }
   24049                 :             :         }
   24050                 :             :       break;
   24051                 :         304 :     default:;
   24052                 :             :     }
   24053                 :         304 :   switch (TREE_CODE (_p1))
   24054                 :             :     {
   24055                 :         266 :     case SSA_NAME:
   24056                 :         266 :       if (gimple *_d1 = get_def (valueize, _p1))
   24057                 :             :         {
   24058                 :         148 :           if (gcall *_c1 = dyn_cast <gcall *> (_d1))
   24059                 :          21 :             switch (gimple_call_combined_fn (_c1))
   24060                 :             :               {
   24061                 :           0 :               case CFN_BUILT_IN_COPYSIGN:
   24062                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   24063                 :             :                   {
   24064                 :           0 :                     tree _q30 = gimple_call_arg (_c1, 0);
   24065                 :           0 :                     _q30 = do_valueize (valueize, _q30);
   24066                 :           0 :                     tree _q31 = gimple_call_arg (_c1, 1);
   24067                 :           0 :                     _q31 = do_valueize (valueize, _q31);
   24068                 :           0 :                     {
   24069                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q30, _q31 };
   24070                 :           0 :                       if (gimple_simplify_432 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGN, CFN_BUILT_IN_HYPOT))
   24071                 :           0 :                         return true;
   24072                 :             :                     }
   24073                 :             :                   }
   24074                 :             :                 break;
   24075                 :           0 :               case CFN_BUILT_IN_COPYSIGNF:
   24076                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   24077                 :             :                   {
   24078                 :           0 :                     tree _q30 = gimple_call_arg (_c1, 0);
   24079                 :           0 :                     _q30 = do_valueize (valueize, _q30);
   24080                 :           0 :                     tree _q31 = gimple_call_arg (_c1, 1);
   24081                 :           0 :                     _q31 = do_valueize (valueize, _q31);
   24082                 :           0 :                     {
   24083                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q30, _q31 };
   24084                 :           0 :                       if (gimple_simplify_432 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNF, CFN_BUILT_IN_HYPOT))
   24085                 :           0 :                         return true;
   24086                 :             :                     }
   24087                 :             :                   }
   24088                 :             :                 break;
   24089                 :           0 :               case CFN_BUILT_IN_COPYSIGNL:
   24090                 :           0 :                 if (gimple_call_num_args (_c1) == 2)
   24091                 :             :                   {
   24092                 :           0 :                     tree _q30 = gimple_call_arg (_c1, 0);
   24093                 :           0 :                     _q30 = do_valueize (valueize, _q30);
   24094                 :           0 :                     tree _q31 = gimple_call_arg (_c1, 1);
   24095                 :           0 :                     _q31 = do_valueize (valueize, _q31);
   24096                 :           0 :                     {
   24097                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q30, _q31 };
   24098                 :           0 :                       if (gimple_simplify_432 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_COPYSIGNL, CFN_BUILT_IN_HYPOT))
   24099                 :           0 :                         return true;
   24100                 :             :                     }
   24101                 :             :                   }
   24102                 :             :                 break;
   24103                 :           1 :               case CFN_COPYSIGN:
   24104                 :           1 :                 if (gimple_call_num_args (_c1) == 2)
   24105                 :             :                   {
   24106                 :           1 :                     tree _q30 = gimple_call_arg (_c1, 0);
   24107                 :           1 :                     _q30 = do_valueize (valueize, _q30);
   24108                 :           1 :                     tree _q31 = gimple_call_arg (_c1, 1);
   24109                 :           1 :                     _q31 = do_valueize (valueize, _q31);
   24110                 :           1 :                     {
   24111                 :           1 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q30, _q31 };
   24112                 :           1 :                       if (gimple_simplify_432 (res_op, seq, valueize, type, captures, CFN_COPYSIGN, CFN_BUILT_IN_HYPOT))
   24113                 :           1 :                         return true;
   24114                 :             :                     }
   24115                 :             :                   }
   24116                 :             :                 break;
   24117                 :             :               default:;
   24118                 :             :               }
   24119                 :             :         }
   24120                 :             :       break;
   24121                 :         303 :     default:;
   24122                 :             :     }
   24123                 :         303 : if (real_zerop (_p1))
   24124                 :             :   {
   24125                 :           2 :     {
   24126                 :           2 :       tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   24127                 :           2 :       if (gimple_simplify_433 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_HYPOT))
   24128                 :           2 :         return true;
   24129                 :             :     }
   24130                 :             :   }
   24131                 :         301 :   if (real_zerop (_p0))
   24132                 :             :     {
   24133                 :           1 :       {
   24134                 :           1 :         tree captures[2] ATTRIBUTE_UNUSED = { _p1, _p0 };
   24135                 :           1 :         if (gimple_simplify_433 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_HYPOT))
   24136                 :           1 :           return true;
   24137                 :             :       }
   24138                 :             :     }
   24139                 :         300 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   24140                 :             :     {
   24141                 :           7 :       {
   24142                 :           7 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   24143                 :           7 :         if (gimple_simplify_434 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_HYPOT))
   24144                 :           3 :           return true;
   24145                 :             :       }
   24146                 :             :     }
   24147                 :             :   return false;
   24148                 :             : }
   24149                 :             : 
   24150                 :             : bool
   24151                 :        1771 : gimple_simplify_CFN_BUILT_IN_FMINF (gimple_match_op *res_op, gimple_seq *seq,
   24152                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   24153                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   24154                 :             : {
   24155                 :        1771 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   24156                 :        1771 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   24157                 :             :     {
   24158                 :          43 :       {
   24159                 :          43 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   24160                 :          43 :         if (gimple_simplify_601 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FMINF))
   24161                 :          28 :           return true;
   24162                 :             :       }
   24163                 :             :     }
   24164                 :        1743 :   switch (TREE_CODE (_p1))
   24165                 :             :     {
   24166                 :         886 :     case REAL_CST:
   24167                 :         886 :       {
   24168                 :         886 :         {
   24169                 :         886 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   24170                 :         886 :           if (gimple_simplify_602 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FMINF))
   24171                 :          38 :             return true;
   24172                 :             :         }
   24173                 :         848 :         break;
   24174                 :             :       }
   24175                 :        1705 :     default:;
   24176                 :             :     }
   24177                 :        1705 :   switch (TREE_CODE (_p0))
   24178                 :             :     {
   24179                 :         490 :     case REAL_CST:
   24180                 :         490 :       {
   24181                 :         490 :         {
   24182                 :         490 :           tree captures[2] ATTRIBUTE_UNUSED = { _p1, _p0 };
   24183                 :         490 :           if (gimple_simplify_602 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FMINF))
   24184                 :          60 :             return true;
   24185                 :             :         }
   24186                 :         430 :         break;
   24187                 :             :       }
   24188                 :        1645 :     default:;
   24189                 :             :     }
   24190                 :        1645 :   {
   24191                 :        1645 :     tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   24192                 :        1645 :     if (gimple_simplify_603 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FMINF))
   24193                 :          17 :       return true;
   24194                 :             :   }
   24195                 :        1628 :   switch (TREE_CODE (_p0))
   24196                 :             :     {
   24197                 :        1053 :     case SSA_NAME:
   24198                 :        1053 :       if (gimple *_d1 = get_def (valueize, _p0))
   24199                 :             :         {
   24200                 :         621 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   24201                 :         474 :             switch (gimple_assign_rhs_code (_a1))
   24202                 :             :               {
   24203                 :          40 :               case NEGATE_EXPR:
   24204                 :          40 :                 {
   24205                 :          40 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   24206                 :          40 :                   _q20 = do_valueize (valueize, _q20);
   24207                 :          40 :                   switch (TREE_CODE (_p1))
   24208                 :             :                     {
   24209                 :           0 :                     case SSA_NAME:
   24210                 :           0 :                       if (gimple *_d2 = get_def (valueize, _p1))
   24211                 :             :                         {
   24212                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   24213                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
   24214                 :             :                               {
   24215                 :           0 :                               case NEGATE_EXPR:
   24216                 :           0 :                                 {
   24217                 :           0 :                                   tree _q40 = gimple_assign_rhs1 (_a2);
   24218                 :           0 :                                   _q40 = do_valueize (valueize, _q40);
   24219                 :           0 :                                   {
   24220                 :           0 :                                     tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
   24221                 :           0 :                                     if (FLOAT_TYPE_P (TREE_TYPE (captures[1]))
   24222                 :           0 :  || (ANY_INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
   24223                 :           0 :  && TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[1])))
   24224                 :             : )
   24225                 :             :                                       {
   24226                 :           0 :                                         gimple_seq *lseq = seq;
   24227                 :           0 :                                         if (lseq
   24228                 :           0 :                                             && (!single_use (captures[0])
   24229                 :           0 :                                                 || !single_use (captures[2])))
   24230                 :           0 :                                           lseq = NULL;
   24231                 :           0 :                                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2714;
   24232                 :           0 :                                         {
   24233                 :           0 :                                           res_op->set_op (NEGATE_EXPR, type, 1);
   24234                 :           0 :                                           {
   24235                 :           0 :                                             tree _o1[2], _r1;
   24236                 :           0 :                                             _o1[0] = captures[1];
   24237                 :           0 :                                             _o1[1] = captures[3];
   24238                 :           0 :                                             gimple_match_op tem_op (res_op->cond.any_else (), CFN_BUILT_IN_FMAXF, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   24239                 :           0 :                                             tem_op.resimplify (lseq, valueize);
   24240                 :           0 :                                             _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   24241                 :           0 :                                             if (!_r1) goto next_after_fail2714;
   24242                 :           0 :                                             res_op->ops[0] = _r1;
   24243                 :             :                                           }
   24244                 :           0 :                                           res_op->resimplify (lseq, valueize);
   24245                 :           0 :                                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1170, __FILE__, __LINE__, true);
   24246                 :           0 :                                           return true;
   24247                 :             :                                         }
   24248                 :           0 : next_after_fail2714:;
   24249                 :             :                                       }
   24250                 :             :                                   }
   24251                 :           0 :                                   break;
   24252                 :             :                                 }
   24253                 :             :                               default:;
   24254                 :             :                               }
   24255                 :             :                         }
   24256                 :             :                       break;
   24257                 :             :                     default:;
   24258                 :             :                     }
   24259                 :             :                   break;
   24260                 :             :                 }
   24261                 :             :               default:;
   24262                 :             :               }
   24263                 :             :         }
   24264                 :             :       break;
   24265                 :             :     default:;
   24266                 :             :     }
   24267                 :             :   return false;
   24268                 :             : }
   24269                 :             : 
   24270                 :             : bool
   24271                 :          11 : gimple_simplify_CFN_BUILT_IN_FMINF16 (gimple_match_op *res_op, gimple_seq *seq,
   24272                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   24273                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   24274                 :             : {
   24275                 :          11 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   24276                 :          11 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   24277                 :             :     {
   24278                 :           0 :       {
   24279                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   24280                 :           0 :         if (gimple_simplify_601 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FMINF16))
   24281                 :           0 :           return true;
   24282                 :             :       }
   24283                 :             :     }
   24284                 :          11 :   switch (TREE_CODE (_p1))
   24285                 :             :     {
   24286                 :           0 :     case REAL_CST:
   24287                 :           0 :       {
   24288                 :           0 :         {
   24289                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   24290                 :           0 :           if (gimple_simplify_602 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FMINF16))
   24291                 :           0 :             return true;
   24292                 :             :         }
   24293                 :           0 :         break;
   24294                 :             :       }
   24295                 :          11 :     default:;
   24296                 :             :     }
   24297                 :          11 :   switch (TREE_CODE (_p0))
   24298                 :             :     {
   24299                 :           0 :     case REAL_CST:
   24300                 :           0 :       {
   24301                 :           0 :         {
   24302                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p1, _p0 };
   24303                 :           0 :           if (gimple_simplify_602 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FMINF16))
   24304                 :           0 :             return true;
   24305                 :             :         }
   24306                 :           0 :         break;
   24307                 :             :       }
   24308                 :          11 :     default:;
   24309                 :             :     }
   24310                 :          11 :   {
   24311                 :          11 :     tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   24312                 :          11 :     if (gimple_simplify_603 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FMINF16))
   24313                 :          11 :       return true;
   24314                 :             :   }
   24315                 :           0 :   switch (TREE_CODE (_p0))
   24316                 :             :     {
   24317                 :           0 :     case SSA_NAME:
   24318                 :           0 :       if (gimple *_d1 = get_def (valueize, _p0))
   24319                 :             :         {
   24320                 :           0 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   24321                 :           0 :             switch (gimple_assign_rhs_code (_a1))
   24322                 :             :               {
   24323                 :           0 :               case NEGATE_EXPR:
   24324                 :           0 :                 {
   24325                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   24326                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   24327                 :           0 :                   switch (TREE_CODE (_p1))
   24328                 :             :                     {
   24329                 :           0 :                     case SSA_NAME:
   24330                 :           0 :                       if (gimple *_d2 = get_def (valueize, _p1))
   24331                 :             :                         {
   24332                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   24333                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
   24334                 :             :                               {
   24335                 :           0 :                               case NEGATE_EXPR:
   24336                 :           0 :                                 {
   24337                 :           0 :                                   tree _q40 = gimple_assign_rhs1 (_a2);
   24338                 :           0 :                                   _q40 = do_valueize (valueize, _q40);
   24339                 :           0 :                                   {
   24340                 :           0 :                                     tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
   24341                 :           0 :                                     if (FLOAT_TYPE_P (TREE_TYPE (captures[1]))
   24342                 :           0 :  || (ANY_INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
   24343                 :           0 :  && TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[1])))
   24344                 :             : )
   24345                 :             :                                       {
   24346                 :           0 :                                         gimple_seq *lseq = seq;
   24347                 :           0 :                                         if (lseq
   24348                 :           0 :                                             && (!single_use (captures[0])
   24349                 :           0 :                                                 || !single_use (captures[2])))
   24350                 :           0 :                                           lseq = NULL;
   24351                 :           0 :                                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2717;
   24352                 :           0 :                                         {
   24353                 :           0 :                                           res_op->set_op (NEGATE_EXPR, type, 1);
   24354                 :           0 :                                           {
   24355                 :           0 :                                             tree _o1[2], _r1;
   24356                 :           0 :                                             _o1[0] = captures[1];
   24357                 :           0 :                                             _o1[1] = captures[3];
   24358                 :           0 :                                             gimple_match_op tem_op (res_op->cond.any_else (), CFN_BUILT_IN_FMAXF16, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   24359                 :           0 :                                             tem_op.resimplify (lseq, valueize);
   24360                 :           0 :                                             _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   24361                 :           0 :                                             if (!_r1) goto next_after_fail2717;
   24362                 :           0 :                                             res_op->ops[0] = _r1;
   24363                 :             :                                           }
   24364                 :           0 :                                           res_op->resimplify (lseq, valueize);
   24365                 :           0 :                                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1170, __FILE__, __LINE__, true);
   24366                 :           0 :                                           return true;
   24367                 :             :                                         }
   24368                 :           0 : next_after_fail2717:;
   24369                 :             :                                       }
   24370                 :             :                                   }
   24371                 :           0 :                                   break;
   24372                 :             :                                 }
   24373                 :             :                               default:;
   24374                 :             :                               }
   24375                 :             :                         }
   24376                 :             :                       break;
   24377                 :             :                     default:;
   24378                 :             :                     }
   24379                 :             :                   break;
   24380                 :             :                 }
   24381                 :             :               default:;
   24382                 :             :               }
   24383                 :             :         }
   24384                 :             :       break;
   24385                 :             :     default:;
   24386                 :             :     }
   24387                 :             :   return false;
   24388                 :             : }
   24389                 :             : 
   24390                 :             : bool
   24391                 :           0 : gimple_simplify_CFN_BUILT_IN_FMINF32X (gimple_match_op *res_op, gimple_seq *seq,
   24392                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   24393                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   24394                 :             : {
   24395                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   24396                 :           0 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   24397                 :             :     {
   24398                 :           0 :       {
   24399                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   24400                 :           0 :         if (gimple_simplify_601 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FMINF32X))
   24401                 :           0 :           return true;
   24402                 :             :       }
   24403                 :             :     }
   24404                 :           0 :   switch (TREE_CODE (_p1))
   24405                 :             :     {
   24406                 :           0 :     case REAL_CST:
   24407                 :           0 :       {
   24408                 :           0 :         {
   24409                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   24410                 :           0 :           if (gimple_simplify_602 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FMINF32X))
   24411                 :           0 :             return true;
   24412                 :             :         }
   24413                 :           0 :         break;
   24414                 :             :       }
   24415                 :           0 :     default:;
   24416                 :             :     }
   24417                 :           0 :   switch (TREE_CODE (_p0))
   24418                 :             :     {
   24419                 :           0 :     case REAL_CST:
   24420                 :           0 :       {
   24421                 :           0 :         {
   24422                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p1, _p0 };
   24423                 :           0 :           if (gimple_simplify_602 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FMINF32X))
   24424                 :           0 :             return true;
   24425                 :             :         }
   24426                 :           0 :         break;
   24427                 :             :       }
   24428                 :           0 :     default:;
   24429                 :             :     }
   24430                 :           0 :   {
   24431                 :           0 :     tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   24432                 :           0 :     if (gimple_simplify_603 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FMINF32X))
   24433                 :           0 :       return true;
   24434                 :             :   }
   24435                 :           0 :   switch (TREE_CODE (_p0))
   24436                 :             :     {
   24437                 :           0 :     case SSA_NAME:
   24438                 :           0 :       if (gimple *_d1 = get_def (valueize, _p0))
   24439                 :             :         {
   24440                 :           0 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   24441                 :           0 :             switch (gimple_assign_rhs_code (_a1))
   24442                 :             :               {
   24443                 :           0 :               case NEGATE_EXPR:
   24444                 :           0 :                 {
   24445                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   24446                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   24447                 :           0 :                   switch (TREE_CODE (_p1))
   24448                 :             :                     {
   24449                 :           0 :                     case SSA_NAME:
   24450                 :           0 :                       if (gimple *_d2 = get_def (valueize, _p1))
   24451                 :             :                         {
   24452                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   24453                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
   24454                 :             :                               {
   24455                 :           0 :                               case NEGATE_EXPR:
   24456                 :           0 :                                 {
   24457                 :           0 :                                   tree _q40 = gimple_assign_rhs1 (_a2);
   24458                 :           0 :                                   _q40 = do_valueize (valueize, _q40);
   24459                 :           0 :                                   {
   24460                 :           0 :                                     tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
   24461                 :           0 :                                     if (FLOAT_TYPE_P (TREE_TYPE (captures[1]))
   24462                 :           0 :  || (ANY_INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
   24463                 :           0 :  && TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[1])))
   24464                 :             : )
   24465                 :             :                                       {
   24466                 :           0 :                                         gimple_seq *lseq = seq;
   24467                 :           0 :                                         if (lseq
   24468                 :           0 :                                             && (!single_use (captures[0])
   24469                 :           0 :                                                 || !single_use (captures[2])))
   24470                 :           0 :                                           lseq = NULL;
   24471                 :           0 :                                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2721;
   24472                 :           0 :                                         {
   24473                 :           0 :                                           res_op->set_op (NEGATE_EXPR, type, 1);
   24474                 :           0 :                                           {
   24475                 :           0 :                                             tree _o1[2], _r1;
   24476                 :           0 :                                             _o1[0] = captures[1];
   24477                 :           0 :                                             _o1[1] = captures[3];
   24478                 :           0 :                                             gimple_match_op tem_op (res_op->cond.any_else (), CFN_BUILT_IN_FMAXF32X, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   24479                 :           0 :                                             tem_op.resimplify (lseq, valueize);
   24480                 :           0 :                                             _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   24481                 :           0 :                                             if (!_r1) goto next_after_fail2721;
   24482                 :           0 :                                             res_op->ops[0] = _r1;
   24483                 :             :                                           }
   24484                 :           0 :                                           res_op->resimplify (lseq, valueize);
   24485                 :           0 :                                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1170, __FILE__, __LINE__, true);
   24486                 :           0 :                                           return true;
   24487                 :             :                                         }
   24488                 :           0 : next_after_fail2721:;
   24489                 :             :                                       }
   24490                 :             :                                   }
   24491                 :           0 :                                   break;
   24492                 :             :                                 }
   24493                 :             :                               default:;
   24494                 :             :                               }
   24495                 :             :                         }
   24496                 :             :                       break;
   24497                 :             :                     default:;
   24498                 :             :                     }
   24499                 :             :                   break;
   24500                 :             :                 }
   24501                 :             :               default:;
   24502                 :             :               }
   24503                 :             :         }
   24504                 :             :       break;
   24505                 :             :     default:;
   24506                 :             :     }
   24507                 :             :   return false;
   24508                 :             : }
   24509                 :             : 
   24510                 :             : bool
   24511                 :        1824 : gimple_simplify_CFN_BUILT_IN_FMAXF (gimple_match_op *res_op, gimple_seq *seq,
   24512                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   24513                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   24514                 :             : {
   24515                 :        1824 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   24516                 :        1824 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   24517                 :             :     {
   24518                 :          43 :       {
   24519                 :          43 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   24520                 :          43 :         if (gimple_simplify_601 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FMAXF))
   24521                 :          28 :           return true;
   24522                 :             :       }
   24523                 :             :     }
   24524                 :        1796 :   switch (TREE_CODE (_p1))
   24525                 :             :     {
   24526                 :         886 :     case REAL_CST:
   24527                 :         886 :       {
   24528                 :         886 :         {
   24529                 :         886 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   24530                 :         886 :           if (gimple_simplify_602 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FMAXF))
   24531                 :          38 :             return true;
   24532                 :             :         }
   24533                 :         848 :         break;
   24534                 :             :       }
   24535                 :        1758 :     default:;
   24536                 :             :     }
   24537                 :        1758 :   switch (TREE_CODE (_p0))
   24538                 :             :     {
   24539                 :         490 :     case REAL_CST:
   24540                 :         490 :       {
   24541                 :         490 :         {
   24542                 :         490 :           tree captures[2] ATTRIBUTE_UNUSED = { _p1, _p0 };
   24543                 :         490 :           if (gimple_simplify_602 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FMAXF))
   24544                 :          60 :             return true;
   24545                 :             :         }
   24546                 :         430 :         break;
   24547                 :             :       }
   24548                 :        1698 :     default:;
   24549                 :             :     }
   24550                 :        1698 :   {
   24551                 :        1698 :     tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   24552                 :        1698 :     if (gimple_simplify_604 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FMAXF))
   24553                 :          23 :       return true;
   24554                 :             :   }
   24555                 :        1675 :   switch (TREE_CODE (_p0))
   24556                 :             :     {
   24557                 :        1100 :     case SSA_NAME:
   24558                 :        1100 :       if (gimple *_d1 = get_def (valueize, _p0))
   24559                 :             :         {
   24560                 :         628 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   24561                 :         481 :             switch (gimple_assign_rhs_code (_a1))
   24562                 :             :               {
   24563                 :          40 :               case NEGATE_EXPR:
   24564                 :          40 :                 {
   24565                 :          40 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   24566                 :          40 :                   _q20 = do_valueize (valueize, _q20);
   24567                 :          40 :                   switch (TREE_CODE (_p1))
   24568                 :             :                     {
   24569                 :           0 :                     case SSA_NAME:
   24570                 :           0 :                       if (gimple *_d2 = get_def (valueize, _p1))
   24571                 :             :                         {
   24572                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   24573                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
   24574                 :             :                               {
   24575                 :           0 :                               case NEGATE_EXPR:
   24576                 :           0 :                                 {
   24577                 :           0 :                                   tree _q40 = gimple_assign_rhs1 (_a2);
   24578                 :           0 :                                   _q40 = do_valueize (valueize, _q40);
   24579                 :           0 :                                   {
   24580                 :           0 :                                     tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
   24581                 :           0 :                                     if (FLOAT_TYPE_P (TREE_TYPE (captures[1]))
   24582                 :           0 :  || (ANY_INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
   24583                 :           0 :  && TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[1])))
   24584                 :             : )
   24585                 :             :                                       {
   24586                 :           0 :                                         gimple_seq *lseq = seq;
   24587                 :           0 :                                         if (lseq
   24588                 :           0 :                                             && (!single_use (captures[0])
   24589                 :           0 :                                                 || !single_use (captures[2])))
   24590                 :           0 :                                           lseq = NULL;
   24591                 :           0 :                                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2725;
   24592                 :           0 :                                         {
   24593                 :           0 :                                           res_op->set_op (NEGATE_EXPR, type, 1);
   24594                 :           0 :                                           {
   24595                 :           0 :                                             tree _o1[2], _r1;
   24596                 :           0 :                                             _o1[0] = captures[1];
   24597                 :           0 :                                             _o1[1] = captures[3];
   24598                 :           0 :                                             gimple_match_op tem_op (res_op->cond.any_else (), CFN_BUILT_IN_FMINF, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   24599                 :           0 :                                             tem_op.resimplify (lseq, valueize);
   24600                 :           0 :                                             _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   24601                 :           0 :                                             if (!_r1) goto next_after_fail2725;
   24602                 :           0 :                                             res_op->ops[0] = _r1;
   24603                 :             :                                           }
   24604                 :           0 :                                           res_op->resimplify (lseq, valueize);
   24605                 :           0 :                                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1170, __FILE__, __LINE__, true);
   24606                 :           0 :                                           return true;
   24607                 :             :                                         }
   24608                 :           0 : next_after_fail2725:;
   24609                 :             :                                       }
   24610                 :             :                                   }
   24611                 :           0 :                                   break;
   24612                 :             :                                 }
   24613                 :             :                               default:;
   24614                 :             :                               }
   24615                 :             :                         }
   24616                 :             :                       break;
   24617                 :             :                     default:;
   24618                 :             :                     }
   24619                 :             :                   break;
   24620                 :             :                 }
   24621                 :             :               default:;
   24622                 :             :               }
   24623                 :             :         }
   24624                 :             :       break;
   24625                 :             :     default:;
   24626                 :             :     }
   24627                 :             :   return false;
   24628                 :             : }
   24629                 :             : 
   24630                 :             : bool
   24631                 :           0 : gimple_simplify_CFN_BUILT_IN_FMAXF32 (gimple_match_op *res_op, gimple_seq *seq,
   24632                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   24633                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   24634                 :             : {
   24635                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   24636                 :           0 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   24637                 :             :     {
   24638                 :           0 :       {
   24639                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   24640                 :           0 :         if (gimple_simplify_601 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FMAXF32))
   24641                 :           0 :           return true;
   24642                 :             :       }
   24643                 :             :     }
   24644                 :           0 :   switch (TREE_CODE (_p1))
   24645                 :             :     {
   24646                 :           0 :     case REAL_CST:
   24647                 :           0 :       {
   24648                 :           0 :         {
   24649                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   24650                 :           0 :           if (gimple_simplify_602 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FMAXF32))
   24651                 :           0 :             return true;
   24652                 :             :         }
   24653                 :           0 :         break;
   24654                 :             :       }
   24655                 :           0 :     default:;
   24656                 :             :     }
   24657                 :           0 :   switch (TREE_CODE (_p0))
   24658                 :             :     {
   24659                 :           0 :     case REAL_CST:
   24660                 :           0 :       {
   24661                 :           0 :         {
   24662                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p1, _p0 };
   24663                 :           0 :           if (gimple_simplify_602 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FMAXF32))
   24664                 :           0 :             return true;
   24665                 :             :         }
   24666                 :           0 :         break;
   24667                 :             :       }
   24668                 :           0 :     default:;
   24669                 :             :     }
   24670                 :           0 :   {
   24671                 :           0 :     tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   24672                 :           0 :     if (gimple_simplify_604 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FMAXF32))
   24673                 :           0 :       return true;
   24674                 :             :   }
   24675                 :           0 :   switch (TREE_CODE (_p0))
   24676                 :             :     {
   24677                 :           0 :     case SSA_NAME:
   24678                 :           0 :       if (gimple *_d1 = get_def (valueize, _p0))
   24679                 :             :         {
   24680                 :           0 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   24681                 :           0 :             switch (gimple_assign_rhs_code (_a1))
   24682                 :             :               {
   24683                 :           0 :               case NEGATE_EXPR:
   24684                 :           0 :                 {
   24685                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   24686                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   24687                 :           0 :                   switch (TREE_CODE (_p1))
   24688                 :             :                     {
   24689                 :           0 :                     case SSA_NAME:
   24690                 :           0 :                       if (gimple *_d2 = get_def (valueize, _p1))
   24691                 :             :                         {
   24692                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   24693                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
   24694                 :             :                               {
   24695                 :           0 :                               case NEGATE_EXPR:
   24696                 :           0 :                                 {
   24697                 :           0 :                                   tree _q40 = gimple_assign_rhs1 (_a2);
   24698                 :           0 :                                   _q40 = do_valueize (valueize, _q40);
   24699                 :           0 :                                   {
   24700                 :           0 :                                     tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
   24701                 :           0 :                                     if (FLOAT_TYPE_P (TREE_TYPE (captures[1]))
   24702                 :           0 :  || (ANY_INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
   24703                 :           0 :  && TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[1])))
   24704                 :             : )
   24705                 :             :                                       {
   24706                 :           0 :                                         gimple_seq *lseq = seq;
   24707                 :           0 :                                         if (lseq
   24708                 :           0 :                                             && (!single_use (captures[0])
   24709                 :           0 :                                                 || !single_use (captures[2])))
   24710                 :           0 :                                           lseq = NULL;
   24711                 :           0 :                                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2729;
   24712                 :           0 :                                         {
   24713                 :           0 :                                           res_op->set_op (NEGATE_EXPR, type, 1);
   24714                 :           0 :                                           {
   24715                 :           0 :                                             tree _o1[2], _r1;
   24716                 :           0 :                                             _o1[0] = captures[1];
   24717                 :           0 :                                             _o1[1] = captures[3];
   24718                 :           0 :                                             gimple_match_op tem_op (res_op->cond.any_else (), CFN_BUILT_IN_FMINF32, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   24719                 :           0 :                                             tem_op.resimplify (lseq, valueize);
   24720                 :           0 :                                             _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   24721                 :           0 :                                             if (!_r1) goto next_after_fail2729;
   24722                 :           0 :                                             res_op->ops[0] = _r1;
   24723                 :             :                                           }
   24724                 :           0 :                                           res_op->resimplify (lseq, valueize);
   24725                 :           0 :                                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1170, __FILE__, __LINE__, true);
   24726                 :           0 :                                           return true;
   24727                 :             :                                         }
   24728                 :           0 : next_after_fail2729:;
   24729                 :             :                                       }
   24730                 :             :                                   }
   24731                 :           0 :                                   break;
   24732                 :             :                                 }
   24733                 :             :                               default:;
   24734                 :             :                               }
   24735                 :             :                         }
   24736                 :             :                       break;
   24737                 :             :                     default:;
   24738                 :             :                     }
   24739                 :             :                   break;
   24740                 :             :                 }
   24741                 :             :               default:;
   24742                 :             :               }
   24743                 :             :         }
   24744                 :             :       break;
   24745                 :             :     default:;
   24746                 :             :     }
   24747                 :             :   return false;
   24748                 :             : }
   24749                 :             : 
   24750                 :             : bool
   24751                 :           0 : gimple_simplify_CFN_BUILT_IN_FMAXF64X (gimple_match_op *res_op, gimple_seq *seq,
   24752                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   24753                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   24754                 :             : {
   24755                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   24756                 :           0 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   24757                 :             :     {
   24758                 :           0 :       {
   24759                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   24760                 :           0 :         if (gimple_simplify_601 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FMAXF64X))
   24761                 :           0 :           return true;
   24762                 :             :       }
   24763                 :             :     }
   24764                 :           0 :   switch (TREE_CODE (_p1))
   24765                 :             :     {
   24766                 :           0 :     case REAL_CST:
   24767                 :           0 :       {
   24768                 :           0 :         {
   24769                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   24770                 :           0 :           if (gimple_simplify_602 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FMAXF64X))
   24771                 :           0 :             return true;
   24772                 :             :         }
   24773                 :           0 :         break;
   24774                 :             :       }
   24775                 :           0 :     default:;
   24776                 :             :     }
   24777                 :           0 :   switch (TREE_CODE (_p0))
   24778                 :             :     {
   24779                 :           0 :     case REAL_CST:
   24780                 :           0 :       {
   24781                 :           0 :         {
   24782                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p1, _p0 };
   24783                 :           0 :           if (gimple_simplify_602 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FMAXF64X))
   24784                 :           0 :             return true;
   24785                 :             :         }
   24786                 :           0 :         break;
   24787                 :             :       }
   24788                 :           0 :     default:;
   24789                 :             :     }
   24790                 :           0 :   {
   24791                 :           0 :     tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   24792                 :           0 :     if (gimple_simplify_604 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_FMAXF64X))
   24793                 :           0 :       return true;
   24794                 :             :   }
   24795                 :           0 :   switch (TREE_CODE (_p0))
   24796                 :             :     {
   24797                 :           0 :     case SSA_NAME:
   24798                 :           0 :       if (gimple *_d1 = get_def (valueize, _p0))
   24799                 :             :         {
   24800                 :           0 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   24801                 :           0 :             switch (gimple_assign_rhs_code (_a1))
   24802                 :             :               {
   24803                 :           0 :               case NEGATE_EXPR:
   24804                 :           0 :                 {
   24805                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   24806                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   24807                 :           0 :                   switch (TREE_CODE (_p1))
   24808                 :             :                     {
   24809                 :           0 :                     case SSA_NAME:
   24810                 :           0 :                       if (gimple *_d2 = get_def (valueize, _p1))
   24811                 :             :                         {
   24812                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   24813                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
   24814                 :             :                               {
   24815                 :           0 :                               case NEGATE_EXPR:
   24816                 :           0 :                                 {
   24817                 :           0 :                                   tree _q40 = gimple_assign_rhs1 (_a2);
   24818                 :           0 :                                   _q40 = do_valueize (valueize, _q40);
   24819                 :           0 :                                   {
   24820                 :           0 :                                     tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
   24821                 :           0 :                                     if (FLOAT_TYPE_P (TREE_TYPE (captures[1]))
   24822                 :           0 :  || (ANY_INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
   24823                 :           0 :  && TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[1])))
   24824                 :             : )
   24825                 :             :                                       {
   24826                 :           0 :                                         gimple_seq *lseq = seq;
   24827                 :           0 :                                         if (lseq
   24828                 :           0 :                                             && (!single_use (captures[0])
   24829                 :           0 :                                                 || !single_use (captures[2])))
   24830                 :           0 :                                           lseq = NULL;
   24831                 :           0 :                                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2733;
   24832                 :           0 :                                         {
   24833                 :           0 :                                           res_op->set_op (NEGATE_EXPR, type, 1);
   24834                 :           0 :                                           {
   24835                 :           0 :                                             tree _o1[2], _r1;
   24836                 :           0 :                                             _o1[0] = captures[1];
   24837                 :           0 :                                             _o1[1] = captures[3];
   24838                 :           0 :                                             gimple_match_op tem_op (res_op->cond.any_else (), CFN_BUILT_IN_FMINF64X, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   24839                 :           0 :                                             tem_op.resimplify (lseq, valueize);
   24840                 :           0 :                                             _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   24841                 :           0 :                                             if (!_r1) goto next_after_fail2733;
   24842                 :           0 :                                             res_op->ops[0] = _r1;
   24843                 :             :                                           }
   24844                 :           0 :                                           res_op->resimplify (lseq, valueize);
   24845                 :           0 :                                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1170, __FILE__, __LINE__, true);
   24846                 :           0 :                                           return true;
   24847                 :             :                                         }
   24848                 :           0 : next_after_fail2733:;
   24849                 :             :                                       }
   24850                 :             :                                   }
   24851                 :           0 :                                   break;
   24852                 :             :                                 }
   24853                 :             :                               default:;
   24854                 :             :                               }
   24855                 :             :                         }
   24856                 :             :                       break;
   24857                 :             :                     default:;
   24858                 :             :                     }
   24859                 :             :                   break;
   24860                 :             :                 }
   24861                 :             :               default:;
   24862                 :             :               }
   24863                 :             :         }
   24864                 :             :       break;
   24865                 :             :     default:;
   24866                 :             :     }
   24867                 :             :   return false;
   24868                 :             : }
   24869                 :             : 
   24870                 :             : bool
   24871                 :       87770 : gimple_simplify_RROTATE_EXPR (gimple_match_op *res_op, gimple_seq *seq,
   24872                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   24873                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   24874                 :             : {
   24875                 :       87770 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   24876                 :       87770 :   if (integer_all_onesp (_p0))
   24877                 :             :     {
   24878                 :           4 :       {
   24879                 :           4 :         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   24880                 :           4 :         if (gimple_simplify_605 (res_op, seq, valueize, type, captures, RROTATE_EXPR))
   24881                 :           4 :           return true;
   24882                 :             :       }
   24883                 :             :     }
   24884                 :       87766 :   if (integer_zerop (_p1))
   24885                 :             :     {
   24886                 :          26 :       {
   24887                 :          26 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   24888                 :          26 :         if (gimple_simplify_399 (res_op, seq, valueize, type, captures, RROTATE_EXPR))
   24889                 :          26 :           return true;
   24890                 :             :       }
   24891                 :             :     }
   24892                 :       87740 :   if (integer_zerop (_p0))
   24893                 :             :     {
   24894                 :           0 :       {
   24895                 :           0 :         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   24896                 :           0 :         if (gimple_simplify_400 (res_op, seq, valueize, type, captures, RROTATE_EXPR))
   24897                 :           0 :           return true;
   24898                 :             :       }
   24899                 :             :     }
   24900                 :       87740 :   switch (TREE_CODE (_p1))
   24901                 :             :     {
   24902                 :       16820 :     case SSA_NAME:
   24903                 :       16820 :       if (gimple *_d1 = get_def (valueize, _p1))
   24904                 :             :         {
   24905                 :       15714 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   24906                 :       12766 :             switch (gimple_assign_rhs_code (_a1))
   24907                 :             :               {
   24908                 :           0 :               case CONSTRUCTOR:
   24909                 :           0 :                 {
   24910                 :           0 :                   {
   24911                 :           0 :                     tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   24912                 :           0 :                     if (gimple_simplify_402 (res_op, seq, valueize, type, captures, RROTATE_EXPR))
   24913                 :           0 :                       return true;
   24914                 :             :                   }
   24915                 :           0 :                   break;
   24916                 :             :                 }
   24917                 :          36 :               case MINUS_EXPR:
   24918                 :          36 :                 {
   24919                 :          36 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   24920                 :          36 :                   _q30 = do_valueize (valueize, _q30);
   24921                 :          36 :                   tree _q31 = gimple_assign_rhs2 (_a1);
   24922                 :          36 :                   _q31 = do_valueize (valueize, _q31);
   24923                 :          36 :                   switch (TREE_CODE (_q30))
   24924                 :             :                     {
   24925                 :          36 :                     case INTEGER_CST:
   24926                 :          36 :                       {
   24927                 :          36 :                         {
   24928                 :          36 :                           tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q30, _q31 };
   24929                 :          36 :                           if (gimple_simplify_606 (res_op, seq, valueize, type, captures, RROTATE_EXPR, LROTATE_EXPR))
   24930                 :           6 :                             return true;
   24931                 :             :                         }
   24932                 :          30 :                         break;
   24933                 :             :                       }
   24934                 :             :                     default:;
   24935                 :             :                     }
   24936                 :             :                   break;
   24937                 :             :                 }
   24938                 :             :               default:;
   24939                 :             :               }
   24940                 :             :         }
   24941                 :             :       break;
   24942                 :           0 :     case VECTOR_CST:
   24943                 :           0 :       {
   24944                 :           0 :         {
   24945                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   24946                 :           0 :           if (gimple_simplify_401 (res_op, seq, valueize, type, captures, RROTATE_EXPR))
   24947                 :           0 :             return true;
   24948                 :             :         }
   24949                 :           0 :         break;
   24950                 :             :       }
   24951                 :       87734 :     default:;
   24952                 :             :     }
   24953                 :       87734 :   switch (TREE_CODE (_p0))
   24954                 :             :     {
   24955                 :       85143 :     case SSA_NAME:
   24956                 :       85143 :       if (gimple *_d1 = get_def (valueize, _p0))
   24957                 :             :         {
   24958                 :       68559 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   24959                 :       40466 :             switch (gimple_assign_rhs_code (_a1))
   24960                 :             :               {
   24961                 :          28 :               case RROTATE_EXPR:
   24962                 :          28 :                 {
   24963                 :          28 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   24964                 :          28 :                   _q20 = do_valueize (valueize, _q20);
   24965                 :          28 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   24966                 :          28 :                   _q21 = do_valueize (valueize, _q21);
   24967                 :          28 :                   switch (TREE_CODE (_q21))
   24968                 :             :                     {
   24969                 :          28 :                     case INTEGER_CST:
   24970                 :          28 :                       {
   24971                 :          28 :                         switch (TREE_CODE (_p1))
   24972                 :             :                           {
   24973                 :          28 :                           case INTEGER_CST:
   24974                 :          28 :                             {
   24975                 :          28 :                               {
   24976                 :          28 :                                 tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   24977                 :          28 :                                 if (gimple_simplify_404 (res_op, seq, valueize, type, captures, RROTATE_EXPR))
   24978                 :          28 :                                   return true;
   24979                 :             :                               }
   24980                 :           0 :                               break;
   24981                 :             :                             }
   24982                 :             :                           default:;
   24983                 :             :                           }
   24984                 :             :                         break;
   24985                 :             :                       }
   24986                 :             :                     default:;
   24987                 :             :                     }
   24988                 :             :                   break;
   24989                 :             :                 }
   24990                 :             :               default:;
   24991                 :             :               }
   24992                 :             :         }
   24993                 :             :       break;
   24994                 :             :     default:;
   24995                 :             :     }
   24996                 :             :   return false;
   24997                 :             : }
   24998                 :             : 
   24999                 :             : bool
   25000                 :      388327 : gimple_simplify_UNLE_EXPR (gimple_match_op *res_op, gimple_seq *seq,
   25001                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   25002                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   25003                 :             : {
   25004                 :      388327 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   25005                 :      388327 :   switch (TREE_CODE (_p0))
   25006                 :             :     {
   25007                 :      372275 :     case SSA_NAME:
   25008                 :      372275 :       if (gimple *_d1 = get_def (valueize, _p0))
   25009                 :             :         {
   25010                 :      172842 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   25011                 :      186356 :             switch (gimple_assign_rhs_code (_a1))
   25012                 :             :               {
   25013                 :           0 :               case VEC_COND_EXPR:
   25014                 :           0 :                 {
   25015                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   25016                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   25017                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   25018                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   25019                 :           0 :                   tree _q22 = gimple_assign_rhs3 (_a1);
   25020                 :           0 :                   _q22 = do_valueize (valueize, _q22);
   25021                 :           0 :                   switch (TREE_CODE (_p1))
   25022                 :             :                     {
   25023                 :           0 :                     case SSA_NAME:
   25024                 :           0 :                       if (gimple *_d2 = get_def (valueize, _p1))
   25025                 :             :                         {
   25026                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   25027                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
   25028                 :             :                               {
   25029                 :           0 :                               case VEC_COND_EXPR:
   25030                 :           0 :                                 {
   25031                 :           0 :                                   tree _q60 = gimple_assign_rhs1 (_a2);
   25032                 :           0 :                                   _q60 = do_valueize (valueize, _q60);
   25033                 :           0 :                                   tree _q61 = gimple_assign_rhs2 (_a2);
   25034                 :           0 :                                   _q61 = do_valueize (valueize, _q61);
   25035                 :           0 :                                   tree _q62 = gimple_assign_rhs3 (_a2);
   25036                 :           0 :                                   _q62 = do_valueize (valueize, _q62);
   25037                 :           0 :                                   if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
   25038                 :             :                                     {
   25039                 :           0 :                                       {
   25040                 :           0 :                                         tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1, _q61, _q62 };
   25041                 :           0 :                                         if (VECTOR_TYPE_P (type)
   25042                 :           0 :  && (TREE_CODE_CLASS (UNLE_EXPR) != tcc_comparison
   25043                 :           0 :  || types_match (type, TREE_TYPE (captures[2]))
   25044                 :           0 :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   25045                 :             :  || (optimize_vectors_before_lowering_p ()
   25046                 :           0 :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   25047                 :             : )
   25048                 :             :                                           {
   25049                 :           0 :                                             gimple_seq *lseq = seq;
   25050                 :           0 :                                             if (lseq
   25051                 :           0 :                                                 && (!single_use (captures[0])
   25052                 :           0 :                                                     || !single_use (captures[4])))
   25053                 :           0 :                                               lseq = NULL;
   25054                 :           0 :                                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2751;
   25055                 :           0 :                                             {
   25056                 :           0 :                                               res_op->set_op (VEC_COND_EXPR, type, 3);
   25057                 :           0 :                                               res_op->ops[0] = captures[1];
   25058                 :           0 :                                               {
   25059                 :           0 :                                                 tree _o1[2], _r1;
   25060                 :           0 :                                                 _o1[0] = captures[2];
   25061                 :           0 :                                                 _o1[1] = captures[5];
   25062                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), UNLE_EXPR, type, _o1[0], _o1[1]);
   25063                 :           0 :                                                 tem_op.resimplify (NULL, valueize);
   25064                 :           0 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   25065                 :           0 :                                                 if (!_r1) goto next_after_fail2751;
   25066                 :           0 :                                                 res_op->ops[1] = _r1;
   25067                 :             :                                               }
   25068                 :           0 :                                               {
   25069                 :           0 :                                                 tree _o1[2], _r1;
   25070                 :           0 :                                                 _o1[0] = captures[3];
   25071                 :           0 :                                                 _o1[1] = captures[6];
   25072                 :           0 :                                                 gimple_match_op tem_op (res_op->cond.any_else (), UNLE_EXPR, type, _o1[0], _o1[1]);
   25073                 :           0 :                                                 tem_op.resimplify (NULL, valueize);
   25074                 :           0 :                                                 _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   25075                 :           0 :                                                 if (!_r1) goto next_after_fail2751;
   25076                 :           0 :                                                 res_op->ops[2] = _r1;
   25077                 :             :                                               }
   25078                 :           0 :                                               res_op->resimplify (lseq, valueize);
   25079                 :           0 :                                               if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1017, __FILE__, __LINE__, true);
   25080                 :           0 :                                               return true;
   25081                 :             :                                             }
   25082                 :           0 : next_after_fail2751:;
   25083                 :             :                                           }
   25084                 :             :                                       }
   25085                 :             :                                     }
   25086                 :             :                                   break;
   25087                 :             :                                 }
   25088                 :             :                               default:;
   25089                 :             :                               }
   25090                 :             :                         }
   25091                 :             :                       break;
   25092                 :           0 :                     default:;
   25093                 :             :                     }
   25094                 :           0 :                   {
   25095                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1 };
   25096                 :           0 :                     if (VECTOR_TYPE_P (type)
   25097                 :           0 :  && (TREE_CODE_CLASS (UNLE_EXPR) != tcc_comparison
   25098                 :           0 :  || types_match (type, TREE_TYPE (captures[2]))
   25099                 :           0 :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   25100                 :             :  || (optimize_vectors_before_lowering_p ()
   25101                 :           0 :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   25102                 :             : )
   25103                 :             :                       {
   25104                 :           0 :                         gimple_seq *lseq = seq;
   25105                 :           0 :                         if (lseq
   25106                 :           0 :                             && (!single_use (captures[0])))
   25107                 :           0 :                           lseq = NULL;
   25108                 :           0 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2752;
   25109                 :           0 :                         {
   25110                 :           0 :                           res_op->set_op (VEC_COND_EXPR, type, 3);
   25111                 :           0 :                           res_op->ops[0] = captures[1];
   25112                 :           0 :                           {
   25113                 :           0 :                             tree _o1[2], _r1;
   25114                 :           0 :                             _o1[0] = captures[2];
   25115                 :           0 :                             _o1[1] = captures[4];
   25116                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), UNLE_EXPR, type, _o1[0], _o1[1]);
   25117                 :           0 :                             tem_op.resimplify (NULL, valueize);
   25118                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   25119                 :           0 :                             if (!_r1) goto next_after_fail2752;
   25120                 :           0 :                             res_op->ops[1] = _r1;
   25121                 :             :                           }
   25122                 :           0 :                           {
   25123                 :           0 :                             tree _o1[2], _r1;
   25124                 :           0 :                             _o1[0] = captures[3];
   25125                 :           0 :                             _o1[1] = captures[4];
   25126                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), UNLE_EXPR, type, _o1[0], _o1[1]);
   25127                 :           0 :                             tem_op.resimplify (NULL, valueize);
   25128                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   25129                 :           0 :                             if (!_r1) goto next_after_fail2752;
   25130                 :           0 :                             res_op->ops[2] = _r1;
   25131                 :             :                           }
   25132                 :           0 :                           res_op->resimplify (lseq, valueize);
   25133                 :           0 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1018, __FILE__, __LINE__, true);
   25134                 :           0 :                           return true;
   25135                 :             :                         }
   25136                 :           0 : next_after_fail2752:;
   25137                 :             :                       }
   25138                 :             :                   }
   25139                 :           0 :                   break;
   25140                 :             :                 }
   25141                 :             :               default:;
   25142                 :             :               }
   25143                 :             :         }
   25144                 :             :       break;
   25145                 :      388327 :     default:;
   25146                 :             :     }
   25147                 :      388327 :   switch (TREE_CODE (_p1))
   25148                 :             :     {
   25149                 :       26928 :     case SSA_NAME:
   25150                 :       26928 :       if (gimple *_d1 = get_def (valueize, _p1))
   25151                 :             :         {
   25152                 :       11851 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   25153                 :       11014 :             switch (gimple_assign_rhs_code (_a1))
   25154                 :             :               {
   25155                 :           0 :               case VEC_COND_EXPR:
   25156                 :           0 :                 {
   25157                 :           0 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   25158                 :           0 :                   _q30 = do_valueize (valueize, _q30);
   25159                 :           0 :                   tree _q31 = gimple_assign_rhs2 (_a1);
   25160                 :           0 :                   _q31 = do_valueize (valueize, _q31);
   25161                 :           0 :                   tree _q32 = gimple_assign_rhs3 (_a1);
   25162                 :           0 :                   _q32 = do_valueize (valueize, _q32);
   25163                 :           0 :                   {
   25164                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32 };
   25165                 :           0 :                     if (VECTOR_TYPE_P (type)
   25166                 :           0 :  && (TREE_CODE_CLASS (UNLE_EXPR) != tcc_comparison
   25167                 :           0 :  || types_match (type, TREE_TYPE (captures[3]))
   25168                 :           0 :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[2]))
   25169                 :             :  || (optimize_vectors_before_lowering_p ()
   25170                 :           0 :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[3]), TREE_TYPE (captures[2]))))
   25171                 :             : )
   25172                 :             :                       {
   25173                 :           0 :                         gimple_seq *lseq = seq;
   25174                 :           0 :                         if (lseq
   25175                 :           0 :                             && (!single_use (captures[1])))
   25176                 :           0 :                           lseq = NULL;
   25177                 :           0 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2753;
   25178                 :           0 :                         {
   25179                 :           0 :                           res_op->set_op (VEC_COND_EXPR, type, 3);
   25180                 :           0 :                           res_op->ops[0] = captures[2];
   25181                 :           0 :                           {
   25182                 :           0 :                             tree _o1[2], _r1;
   25183                 :           0 :                             _o1[0] = captures[0];
   25184                 :           0 :                             _o1[1] = captures[3];
   25185                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), UNLE_EXPR, type, _o1[0], _o1[1]);
   25186                 :           0 :                             tem_op.resimplify (NULL, valueize);
   25187                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   25188                 :           0 :                             if (!_r1) goto next_after_fail2753;
   25189                 :           0 :                             res_op->ops[1] = _r1;
   25190                 :             :                           }
   25191                 :           0 :                           {
   25192                 :           0 :                             tree _o1[2], _r1;
   25193                 :           0 :                             _o1[0] = captures[0];
   25194                 :           0 :                             _o1[1] = captures[4];
   25195                 :           0 :                             gimple_match_op tem_op (res_op->cond.any_else (), UNLE_EXPR, type, _o1[0], _o1[1]);
   25196                 :           0 :                             tem_op.resimplify (NULL, valueize);
   25197                 :           0 :                             _r1 = maybe_push_res_to_seq (&tem_op, NULL);
   25198                 :           0 :                             if (!_r1) goto next_after_fail2753;
   25199                 :           0 :                             res_op->ops[2] = _r1;
   25200                 :             :                           }
   25201                 :           0 :                           res_op->resimplify (lseq, valueize);
   25202                 :           0 :                           if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1019, __FILE__, __LINE__, true);
   25203                 :           0 :                           return true;
   25204                 :             :                         }
   25205                 :           0 : next_after_fail2753:;
   25206                 :             :                       }
   25207                 :             :                   }
   25208                 :           0 :                   break;
   25209                 :             :                 }
   25210                 :             :               default:;
   25211                 :             :               }
   25212                 :             :         }
   25213                 :             :       break;
   25214                 :      388327 :     default:;
   25215                 :             :     }
   25216                 :      388327 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   25217                 :             :     {
   25218                 :          13 :       {
   25219                 :          13 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   25220                 :          13 :         if (gimple_simplify_634 (res_op, seq, valueize, type, captures, UNLE_EXPR))
   25221                 :          13 :           return true;
   25222                 :             :       }
   25223                 :             :     }
   25224                 :      388314 :   switch (TREE_CODE (_p0))
   25225                 :             :     {
   25226                 :      372262 :     case SSA_NAME:
   25227                 :      372262 :       if (gimple *_d1 = get_def (valueize, _p0))
   25228                 :             :         {
   25229                 :      172832 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   25230                 :      186356 :             switch (gimple_assign_rhs_code (_a1))
   25231                 :             :               {
   25232                 :         248 :               case FLOAT_EXPR:
   25233                 :         248 :                 {
   25234                 :         248 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   25235                 :         248 :                   _q20 = do_valueize (valueize, _q20);
   25236                 :         248 :                   switch (TREE_CODE (_p1))
   25237                 :             :                     {
   25238                 :           0 :                     case SSA_NAME:
   25239                 :           0 :                       if (gimple *_d2 = get_def (valueize, _p1))
   25240                 :             :                         {
   25241                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   25242                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
   25243                 :             :                               {
   25244                 :           0 :                               case FLOAT_EXPR:
   25245                 :           0 :                                 {
   25246                 :           0 :                                   tree _q40 = gimple_assign_rhs1 (_a2);
   25247                 :           0 :                                   _q40 = do_valueize (valueize, _q40);
   25248                 :           0 :                                   {
   25249                 :           0 :                                     tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q40 };
   25250                 :           0 :                                     if (gimple_simplify_274 (res_op, seq, valueize, type, captures, UNLE_EXPR, LE_EXPR))
   25251                 :           0 :                                       return true;
   25252                 :             :                                   }
   25253                 :           0 :                                   break;
   25254                 :             :                                 }
   25255                 :             :                               default:;
   25256                 :             :                               }
   25257                 :             :                         }
   25258                 :             :                       break;
   25259                 :             :                     default:;
   25260                 :             :                     }
   25261                 :             :                   break;
   25262                 :             :                 }
   25263                 :          40 :               case NEGATE_EXPR:
   25264                 :          40 :                 {
   25265                 :          40 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   25266                 :          40 :                   _q20 = do_valueize (valueize, _q20);
   25267                 :          40 :                   switch (TREE_CODE (_p1))
   25268                 :             :                     {
   25269                 :          30 :                     case SSA_NAME:
   25270                 :          30 :                       if (gimple *_d2 = get_def (valueize, _p1))
   25271                 :             :                         {
   25272                 :          30 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   25273                 :          30 :                             switch (gimple_assign_rhs_code (_a2))
   25274                 :             :                               {
   25275                 :          30 :                               case NEGATE_EXPR:
   25276                 :          30 :                                 {
   25277                 :          30 :                                   tree _q40 = gimple_assign_rhs1 (_a2);
   25278                 :          30 :                                   _q40 = do_valueize (valueize, _q40);
   25279                 :          30 :                                   {
   25280                 :          30 :                                     tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q40 };
   25281                 :          30 :                                     if (gimple_simplify_277 (res_op, seq, valueize, type, captures, UNLE_EXPR, UNGE_EXPR))
   25282                 :          30 :                                       return true;
   25283                 :             :                                   }
   25284                 :           0 :                                   break;
   25285                 :             :                                 }
   25286                 :             :                               default:;
   25287                 :             :                               }
   25288                 :             :                         }
   25289                 :             :                       break;
   25290                 :          10 :                     default:;
   25291                 :             :                     }
   25292                 :          10 :                 if (CONSTANT_CLASS_P (_p1))
   25293                 :             :                   {
   25294                 :          10 :                     {
   25295                 :          10 :                       tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   25296                 :          10 :                       if (gimple_simplify_278 (res_op, seq, valueize, type, captures, UNLE_EXPR, UNGE_EXPR))
   25297                 :          10 :                         return true;
   25298                 :             :                     }
   25299                 :             :                   }
   25300                 :             :                   break;
   25301                 :             :                 }
   25302                 :             :               default:;
   25303                 :             :               }
   25304                 :             :         }
   25305                 :             :       break;
   25306                 :      388274 :     default:;
   25307                 :             :     }
   25308                 :      388274 :   switch (TREE_CODE (_p1))
   25309                 :             :     {
   25310                 :      358603 :     case REAL_CST:
   25311                 :      358603 :       {
   25312                 :      358603 :         {
   25313                 :      358603 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   25314                 :      358603 :           if (gimple_simplify_632 (res_op, seq, valueize, type, captures, UNLE_EXPR))
   25315                 :           0 :             return true;
   25316                 :             :         }
   25317                 :      358603 :         break;
   25318                 :             :       }
   25319                 :             :     default:;
   25320                 :             :     }
   25321                 :             :   return false;
   25322                 :             : }
   25323                 :             : 
   25324                 :             : bool
   25325                 :      291496 : gimple_simplify_CFN_MUL_OVERFLOW (gimple_match_op *res_op, gimple_seq *seq,
   25326                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   25327                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   25328                 :             : {
   25329                 :      291496 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   25330                 :      291496 :   switch (TREE_CODE (_p0))
   25331                 :             :     {
   25332                 :      266158 :     case SSA_NAME:
   25333                 :      266158 :       if (gimple *_d1 = get_def (valueize, _p0))
   25334                 :             :         {
   25335                 :      186350 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   25336                 :       15673 :             switch (gimple_assign_rhs_code (_a1))
   25337                 :             :               {
   25338                 :        8982 :               CASE_CONVERT:
   25339                 :        8982 :                 {
   25340                 :        8982 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   25341                 :        8982 :                   _q20 = do_valueize (valueize, _q20);
   25342                 :        8982 :                   {
   25343                 :        8982 :                     tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _p1 };
   25344                 :        8982 :                     if (gimple_simplify_635 (res_op, seq, valueize, type, captures, CFN_MUL_OVERFLOW))
   25345                 :        6383 :                       return true;
   25346                 :             :                   }
   25347                 :        2599 :                   break;
   25348                 :             :                 }
   25349                 :             :               default:;
   25350                 :             :               }
   25351                 :             :         }
   25352                 :             :       break;
   25353                 :      285113 :     default:;
   25354                 :             :     }
   25355                 :      285113 :   switch (TREE_CODE (_p1))
   25356                 :             :     {
   25357                 :       77989 :     case SSA_NAME:
   25358                 :       77989 :       if (gimple *_d1 = get_def (valueize, _p1))
   25359                 :             :         {
   25360                 :       51173 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   25361                 :        4455 :             switch (gimple_assign_rhs_code (_a1))
   25362                 :             :               {
   25363                 :        1278 :               CASE_CONVERT:
   25364                 :        1278 :                 {
   25365                 :        1278 :                   tree _q30 = gimple_assign_rhs1 (_a1);
   25366                 :        1278 :                   _q30 = do_valueize (valueize, _q30);
   25367                 :        1278 :                   {
   25368                 :        1278 :                     tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p1, _q30 };
   25369                 :        1278 :                     if (gimple_simplify_636 (res_op, seq, valueize, type, captures, CFN_MUL_OVERFLOW))
   25370                 :          12 :                       return true;
   25371                 :             :                   }
   25372                 :        1266 :                   break;
   25373                 :             :                 }
   25374                 :             :               default:;
   25375                 :             :               }
   25376                 :             :         }
   25377                 :             :       break;
   25378                 :             :     default:;
   25379                 :             :     }
   25380                 :             :   return false;
   25381                 :             : }
   25382                 :             : 
   25383                 :             : bool
   25384                 :           0 : gimple_simplify_CFN_BUILT_IN_POWF64 (gimple_match_op *res_op, gimple_seq *seq,
   25385                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   25386                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   25387                 :             : {
   25388                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   25389                 :           0 :   switch (TREE_CODE (_p0))
   25390                 :             :     {
   25391                 :           0 :     case SSA_NAME:
   25392                 :           0 :       if (gimple *_d1 = get_def (valueize, _p0))
   25393                 :             :         {
   25394                 :           0 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   25395                 :           0 :             switch (gimple_assign_rhs_code (_a1))
   25396                 :             :               {
   25397                 :           0 :               case RDIV_EXPR:
   25398                 :           0 :                 {
   25399                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   25400                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   25401                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   25402                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   25403                 :           0 :                   if (real_onep (_q20))
   25404                 :             :                     {
   25405                 :           0 :                       {
   25406                 :           0 :                         tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _p1 };
   25407                 :           0 :                         if (gimple_simplify_426 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_POWF64))
   25408                 :           0 :                           return true;
   25409                 :             :                       }
   25410                 :             :                     }
   25411                 :             :                   break;
   25412                 :             :                 }
   25413                 :             :               default:;
   25414                 :             :               }
   25415                 :             :         }
   25416                 :             :       break;
   25417                 :           0 :     default:;
   25418                 :             :     }
   25419                 :           0 : if (real_zerop (_p0))
   25420                 :             :   {
   25421                 :           0 :     {
   25422                 :           0 :       tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   25423                 :           0 :       if (gimple_simplify_427 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_POWF64))
   25424                 :           0 :         return true;
   25425                 :             :     }
   25426                 :             :   }
   25427                 :             :   return false;
   25428                 :             : }
   25429                 :             : 
   25430                 :             : bool
   25431                 :           0 : gimple_simplify_CFN_BUILT_IN_POWF128X (gimple_match_op *res_op, gimple_seq *seq,
   25432                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   25433                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   25434                 :             : {
   25435                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   25436                 :           0 :   switch (TREE_CODE (_p0))
   25437                 :             :     {
   25438                 :           0 :     case SSA_NAME:
   25439                 :           0 :       if (gimple *_d1 = get_def (valueize, _p0))
   25440                 :             :         {
   25441                 :           0 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   25442                 :           0 :             switch (gimple_assign_rhs_code (_a1))
   25443                 :             :               {
   25444                 :           0 :               case RDIV_EXPR:
   25445                 :           0 :                 {
   25446                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   25447                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   25448                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   25449                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   25450                 :           0 :                   if (real_onep (_q20))
   25451                 :             :                     {
   25452                 :           0 :                       {
   25453                 :           0 :                         tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _p1 };
   25454                 :           0 :                         if (gimple_simplify_426 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_POWF128X))
   25455                 :           0 :                           return true;
   25456                 :             :                       }
   25457                 :             :                     }
   25458                 :             :                   break;
   25459                 :             :                 }
   25460                 :             :               default:;
   25461                 :             :               }
   25462                 :             :         }
   25463                 :             :       break;
   25464                 :           0 :     default:;
   25465                 :             :     }
   25466                 :           0 : if (real_zerop (_p0))
   25467                 :             :   {
   25468                 :           0 :     {
   25469                 :           0 :       tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   25470                 :           0 :       if (gimple_simplify_427 (res_op, seq, valueize, type, captures, CFN_BUILT_IN_POWF128X))
   25471                 :           0 :         return true;
   25472                 :             :     }
   25473                 :             :   }
   25474                 :             :   return false;
   25475                 :             : }
   25476                 :             : 
   25477                 :             : bool
   25478                 :           0 : gimple_simplify_CFN_LDEXP (gimple_match_op *res_op, gimple_seq *seq,
   25479                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   25480                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   25481                 :             : {
   25482                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   25483                 :           0 :   if (real_zerop (_p0))
   25484                 :             :     {
   25485                 :           0 :       {
   25486                 :           0 :         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   25487                 :           0 :         if (gimple_simplify_648 (res_op, seq, valueize, type, captures))
   25488                 :           0 :           return true;
   25489                 :             :       }
   25490                 :             :     }
   25491                 :           0 :   if (integer_zerop (_p1))
   25492                 :             :     {
   25493                 :           0 :       {
   25494                 :           0 :         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   25495                 :           0 :         if (gimple_simplify_649 (res_op, seq, valueize, type, captures))
   25496                 :           0 :           return true;
   25497                 :             :       }
   25498                 :             :     }
   25499                 :           0 :   switch (TREE_CODE (_p0))
   25500                 :             :     {
   25501                 :           0 :     case REAL_CST:
   25502                 :           0 :       {
   25503                 :           0 :         {
   25504                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   25505                 :           0 :           if (!real_isfinite (TREE_REAL_CST_PTR (captures[0]))
   25506                 :             : )
   25507                 :             :             {
   25508                 :           0 :               gimple_seq *lseq = seq;
   25509                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2770;
   25510                 :           0 :               {
   25511                 :           0 :                 tree tem;
   25512                 :           0 :                 tem = captures[0];
   25513                 :           0 :                 res_op->set_value (tem);
   25514                 :           0 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1182, __FILE__, __LINE__, true);
   25515                 :           0 :                 return true;
   25516                 :             :               }
   25517                 :           0 : next_after_fail2770:;
   25518                 :             :             }
   25519                 :             :         }
   25520                 :           0 :         break;
   25521                 :             :       }
   25522                 :             :     default:;
   25523                 :             :     }
   25524                 :             :   return false;
   25525                 :             : }
   25526                 :             : 
   25527                 :             : bool
   25528                 :        1124 : gimple_simplify_CFN_BUILT_IN_SCALBLNF (gimple_match_op *res_op, gimple_seq *seq,
   25529                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   25530                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   25531                 :             : {
   25532                 :        1124 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   25533                 :        1124 :   if (real_zerop (_p0))
   25534                 :             :     {
   25535                 :          28 :       {
   25536                 :          28 :         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   25537                 :          28 :         if (gimple_simplify_648 (res_op, seq, valueize, type, captures))
   25538                 :          28 :           return true;
   25539                 :             :       }
   25540                 :             :     }
   25541                 :        1096 :   if (integer_zerop (_p1))
   25542                 :             :     {
   25543                 :           7 :       {
   25544                 :           7 :         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   25545                 :           7 :         if (gimple_simplify_649 (res_op, seq, valueize, type, captures))
   25546                 :           7 :           return true;
   25547                 :             :       }
   25548                 :             :     }
   25549                 :        1089 :   switch (TREE_CODE (_p0))
   25550                 :             :     {
   25551                 :         880 :     case REAL_CST:
   25552                 :         880 :       {
   25553                 :         880 :         {
   25554                 :         880 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   25555                 :         880 :           if (!real_isfinite (TREE_REAL_CST_PTR (captures[0]))
   25556                 :             : )
   25557                 :             :             {
   25558                 :          56 :               gimple_seq *lseq = seq;
   25559                 :          56 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2774;
   25560                 :          56 :               {
   25561                 :          56 :                 tree tem;
   25562                 :          56 :                 tem = captures[0];
   25563                 :          56 :                 res_op->set_value (tem);
   25564                 :          56 :                 if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1182, __FILE__, __LINE__, true);
   25565                 :          56 :                 return true;
   25566                 :             :               }
   25567                 :           0 : next_after_fail2774:;
   25568                 :             :             }
   25569                 :             :         }
   25570                 :         824 :         break;
   25571                 :             :       }
   25572                 :             :     default:;
   25573                 :             :     }
   25574                 :             :   return false;
   25575                 :             : }
   25576                 :             : 
   25577                 :             : bool
   25578                 :           0 : gimple_simplify_TRUTH_OR_EXPR (gimple_match_op *res_op, gimple_seq *seq,
   25579                 :             :                  tree (*valueize)(tree) ATTRIBUTE_UNUSED,
   25580                 :             :                  code_helper ARG_UNUSED (code), tree ARG_UNUSED (type), tree _p0, tree _p1)
   25581                 :             : {
   25582                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   25583                 :           0 :   switch (TREE_CODE (_p0))
   25584                 :             :     {
   25585                 :           0 :     case SSA_NAME:
   25586                 :           0 :       if (gimple *_d1 = get_def (valueize, _p0))
   25587                 :             :         {
   25588                 :           0 :           if (gassign *_a1 = dyn_cast <gassign *> (_d1))
   25589                 :           0 :             switch (gimple_assign_rhs_code (_a1))
   25590                 :             :               {
   25591                 :           0 :               case LE_EXPR:
   25592                 :           0 :                 {
   25593                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   25594                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   25595                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   25596                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   25597                 :           0 :                   switch (TREE_CODE (_q20))
   25598                 :             :                     {
   25599                 :           0 :                     case SSA_NAME:
   25600                 :           0 :                       if (gimple *_d2 = get_def (valueize, _q20))
   25601                 :             :                         {
   25602                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   25603                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
   25604                 :             :                               {
   25605                 :           0 :                               case POINTER_PLUS_EXPR:
   25606                 :           0 :                                 {
   25607                 :           0 :                                   tree _q30 = gimple_assign_rhs1 (_a2);
   25608                 :           0 :                                   _q30 = do_valueize (valueize, _q30);
   25609                 :           0 :                                   tree _q31 = gimple_assign_rhs2 (_a2);
   25610                 :           0 :                                   _q31 = do_valueize (valueize, _q31);
   25611                 :           0 :                                   switch (TREE_CODE (_q31))
   25612                 :             :                                     {
   25613                 :           0 :                                     case INTEGER_CST:
   25614                 :           0 :                                       {
   25615                 :           0 :                                         switch (TREE_CODE (_p1))
   25616                 :             :                                           {
   25617                 :           0 :                                           case SSA_NAME:
   25618                 :           0 :                                             if (gimple *_d3 = get_def (valueize, _p1))
   25619                 :             :                                               {
   25620                 :           0 :                                                 if (gassign *_a3 = dyn_cast <gassign *> (_d3))
   25621                 :           0 :                                                   switch (gimple_assign_rhs_code (_a3))
   25622                 :             :                                                     {
   25623                 :           0 :                                                     case LE_EXPR:
   25624                 :           0 :                                                       {
   25625                 :           0 :                                                         tree _q70 = gimple_assign_rhs1 (_a3);
   25626                 :           0 :                                                         _q70 = do_valueize (valueize, _q70);
   25627                 :           0 :                                                         tree _q71 = gimple_assign_rhs2 (_a3);
   25628                 :           0 :                                                         _q71 = do_valueize (valueize, _q71);
   25629                 :           0 :                                                         switch (TREE_CODE (_q70))
   25630                 :             :                                                           {
   25631                 :           0 :                                                           case SSA_NAME:
   25632                 :           0 :                                                             if (gimple *_d4 = get_def (valueize, _q70))
   25633                 :             :                                                               {
   25634                 :           0 :                                                                 if (gassign *_a4 = dyn_cast <gassign *> (_d4))
   25635                 :           0 :                                                                   switch (gimple_assign_rhs_code (_a4))
   25636                 :             :                                                                     {
   25637                 :           0 :                                                                     case POINTER_PLUS_EXPR:
   25638                 :           0 :                                                                       {
   25639                 :           0 :                                                                         tree _q80 = gimple_assign_rhs1 (_a4);
   25640                 :           0 :                                                                         _q80 = do_valueize (valueize, _q80);
   25641                 :           0 :                                                                         tree _q81 = gimple_assign_rhs2 (_a4);
   25642                 :           0 :                                                                         _q81 = do_valueize (valueize, _q81);
   25643                 :           0 :                                                                         if ((_q80 == _q21 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q21, 0) && types_match (_q80, _q21)))
   25644                 :             :                                                                           {
   25645                 :           0 :                                                                             if ((_q81 == _q31 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q31, 0) && types_match (_q81, _q31)))
   25646                 :             :                                                                               {
   25647                 :           0 :                                                                                 if ((_q71 == _q30 && ! TREE_SIDE_EFFECTS (_q71)) || (operand_equal_p (_q71, _q30, 0) && types_match (_q71, _q30)))
   25648                 :             :                                                                                   {
   25649                 :           0 :                                                                                     {
   25650                 :           0 :                                                                                       tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31, _q21, _p1, _q70 };
   25651                 :           0 :                                                                                       const enum tree_code cmp = LE_EXPR;
   25652                 :           0 :                                                                                       if (TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[2]))
   25653                 :           0 :  && TYPE_OVERFLOW_WRAPS (sizetype)
   25654                 :           0 :  && TYPE_PRECISION (TREE_TYPE (captures[2])) == TYPE_PRECISION (sizetype)
   25655                 :             : )
   25656                 :             :                                                                                         {
   25657                 :           0 :                                                                                           {
   25658                 :           0 :  offset_int off = wi::to_offset (captures[3]) - (cmp == LE_EXPR ? 1 : 0);
   25659                 :           0 :  offset_int rhs = off * 2;
   25660                 :           0 :                                                                                               if (wi::min_precision (rhs, UNSIGNED) <= TYPE_PRECISION (sizetype)
   25661                 :             : )
   25662                 :             :                                                                                                 {
   25663                 :           0 :                                                                                                   {
   25664                 :           0 :  bool swap_p = tree_swap_operands_p (captures[2], captures[4]);
   25665                 :           0 :  tree rhs_tree = wide_int_to_tree (sizetype, rhs);
   25666                 :           0 :                                                                                                       if (cmp == LT_EXPR
   25667                 :             : )
   25668                 :             :                                                                                                         {
   25669                 :             :                                                                                                           gimple_seq *lseq = seq;
   25670                 :             :                                                                                                           if (lseq
   25671                 :             :                                                                                                               && (!single_use (captures[0])
   25672                 :             :                                                                                                                   || !single_use (captures[5])))
   25673                 :             :                                                                                                             lseq = NULL;
   25674                 :             :                                                                                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2793;
   25675                 :             :                                                                                                           {
   25676                 :             :                                                                                                             res_op->set_op (GT_EXPR, type, 2);
   25677                 :             :                                                                                                             {
   25678                 :             :                                                                                                               tree _o1[1], _r1;
   25679                 :             :                                                                                                               {
   25680                 :             :                                                                                                                 tree _o2[2], _r2;
   25681                 :             :                                                                                                                 _o2[0] =  swap_p ? captures[6] : captures[1];
   25682                 :             :                                                                                                                 _o2[1] =  swap_p ? captures[2] : captures[4];
   25683                 :             :                                                                                                                 gimple_match_op tem_op (res_op->cond.any_else (), POINTER_DIFF_EXPR, ssizetype, _o2[0], _o2[1]);
   25684                 :             :                                                                                                                 tem_op.resimplify (lseq, valueize);
   25685                 :             :                                                                                                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   25686                 :             :                                                                                                                 if (!_r2) goto next_after_fail2793;
   25687                 :             :                                                                                                                 _o1[0] = _r2;
   25688                 :             :                                                                                                               }
   25689                 :             :                                                                                                               if (sizetype != TREE_TYPE (_o1[0])
   25690                 :             :                                                                                                                   && !useless_type_conversion_p (sizetype, TREE_TYPE (_o1[0])))
   25691                 :             :                                                                                                                 {
   25692                 :             :                                                                                                                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, sizetype, _o1[0]);
   25693                 :             :                                                                                                                   tem_op.resimplify (lseq, valueize);
   25694                 :             :                                                                                                                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   25695                 :             :                                                                                                                   if (!_r1) goto next_after_fail2793;
   25696                 :             :                                                                                                                 }
   25697                 :             :                                                                                                               else
   25698                 :             :                                                                                                                 _r1 = _o1[0];
   25699                 :             :                                                                                                               res_op->ops[0] = _r1;
   25700                 :             :                                                                                                             }
   25701                 :             :                                                                                                             res_op->ops[1] =  rhs_tree;
   25702                 :             :                                                                                                             res_op->resimplify (lseq, valueize);
   25703                 :             :                                                                                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1065, __FILE__, __LINE__, true);
   25704                 :           0 :                                                                                                             return true;
   25705                 :             :                                                                                                           }
   25706                 :             : next_after_fail2793:;
   25707                 :             :                                                                                                         }
   25708                 :             :                                                                                                       else
   25709                 :             :                                                                                                         {
   25710                 :           0 :                                                                                                           gimple_seq *lseq = seq;
   25711                 :           0 :                                                                                                           if (lseq
   25712                 :           0 :                                                                                                               && (!single_use (captures[0])
   25713                 :           0 :                                                                                                                   || !single_use (captures[5])))
   25714                 :           0 :                                                                                                             lseq = NULL;
   25715                 :           0 :                                                                                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2794;
   25716                 :           0 :                                                                                                           {
   25717                 :           0 :                                                                                                             res_op->set_op (GT_EXPR, type, 2);
   25718                 :           0 :                                                                                                             {
   25719                 :           0 :                                                                                                               tree _o1[1], _r1;
   25720                 :           0 :                                                                                                               {
   25721                 :           0 :                                                                                                                 tree _o2[2], _r2;
   25722                 :           0 :                                                                                                                 {
   25723                 :           0 :                                                                                                                   tree _o3[2], _r3;
   25724                 :           0 :                                                                                                                   _o3[0] =  swap_p ? captures[4] : captures[2];
   25725                 :           0 :                                                                                                                   _o3[1] =  wide_int_to_tree (sizetype, off);
   25726                 :           0 :                                                                                                                   gimple_match_op tem_op (res_op->cond.any_else (), POINTER_PLUS_EXPR, TREE_TYPE (_o3[0]), _o3[0], _o3[1]);
   25727                 :           0 :                                                                                                                   tem_op.resimplify (lseq, valueize);
   25728                 :           0 :                                                                                                                   _r3 = maybe_push_res_to_seq (&tem_op, lseq);
   25729                 :           0 :                                                                                                                   if (!_r3) goto next_after_fail2794;
   25730                 :           0 :                                                                                                                   _o2[0] = _r3;
   25731                 :             :                                                                                                                 }
   25732                 :           0 :                                                                                                                 _o2[1] =  swap_p ? captures[2] : captures[4];
   25733                 :           0 :                                                                                                                 gimple_match_op tem_op (res_op->cond.any_else (), POINTER_DIFF_EXPR, ssizetype, _o2[0], _o2[1]);
   25734                 :           0 :                                                                                                                 tem_op.resimplify (lseq, valueize);
   25735                 :           0 :                                                                                                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   25736                 :           0 :                                                                                                                 if (!_r2) goto next_after_fail2794;
   25737                 :           0 :                                                                                                                 _o1[0] = _r2;
   25738                 :             :                                                                                                               }
   25739                 :           0 :                                                                                                               if (sizetype != TREE_TYPE (_o1[0])
   25740                 :           0 :                                                                                                                   && !useless_type_conversion_p (sizetype, TREE_TYPE (_o1[0])))
   25741                 :             :                                                                                                                 {
   25742                 :           0 :                                                                                                                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, sizetype, _o1[0]);
   25743                 :           0 :                                                                                                                   tem_op.resimplify (lseq, valueize);
   25744                 :           0 :                                                                                                                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   25745                 :           0 :                                                                                                                   if (!_r1) goto next_after_fail2794;
   25746                 :             :                                                                                                                 }
   25747                 :             :                                                                                                               else
   25748                 :             :                                                                                                                 _r1 = _o1[0];
   25749                 :           0 :                                                                                                               res_op->ops[0] = _r1;
   25750                 :             :                                                                                                             }
   25751                 :           0 :                                                                                                             res_op->ops[1] =  rhs_tree;
   25752                 :           0 :                                                                                                             res_op->resimplify (lseq, valueize);
   25753                 :           0 :                                                                                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1066, __FILE__, __LINE__, true);
   25754                 :           0 :                                                                                                             return true;
   25755                 :             :                                                                                                           }
   25756                 :           0 : next_after_fail2794:;
   25757                 :             :                                                                                                         }
   25758                 :             :                                                                                                   }
   25759                 :             :                                                                                                 }
   25760                 :             :                                                                                           }
   25761                 :             :                                                                                         }
   25762                 :             :                                                                                     }
   25763                 :             :                                                                                   }
   25764                 :             :                                                                               }
   25765                 :             :                                                                           }
   25766                 :             :                                                                         break;
   25767                 :             :                                                                       }
   25768                 :             :                                                                     default:;
   25769                 :             :                                                                     }
   25770                 :             :                                                               }
   25771                 :             :                                                             break;
   25772                 :             :                                                           default:;
   25773                 :             :                                                           }
   25774                 :             :                                                         break;
   25775                 :             :                                                       }
   25776                 :           0 :                                                     case GE_EXPR:
   25777                 :           0 :                                                       {
   25778                 :           0 :                                                         tree _q70 = gimple_assign_rhs1 (_a3);
   25779                 :           0 :                                                         _q70 = do_valueize (valueize, _q70);
   25780                 :           0 :                                                         tree _q71 = gimple_assign_rhs2 (_a3);
   25781                 :           0 :                                                         _q71 = do_valueize (valueize, _q71);
   25782                 :           0 :                                                         if ((_q70 == _q30 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q30, 0) && types_match (_q70, _q30)))
   25783                 :             :                                                           {
   25784                 :           0 :                                                             switch (TREE_CODE (_q71))
   25785                 :             :                                                               {
   25786                 :           0 :                                                               case SSA_NAME:
   25787                 :           0 :                                                                 if (gimple *_d4 = get_def (valueize, _q71))
   25788                 :             :                                                                   {
   25789                 :           0 :                                                                     if (gassign *_a4 = dyn_cast <gassign *> (_d4))
   25790                 :           0 :                                                                       switch (gimple_assign_rhs_code (_a4))
   25791                 :             :                                                                         {
   25792                 :           0 :                                                                         case POINTER_PLUS_EXPR:
   25793                 :           0 :                                                                           {
   25794                 :           0 :                                                                             tree _q90 = gimple_assign_rhs1 (_a4);
   25795                 :           0 :                                                                             _q90 = do_valueize (valueize, _q90);
   25796                 :           0 :                                                                             tree _q91 = gimple_assign_rhs2 (_a4);
   25797                 :           0 :                                                                             _q91 = do_valueize (valueize, _q91);
   25798                 :           0 :                                                                             if ((_q90 == _q21 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q21, 0) && types_match (_q90, _q21)))
   25799                 :             :                                                                               {
   25800                 :           0 :                                                                                 if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
   25801                 :             :                                                                                   {
   25802                 :           0 :                                                                                     {
   25803                 :           0 :                                                                                       tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31, _q21, _p1, _q71 };
   25804                 :           0 :                                                                                       const enum tree_code cmp = LE_EXPR;
   25805                 :           0 :                                                                                       if (TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[2]))
   25806                 :           0 :  && TYPE_OVERFLOW_WRAPS (sizetype)
   25807                 :           0 :  && TYPE_PRECISION (TREE_TYPE (captures[2])) == TYPE_PRECISION (sizetype)
   25808                 :             : )
   25809                 :             :                                                                                         {
   25810                 :           0 :                                                                                           {
   25811                 :           0 :  offset_int off = wi::to_offset (captures[3]) - (cmp == LE_EXPR ? 1 : 0);
   25812                 :           0 :  offset_int rhs = off * 2;
   25813                 :           0 :                                                                                               if (wi::min_precision (rhs, UNSIGNED) <= TYPE_PRECISION (sizetype)
   25814                 :             : )
   25815                 :             :                                                                                                 {
   25816                 :           0 :                                                                                                   {
   25817                 :           0 :  bool swap_p = tree_swap_operands_p (captures[2], captures[4]);
   25818                 :           0 :  tree rhs_tree = wide_int_to_tree (sizetype, rhs);
   25819                 :           0 :                                                                                                       if (cmp == LT_EXPR
   25820                 :             : )
   25821                 :             :                                                                                                         {
   25822                 :             :                                                                                                           gimple_seq *lseq = seq;
   25823                 :             :                                                                                                           if (lseq
   25824                 :             :                                                                                                               && (!single_use (captures[0])
   25825                 :             :                                                                                                                   || !single_use (captures[5])))
   25826                 :             :                                                                                                             lseq = NULL;
   25827                 :             :                                                                                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2795;
   25828                 :             :                                                                                                           {
   25829                 :             :                                                                                                             res_op->set_op (GT_EXPR, type, 2);
   25830                 :             :                                                                                                             {
   25831                 :             :                                                                                                               tree _o1[1], _r1;
   25832                 :             :                                                                                                               {
   25833                 :             :                                                                                                                 tree _o2[2], _r2;
   25834                 :             :                                                                                                                 _o2[0] =  swap_p ? captures[6] : captures[1];
   25835                 :             :                                                                                                                 _o2[1] =  swap_p ? captures[2] : captures[4];
   25836                 :             :                                                                                                                 gimple_match_op tem_op (res_op->cond.any_else (), POINTER_DIFF_EXPR, ssizetype, _o2[0], _o2[1]);
   25837                 :             :                                                                                                                 tem_op.resimplify (lseq, valueize);
   25838                 :             :                                                                                                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   25839                 :             :                                                                                                                 if (!_r2) goto next_after_fail2795;
   25840                 :             :                                                                                                                 _o1[0] = _r2;
   25841                 :             :                                                                                                               }
   25842                 :             :                                                                                                               if (sizetype != TREE_TYPE (_o1[0])
   25843                 :             :                                                                                                                   && !useless_type_conversion_p (sizetype, TREE_TYPE (_o1[0])))
   25844                 :             :                                                                                                                 {
   25845                 :             :                                                                                                                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, sizetype, _o1[0]);
   25846                 :             :                                                                                                                   tem_op.resimplify (lseq, valueize);
   25847                 :             :                                                                                                                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   25848                 :             :                                                                                                                   if (!_r1) goto next_after_fail2795;
   25849                 :             :                                                                                                                 }
   25850                 :             :                                                                                                               else
   25851                 :             :                                                                                                                 _r1 = _o1[0];
   25852                 :             :                                                                                                               res_op->ops[0] = _r1;
   25853                 :             :                                                                                                             }
   25854                 :             :                                                                                                             res_op->ops[1] =  rhs_tree;
   25855                 :             :                                                                                                             res_op->resimplify (lseq, valueize);
   25856                 :             :                                                                                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1065, __FILE__, __LINE__, true);
   25857                 :           0 :                                                                                                             return true;
   25858                 :             :                                                                                                           }
   25859                 :             : next_after_fail2795:;
   25860                 :             :                                                                                                         }
   25861                 :             :                                                                                                       else
   25862                 :             :                                                                                                         {
   25863                 :           0 :                                                                                                           gimple_seq *lseq = seq;
   25864                 :           0 :                                                                                                           if (lseq
   25865                 :           0 :                                                                                                               && (!single_use (captures[0])
   25866                 :           0 :                                                                                                                   || !single_use (captures[5])))
   25867                 :           0 :                                                                                                             lseq = NULL;
   25868                 :           0 :                                                                                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2796;
   25869                 :           0 :                                                                                                           {
   25870                 :           0 :                                                                                                             res_op->set_op (GT_EXPR, type, 2);
   25871                 :           0 :                                                                                                             {
   25872                 :           0 :                                                                                                               tree _o1[1], _r1;
   25873                 :           0 :                                                                                                               {
   25874                 :           0 :                                                                                                                 tree _o2[2], _r2;
   25875                 :           0 :                                                                                                                 {
   25876                 :           0 :                                                                                                                   tree _o3[2], _r3;
   25877                 :           0 :                                                                                                                   _o3[0] =  swap_p ? captures[4] : captures[2];
   25878                 :           0 :                                                                                                                   _o3[1] =  wide_int_to_tree (sizetype, off);
   25879                 :           0 :                                                                                                                   gimple_match_op tem_op (res_op->cond.any_else (), POINTER_PLUS_EXPR, TREE_TYPE (_o3[0]), _o3[0], _o3[1]);
   25880                 :           0 :                                                                                                                   tem_op.resimplify (lseq, valueize);
   25881                 :           0 :                                                                                                                   _r3 = maybe_push_res_to_seq (&tem_op, lseq);
   25882                 :           0 :                                                                                                                   if (!_r3) goto next_after_fail2796;
   25883                 :           0 :                                                                                                                   _o2[0] = _r3;
   25884                 :             :                                                                                                                 }
   25885                 :           0 :                                                                                                                 _o2[1] =  swap_p ? captures[2] : captures[4];
   25886                 :           0 :                                                                                                                 gimple_match_op tem_op (res_op->cond.any_else (), POINTER_DIFF_EXPR, ssizetype, _o2[0], _o2[1]);
   25887                 :           0 :                                                                                                                 tem_op.resimplify (lseq, valueize);
   25888                 :           0 :                                                                                                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   25889                 :           0 :                                                                                                                 if (!_r2) goto next_after_fail2796;
   25890                 :           0 :                                                                                                                 _o1[0] = _r2;
   25891                 :             :                                                                                                               }
   25892                 :           0 :                                                                                                               if (sizetype != TREE_TYPE (_o1[0])
   25893                 :           0 :                                                                                                                   && !useless_type_conversion_p (sizetype, TREE_TYPE (_o1[0])))
   25894                 :             :                                                                                                                 {
   25895                 :           0 :                                                                                                                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, sizetype, _o1[0]);
   25896                 :           0 :                                                                                                                   tem_op.resimplify (lseq, valueize);
   25897                 :           0 :                                                                                                                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   25898                 :           0 :                                                                                                                   if (!_r1) goto next_after_fail2796;
   25899                 :             :                                                                                                                 }
   25900                 :             :                                                                                                               else
   25901                 :             :                                                                                                                 _r1 = _o1[0];
   25902                 :           0 :                                                                                                               res_op->ops[0] = _r1;
   25903                 :             :                                                                                                             }
   25904                 :           0 :                                                                                                             res_op->ops[1] =  rhs_tree;
   25905                 :           0 :                                                                                                             res_op->resimplify (lseq, valueize);
   25906                 :           0 :                                                                                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1066, __FILE__, __LINE__, true);
   25907                 :           0 :                                                                                                             return true;
   25908                 :             :                                                                                                           }
   25909                 :           0 : next_after_fail2796:;
   25910                 :             :                                                                                                         }
   25911                 :             :                                                                                                   }
   25912                 :             :                                                                                                 }
   25913                 :             :                                                                                           }
   25914                 :             :                                                                                         }
   25915                 :             :                                                                                     }
   25916                 :             :                                                                                   }
   25917                 :             :                                                                               }
   25918                 :             :                                                                             break;
   25919                 :             :                                                                           }
   25920                 :             :                                                                         default:;
   25921                 :             :                                                                         }
   25922                 :             :                                                                   }
   25923                 :             :                                                                 break;
   25924                 :             :                                                               default:;
   25925                 :             :                                                               }
   25926                 :             :                                                           }
   25927                 :             :                                                         break;
   25928                 :             :                                                       }
   25929                 :             :                                                     default:;
   25930                 :             :                                                     }
   25931                 :             :                                               }
   25932                 :             :                                             break;
   25933                 :             :                                           default:;
   25934                 :             :                                           }
   25935                 :             :                                         break;
   25936                 :             :                                       }
   25937                 :             :                                     default:;
   25938                 :             :                                     }
   25939                 :             :                                   break;
   25940                 :             :                                 }
   25941                 :             :                               default:;
   25942                 :             :                               }
   25943                 :             :                         }
   25944                 :             :                       break;
   25945                 :             :                     default:;
   25946                 :             :                     }
   25947                 :             :                   break;
   25948                 :             :                 }
   25949                 :           0 :               case LT_EXPR:
   25950                 :           0 :                 {
   25951                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   25952                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   25953                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   25954                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   25955                 :           0 :                   switch (TREE_CODE (_q20))
   25956                 :             :                     {
   25957                 :           0 :                     case SSA_NAME:
   25958                 :           0 :                       if (gimple *_d2 = get_def (valueize, _q20))
   25959                 :             :                         {
   25960                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   25961                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
   25962                 :             :                               {
   25963                 :           0 :                               case POINTER_PLUS_EXPR:
   25964                 :           0 :                                 {
   25965                 :           0 :                                   tree _q30 = gimple_assign_rhs1 (_a2);
   25966                 :           0 :                                   _q30 = do_valueize (valueize, _q30);
   25967                 :           0 :                                   tree _q31 = gimple_assign_rhs2 (_a2);
   25968                 :           0 :                                   _q31 = do_valueize (valueize, _q31);
   25969                 :           0 :                                   switch (TREE_CODE (_q31))
   25970                 :             :                                     {
   25971                 :           0 :                                     case INTEGER_CST:
   25972                 :           0 :                                       {
   25973                 :           0 :                                         switch (TREE_CODE (_p1))
   25974                 :             :                                           {
   25975                 :           0 :                                           case SSA_NAME:
   25976                 :           0 :                                             if (gimple *_d3 = get_def (valueize, _p1))
   25977                 :             :                                               {
   25978                 :           0 :                                                 if (gassign *_a3 = dyn_cast <gassign *> (_d3))
   25979                 :           0 :                                                   switch (gimple_assign_rhs_code (_a3))
   25980                 :             :                                                     {
   25981                 :           0 :                                                     case LT_EXPR:
   25982                 :           0 :                                                       {
   25983                 :           0 :                                                         tree _q70 = gimple_assign_rhs1 (_a3);
   25984                 :           0 :                                                         _q70 = do_valueize (valueize, _q70);
   25985                 :           0 :                                                         tree _q71 = gimple_assign_rhs2 (_a3);
   25986                 :           0 :                                                         _q71 = do_valueize (valueize, _q71);
   25987                 :           0 :                                                         switch (TREE_CODE (_q70))
   25988                 :             :                                                           {
   25989                 :           0 :                                                           case SSA_NAME:
   25990                 :           0 :                                                             if (gimple *_d4 = get_def (valueize, _q70))
   25991                 :             :                                                               {
   25992                 :           0 :                                                                 if (gassign *_a4 = dyn_cast <gassign *> (_d4))
   25993                 :           0 :                                                                   switch (gimple_assign_rhs_code (_a4))
   25994                 :             :                                                                     {
   25995                 :           0 :                                                                     case POINTER_PLUS_EXPR:
   25996                 :           0 :                                                                       {
   25997                 :           0 :                                                                         tree _q80 = gimple_assign_rhs1 (_a4);
   25998                 :           0 :                                                                         _q80 = do_valueize (valueize, _q80);
   25999                 :           0 :                                                                         tree _q81 = gimple_assign_rhs2 (_a4);
   26000                 :           0 :                                                                         _q81 = do_valueize (valueize, _q81);
   26001                 :           0 :                                                                         if ((_q80 == _q21 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q21, 0) && types_match (_q80, _q21)))
   26002                 :             :                                                                           {
   26003                 :           0 :                                                                             if ((_q81 == _q31 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q31, 0) && types_match (_q81, _q31)))
   26004                 :             :                                                                               {
   26005                 :           0 :                                                                                 if ((_q71 == _q30 && ! TREE_SIDE_EFFECTS (_q71)) || (operand_equal_p (_q71, _q30, 0) && types_match (_q71, _q30)))
   26006                 :             :                                                                                   {
   26007                 :           0 :                                                                                     {
   26008                 :           0 :                                                                                       tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31, _q21, _p1, _q70 };
   26009                 :           0 :                                                                                       const enum tree_code cmp = LT_EXPR;
   26010                 :           0 :                                                                                       if (TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[2]))
   26011                 :           0 :  && TYPE_OVERFLOW_WRAPS (sizetype)
   26012                 :           0 :  && TYPE_PRECISION (TREE_TYPE (captures[2])) == TYPE_PRECISION (sizetype)
   26013                 :             : )
   26014                 :             :                                                                                         {
   26015                 :           0 :                                                                                           {
   26016                 :           0 :  offset_int off = wi::to_offset (captures[3]) - (cmp == LE_EXPR ? 1 : 0);
   26017                 :           0 :  offset_int rhs = off * 2;
   26018                 :           0 :                                                                                               if (wi::min_precision (rhs, UNSIGNED) <= TYPE_PRECISION (sizetype)
   26019                 :             : )
   26020                 :             :                                                                                                 {
   26021                 :           0 :                                                                                                   {
   26022                 :           0 :  bool swap_p = tree_swap_operands_p (captures[2], captures[4]);
   26023                 :           0 :  tree rhs_tree = wide_int_to_tree (sizetype, rhs);
   26024                 :           0 :                                                                                                       if (cmp == LT_EXPR
   26025                 :             : )
   26026                 :             :                                                                                                         {
   26027                 :           0 :                                                                                                           gimple_seq *lseq = seq;
   26028                 :           0 :                                                                                                           if (lseq
   26029                 :           0 :                                                                                                               && (!single_use (captures[0])
   26030                 :           0 :                                                                                                                   || !single_use (captures[5])))
   26031                 :           0 :                                                                                                             lseq = NULL;
   26032                 :           0 :                                                                                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2797;
   26033                 :           0 :                                                                                                           {
   26034                 :           0 :                                                                                                             res_op->set_op (GT_EXPR, type, 2);
   26035                 :           0 :                                                                                                             {
   26036                 :           0 :                                                                                                               tree _o1[1], _r1;
   26037                 :           0 :                                                                                                               {
   26038                 :           0 :                                                                                                                 tree _o2[2], _r2;
   26039                 :           0 :                                                                                                                 _o2[0] =  swap_p ? captures[6] : captures[1];
   26040                 :           0 :                                                                                                                 _o2[1] =  swap_p ? captures[2] : captures[4];
   26041                 :           0 :                                                                                                                 gimple_match_op tem_op (res_op->cond.any_else (), POINTER_DIFF_EXPR, ssizetype, _o2[0], _o2[1]);
   26042                 :           0 :                                                                                                                 tem_op.resimplify (lseq, valueize);
   26043                 :           0 :                                                                                                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   26044                 :           0 :                                                                                                                 if (!_r2) goto next_after_fail2797;
   26045                 :           0 :                                                                                                                 _o1[0] = _r2;
   26046                 :             :                                                                                                               }
   26047                 :           0 :                                                                                                               if (sizetype != TREE_TYPE (_o1[0])
   26048                 :           0 :                                                                                                                   && !useless_type_conversion_p (sizetype, TREE_TYPE (_o1[0])))
   26049                 :             :                                                                                                                 {
   26050                 :           0 :                                                                                                                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, sizetype, _o1[0]);
   26051                 :           0 :                                                                                                                   tem_op.resimplify (lseq, valueize);
   26052                 :           0 :                                                                                                                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   26053                 :           0 :                                                                                                                   if (!_r1) goto next_after_fail2797;
   26054                 :             :                                                                                                                 }
   26055                 :             :                                                                                                               else
   26056                 :             :                                                                                                                 _r1 = _o1[0];
   26057                 :           0 :                                                                                                               res_op->ops[0] = _r1;
   26058                 :             :                                                                                                             }
   26059                 :           0 :                                                                                                             res_op->ops[1] =  rhs_tree;
   26060                 :           0 :                                                                                                             res_op->resimplify (lseq, valueize);
   26061                 :           0 :                                                                                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1065, __FILE__, __LINE__, true);
   26062                 :           0 :                                                                                                             return true;
   26063                 :             :                                                                                                           }
   26064                 :           0 : next_after_fail2797:;
   26065                 :             :                                                                                                         }
   26066                 :             :                                                                                                       else
   26067                 :             :                                                                                                         {
   26068                 :             :                                                                                                           gimple_seq *lseq = seq;
   26069                 :             :                                                                                                           if (lseq
   26070                 :             :                                                                                                               && (!single_use (captures[0])
   26071                 :             :                                                                                                                   || !single_use (captures[5])))
   26072                 :             :                                                                                                             lseq = NULL;
   26073                 :             :                                                                                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2798;
   26074                 :             :                                                                                                           {
   26075                 :             :                                                                                                             res_op->set_op (GT_EXPR, type, 2);
   26076                 :             :                                                                                                             {
   26077                 :             :                                                                                                               tree _o1[1], _r1;
   26078                 :             :                                                                                                               {
   26079                 :             :                                                                                                                 tree _o2[2], _r2;
   26080                 :             :                                                                                                                 {
   26081                 :             :                                                                                                                   tree _o3[2], _r3;
   26082                 :             :                                                                                                                   _o3[0] =  swap_p ? captures[4] : captures[2];
   26083                 :             :                                                                                                                   _o3[1] =  wide_int_to_tree (sizetype, off);
   26084                 :             :                                                                                                                   gimple_match_op tem_op (res_op->cond.any_else (), POINTER_PLUS_EXPR, TREE_TYPE (_o3[0]), _o3[0], _o3[1]);
   26085                 :             :                                                                                                                   tem_op.resimplify (lseq, valueize);
   26086                 :             :                                                                                                                   _r3 = maybe_push_res_to_seq (&tem_op, lseq);
   26087                 :             :                                                                                                                   if (!_r3) goto next_after_fail2798;
   26088                 :             :                                                                                                                   _o2[0] = _r3;
   26089                 :             :                                                                                                                 }
   26090                 :             :                                                                                                                 _o2[1] =  swap_p ? captures[2] : captures[4];
   26091                 :             :                                                                                                                 gimple_match_op tem_op (res_op->cond.any_else (), POINTER_DIFF_EXPR, ssizetype, _o2[0], _o2[1]);
   26092                 :             :                                                                                                                 tem_op.resimplify (lseq, valueize);
   26093                 :             :                                                                                                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   26094                 :             :                                                                                                                 if (!_r2) goto next_after_fail2798;
   26095                 :             :                                                                                                                 _o1[0] = _r2;
   26096                 :             :                                                                                                               }
   26097                 :             :                                                                                                               if (sizetype != TREE_TYPE (_o1[0])
   26098                 :             :                                                                                                                   && !useless_type_conversion_p (sizetype, TREE_TYPE (_o1[0])))
   26099                 :             :                                                                                                                 {
   26100                 :             :                                                                                                                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, sizetype, _o1[0]);
   26101                 :             :                                                                                                                   tem_op.resimplify (lseq, valueize);
   26102                 :             :                                                                                                                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   26103                 :             :                                                                                                                   if (!_r1) goto next_after_fail2798;
   26104                 :             :                                                                                                                 }
   26105                 :             :                                                                                                               else
   26106                 :             :                                                                                                                 _r1 = _o1[0];
   26107                 :             :                                                                                                               res_op->ops[0] = _r1;
   26108                 :             :                                                                                                             }
   26109                 :             :                                                                                                             res_op->ops[1] =  rhs_tree;
   26110                 :             :                                                                                                             res_op->resimplify (lseq, valueize);
   26111                 :             :                                                                                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1066, __FILE__, __LINE__, true);
   26112                 :             :                                                                                                             return true;
   26113                 :             :                                                                                                           }
   26114                 :             : next_after_fail2798:;
   26115                 :             :                                                                                                         }
   26116                 :             :                                                                                                   }
   26117                 :             :                                                                                                 }
   26118                 :             :                                                                                           }
   26119                 :             :                                                                                         }
   26120                 :             :                                                                                     }
   26121                 :             :                                                                                   }
   26122                 :             :                                                                               }
   26123                 :             :                                                                           }
   26124                 :             :                                                                         break;
   26125                 :             :                                                                       }
   26126                 :             :                                                                     default:;
   26127                 :             :                                                                     }
   26128                 :             :                                                               }
   26129                 :             :                                                             break;
   26130                 :             :                                                           default:;
   26131                 :             :                                                           }
   26132                 :             :                                                         break;
   26133                 :             :                                                       }
   26134                 :           0 :                                                     case GT_EXPR:
   26135                 :           0 :                                                       {
   26136                 :           0 :                                                         tree _q70 = gimple_assign_rhs1 (_a3);
   26137                 :           0 :                                                         _q70 = do_valueize (valueize, _q70);
   26138                 :           0 :                                                         tree _q71 = gimple_assign_rhs2 (_a3);
   26139                 :           0 :                                                         _q71 = do_valueize (valueize, _q71);
   26140                 :           0 :                                                         if ((_q70 == _q30 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q30, 0) && types_match (_q70, _q30)))
   26141                 :             :                                                           {
   26142                 :           0 :                                                             switch (TREE_CODE (_q71))
   26143                 :             :                                                               {
   26144                 :           0 :                                                               case SSA_NAME:
   26145                 :           0 :                                                                 if (gimple *_d4 = get_def (valueize, _q71))
   26146                 :             :                                                                   {
   26147                 :           0 :                                                                     if (gassign *_a4 = dyn_cast <gassign *> (_d4))
   26148                 :           0 :                                                                       switch (gimple_assign_rhs_code (_a4))
   26149                 :             :                                                                         {
   26150                 :           0 :                                                                         case POINTER_PLUS_EXPR:
   26151                 :           0 :                                                                           {
   26152                 :           0 :                                                                             tree _q90 = gimple_assign_rhs1 (_a4);
   26153                 :           0 :                                                                             _q90 = do_valueize (valueize, _q90);
   26154                 :           0 :                                                                             tree _q91 = gimple_assign_rhs2 (_a4);
   26155                 :           0 :                                                                             _q91 = do_valueize (valueize, _q91);
   26156                 :           0 :                                                                             if ((_q90 == _q21 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q21, 0) && types_match (_q90, _q21)))
   26157                 :             :                                                                               {
   26158                 :           0 :                                                                                 if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
   26159                 :             :                                                                                   {
   26160                 :           0 :                                                                                     {
   26161                 :           0 :                                                                                       tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31, _q21, _p1, _q71 };
   26162                 :           0 :                                                                                       const enum tree_code cmp = LT_EXPR;
   26163                 :           0 :                                                                                       if (TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[2]))
   26164                 :           0 :  && TYPE_OVERFLOW_WRAPS (sizetype)
   26165                 :           0 :  && TYPE_PRECISION (TREE_TYPE (captures[2])) == TYPE_PRECISION (sizetype)
   26166                 :             : )
   26167                 :             :                                                                                         {
   26168                 :           0 :                                                                                           {
   26169                 :           0 :  offset_int off = wi::to_offset (captures[3]) - (cmp == LE_EXPR ? 1 : 0);
   26170                 :           0 :  offset_int rhs = off * 2;
   26171                 :           0 :                                                                                               if (wi::min_precision (rhs, UNSIGNED) <= TYPE_PRECISION (sizetype)
   26172                 :             : )
   26173                 :             :                                                                                                 {
   26174                 :           0 :                                                                                                   {
   26175                 :           0 :  bool swap_p = tree_swap_operands_p (captures[2], captures[4]);
   26176                 :           0 :  tree rhs_tree = wide_int_to_tree (sizetype, rhs);
   26177                 :           0 :                                                                                                       if (cmp == LT_EXPR
   26178                 :             : )
   26179                 :             :                                                                                                         {
   26180                 :           0 :                                                                                                           gimple_seq *lseq = seq;
   26181                 :           0 :                                                                                                           if (lseq
   26182                 :           0 :                                                                                                               && (!single_use (captures[0])
   26183                 :           0 :                                                                                                                   || !single_use (captures[5])))
   26184                 :           0 :                                                                                                             lseq = NULL;
   26185                 :           0 :                                                                                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2799;
   26186                 :           0 :                                                                                                           {
   26187                 :           0 :                                                                                                             res_op->set_op (GT_EXPR, type, 2);
   26188                 :           0 :                                                                                                             {
   26189                 :           0 :                                                                                                               tree _o1[1], _r1;
   26190                 :           0 :                                                                                                               {
   26191                 :           0 :                                                                                                                 tree _o2[2], _r2;
   26192                 :           0 :                                                                                                                 _o2[0] =  swap_p ? captures[6] : captures[1];
   26193                 :           0 :                                                                                                                 _o2[1] =  swap_p ? captures[2] : captures[4];
   26194                 :           0 :                                                                                                                 gimple_match_op tem_op (res_op->cond.any_else (), POINTER_DIFF_EXPR, ssizetype, _o2[0], _o2[1]);
   26195                 :           0 :                                                                                                                 tem_op.resimplify (lseq, valueize);
   26196                 :           0 :                                                                                                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   26197                 :           0 :                                                                                                                 if (!_r2) goto next_after_fail2799;
   26198                 :           0 :                                                                                                                 _o1[0] = _r2;
   26199                 :             :                                                                                                               }
   26200                 :           0 :                                                                                                               if (sizetype != TREE_TYPE (_o1[0])
   26201                 :           0 :                                                                                                                   && !useless_type_conversion_p (sizetype, TREE_TYPE (_o1[0])))
   26202                 :             :                                                                                                                 {
   26203                 :           0 :                                                                                                                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, sizetype, _o1[0]);
   26204                 :           0 :                                                                                                                   tem_op.resimplify (lseq, valueize);
   26205                 :           0 :                                                                                                                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   26206                 :           0 :                                                                                                                   if (!_r1) goto next_after_fail2799;
   26207                 :             :                                                                                                                 }
   26208                 :             :                                                                                                               else
   26209                 :             :                                                                                                                 _r1 = _o1[0];
   26210                 :           0 :                                                                                                               res_op->ops[0] = _r1;
   26211                 :             :                                                                                                             }
   26212                 :           0 :                                                                                                             res_op->ops[1] =  rhs_tree;
   26213                 :           0 :                                                                                                             res_op->resimplify (lseq, valueize);
   26214                 :           0 :                                                                                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1065, __FILE__, __LINE__, true);
   26215                 :           0 :                                                                                                             return true;
   26216                 :             :                                                                                                           }
   26217                 :           0 : next_after_fail2799:;
   26218                 :             :                                                                                                         }
   26219                 :             :                                                                                                       else
   26220                 :             :                                                                                                         {
   26221                 :             :                                                                                                           gimple_seq *lseq = seq;
   26222                 :             :                                                                                                           if (lseq
   26223                 :             :                                                                                                               && (!single_use (captures[0])
   26224                 :             :                                                                                                                   || !single_use (captures[5])))
   26225                 :             :                                                                                                             lseq = NULL;
   26226                 :             :                                                                                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2800;
   26227                 :             :                                                                                                           {
   26228                 :             :                                                                                                             res_op->set_op (GT_EXPR, type, 2);
   26229                 :             :                                                                                                             {
   26230                 :             :                                                                                                               tree _o1[1], _r1;
   26231                 :             :                                                                                                               {
   26232                 :             :                                                                                                                 tree _o2[2], _r2;
   26233                 :             :                                                                                                                 {
   26234                 :             :                                                                                                                   tree _o3[2], _r3;
   26235                 :             :                                                                                                                   _o3[0] =  swap_p ? captures[4] : captures[2];
   26236                 :             :                                                                                                                   _o3[1] =  wide_int_to_tree (sizetype, off);
   26237                 :             :                                                                                                                   gimple_match_op tem_op (res_op->cond.any_else (), POINTER_PLUS_EXPR, TREE_TYPE (_o3[0]), _o3[0], _o3[1]);
   26238                 :             :                                                                                                                   tem_op.resimplify (lseq, valueize);
   26239                 :             :                                                                                                                   _r3 = maybe_push_res_to_seq (&tem_op, lseq);
   26240                 :             :                                                                                                                   if (!_r3) goto next_after_fail2800;
   26241                 :             :                                                                                                                   _o2[0] = _r3;
   26242                 :             :                                                                                                                 }
   26243                 :             :                                                                                                                 _o2[1] =  swap_p ? captures[2] : captures[4];
   26244                 :             :                                                                                                                 gimple_match_op tem_op (res_op->cond.any_else (), POINTER_DIFF_EXPR, ssizetype, _o2[0], _o2[1]);
   26245                 :             :                                                                                                                 tem_op.resimplify (lseq, valueize);
   26246                 :             :                                                                                                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   26247                 :             :                                                                                                                 if (!_r2) goto next_after_fail2800;
   26248                 :             :                                                                                                                 _o1[0] = _r2;
   26249                 :             :                                                                                                               }
   26250                 :             :                                                                                                               if (sizetype != TREE_TYPE (_o1[0])
   26251                 :             :                                                                                                                   && !useless_type_conversion_p (sizetype, TREE_TYPE (_o1[0])))
   26252                 :             :                                                                                                                 {
   26253                 :             :                                                                                                                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, sizetype, _o1[0]);
   26254                 :             :                                                                                                                   tem_op.resimplify (lseq, valueize);
   26255                 :             :                                                                                                                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   26256                 :             :                                                                                                                   if (!_r1) goto next_after_fail2800;
   26257                 :             :                                                                                                                 }
   26258                 :             :                                                                                                               else
   26259                 :             :                                                                                                                 _r1 = _o1[0];
   26260                 :             :                                                                                                               res_op->ops[0] = _r1;
   26261                 :             :                                                                                                             }
   26262                 :             :                                                                                                             res_op->ops[1] =  rhs_tree;
   26263                 :             :                                                                                                             res_op->resimplify (lseq, valueize);
   26264                 :             :                                                                                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1066, __FILE__, __LINE__, true);
   26265                 :             :                                                                                                             return true;
   26266                 :             :                                                                                                           }
   26267                 :             : next_after_fail2800:;
   26268                 :             :                                                                                                         }
   26269                 :             :                                                                                                   }
   26270                 :             :                                                                                                 }
   26271                 :             :                                                                                           }
   26272                 :             :                                                                                         }
   26273                 :             :                                                                                     }
   26274                 :             :                                                                                   }
   26275                 :             :                                                                               }
   26276                 :             :                                                                             break;
   26277                 :             :                                                                           }
   26278                 :             :                                                                         default:;
   26279                 :             :                                                                         }
   26280                 :             :                                                                   }
   26281                 :             :                                                                 break;
   26282                 :             :                                                               default:;
   26283                 :             :                                                               }
   26284                 :             :                                                           }
   26285                 :             :                                                         break;
   26286                 :             :                                                       }
   26287                 :             :                                                     default:;
   26288                 :             :                                                     }
   26289                 :             :                                               }
   26290                 :             :                                             break;
   26291                 :             :                                           default:;
   26292                 :             :                                           }
   26293                 :             :                                         break;
   26294                 :             :                                       }
   26295                 :             :                                     default:;
   26296                 :             :                                     }
   26297                 :             :                                   break;
   26298                 :             :                                 }
   26299                 :             :                               default:;
   26300                 :             :                               }
   26301                 :             :                         }
   26302                 :             :                       break;
   26303                 :             :                     default:;
   26304                 :             :                     }
   26305                 :             :                   break;
   26306                 :             :                 }
   26307                 :           0 :               case GE_EXPR:
   26308                 :           0 :                 {
   26309                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   26310                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   26311                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   26312                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   26313                 :           0 :                   switch (TREE_CODE (_q21))
   26314                 :             :                     {
   26315                 :           0 :                     case SSA_NAME:
   26316                 :           0 :                       if (gimple *_d2 = get_def (valueize, _q21))
   26317                 :             :                         {
   26318                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   26319                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
   26320                 :             :                               {
   26321                 :           0 :                               case POINTER_PLUS_EXPR:
   26322                 :           0 :                                 {
   26323                 :           0 :                                   tree _q40 = gimple_assign_rhs1 (_a2);
   26324                 :           0 :                                   _q40 = do_valueize (valueize, _q40);
   26325                 :           0 :                                   tree _q41 = gimple_assign_rhs2 (_a2);
   26326                 :           0 :                                   _q41 = do_valueize (valueize, _q41);
   26327                 :           0 :                                   switch (TREE_CODE (_q41))
   26328                 :             :                                     {
   26329                 :           0 :                                     case INTEGER_CST:
   26330                 :           0 :                                       {
   26331                 :           0 :                                         switch (TREE_CODE (_p1))
   26332                 :             :                                           {
   26333                 :           0 :                                           case SSA_NAME:
   26334                 :           0 :                                             if (gimple *_d3 = get_def (valueize, _p1))
   26335                 :             :                                               {
   26336                 :           0 :                                                 if (gassign *_a3 = dyn_cast <gassign *> (_d3))
   26337                 :           0 :                                                   switch (gimple_assign_rhs_code (_a3))
   26338                 :             :                                                     {
   26339                 :           0 :                                                     case LE_EXPR:
   26340                 :           0 :                                                       {
   26341                 :           0 :                                                         tree _q70 = gimple_assign_rhs1 (_a3);
   26342                 :           0 :                                                         _q70 = do_valueize (valueize, _q70);
   26343                 :           0 :                                                         tree _q71 = gimple_assign_rhs2 (_a3);
   26344                 :           0 :                                                         _q71 = do_valueize (valueize, _q71);
   26345                 :           0 :                                                         switch (TREE_CODE (_q70))
   26346                 :             :                                                           {
   26347                 :           0 :                                                           case SSA_NAME:
   26348                 :           0 :                                                             if (gimple *_d4 = get_def (valueize, _q70))
   26349                 :             :                                                               {
   26350                 :           0 :                                                                 if (gassign *_a4 = dyn_cast <gassign *> (_d4))
   26351                 :           0 :                                                                   switch (gimple_assign_rhs_code (_a4))
   26352                 :             :                                                                     {
   26353                 :           0 :                                                                     case POINTER_PLUS_EXPR:
   26354                 :           0 :                                                                       {
   26355                 :           0 :                                                                         tree _q80 = gimple_assign_rhs1 (_a4);
   26356                 :           0 :                                                                         _q80 = do_valueize (valueize, _q80);
   26357                 :           0 :                                                                         tree _q81 = gimple_assign_rhs2 (_a4);
   26358                 :           0 :                                                                         _q81 = do_valueize (valueize, _q81);
   26359                 :           0 :                                                                         if ((_q80 == _q20 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q20, 0) && types_match (_q80, _q20)))
   26360                 :             :                                                                           {
   26361                 :           0 :                                                                             if ((_q81 == _q41 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q41, 0) && types_match (_q81, _q41)))
   26362                 :             :                                                                               {
   26363                 :           0 :                                                                                 if ((_q71 == _q40 && ! TREE_SIDE_EFFECTS (_q71)) || (operand_equal_p (_q71, _q40, 0) && types_match (_q71, _q40)))
   26364                 :             :                                                                                   {
   26365                 :           0 :                                                                                     {
   26366                 :           0 :                                                                                       tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q21, _q40, _q41, _q20, _p1, _q70 };
   26367                 :           0 :                                                                                       const enum tree_code cmp = LE_EXPR;
   26368                 :           0 :                                                                                       if (TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[2]))
   26369                 :           0 :  && TYPE_OVERFLOW_WRAPS (sizetype)
   26370                 :           0 :  && TYPE_PRECISION (TREE_TYPE (captures[2])) == TYPE_PRECISION (sizetype)
   26371                 :             : )
   26372                 :             :                                                                                         {
   26373                 :           0 :                                                                                           {
   26374                 :           0 :  offset_int off = wi::to_offset (captures[3]) - (cmp == LE_EXPR ? 1 : 0);
   26375                 :           0 :  offset_int rhs = off * 2;
   26376                 :           0 :                                                                                               if (wi::min_precision (rhs, UNSIGNED) <= TYPE_PRECISION (sizetype)
   26377                 :             : )
   26378                 :             :                                                                                                 {
   26379                 :           0 :                                                                                                   {
   26380                 :           0 :  bool swap_p = tree_swap_operands_p (captures[2], captures[4]);
   26381                 :           0 :  tree rhs_tree = wide_int_to_tree (sizetype, rhs);
   26382                 :           0 :                                                                                                       if (cmp == LT_EXPR
   26383                 :             : )
   26384                 :             :                                                                                                         {
   26385                 :             :                                                                                                           gimple_seq *lseq = seq;
   26386                 :             :                                                                                                           if (lseq
   26387                 :             :                                                                                                               && (!single_use (captures[0])
   26388                 :             :                                                                                                                   || !single_use (captures[5])))
   26389                 :             :                                                                                                             lseq = NULL;
   26390                 :             :                                                                                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2801;
   26391                 :             :                                                                                                           {
   26392                 :             :                                                                                                             res_op->set_op (GT_EXPR, type, 2);
   26393                 :             :                                                                                                             {
   26394                 :             :                                                                                                               tree _o1[1], _r1;
   26395                 :             :                                                                                                               {
   26396                 :             :                                                                                                                 tree _o2[2], _r2;
   26397                 :             :                                                                                                                 _o2[0] =  swap_p ? captures[6] : captures[1];
   26398                 :             :                                                                                                                 _o2[1] =  swap_p ? captures[2] : captures[4];
   26399                 :             :                                                                                                                 gimple_match_op tem_op (res_op->cond.any_else (), POINTER_DIFF_EXPR, ssizetype, _o2[0], _o2[1]);
   26400                 :             :                                                                                                                 tem_op.resimplify (lseq, valueize);
   26401                 :             :                                                                                                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   26402                 :             :                                                                                                                 if (!_r2) goto next_after_fail2801;
   26403                 :             :                                                                                                                 _o1[0] = _r2;
   26404                 :             :                                                                                                               }
   26405                 :             :                                                                                                               if (sizetype != TREE_TYPE (_o1[0])
   26406                 :             :                                                                                                                   && !useless_type_conversion_p (sizetype, TREE_TYPE (_o1[0])))
   26407                 :             :                                                                                                                 {
   26408                 :             :                                                                                                                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, sizetype, _o1[0]);
   26409                 :             :                                                                                                                   tem_op.resimplify (lseq, valueize);
   26410                 :             :                                                                                                                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   26411                 :             :                                                                                                                   if (!_r1) goto next_after_fail2801;
   26412                 :             :                                                                                                                 }
   26413                 :             :                                                                                                               else
   26414                 :             :                                                                                                                 _r1 = _o1[0];
   26415                 :             :                                                                                                               res_op->ops[0] = _r1;
   26416                 :             :                                                                                                             }
   26417                 :             :                                                                                                             res_op->ops[1] =  rhs_tree;
   26418                 :             :                                                                                                             res_op->resimplify (lseq, valueize);
   26419                 :             :                                                                                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1065, __FILE__, __LINE__, true);
   26420                 :           0 :                                                                                                             return true;
   26421                 :             :                                                                                                           }
   26422                 :             : next_after_fail2801:;
   26423                 :             :                                                                                                         }
   26424                 :             :                                                                                                       else
   26425                 :             :                                                                                                         {
   26426                 :           0 :                                                                                                           gimple_seq *lseq = seq;
   26427                 :           0 :                                                                                                           if (lseq
   26428                 :           0 :                                                                                                               && (!single_use (captures[0])
   26429                 :           0 :                                                                                                                   || !single_use (captures[5])))
   26430                 :           0 :                                                                                                             lseq = NULL;
   26431                 :           0 :                                                                                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2802;
   26432                 :           0 :                                                                                                           {
   26433                 :           0 :                                                                                                             res_op->set_op (GT_EXPR, type, 2);
   26434                 :           0 :                                                                                                             {
   26435                 :           0 :                                                                                                               tree _o1[1], _r1;
   26436                 :           0 :                                                                                                               {
   26437                 :           0 :                                                                                                                 tree _o2[2], _r2;
   26438                 :           0 :                                                                                                                 {
   26439                 :           0 :                                                                                                                   tree _o3[2], _r3;
   26440                 :           0 :                                                                                                                   _o3[0] =  swap_p ? captures[4] : captures[2];
   26441                 :           0 :                                                                                                                   _o3[1] =  wide_int_to_tree (sizetype, off);
   26442                 :           0 :                                                                                                                   gimple_match_op tem_op (res_op->cond.any_else (), POINTER_PLUS_EXPR, TREE_TYPE (_o3[0]), _o3[0], _o3[1]);
   26443                 :           0 :                                                                                                                   tem_op.resimplify (lseq, valueize);
   26444                 :           0 :                                                                                                                   _r3 = maybe_push_res_to_seq (&tem_op, lseq);
   26445                 :           0 :                                                                                                                   if (!_r3) goto next_after_fail2802;
   26446                 :           0 :                                                                                                                   _o2[0] = _r3;
   26447                 :             :                                                                                                                 }
   26448                 :           0 :                                                                                                                 _o2[1] =  swap_p ? captures[2] : captures[4];
   26449                 :           0 :                                                                                                                 gimple_match_op tem_op (res_op->cond.any_else (), POINTER_DIFF_EXPR, ssizetype, _o2[0], _o2[1]);
   26450                 :           0 :                                                                                                                 tem_op.resimplify (lseq, valueize);
   26451                 :           0 :                                                                                                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   26452                 :           0 :                                                                                                                 if (!_r2) goto next_after_fail2802;
   26453                 :           0 :                                                                                                                 _o1[0] = _r2;
   26454                 :             :                                                                                                               }
   26455                 :           0 :                                                                                                               if (sizetype != TREE_TYPE (_o1[0])
   26456                 :           0 :                                                                                                                   && !useless_type_conversion_p (sizetype, TREE_TYPE (_o1[0])))
   26457                 :             :                                                                                                                 {
   26458                 :           0 :                                                                                                                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, sizetype, _o1[0]);
   26459                 :           0 :                                                                                                                   tem_op.resimplify (lseq, valueize);
   26460                 :           0 :                                                                                                                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   26461                 :           0 :                                                                                                                   if (!_r1) goto next_after_fail2802;
   26462                 :             :                                                                                                                 }
   26463                 :             :                                                                                                               else
   26464                 :             :                                                                                                                 _r1 = _o1[0];
   26465                 :           0 :                                                                                                               res_op->ops[0] = _r1;
   26466                 :             :                                                                                                             }
   26467                 :           0 :                                                                                                             res_op->ops[1] =  rhs_tree;
   26468                 :           0 :                                                                                                             res_op->resimplify (lseq, valueize);
   26469                 :           0 :                                                                                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1066, __FILE__, __LINE__, true);
   26470                 :           0 :                                                                                                             return true;
   26471                 :             :                                                                                                           }
   26472                 :           0 : next_after_fail2802:;
   26473                 :             :                                                                                                         }
   26474                 :             :                                                                                                   }
   26475                 :             :                                                                                                 }
   26476                 :             :                                                                                           }
   26477                 :             :                                                                                         }
   26478                 :             :                                                                                     }
   26479                 :             :                                                                                   }
   26480                 :             :                                                                               }
   26481                 :             :                                                                           }
   26482                 :             :                                                                         break;
   26483                 :             :                                                                       }
   26484                 :             :                                                                     default:;
   26485                 :             :                                                                     }
   26486                 :             :                                                               }
   26487                 :             :                                                             break;
   26488                 :             :                                                           default:;
   26489                 :             :                                                           }
   26490                 :             :                                                         break;
   26491                 :             :                                                       }
   26492                 :           0 :                                                     case GE_EXPR:
   26493                 :           0 :                                                       {
   26494                 :           0 :                                                         tree _q70 = gimple_assign_rhs1 (_a3);
   26495                 :           0 :                                                         _q70 = do_valueize (valueize, _q70);
   26496                 :           0 :                                                         tree _q71 = gimple_assign_rhs2 (_a3);
   26497                 :           0 :                                                         _q71 = do_valueize (valueize, _q71);
   26498                 :           0 :                                                         if ((_q70 == _q40 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q40, 0) && types_match (_q70, _q40)))
   26499                 :             :                                                           {
   26500                 :           0 :                                                             switch (TREE_CODE (_q71))
   26501                 :             :                                                               {
   26502                 :           0 :                                                               case SSA_NAME:
   26503                 :           0 :                                                                 if (gimple *_d4 = get_def (valueize, _q71))
   26504                 :             :                                                                   {
   26505                 :           0 :                                                                     if (gassign *_a4 = dyn_cast <gassign *> (_d4))
   26506                 :           0 :                                                                       switch (gimple_assign_rhs_code (_a4))
   26507                 :             :                                                                         {
   26508                 :           0 :                                                                         case POINTER_PLUS_EXPR:
   26509                 :           0 :                                                                           {
   26510                 :           0 :                                                                             tree _q90 = gimple_assign_rhs1 (_a4);
   26511                 :           0 :                                                                             _q90 = do_valueize (valueize, _q90);
   26512                 :           0 :                                                                             tree _q91 = gimple_assign_rhs2 (_a4);
   26513                 :           0 :                                                                             _q91 = do_valueize (valueize, _q91);
   26514                 :           0 :                                                                             if ((_q90 == _q20 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q20, 0) && types_match (_q90, _q20)))
   26515                 :             :                                                                               {
   26516                 :           0 :                                                                                 if ((_q91 == _q41 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q41, 0) && types_match (_q91, _q41)))
   26517                 :             :                                                                                   {
   26518                 :           0 :                                                                                     {
   26519                 :           0 :                                                                                       tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q21, _q40, _q41, _q20, _p1, _q71 };
   26520                 :           0 :                                                                                       const enum tree_code cmp = LE_EXPR;
   26521                 :           0 :                                                                                       if (TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[2]))
   26522                 :           0 :  && TYPE_OVERFLOW_WRAPS (sizetype)
   26523                 :           0 :  && TYPE_PRECISION (TREE_TYPE (captures[2])) == TYPE_PRECISION (sizetype)
   26524                 :             : )
   26525                 :             :                                                                                         {
   26526                 :           0 :                                                                                           {
   26527                 :           0 :  offset_int off = wi::to_offset (captures[3]) - (cmp == LE_EXPR ? 1 : 0);
   26528                 :           0 :  offset_int rhs = off * 2;
   26529                 :           0 :                                                                                               if (wi::min_precision (rhs, UNSIGNED) <= TYPE_PRECISION (sizetype)
   26530                 :             : )
   26531                 :             :                                                                                                 {
   26532                 :           0 :                                                                                                   {
   26533                 :           0 :  bool swap_p = tree_swap_operands_p (captures[2], captures[4]);
   26534                 :           0 :  tree rhs_tree = wide_int_to_tree (sizetype, rhs);
   26535                 :           0 :                                                                                                       if (cmp == LT_EXPR
   26536                 :             : )
   26537                 :             :                                                                                                         {
   26538                 :             :                                                                                                           gimple_seq *lseq = seq;
   26539                 :             :                                                                                                           if (lseq
   26540                 :             :                                                                                                               && (!single_use (captures[0])
   26541                 :             :                                                                                                                   || !single_use (captures[5])))
   26542                 :             :                                                                                                             lseq = NULL;
   26543                 :             :                                                                                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2803;
   26544                 :             :                                                                                                           {
   26545                 :             :                                                                                                             res_op->set_op (GT_EXPR, type, 2);
   26546                 :             :                                                                                                             {
   26547                 :             :                                                                                                               tree _o1[1], _r1;
   26548                 :             :                                                                                                               {
   26549                 :             :                                                                                                                 tree _o2[2], _r2;
   26550                 :             :                                                                                                                 _o2[0] =  swap_p ? captures[6] : captures[1];
   26551                 :             :                                                                                                                 _o2[1] =  swap_p ? captures[2] : captures[4];
   26552                 :             :                                                                                                                 gimple_match_op tem_op (res_op->cond.any_else (), POINTER_DIFF_EXPR, ssizetype, _o2[0], _o2[1]);
   26553                 :             :                                                                                                                 tem_op.resimplify (lseq, valueize);
   26554                 :             :                                                                                                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   26555                 :             :                                                                                                                 if (!_r2) goto next_after_fail2803;
   26556                 :             :                                                                                                                 _o1[0] = _r2;
   26557                 :             :                                                                                                               }
   26558                 :             :                                                                                                               if (sizetype != TREE_TYPE (_o1[0])
   26559                 :             :                                                                                                                   && !useless_type_conversion_p (sizetype, TREE_TYPE (_o1[0])))
   26560                 :             :                                                                                                                 {
   26561                 :             :                                                                                                                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, sizetype, _o1[0]);
   26562                 :             :                                                                                                                   tem_op.resimplify (lseq, valueize);
   26563                 :             :                                                                                                                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   26564                 :             :                                                                                                                   if (!_r1) goto next_after_fail2803;
   26565                 :             :                                                                                                                 }
   26566                 :             :                                                                                                               else
   26567                 :             :                                                                                                                 _r1 = _o1[0];
   26568                 :             :                                                                                                               res_op->ops[0] = _r1;
   26569                 :             :                                                                                                             }
   26570                 :             :                                                                                                             res_op->ops[1] =  rhs_tree;
   26571                 :             :                                                                                                             res_op->resimplify (lseq, valueize);
   26572                 :             :                                                                                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1065, __FILE__, __LINE__, true);
   26573                 :           0 :                                                                                                             return true;
   26574                 :             :                                                                                                           }
   26575                 :             : next_after_fail2803:;
   26576                 :             :                                                                                                         }
   26577                 :             :                                                                                                       else
   26578                 :             :                                                                                                         {
   26579                 :           0 :                                                                                                           gimple_seq *lseq = seq;
   26580                 :           0 :                                                                                                           if (lseq
   26581                 :           0 :                                                                                                               && (!single_use (captures[0])
   26582                 :           0 :                                                                                                                   || !single_use (captures[5])))
   26583                 :           0 :                                                                                                             lseq = NULL;
   26584                 :           0 :                                                                                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2804;
   26585                 :           0 :                                                                                                           {
   26586                 :           0 :                                                                                                             res_op->set_op (GT_EXPR, type, 2);
   26587                 :           0 :                                                                                                             {
   26588                 :           0 :                                                                                                               tree _o1[1], _r1;
   26589                 :           0 :                                                                                                               {
   26590                 :           0 :                                                                                                                 tree _o2[2], _r2;
   26591                 :           0 :                                                                                                                 {
   26592                 :           0 :                                                                                                                   tree _o3[2], _r3;
   26593                 :           0 :                                                                                                                   _o3[0] =  swap_p ? captures[4] : captures[2];
   26594                 :           0 :                                                                                                                   _o3[1] =  wide_int_to_tree (sizetype, off);
   26595                 :           0 :                                                                                                                   gimple_match_op tem_op (res_op->cond.any_else (), POINTER_PLUS_EXPR, TREE_TYPE (_o3[0]), _o3[0], _o3[1]);
   26596                 :           0 :                                                                                                                   tem_op.resimplify (lseq, valueize);
   26597                 :           0 :                                                                                                                   _r3 = maybe_push_res_to_seq (&tem_op, lseq);
   26598                 :           0 :                                                                                                                   if (!_r3) goto next_after_fail2804;
   26599                 :           0 :                                                                                                                   _o2[0] = _r3;
   26600                 :             :                                                                                                                 }
   26601                 :           0 :                                                                                                                 _o2[1] =  swap_p ? captures[2] : captures[4];
   26602                 :           0 :                                                                                                                 gimple_match_op tem_op (res_op->cond.any_else (), POINTER_DIFF_EXPR, ssizetype, _o2[0], _o2[1]);
   26603                 :           0 :                                                                                                                 tem_op.resimplify (lseq, valueize);
   26604                 :           0 :                                                                                                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   26605                 :           0 :                                                                                                                 if (!_r2) goto next_after_fail2804;
   26606                 :           0 :                                                                                                                 _o1[0] = _r2;
   26607                 :             :                                                                                                               }
   26608                 :           0 :                                                                                                               if (sizetype != TREE_TYPE (_o1[0])
   26609                 :           0 :                                                                                                                   && !useless_type_conversion_p (sizetype, TREE_TYPE (_o1[0])))
   26610                 :             :                                                                                                                 {
   26611                 :           0 :                                                                                                                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, sizetype, _o1[0]);
   26612                 :           0 :                                                                                                                   tem_op.resimplify (lseq, valueize);
   26613                 :           0 :                                                                                                                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   26614                 :           0 :                                                                                                                   if (!_r1) goto next_after_fail2804;
   26615                 :             :                                                                                                                 }
   26616                 :             :                                                                                                               else
   26617                 :             :                                                                                                                 _r1 = _o1[0];
   26618                 :           0 :                                                                                                               res_op->ops[0] = _r1;
   26619                 :             :                                                                                                             }
   26620                 :           0 :                                                                                                             res_op->ops[1] =  rhs_tree;
   26621                 :           0 :                                                                                                             res_op->resimplify (lseq, valueize);
   26622                 :           0 :                                                                                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1066, __FILE__, __LINE__, true);
   26623                 :           0 :                                                                                                             return true;
   26624                 :             :                                                                                                           }
   26625                 :           0 : next_after_fail2804:;
   26626                 :             :                                                                                                         }
   26627                 :             :                                                                                                   }
   26628                 :             :                                                                                                 }
   26629                 :             :                                                                                           }
   26630                 :             :                                                                                         }
   26631                 :             :                                                                                     }
   26632                 :             :                                                                                   }
   26633                 :             :                                                                               }
   26634                 :             :                                                                             break;
   26635                 :             :                                                                           }
   26636                 :             :                                                                         default:;
   26637                 :             :                                                                         }
   26638                 :             :                                                                   }
   26639                 :             :                                                                 break;
   26640                 :             :                                                               default:;
   26641                 :             :                                                               }
   26642                 :             :                                                           }
   26643                 :             :                                                         break;
   26644                 :             :                                                       }
   26645                 :             :                                                     default:;
   26646                 :             :                                                     }
   26647                 :             :                                               }
   26648                 :             :                                             break;
   26649                 :             :                                           default:;
   26650                 :             :                                           }
   26651                 :             :                                         break;
   26652                 :             :                                       }
   26653                 :             :                                     default:;
   26654                 :             :                                     }
   26655                 :             :                                   break;
   26656                 :             :                                 }
   26657                 :             :                               default:;
   26658                 :             :                               }
   26659                 :             :                         }
   26660                 :             :                       break;
   26661                 :             :                     default:;
   26662                 :             :                     }
   26663                 :             :                   break;
   26664                 :             :                 }
   26665                 :           0 :               case GT_EXPR:
   26666                 :           0 :                 {
   26667                 :           0 :                   tree _q20 = gimple_assign_rhs1 (_a1);
   26668                 :           0 :                   _q20 = do_valueize (valueize, _q20);
   26669                 :           0 :                   tree _q21 = gimple_assign_rhs2 (_a1);
   26670                 :           0 :                   _q21 = do_valueize (valueize, _q21);
   26671                 :           0 :                   switch (TREE_CODE (_q21))
   26672                 :             :                     {
   26673                 :           0 :                     case SSA_NAME:
   26674                 :           0 :                       if (gimple *_d2 = get_def (valueize, _q21))
   26675                 :             :                         {
   26676                 :           0 :                           if (gassign *_a2 = dyn_cast <gassign *> (_d2))
   26677                 :           0 :                             switch (gimple_assign_rhs_code (_a2))
   26678                 :             :                               {
   26679                 :           0 :                               case POINTER_PLUS_EXPR:
   26680                 :           0 :                                 {
   26681                 :           0 :                                   tree _q40 = gimple_assign_rhs1 (_a2);
   26682                 :           0 :                                   _q40 = do_valueize (valueize, _q40);
   26683                 :           0 :                                   tree _q41 = gimple_assign_rhs2 (_a2);
   26684                 :           0 :                                   _q41 = do_valueize (valueize, _q41);
   26685                 :           0 :                                   switch (TREE_CODE (_q41))
   26686                 :             :                                     {
   26687                 :           0 :                                     case INTEGER_CST:
   26688                 :           0 :                                       {
   26689                 :           0 :                                         switch (TREE_CODE (_p1))
   26690                 :             :                                           {
   26691                 :           0 :                                           case SSA_NAME:
   26692                 :           0 :                                             if (gimple *_d3 = get_def (valueize, _p1))
   26693                 :             :                                               {
   26694                 :           0 :                                                 if (gassign *_a3 = dyn_cast <gassign *> (_d3))
   26695                 :           0 :                                                   switch (gimple_assign_rhs_code (_a3))
   26696                 :             :                                                     {
   26697                 :           0 :                                                     case LT_EXPR:
   26698                 :           0 :                                                       {
   26699                 :           0 :                                                         tree _q70 = gimple_assign_rhs1 (_a3);
   26700                 :           0 :                                                         _q70 = do_valueize (valueize, _q70);
   26701                 :           0 :                                                         tree _q71 = gimple_assign_rhs2 (_a3);
   26702                 :           0 :                                                         _q71 = do_valueize (valueize, _q71);
   26703                 :           0 :                                                         switch (TREE_CODE (_q70))
   26704                 :             :                                                           {
   26705                 :           0 :                                                           case SSA_NAME:
   26706                 :           0 :                                                             if (gimple *_d4 = get_def (valueize, _q70))
   26707                 :             :                                                               {
   26708                 :           0 :                                                                 if (gassign *_a4 = dyn_cast <gassign *> (_d4))
   26709                 :           0 :                                                                   switch (gimple_assign_rhs_code (_a4))
   26710                 :             :                                                                     {
   26711                 :           0 :                                                                     case POINTER_PLUS_EXPR:
   26712                 :           0 :                                                                       {
   26713                 :           0 :                                                                         tree _q80 = gimple_assign_rhs1 (_a4);
   26714                 :           0 :                                                                         _q80 = do_valueize (valueize, _q80);
   26715                 :           0 :                                                                         tree _q81 = gimple_assign_rhs2 (_a4);
   26716                 :           0 :                                                                         _q81 = do_valueize (valueize, _q81);
   26717                 :           0 :                                                                         if ((_q80 == _q20 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q20, 0) && types_match (_q80, _q20)))
   26718                 :             :                                                                           {
   26719                 :           0 :                                                                             if ((_q81 == _q41 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q41, 0) && types_match (_q81, _q41)))
   26720                 :             :                                                                               {
   26721                 :           0 :                                                                                 if ((_q71 == _q40 && ! TREE_SIDE_EFFECTS (_q71)) || (operand_equal_p (_q71, _q40, 0) && types_match (_q71, _q40)))
   26722                 :             :                                                                                   {
   26723                 :           0 :                                                                                     {
   26724                 :           0 :                                                                                       tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q21, _q40, _q41, _q20, _p1, _q70 };
   26725                 :           0 :                                                                                       const enum tree_code cmp = LT_EXPR;
   26726                 :           0 :                                                                                       if (TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[2]))
   26727                 :           0 :  && TYPE_OVERFLOW_WRAPS (sizetype)
   26728                 :           0 :  && TYPE_PRECISION (TREE_TYPE (captures[2])) == TYPE_PRECISION (sizetype)
   26729                 :             : )
   26730                 :             :                                                                                         {
   26731                 :           0 :                                                                                           {
   26732                 :           0 :  offset_int off = wi::to_offset (captures[3]) - (cmp == LE_EXPR ? 1 : 0);
   26733                 :           0 :  offset_int rhs = off * 2;
   26734                 :           0 :                                                                                               if (wi::min_precision (rhs, UNSIGNED) <= TYPE_PRECISION (sizetype)
   26735                 :             : )
   26736                 :             :                                                                                                 {
   26737                 :           0 :                                                                                                   {
   26738                 :           0 :  bool swap_p = tree_swap_operands_p (captures[2], captures[4]);
   26739                 :           0 :  tree rhs_tree = wide_int_to_tree (sizetype, rhs);
   26740                 :           0 :                                                                                                       if (cmp == LT_EXPR
   26741                 :             : )
   26742                 :             :                                                                                                         {
   26743                 :           0 :                                                                                                           gimple_seq *lseq = seq;
   26744                 :           0 :                                                                                                           if (lseq
   26745                 :           0 :                                                                                                               && (!single_use (captures[0])
   26746                 :           0 :                                                                                                                   || !single_use (captures[5])))
   26747                 :           0 :                                                                                                             lseq = NULL;
   26748                 :           0 :                                                                                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2805;
   26749                 :           0 :                                                                                                           {
   26750                 :           0 :                                                                                                             res_op->set_op (GT_EXPR, type, 2);
   26751                 :           0 :                                                                                                             {
   26752                 :           0 :                                                                                                               tree _o1[1], _r1;
   26753                 :           0 :                                                                                                               {
   26754                 :           0 :                                                                                                                 tree _o2[2], _r2;
   26755                 :           0 :                                                                                                                 _o2[0] =  swap_p ? captures[6] : captures[1];
   26756                 :           0 :                                                                                                                 _o2[1] =  swap_p ? captures[2] : captures[4];
   26757                 :           0 :                                                                                                                 gimple_match_op tem_op (res_op->cond.any_else (), POINTER_DIFF_EXPR, ssizetype, _o2[0], _o2[1]);
   26758                 :           0 :                                                                                                                 tem_op.resimplify (lseq, valueize);
   26759                 :           0 :                                                                                                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   26760                 :           0 :                                                                                                                 if (!_r2) goto next_after_fail2805;
   26761                 :           0 :                                                                                                                 _o1[0] = _r2;
   26762                 :             :                                                                                                               }
   26763                 :           0 :                                                                                                               if (sizetype != TREE_TYPE (_o1[0])
   26764                 :           0 :                                                                                                                   && !useless_type_conversion_p (sizetype, TREE_TYPE (_o1[0])))
   26765                 :             :                                                                                                                 {
   26766                 :           0 :                                                                                                                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, sizetype, _o1[0]);
   26767                 :           0 :                                                                                                                   tem_op.resimplify (lseq, valueize);
   26768                 :           0 :                                                                                                                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   26769                 :           0 :                                                                                                                   if (!_r1) goto next_after_fail2805;
   26770                 :             :                                                                                                                 }
   26771                 :             :                                                                                                               else
   26772                 :             :                                                                                                                 _r1 = _o1[0];
   26773                 :           0 :                                                                                                               res_op->ops[0] = _r1;
   26774                 :             :                                                                                                             }
   26775                 :           0 :                                                                                                             res_op->ops[1] =  rhs_tree;
   26776                 :           0 :                                                                                                             res_op->resimplify (lseq, valueize);
   26777                 :           0 :                                                                                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1065, __FILE__, __LINE__, true);
   26778                 :           0 :                                                                                                             return true;
   26779                 :             :                                                                                                           }
   26780                 :           0 : next_after_fail2805:;
   26781                 :             :                                                                                                         }
   26782                 :             :                                                                                                       else
   26783                 :             :                                                                                                         {
   26784                 :             :                                                                                                           gimple_seq *lseq = seq;
   26785                 :             :                                                                                                           if (lseq
   26786                 :             :                                                                                                               && (!single_use (captures[0])
   26787                 :             :                                                                                                                   || !single_use (captures[5])))
   26788                 :             :                                                                                                             lseq = NULL;
   26789                 :             :                                                                                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2806;
   26790                 :             :                                                                                                           {
   26791                 :             :                                                                                                             res_op->set_op (GT_EXPR, type, 2);
   26792                 :             :                                                                                                             {
   26793                 :             :                                                                                                               tree _o1[1], _r1;
   26794                 :             :                                                                                                               {
   26795                 :             :                                                                                                                 tree _o2[2], _r2;
   26796                 :             :                                                                                                                 {
   26797                 :             :                                                                                                                   tree _o3[2], _r3;
   26798                 :             :                                                                                                                   _o3[0] =  swap_p ? captures[4] : captures[2];
   26799                 :             :                                                                                                                   _o3[1] =  wide_int_to_tree (sizetype, off);
   26800                 :             :                                                                                                                   gimple_match_op tem_op (res_op->cond.any_else (), POINTER_PLUS_EXPR, TREE_TYPE (_o3[0]), _o3[0], _o3[1]);
   26801                 :             :                                                                                                                   tem_op.resimplify (lseq, valueize);
   26802                 :             :                                                                                                                   _r3 = maybe_push_res_to_seq (&tem_op, lseq);
   26803                 :             :                                                                                                                   if (!_r3) goto next_after_fail2806;
   26804                 :             :                                                                                                                   _o2[0] = _r3;
   26805                 :             :                                                                                                                 }
   26806                 :             :                                                                                                                 _o2[1] =  swap_p ? captures[2] : captures[4];
   26807                 :             :                                                                                                                 gimple_match_op tem_op (res_op->cond.any_else (), POINTER_DIFF_EXPR, ssizetype, _o2[0], _o2[1]);
   26808                 :             :                                                                                                                 tem_op.resimplify (lseq, valueize);
   26809                 :             :                                                                                                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   26810                 :             :                                                                                                                 if (!_r2) goto next_after_fail2806;
   26811                 :             :                                                                                                                 _o1[0] = _r2;
   26812                 :             :                                                                                                               }
   26813                 :             :                                                                                                               if (sizetype != TREE_TYPE (_o1[0])
   26814                 :             :                                                                                                                   && !useless_type_conversion_p (sizetype, TREE_TYPE (_o1[0])))
   26815                 :             :                                                                                                                 {
   26816                 :             :                                                                                                                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, sizetype, _o1[0]);
   26817                 :             :                                                                                                                   tem_op.resimplify (lseq, valueize);
   26818                 :             :                                                                                                                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   26819                 :             :                                                                                                                   if (!_r1) goto next_after_fail2806;
   26820                 :             :                                                                                                                 }
   26821                 :             :                                                                                                               else
   26822                 :             :                                                                                                                 _r1 = _o1[0];
   26823                 :             :                                                                                                               res_op->ops[0] = _r1;
   26824                 :             :                                                                                                             }
   26825                 :             :                                                                                                             res_op->ops[1] =  rhs_tree;
   26826                 :             :                                                                                                             res_op->resimplify (lseq, valueize);
   26827                 :             :                                                                                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1066, __FILE__, __LINE__, true);
   26828                 :             :                                                                                                             return true;
   26829                 :             :                                                                                                           }
   26830                 :             : next_after_fail2806:;
   26831                 :             :                                                                                                         }
   26832                 :             :                                                                                                   }
   26833                 :             :                                                                                                 }
   26834                 :             :                                                                                           }
   26835                 :             :                                                                                         }
   26836                 :             :                                                                                     }
   26837                 :             :                                                                                   }
   26838                 :             :                                                                               }
   26839                 :             :                                                                           }
   26840                 :             :                                                                         break;
   26841                 :             :                                                                       }
   26842                 :             :                                                                     default:;
   26843                 :             :                                                                     }
   26844                 :             :                                                               }
   26845                 :             :                                                             break;
   26846                 :             :                                                           default:;
   26847                 :             :                                                           }
   26848                 :             :                                                         break;
   26849                 :             :                                                       }
   26850                 :           0 :                                                     case GT_EXPR:
   26851                 :           0 :                                                       {
   26852                 :           0 :                                                         tree _q70 = gimple_assign_rhs1 (_a3);
   26853                 :           0 :                                                         _q70 = do_valueize (valueize, _q70);
   26854                 :           0 :                                                         tree _q71 = gimple_assign_rhs2 (_a3);
   26855                 :           0 :                                                         _q71 = do_valueize (valueize, _q71);
   26856                 :           0 :                                                         if ((_q70 == _q40 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q40, 0) && types_match (_q70, _q40)))
   26857                 :             :                                                           {
   26858                 :           0 :                                                             switch (TREE_CODE (_q71))
   26859                 :             :                                                               {
   26860                 :           0 :                                                               case SSA_NAME:
   26861                 :           0 :                                                                 if (gimple *_d4 = get_def (valueize, _q71))
   26862                 :             :                                                                   {
   26863                 :           0 :                                                                     if (gassign *_a4 = dyn_cast <gassign *> (_d4))
   26864                 :           0 :                                                                       switch (gimple_assign_rhs_code (_a4))
   26865                 :             :                                                                         {
   26866                 :           0 :                                                                         case POINTER_PLUS_EXPR:
   26867                 :           0 :                                                                           {
   26868                 :           0 :                                                                             tree _q90 = gimple_assign_rhs1 (_a4);
   26869                 :           0 :                                                                             _q90 = do_valueize (valueize, _q90);
   26870                 :           0 :                                                                             tree _q91 = gimple_assign_rhs2 (_a4);
   26871                 :           0 :                                                                             _q91 = do_valueize (valueize, _q91);
   26872                 :           0 :                                                                             if ((_q90 == _q20 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q20, 0) && types_match (_q90, _q20)))
   26873                 :             :                                                                               {
   26874                 :           0 :                                                                                 if ((_q91 == _q41 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q41, 0) && types_match (_q91, _q41)))
   26875                 :             :                                                                                   {
   26876                 :           0 :                                                                                     {
   26877                 :           0 :                                                                                       tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q21, _q40, _q41, _q20, _p1, _q71 };
   26878                 :           0 :                                                                                       const enum tree_code cmp = LT_EXPR;
   26879                 :           0 :                                                                                       if (TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[2]))
   26880                 :           0 :  && TYPE_OVERFLOW_WRAPS (sizetype)
   26881                 :           0 :  && TYPE_PRECISION (TREE_TYPE (captures[2])) == TYPE_PRECISION (sizetype)
   26882                 :             : )
   26883                 :             :                                                                                         {
   26884                 :           0 :                                                                                           {
   26885                 :           0 :  offset_int off = wi::to_offset (captures[3]) - (cmp == LE_EXPR ? 1 : 0);
   26886                 :           0 :  offset_int rhs = off * 2;
   26887                 :           0 :                                                                                               if (wi::min_precision (rhs, UNSIGNED) <= TYPE_PRECISION (sizetype)
   26888                 :             : )
   26889                 :             :                                                                                                 {
   26890                 :           0 :                                                                                                   {
   26891                 :           0 :  bool swap_p = tree_swap_operands_p (captures[2], captures[4]);
   26892                 :           0 :  tree rhs_tree = wide_int_to_tree (sizetype, rhs);
   26893                 :           0 :                                                                                                       if (cmp == LT_EXPR
   26894                 :             : )
   26895                 :             :                                                                                                         {
   26896                 :           0 :                                                                                                           gimple_seq *lseq = seq;
   26897                 :           0 :                                                                                                           if (lseq
   26898                 :           0 :                                                                                                               && (!single_use (captures[0])
   26899                 :           0 :                                                                                                                   || !single_use (captures[5])))
   26900                 :           0 :                                                                                                             lseq = NULL;
   26901                 :           0 :                                                                                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2807;
   26902                 :           0 :                                                                                                           {
   26903                 :           0 :                                                                                                             res_op->set_op (GT_EXPR, type, 2);
   26904                 :           0 :                                                                                                             {
   26905                 :           0 :                                                                                                               tree _o1[1], _r1;
   26906                 :           0 :                                                                                                               {
   26907                 :           0 :                                                                                                                 tree _o2[2], _r2;
   26908                 :           0 :                                                                                                                 _o2[0] =  swap_p ? captures[6] : captures[1];
   26909                 :           0 :                                                                                                                 _o2[1] =  swap_p ? captures[2] : captures[4];
   26910                 :           0 :                                                                                                                 gimple_match_op tem_op (res_op->cond.any_else (), POINTER_DIFF_EXPR, ssizetype, _o2[0], _o2[1]);
   26911                 :           0 :                                                                                                                 tem_op.resimplify (lseq, valueize);
   26912                 :           0 :                                                                                                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   26913                 :           0 :                                                                                                                 if (!_r2) goto next_after_fail2807;
   26914                 :           0 :                                                                                                                 _o1[0] = _r2;
   26915                 :             :                                                                                                               }
   26916                 :           0 :                                                                                                               if (sizetype != TREE_TYPE (_o1[0])
   26917                 :           0 :                                                                                                                   && !useless_type_conversion_p (sizetype, TREE_TYPE (_o1[0])))
   26918                 :             :                                                                                                                 {
   26919                 :           0 :                                                                                                                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, sizetype, _o1[0]);
   26920                 :           0 :                                                                                                                   tem_op.resimplify (lseq, valueize);
   26921                 :           0 :                                                                                                                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   26922                 :           0 :                                                                                                                   if (!_r1) goto next_after_fail2807;
   26923                 :             :                                                                                                                 }
   26924                 :             :                                                                                                               else
   26925                 :             :                                                                                                                 _r1 = _o1[0];
   26926                 :           0 :                                                                                                               res_op->ops[0] = _r1;
   26927                 :             :                                                                                                             }
   26928                 :           0 :                                                                                                             res_op->ops[1] =  rhs_tree;
   26929                 :           0 :                                                                                                             res_op->resimplify (lseq, valueize);
   26930                 :           0 :                                                                                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1065, __FILE__, __LINE__, true);
   26931                 :           0 :                                                                                                             return true;
   26932                 :             :                                                                                                           }
   26933                 :           0 : next_after_fail2807:;
   26934                 :             :                                                                                                         }
   26935                 :             :                                                                                                       else
   26936                 :             :                                                                                                         {
   26937                 :             :                                                                                                           gimple_seq *lseq = seq;
   26938                 :             :                                                                                                           if (lseq
   26939                 :             :                                                                                                               && (!single_use (captures[0])
   26940                 :             :                                                                                                                   || !single_use (captures[5])))
   26941                 :             :                                                                                                             lseq = NULL;
   26942                 :             :                                                                                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail2808;
   26943                 :             :                                                                                                           {
   26944                 :             :                                                                                                             res_op->set_op (GT_EXPR, type, 2);
   26945                 :             :                                                                                                             {
   26946                 :             :                                                                                                               tree _o1[1], _r1;
   26947                 :             :                                                                                                               {
   26948                 :             :                                                                                                                 tree _o2[2], _r2;
   26949                 :             :                                                                                                                 {
   26950                 :             :                                                                                                                   tree _o3[2], _r3;
   26951                 :             :                                                                                                                   _o3[0] =  swap_p ? captures[4] : captures[2];
   26952                 :             :                                                                                                                   _o3[1] =  wide_int_to_tree (sizetype, off);
   26953                 :             :                                                                                                                   gimple_match_op tem_op (res_op->cond.any_else (), POINTER_PLUS_EXPR, TREE_TYPE (_o3[0]), _o3[0], _o3[1]);
   26954                 :             :                                                                                                                   tem_op.resimplify (lseq, valueize);
   26955                 :             :                                                                                                                   _r3 = maybe_push_res_to_seq (&tem_op, lseq);
   26956                 :             :                                                                                                                   if (!_r3) goto next_after_fail2808;
   26957                 :             :                                                                                                                   _o2[0] = _r3;
   26958                 :             :                                                                                                                 }
   26959                 :             :                                                                                                                 _o2[1] =  swap_p ? captures[2] : captures[4];
   26960                 :             :                                                                                                                 gimple_match_op tem_op (res_op->cond.any_else (), POINTER_DIFF_EXPR, ssizetype, _o2[0], _o2[1]);
   26961                 :             :                                                                                                                 tem_op.resimplify (lseq, valueize);
   26962                 :             :                                                                                                                 _r2 = maybe_push_res_to_seq (&tem_op, lseq);
   26963                 :             :                                                                                                                 if (!_r2) goto next_after_fail2808;
   26964                 :             :                                                                                                                 _o1[0] = _r2;
   26965                 :             :                                                                                                               }
   26966                 :             :                                                                                                               if (sizetype != TREE_TYPE (_o1[0])
   26967                 :             :                                                                                                                   && !useless_type_conversion_p (sizetype, TREE_TYPE (_o1[0])))
   26968                 :             :                                                                                                                 {
   26969                 :             :                                                                                                                   gimple_match_op tem_op (res_op->cond.any_else (), NOP_EXPR, sizetype, _o1[0]);
   26970                 :             :                                                                                                                   tem_op.resimplify (lseq, valueize);
   26971                 :             :                                                                                                                   _r1 = maybe_push_res_to_seq (&tem_op, lseq);
   26972                 :             :                                                                                                                   if (!_r1) goto next_after_fail2808;
   26973                 :             :                                                                                                                 }
   26974                 :             :                                                                                                               else
   26975                 :             :                                                                                                                 _r1 = _o1[0];
   26976                 :             :                                                                                                               res_op->ops[0] = _r1;
   26977                 :             :                                                                                                             }
   26978                 :             :                                                                                                             res_op->ops[1] =  rhs_tree;
   26979                 :             :                                                                                                             res_op->resimplify (lseq, valueize);
   26980                 :             :                                                                                                             if (UNLIKELY (debug_dump)) gimple_dump_logs ("match.pd", 1066, __FILE__, __LINE__, true);
   26981                 :             :                                                                                                             return true;
   26982                 :             :                                                                                                           }
   26983                 :             : next_after_fail2808:;
   26984                 :             :                                                                                                         }
   26985                 :             :                                                                                                   }
   26986                 :             :                                                                                                 }
   26987                 :             :                                                                                           }
   26988                 :             :                                                                                         }
   26989                 :             :                                                                                     }
   26990                 :             :                                                                                   }
   26991                 :             :                                                                               }
   26992                 :             :                                                                             break;
   26993                 :             :                                                                           }
   26994                 :             :                                                                         default:;
   26995                 :             :                                                                         }
   26996                 :             :                                                                   }
   26997                 :             :                                                                 break;
   26998                 :             :                                                               default:;
   26999                 :             :                                                               }
   27000                 :             :                                                           }
   27001                 :             :                                                         break;
   27002                 :             :                                                       }
   27003                 :             :                                                     default:;
   27004                 :             :                                                     }
   27005                 :             :                                               }
   27006                 :             :                                             break;
   27007                 :             :                                           default:;
   27008                 :             :                                           }
   27009                 :             :                                         break;
   27010                 :             :                                       }
   27011                 :             :                                     default:;
   27012                 :             :                                     }
   27013                 :             :                                   break;
   27014                 :             :                                 }
   27015                 :             :                               default:;
   27016                 :             :                               }
   27017                 :             :                         }
   27018                 :             :                       break;
   27019                 :             :                     default:;
   27020                 :             :                     }
   27021                 :             :                   break;
   27022                 :             :                 }
   27023                 :             :               default:;
   27024                 :             :               }
   27025                 :             :         }
   27026                 :             :       break;
   27027                 :             :     default:;
   27028                 :             :     }
   27029                 :             :   return false;
   27030                 :             : }
   27031                 :             : #pragma GCC diagnostic pop
        

Generated by: LCOV version 2.1-beta

LCOV profile is generated on x86_64 machine using following configure options: configure --disable-bootstrap --enable-coverage=opt --enable-languages=c,c++,fortran,go,jit,lto,rust,m2 --enable-host-shared. GCC test suite is run with the built compiler.