LCOV - code coverage report
Current view: top level - /mnt/build/buildbot/bld/build-lcov/gcc - generic-match-5.cc (source / functions) Coverage Total Hit
Test: gcc.info Lines: 30.0 % 10770 3235
Test Date: 2024-12-28 13:16:48 Functions: 67.0 % 88 59
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 "generic-match-auto.h"
       8                 :             : 
       9                 :             : bool
      10                 :     1473749 : tree_power_of_two_cand (tree t, tree *res_ops)
      11                 :             : {
      12                 :     1473749 :   const tree type = TREE_TYPE (t);
      13                 :     1473749 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
      14                 :     1473749 :   if (TREE_SIDE_EFFECTS (t)) return false;
      15                 :     1473067 :   switch (TREE_CODE (t))
      16                 :             :     {
      17                 :     1241968 :     case INTEGER_CST:
      18                 :     1241968 :       {
      19                 :     1241968 :         {
      20                 :     1241968 :           tree captures[1] ATTRIBUTE_UNUSED = { t };
      21                 :     1241968 :           {
      22                 :     1241968 :             res_ops[0] = captures[0];
      23                 :     1241968 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 12, __FILE__, __LINE__, false);
      24                 :             :             return true;
      25                 :             :           }
      26                 :             :         }
      27                 :          16 :         break;
      28                 :             :       }
      29                 :          16 :     case LSHIFT_EXPR:
      30                 :          16 :       {
      31                 :          16 :         tree _p0 = TREE_OPERAND (t, 0);
      32                 :          16 :         tree _p1 = TREE_OPERAND (t, 1);
      33                 :          16 :         switch (TREE_CODE (_p0))
      34                 :             :           {
      35                 :          16 :           case INTEGER_CST:
      36                 :          16 :             {
      37                 :          16 :               {
      38                 :          16 :                 tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
      39                 :          16 :                 {
      40                 :          16 :                   res_ops[0] = captures[0];
      41                 :          16 :                   if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 13, __FILE__, __LINE__, false);
      42                 :          16 :                   return true;
      43                 :             :                 }
      44                 :             :               }
      45                 :             :               break;
      46                 :             :             }
      47                 :             :           default:;
      48                 :             :           }
      49                 :             :         break;
      50                 :             :       }
      51                 :             :     default:;
      52                 :             :     }
      53                 :             :   return false;
      54                 :             : }
      55                 :             : 
      56                 :             : bool
      57                 :    69011877 : tree_with_possible_nonzero_bits (tree t)
      58                 :             : {
      59                 :    69011877 :   const tree type = TREE_TYPE (t);
      60                 :    69011877 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
      61                 :    69011877 :   if (TREE_SIDE_EFFECTS (t)) return false;
      62                 :    64854782 :   switch (TREE_CODE (t))
      63                 :             :     {
      64                 :     1766153 :     case BIT_AND_EXPR:
      65                 :     1766153 :       {
      66                 :     1766153 :         tree _p0 = TREE_OPERAND (t, 0);
      67                 :     1766153 :         tree _p1 = TREE_OPERAND (t, 1);
      68                 :     1766153 :         if (tree_with_possible_nonzero_bits_1 (_p0))
      69                 :             :           {
      70                 :      830368 :             {
      71                 :      830368 :               tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
      72                 :      830368 :               {
      73                 :      830368 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 35, __FILE__, __LINE__, false);
      74                 :      830368 :                 return true;
      75                 :             :               }
      76                 :             :             }
      77                 :             :           }
      78                 :      935785 :         if (tree_with_possible_nonzero_bits_1 (_p1))
      79                 :             :           {
      80                 :      797153 :             {
      81                 :      797153 :               tree captures[2] ATTRIBUTE_UNUSED = { _p1, _p0 };
      82                 :      797153 :               {
      83                 :      797153 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 35, __FILE__, __LINE__, false);
      84                 :      797153 :                 return true;
      85                 :             :               }
      86                 :             :             }
      87                 :             :           }
      88                 :             :         break;
      89                 :             :       }
      90                 :    63227261 :     default:;
      91                 :             :     }
      92                 :    63227261 : if (tree_with_possible_nonzero_bits_1 (t))
      93                 :             :   {
      94                 :    36994549 :     {
      95                 :    36994549 :       tree captures[1] ATTRIBUTE_UNUSED = { t };
      96                 :    36994549 :       {
      97                 :    36994549 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 36, __FILE__, __LINE__, false);
      98                 :    36994549 :         return true;
      99                 :             :       }
     100                 :             :     }
     101                 :             :   }
     102                 :             :   return false;
     103                 :             : }
     104                 :             : 
     105                 :             : bool
     106                 :           0 : tree_unsigned_integer_sat_trunc (tree t, tree *res_ops)
     107                 :             : {
     108                 :           0 :   const tree type = TREE_TYPE (t);
     109                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     110                 :           0 :   if (TREE_SIDE_EFFECTS (t)) return false;
     111                 :           0 :   switch (TREE_CODE (t))
     112                 :             :     {
     113                 :           0 :     case BIT_IOR_EXPR:
     114                 :           0 :       {
     115                 :           0 :         tree _p0 = TREE_OPERAND (t, 0);
     116                 :           0 :         tree _p1 = TREE_OPERAND (t, 1);
     117                 :           0 :         switch (TREE_CODE (_p0))
     118                 :             :           {
     119                 :           0 :           case NEGATE_EXPR:
     120                 :           0 :             {
     121                 :           0 :               tree _q20 = TREE_OPERAND (_p0, 0);
     122                 :           0 :               switch (TREE_CODE (_q20))
     123                 :             :                 {
     124                 :           0 :                 CASE_CONVERT:
     125                 :           0 :                   {
     126                 :           0 :                     tree _q30 = TREE_OPERAND (_q20, 0);
     127                 :           0 :                     switch (TREE_CODE (_q30))
     128                 :             :                       {
     129                 :           0 :                       case GT_EXPR:
     130                 :           0 :                         {
     131                 :           0 :                           tree _q40 = TREE_OPERAND (_q30, 0);
     132                 :           0 :                           tree _q41 = TREE_OPERAND (_q30, 1);
     133                 :           0 :                           switch (TREE_CODE (_q41))
     134                 :             :                             {
     135                 :           0 :                             case INTEGER_CST:
     136                 :           0 :                               {
     137                 :           0 :                                 switch (TREE_CODE (_p1))
     138                 :             :                                   {
     139                 :           0 :                                   CASE_CONVERT:
     140                 :           0 :                                     {
     141                 :           0 :                                       tree _q70 = TREE_OPERAND (_p1, 0);
     142                 :           0 :                                       if ((_q70 == _q40 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q40, 0) && types_match (_q70, _q40)))
     143                 :             :                                         {
     144                 :           0 :                                           {
     145                 :           0 :                                             tree captures[2] ATTRIBUTE_UNUSED = { _q40, _q41 };
     146                 :           0 :                                             if (INTEGRAL_TYPE_P (type) && TYPE_UNSIGNED (type)
     147                 :             : )
     148                 :             :                                               {
     149                 :           0 :                                                 if (TYPE_UNSIGNED (TREE_TYPE (captures[0]))
     150                 :             : )
     151                 :             :                                                   {
     152                 :           0 :                                                     {
     153                 :           0 :  unsigned itype_precision = TYPE_PRECISION (TREE_TYPE (captures[0]));
     154                 :           0 :  unsigned otype_precision = TYPE_PRECISION (type);
     155                 :           0 :  wide_int trunc_max = wi::mask (otype_precision, false, itype_precision);
     156                 :           0 :  wide_int int_cst = wi::to_wide (captures[1], itype_precision);
     157                 :           0 :                                                         if (otype_precision < itype_precision && wi::eq_p (trunc_max, int_cst)
     158                 :             : )
     159                 :             :                                                           {
     160                 :           0 :                                                             {
     161                 :           0 :                                                               res_ops[0] = captures[0];
     162                 :           0 :                                                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 68, __FILE__, __LINE__, false);
     163                 :           0 :                                                               return true;
     164                 :             :                                                             }
     165                 :             :                                                           }
     166                 :           0 :                                                     }
     167                 :             :                                                   }
     168                 :             :                                               }
     169                 :             :                                           }
     170                 :             :                                         }
     171                 :             :                                       break;
     172                 :             :                                     }
     173                 :             :                                   default:;
     174                 :             :                                   }
     175                 :             :                                 break;
     176                 :             :                               }
     177                 :             :                             default:;
     178                 :             :                             }
     179                 :             :                           break;
     180                 :             :                         }
     181                 :             :                       default:;
     182                 :             :                       }
     183                 :             :                     break;
     184                 :             :                   }
     185                 :             :                 default:;
     186                 :             :                 }
     187                 :             :               break;
     188                 :             :             }
     189                 :           0 :           CASE_CONVERT:
     190                 :           0 :             {
     191                 :           0 :               tree _q20 = TREE_OPERAND (_p0, 0);
     192                 :           0 :               switch (TREE_CODE (_p1))
     193                 :             :                 {
     194                 :           0 :                 case NEGATE_EXPR:
     195                 :           0 :                   {
     196                 :           0 :                     tree _q40 = TREE_OPERAND (_p1, 0);
     197                 :           0 :                     switch (TREE_CODE (_q40))
     198                 :             :                       {
     199                 :           0 :                       CASE_CONVERT:
     200                 :           0 :                         {
     201                 :           0 :                           tree _q50 = TREE_OPERAND (_q40, 0);
     202                 :           0 :                           switch (TREE_CODE (_q50))
     203                 :             :                             {
     204                 :           0 :                             case GT_EXPR:
     205                 :           0 :                               {
     206                 :           0 :                                 tree _q60 = TREE_OPERAND (_q50, 0);
     207                 :           0 :                                 tree _q61 = TREE_OPERAND (_q50, 1);
     208                 :           0 :                                 if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
     209                 :             :                                   {
     210                 :           0 :                                     switch (TREE_CODE (_q61))
     211                 :             :                                       {
     212                 :           0 :                                       case INTEGER_CST:
     213                 :           0 :                                         {
     214                 :           0 :                                           {
     215                 :           0 :                                             tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q61 };
     216                 :           0 :                                             if (INTEGRAL_TYPE_P (type) && TYPE_UNSIGNED (type)
     217                 :             : )
     218                 :             :                                               {
     219                 :           0 :                                                 if (TYPE_UNSIGNED (TREE_TYPE (captures[0]))
     220                 :             : )
     221                 :             :                                                   {
     222                 :           0 :                                                     {
     223                 :           0 :  unsigned itype_precision = TYPE_PRECISION (TREE_TYPE (captures[0]));
     224                 :           0 :  unsigned otype_precision = TYPE_PRECISION (type);
     225                 :           0 :  wide_int trunc_max = wi::mask (otype_precision, false, itype_precision);
     226                 :           0 :  wide_int int_cst = wi::to_wide (captures[1], itype_precision);
     227                 :           0 :                                                         if (otype_precision < itype_precision && wi::eq_p (trunc_max, int_cst)
     228                 :             : )
     229                 :             :                                                           {
     230                 :           0 :                                                             {
     231                 :           0 :                                                               res_ops[0] = captures[0];
     232                 :           0 :                                                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 68, __FILE__, __LINE__, false);
     233                 :           0 :                                                               return true;
     234                 :             :                                                             }
     235                 :             :                                                           }
     236                 :           0 :                                                     }
     237                 :             :                                                   }
     238                 :             :                                               }
     239                 :             :                                           }
     240                 :           0 :                                           break;
     241                 :             :                                         }
     242                 :             :                                       default:;
     243                 :             :                                       }
     244                 :             :                                   }
     245                 :             :                                 break;
     246                 :             :                               }
     247                 :             :                             default:;
     248                 :             :                             }
     249                 :             :                           break;
     250                 :             :                         }
     251                 :             :                       default:;
     252                 :             :                       }
     253                 :             :                     break;
     254                 :             :                   }
     255                 :           0 :                 case PLUS_EXPR:
     256                 :           0 :                   {
     257                 :           0 :                     tree _q40 = TREE_OPERAND (_p1, 0);
     258                 :           0 :                     tree _q41 = TREE_OPERAND (_p1, 1);
     259                 :           0 :                     switch (TREE_CODE (_q40))
     260                 :             :                       {
     261                 :           0 :                       CASE_CONVERT:
     262                 :           0 :                         {
     263                 :           0 :                           tree _q50 = TREE_OPERAND (_q40, 0);
     264                 :           0 :                           switch (TREE_CODE (_q50))
     265                 :             :                             {
     266                 :           0 :                             case LE_EXPR:
     267                 :           0 :                               {
     268                 :           0 :                                 tree _q60 = TREE_OPERAND (_q50, 0);
     269                 :           0 :                                 tree _q61 = TREE_OPERAND (_q50, 1);
     270                 :           0 :                                 if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
     271                 :             :                                   {
     272                 :           0 :                                     switch (TREE_CODE (_q61))
     273                 :             :                                       {
     274                 :           0 :                                       case INTEGER_CST:
     275                 :           0 :                                         {
     276                 :           0 :                                           switch (TREE_CODE (_q41))
     277                 :             :                                             {
     278                 :           0 :                                             case INTEGER_CST:
     279                 :           0 :                                               {
     280                 :           0 :                                                 {
     281                 :           0 :                                                   tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q61, _q41 };
     282                 :           0 :                                                   if (INTEGRAL_TYPE_P (type) && TYPE_UNSIGNED (type)
     283                 :             : )
     284                 :             :                                                     {
     285                 :           0 :                                                       if (TYPE_UNSIGNED (TREE_TYPE (captures[0]))
     286                 :             : )
     287                 :             :                                                         {
     288                 :           0 :                                                           {
     289                 :           0 :  unsigned itype_precision = TYPE_PRECISION (TREE_TYPE (captures[0]));
     290                 :           0 :  unsigned otype_precision = TYPE_PRECISION (type);
     291                 :           0 :  wide_int trunc_max = wi::mask (otype_precision, false, itype_precision);
     292                 :           0 :  wide_int max = wi::mask (otype_precision, false, otype_precision);
     293                 :           0 :  wide_int int_cst_1 = wi::to_wide (captures[1]);
     294                 :           0 :  wide_int int_cst_2 = wi::to_wide (captures[2]);
     295                 :           0 :                                                               if (wi::eq_p (trunc_max, int_cst_1) && wi::eq_p (max, int_cst_2)
     296                 :             : )
     297                 :             :                                                                 {
     298                 :           0 :                                                                   {
     299                 :           0 :                                                                     res_ops[0] = captures[0];
     300                 :           0 :                                                                     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 69, __FILE__, __LINE__, false);
     301                 :           0 :                                                                     return true;
     302                 :             :                                                                   }
     303                 :             :                                                                 }
     304                 :           0 :                                                           }
     305                 :             :                                                         }
     306                 :             :                                                     }
     307                 :             :                                                 }
     308                 :           0 :                                                 break;
     309                 :             :                                               }
     310                 :             :                                             default:;
     311                 :             :                                             }
     312                 :             :                                           break;
     313                 :             :                                         }
     314                 :             :                                       default:;
     315                 :             :                                       }
     316                 :             :                                   }
     317                 :             :                                 break;
     318                 :             :                               }
     319                 :             :                             default:;
     320                 :             :                             }
     321                 :             :                           break;
     322                 :             :                         }
     323                 :           0 :                       case INTEGER_CST:
     324                 :           0 :                         {
     325                 :           0 :                           switch (TREE_CODE (_q41))
     326                 :             :                             {
     327                 :           0 :                             CASE_CONVERT:
     328                 :           0 :                               {
     329                 :           0 :                                 tree _q60 = TREE_OPERAND (_q41, 0);
     330                 :           0 :                                 switch (TREE_CODE (_q60))
     331                 :             :                                   {
     332                 :           0 :                                   case LE_EXPR:
     333                 :           0 :                                     {
     334                 :           0 :                                       tree _q70 = TREE_OPERAND (_q60, 0);
     335                 :           0 :                                       tree _q71 = TREE_OPERAND (_q60, 1);
     336                 :           0 :                                       if ((_q70 == _q20 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q20, 0) && types_match (_q70, _q20)))
     337                 :             :                                         {
     338                 :           0 :                                           switch (TREE_CODE (_q71))
     339                 :             :                                             {
     340                 :           0 :                                             case INTEGER_CST:
     341                 :           0 :                                               {
     342                 :           0 :                                                 {
     343                 :           0 :                                                   tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q71, _q40 };
     344                 :           0 :                                                   if (INTEGRAL_TYPE_P (type) && TYPE_UNSIGNED (type)
     345                 :             : )
     346                 :             :                                                     {
     347                 :           0 :                                                       if (TYPE_UNSIGNED (TREE_TYPE (captures[0]))
     348                 :             : )
     349                 :             :                                                         {
     350                 :           0 :                                                           {
     351                 :           0 :  unsigned itype_precision = TYPE_PRECISION (TREE_TYPE (captures[0]));
     352                 :           0 :  unsigned otype_precision = TYPE_PRECISION (type);
     353                 :           0 :  wide_int trunc_max = wi::mask (otype_precision, false, itype_precision);
     354                 :           0 :  wide_int max = wi::mask (otype_precision, false, otype_precision);
     355                 :           0 :  wide_int int_cst_1 = wi::to_wide (captures[1]);
     356                 :           0 :  wide_int int_cst_2 = wi::to_wide (captures[2]);
     357                 :           0 :                                                               if (wi::eq_p (trunc_max, int_cst_1) && wi::eq_p (max, int_cst_2)
     358                 :             : )
     359                 :             :                                                                 {
     360                 :           0 :                                                                   {
     361                 :           0 :                                                                     res_ops[0] = captures[0];
     362                 :           0 :                                                                     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 69, __FILE__, __LINE__, false);
     363                 :           0 :                                                                     return true;
     364                 :             :                                                                   }
     365                 :             :                                                                 }
     366                 :           0 :                                                           }
     367                 :             :                                                         }
     368                 :             :                                                     }
     369                 :             :                                                 }
     370                 :           0 :                                                 break;
     371                 :             :                                               }
     372                 :             :                                             default:;
     373                 :             :                                             }
     374                 :             :                                         }
     375                 :             :                                       break;
     376                 :             :                                     }
     377                 :             :                                   default:;
     378                 :             :                                   }
     379                 :             :                                 break;
     380                 :             :                               }
     381                 :             :                             default:;
     382                 :             :                             }
     383                 :             :                           break;
     384                 :             :                         }
     385                 :             :                       default:;
     386                 :             :                       }
     387                 :             :                     break;
     388                 :             :                   }
     389                 :             :                 default:;
     390                 :             :                 }
     391                 :             :               break;
     392                 :             :             }
     393                 :           0 :           case PLUS_EXPR:
     394                 :           0 :             {
     395                 :           0 :               tree _q20 = TREE_OPERAND (_p0, 0);
     396                 :           0 :               tree _q21 = TREE_OPERAND (_p0, 1);
     397                 :           0 :               switch (TREE_CODE (_q20))
     398                 :             :                 {
     399                 :           0 :                 CASE_CONVERT:
     400                 :           0 :                   {
     401                 :           0 :                     tree _q30 = TREE_OPERAND (_q20, 0);
     402                 :           0 :                     switch (TREE_CODE (_q30))
     403                 :             :                       {
     404                 :           0 :                       case LE_EXPR:
     405                 :           0 :                         {
     406                 :           0 :                           tree _q40 = TREE_OPERAND (_q30, 0);
     407                 :           0 :                           tree _q41 = TREE_OPERAND (_q30, 1);
     408                 :           0 :                           switch (TREE_CODE (_q41))
     409                 :             :                             {
     410                 :           0 :                             case INTEGER_CST:
     411                 :           0 :                               {
     412                 :           0 :                                 switch (TREE_CODE (_q21))
     413                 :             :                                   {
     414                 :           0 :                                   case INTEGER_CST:
     415                 :           0 :                                     {
     416                 :           0 :                                       switch (TREE_CODE (_p1))
     417                 :             :                                         {
     418                 :           0 :                                         CASE_CONVERT:
     419                 :           0 :                                           {
     420                 :           0 :                                             tree _q80 = TREE_OPERAND (_p1, 0);
     421                 :           0 :                                             if ((_q80 == _q40 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q40, 0) && types_match (_q80, _q40)))
     422                 :             :                                               {
     423                 :           0 :                                                 {
     424                 :           0 :                                                   tree captures[3] ATTRIBUTE_UNUSED = { _q40, _q41, _q21 };
     425                 :           0 :                                                   if (INTEGRAL_TYPE_P (type) && TYPE_UNSIGNED (type)
     426                 :             : )
     427                 :             :                                                     {
     428                 :           0 :                                                       if (TYPE_UNSIGNED (TREE_TYPE (captures[0]))
     429                 :             : )
     430                 :             :                                                         {
     431                 :           0 :                                                           {
     432                 :           0 :  unsigned itype_precision = TYPE_PRECISION (TREE_TYPE (captures[0]));
     433                 :           0 :  unsigned otype_precision = TYPE_PRECISION (type);
     434                 :           0 :  wide_int trunc_max = wi::mask (otype_precision, false, itype_precision);
     435                 :           0 :  wide_int max = wi::mask (otype_precision, false, otype_precision);
     436                 :           0 :  wide_int int_cst_1 = wi::to_wide (captures[1]);
     437                 :           0 :  wide_int int_cst_2 = wi::to_wide (captures[2]);
     438                 :           0 :                                                               if (wi::eq_p (trunc_max, int_cst_1) && wi::eq_p (max, int_cst_2)
     439                 :             : )
     440                 :             :                                                                 {
     441                 :           0 :                                                                   {
     442                 :           0 :                                                                     res_ops[0] = captures[0];
     443                 :           0 :                                                                     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 69, __FILE__, __LINE__, false);
     444                 :           0 :                                                                     return true;
     445                 :             :                                                                   }
     446                 :             :                                                                 }
     447                 :           0 :                                                           }
     448                 :             :                                                         }
     449                 :             :                                                     }
     450                 :             :                                                 }
     451                 :             :                                               }
     452                 :             :                                             break;
     453                 :             :                                           }
     454                 :             :                                         default:;
     455                 :             :                                         }
     456                 :             :                                       break;
     457                 :             :                                     }
     458                 :             :                                   default:;
     459                 :             :                                   }
     460                 :             :                                 break;
     461                 :             :                               }
     462                 :             :                             default:;
     463                 :             :                             }
     464                 :             :                           break;
     465                 :             :                         }
     466                 :             :                       default:;
     467                 :             :                       }
     468                 :             :                     break;
     469                 :             :                   }
     470                 :           0 :                 case INTEGER_CST:
     471                 :           0 :                   {
     472                 :           0 :                     switch (TREE_CODE (_q21))
     473                 :             :                       {
     474                 :           0 :                       CASE_CONVERT:
     475                 :           0 :                         {
     476                 :           0 :                           tree _q40 = TREE_OPERAND (_q21, 0);
     477                 :           0 :                           switch (TREE_CODE (_q40))
     478                 :             :                             {
     479                 :           0 :                             case LE_EXPR:
     480                 :           0 :                               {
     481                 :           0 :                                 tree _q50 = TREE_OPERAND (_q40, 0);
     482                 :           0 :                                 tree _q51 = TREE_OPERAND (_q40, 1);
     483                 :           0 :                                 switch (TREE_CODE (_q51))
     484                 :             :                                   {
     485                 :           0 :                                   case INTEGER_CST:
     486                 :           0 :                                     {
     487                 :           0 :                                       switch (TREE_CODE (_p1))
     488                 :             :                                         {
     489                 :           0 :                                         CASE_CONVERT:
     490                 :           0 :                                           {
     491                 :           0 :                                             tree _q80 = TREE_OPERAND (_p1, 0);
     492                 :           0 :                                             if ((_q80 == _q50 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q50, 0) && types_match (_q80, _q50)))
     493                 :             :                                               {
     494                 :           0 :                                                 {
     495                 :           0 :                                                   tree captures[3] ATTRIBUTE_UNUSED = { _q50, _q51, _q20 };
     496                 :           0 :                                                   if (INTEGRAL_TYPE_P (type) && TYPE_UNSIGNED (type)
     497                 :             : )
     498                 :             :                                                     {
     499                 :           0 :                                                       if (TYPE_UNSIGNED (TREE_TYPE (captures[0]))
     500                 :             : )
     501                 :             :                                                         {
     502                 :           0 :                                                           {
     503                 :           0 :  unsigned itype_precision = TYPE_PRECISION (TREE_TYPE (captures[0]));
     504                 :           0 :  unsigned otype_precision = TYPE_PRECISION (type);
     505                 :           0 :  wide_int trunc_max = wi::mask (otype_precision, false, itype_precision);
     506                 :           0 :  wide_int max = wi::mask (otype_precision, false, otype_precision);
     507                 :           0 :  wide_int int_cst_1 = wi::to_wide (captures[1]);
     508                 :           0 :  wide_int int_cst_2 = wi::to_wide (captures[2]);
     509                 :           0 :                                                               if (wi::eq_p (trunc_max, int_cst_1) && wi::eq_p (max, int_cst_2)
     510                 :             : )
     511                 :             :                                                                 {
     512                 :           0 :                                                                   {
     513                 :           0 :                                                                     res_ops[0] = captures[0];
     514                 :           0 :                                                                     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 69, __FILE__, __LINE__, false);
     515                 :           0 :                                                                     return true;
     516                 :             :                                                                   }
     517                 :             :                                                                 }
     518                 :           0 :                                                           }
     519                 :             :                                                         }
     520                 :             :                                                     }
     521                 :             :                                                 }
     522                 :             :                                               }
     523                 :             :                                             break;
     524                 :             :                                           }
     525                 :             :                                         default:;
     526                 :             :                                         }
     527                 :             :                                       break;
     528                 :             :                                     }
     529                 :             :                                   default:;
     530                 :             :                                   }
     531                 :             :                                 break;
     532                 :             :                               }
     533                 :             :                             default:;
     534                 :             :                             }
     535                 :             :                           break;
     536                 :             :                         }
     537                 :             :                       default:;
     538                 :             :                       }
     539                 :             :                     break;
     540                 :             :                   }
     541                 :             :                 default:;
     542                 :             :                 }
     543                 :             :               break;
     544                 :             :             }
     545                 :             :           default:;
     546                 :             :           }
     547                 :             :         break;
     548                 :             :       }
     549                 :           0 :     CASE_CONVERT:
     550                 :           0 :       {
     551                 :           0 :         tree _p0 = TREE_OPERAND (t, 0);
     552                 :           0 :         switch (TREE_CODE (_p0))
     553                 :             :           {
     554                 :           0 :           case MIN_EXPR:
     555                 :           0 :             {
     556                 :           0 :               tree _q20 = TREE_OPERAND (_p0, 0);
     557                 :           0 :               tree _q21 = TREE_OPERAND (_p0, 1);
     558                 :           0 :               switch (TREE_CODE (_q21))
     559                 :             :                 {
     560                 :           0 :                 case INTEGER_CST:
     561                 :           0 :                   {
     562                 :           0 :                     {
     563                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _q20, _p0, _q21 };
     564                 :           0 :                       if (INTEGRAL_TYPE_P (type) && TYPE_UNSIGNED (type)
     565                 :             : )
     566                 :             :                         {
     567                 :           0 :                           if (TYPE_UNSIGNED (TREE_TYPE (captures[0])) && single_use (captures[1])
     568                 :             : )
     569                 :             :                             {
     570                 :           0 :                               {
     571                 :           0 :  unsigned itype_precision = TYPE_PRECISION (TREE_TYPE (captures[0]));
     572                 :           0 :  unsigned otype_precision = TYPE_PRECISION (type);
     573                 :           0 :  wide_int trunc_max = wi::mask (otype_precision, false, itype_precision);
     574                 :           0 :  wide_int int_cst = wi::to_wide (captures[2], itype_precision);
     575                 :           0 :                                   if (otype_precision < itype_precision && wi::eq_p (trunc_max, int_cst)
     576                 :             : )
     577                 :             :                                     {
     578                 :           0 :                                       {
     579                 :           0 :                                         res_ops[0] = captures[0];
     580                 :           0 :                                         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 70, __FILE__, __LINE__, false);
     581                 :           0 :                                         return true;
     582                 :             :                                       }
     583                 :             :                                     }
     584                 :           0 :                               }
     585                 :             :                             }
     586                 :             :                         }
     587                 :             :                     }
     588                 :           0 :                     break;
     589                 :             :                   }
     590                 :             :                 default:;
     591                 :             :                 }
     592                 :             :               break;
     593                 :             :             }
     594                 :             :           default:;
     595                 :             :           }
     596                 :             :         break;
     597                 :             :       }
     598                 :             :     default:;
     599                 :             :     }
     600                 :             :   return false;
     601                 :             : }
     602                 :             : 
     603                 :             : tree
     604                 :      117275 : generic_simplify_23 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
     605                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
     606                 :             : {
     607                 :      117275 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     608                 :      117275 :   if (!TYPE_SATURATING (type)
     609                 :             : )
     610                 :             :     {
     611                 :      117275 :       if ((!FLOAT_TYPE_P (type) || flag_associative_math)
     612                 :      234550 :  && !FIXED_POINT_TYPE_P (type)
     613                 :             : )
     614                 :             :         {
     615                 :      117275 :           if (tree_nop_conversion_p (type, TREE_TYPE (captures[0]))
     616                 :             : )
     617                 :             :             {
     618                 :      116457 :               if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail276;
     619                 :      116457 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail276;
     620                 :      116457 :               {
     621                 :      116457 :                 tree res_op0;
     622                 :      116457 :                 {
     623                 :      116457 :                   tree _o1[1], _r1;
     624                 :      116457 :                   _o1[0] = captures[0];
     625                 :      116457 :                   if (TREE_TYPE (_o1[0]) != type)
     626                 :             :                     {
     627                 :      113747 :                       _r1 = fold_build1_loc (loc, NOP_EXPR, type, _o1[0]);
     628                 :             :                     }
     629                 :             :                   else
     630                 :             :                     _r1 = _o1[0];
     631                 :      116457 :                   res_op0 = _r1;
     632                 :             :                 }
     633                 :      116457 :                 tree _r;
     634                 :      116457 :                 _r = fold_build1_loc (loc, NEGATE_EXPR, type, res_op0);
     635                 :      116457 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 123, __FILE__, __LINE__, true);
     636                 :      116457 :                 return _r;
     637                 :             :               }
     638                 :             : next_after_fail276:;
     639                 :             :             }
     640                 :             :         }
     641                 :             :     }
     642                 :             :   return NULL_TREE;
     643                 :             : }
     644                 :             : 
     645                 :             : tree
     646                 :        8197 : generic_simplify_25 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
     647                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
     648                 :             :  const enum tree_code ARG_UNUSED (plusminus))
     649                 :             : {
     650                 :        8197 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     651                 :        8197 :   if (!TYPE_SATURATING (type)
     652                 :        8197 :  && (!FLOAT_TYPE_P (type) || flag_associative_math)
     653                 :             : )
     654                 :             :     {
     655                 :        8031 :       if (!ALL_FRACT_MODE_P (TYPE_MODE (type))
     656                 :             : )
     657                 :             :         {
     658                 :           4 :           if ((!ANY_INTEGRAL_TYPE_P (type)
     659                 :        8027 :  || TYPE_OVERFLOW_WRAPS (type)
     660                 :        2995 :  || (INTEGRAL_TYPE_P (type)
     661                 :        2995 :  && ((tree_expr_nonzero_p (captures[0])
     662                 :         250 :  && expr_not_equal_to (captures[0],
     663                 :        8156 :  wi::minus_one (TYPE_PRECISION (type))))
     664                 :             :  || (plusminus == PLUS_EXPR
     665                 :        2870 :  ? expr_not_equal_to (captures[2],
     666                 :        8049 :  wi::max_value (TYPE_PRECISION (type), SIGNED))
     667                 :        2852 :  : (expr_not_equal_to (captures[2],
     668                 :       10883 :  wi::min_value (TYPE_PRECISION (type), SIGNED))
     669                 :        2802 :  && expr_not_equal_to (captures[2],
     670                 :        5604 :  wi::min_value (TYPE_PRECISION (type), SIGNED)
     671                 :       16437 :  + 1))))))
     672                 :       10901 :  && single_use (captures[1])
     673                 :             : )
     674                 :             :             {
     675                 :        7981 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail279;
     676                 :        7981 :               {
     677                 :        7981 :                 tree res_op0;
     678                 :        7981 :                 {
     679                 :        7981 :                   tree _o1[2], _r1;
     680                 :        7981 :                   _o1[0] =  build_one_cst (type);
     681                 :        7981 :                   _o1[1] = captures[2];
     682                 :        7981 :                   _r1 = fold_build2_loc (loc, plusminus, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
     683                 :        7981 :                   res_op0 = _r1;
     684                 :             :                 }
     685                 :        7981 :                 tree res_op1;
     686                 :        7981 :                 res_op1 = captures[0];
     687                 :        7981 :                 tree _r;
     688                 :        7981 :                 _r = fold_build2_loc (loc, MULT_EXPR, type, res_op0, res_op1);
     689                 :        7981 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 126, __FILE__, __LINE__, true);
     690                 :        7981 :                 return _r;
     691                 :             :               }
     692                 :           0 : next_after_fail279:;
     693                 :             :             }
     694                 :             :         }
     695                 :             :     }
     696                 :             :   return NULL_TREE;
     697                 :             : }
     698                 :             : 
     699                 :             : tree
     700                 :           9 : generic_simplify_28 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
     701                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
     702                 :             : {
     703                 :           9 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     704                 :           9 :   if (INTEGRAL_TYPE_P (type)
     705                 :           9 :  && (
     706                 :             : 
     707                 :           9 :  || !TREE_SIDE_EFFECTS (captures[1]))
     708                 :             : )
     709                 :             :     {
     710                 :           2 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail282;
     711                 :           2 :       {
     712                 :           2 :         tree res_op0;
     713                 :           2 :         {
     714                 :           2 :           tree _o1[1], _r1;
     715                 :           2 :           _o1[0] = captures[2];
     716                 :           2 :           if (TREE_TYPE (_o1[0]) != boolean_type_node)
     717                 :             :             {
     718                 :           2 :               _r1 = fold_build1_loc (loc, NOP_EXPR, boolean_type_node, _o1[0]);
     719                 :             :             }
     720                 :             :           else
     721                 :             :             _r1 = _o1[0];
     722                 :           2 :           res_op0 = _r1;
     723                 :             :         }
     724                 :           2 :         tree res_op1;
     725                 :           2 :         res_op1 = captures[1];
     726                 :           2 :         tree res_op2;
     727                 :           2 :         res_op2 = captures[0];
     728                 :           2 :         tree _r;
     729                 :           2 :         _r = fold_build3_loc (loc, COND_EXPR, type, res_op0, res_op1, res_op2);
     730                 :           2 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 129, __FILE__, __LINE__, true);
     731                 :           2 :         return _r;
     732                 :             :       }
     733                 :           0 : next_after_fail282:;
     734                 :             :     }
     735                 :             :   return NULL_TREE;
     736                 :             : }
     737                 :             : 
     738                 :             : tree
     739                 :       19434 : generic_simplify_31 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
     740                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
     741                 :             :  const enum tree_code ARG_UNUSED (op))
     742                 :             : {
     743                 :       19434 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     744                 :       19434 :   if (flag_unsafe_math_optimizations
     745                 :             : )
     746                 :             :     {
     747                 :          12 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail285;
     748                 :          12 :       {
     749                 :          12 :         tree res_op0;
     750                 :          12 :         {
     751                 :          12 :           tree _o1[2], _r1;
     752                 :          12 :           _o1[0] = captures[0];
     753                 :          12 :           _o1[1] = captures[2];
     754                 :          12 :           _r1 = fold_build2_loc (loc, op, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
     755                 :          12 :           res_op0 = _r1;
     756                 :             :         }
     757                 :          12 :         tree res_op1;
     758                 :          12 :         res_op1 = captures[1];
     759                 :          12 :         tree _r;
     760                 :          12 :         _r = fold_build2_loc (loc, RDIV_EXPR, type, res_op0, res_op1);
     761                 :          12 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 132, __FILE__, __LINE__, true);
     762                 :          12 :         return _r;
     763                 :             :       }
     764                 :           0 : next_after_fail285:;
     765                 :             :     }
     766                 :             :   return NULL_TREE;
     767                 :             : }
     768                 :             : 
     769                 :             : tree
     770                 :           4 : generic_simplify_34 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
     771                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
     772                 :             :  const combined_fn ARG_UNUSED (POPCOUNT))
     773                 :             : {
     774                 :           4 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     775                 :           4 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail288;
     776                 :           4 :   {
     777                 :           4 :     tree res_op0;
     778                 :           4 :     {
     779                 :           4 :       tree _o1[1], _r1;
     780                 :           4 :       _o1[0] = captures[2];
     781                 :           4 :       _r1 = maybe_build_call_expr_loc (loc, POPCOUNT, type, 1, _o1[0]);
     782                 :           4 :       if (!_r1)
     783                 :           0 :         goto next_after_fail288;
     784                 :           4 :       res_op0 = _r1;
     785                 :             :     }
     786                 :           4 :     tree res_op1;
     787                 :           4 :     {
     788                 :           4 :       tree _o1[1], _r1;
     789                 :           4 :       _o1[0] = captures[3];
     790                 :           4 :       _r1 = maybe_build_call_expr_loc (loc, POPCOUNT, type, 1, _o1[0]);
     791                 :           4 :       if (!_r1)
     792                 :           0 :         goto next_after_fail288;
     793                 :           4 :       res_op1 = _r1;
     794                 :             :     }
     795                 :           4 :     tree _r;
     796                 :           4 :     _r = fold_build2_loc (loc, PLUS_EXPR, type, res_op0, res_op1);
     797                 :           4 :     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 135, __FILE__, __LINE__, true);
     798                 :             :     return _r;
     799                 :             :   }
     800                 :             : next_after_fail288:;
     801                 :             :   return NULL_TREE;
     802                 :             : }
     803                 :             : 
     804                 :             : tree
     805                 :          82 : generic_simplify_38 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
     806                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
     807                 :             : {
     808                 :          82 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     809                 :          82 :   if (INTEGRAL_TYPE_P (type)
     810                 :          82 :  || (VECTOR_INTEGER_TYPE_P (type)
     811                 :             :  && ((optimize_vectors_before_lowering_p ()
     812                 :           1 :  && TREE_CODE (TYPE_SIZE (type)) == INTEGER_CST)
     813                 :           0 :  || target_supports_op_p (type, TRUNC_MOD_EXPR,
     814                 :             :  optab_vector)))
     815                 :             : )
     816                 :             :     {
     817                 :          82 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail292;
     818                 :          82 :       {
     819                 :          82 :         tree res_op0;
     820                 :          82 :         {
     821                 :          82 :           tree _o1[2], _r1;
     822                 :          82 :           _o1[0] = captures[0];
     823                 :          82 :           _o1[1] = captures[1];
     824                 :          82 :           _r1 = fold_build2_loc (loc, TRUNC_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
     825                 :          82 :           res_op0 = _r1;
     826                 :             :         }
     827                 :          82 :         tree _r;
     828                 :          82 :         _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
     829                 :          82 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 139, __FILE__, __LINE__, true);
     830                 :          82 :         return _r;
     831                 :             :       }
     832                 :           0 : next_after_fail292:;
     833                 :             :     }
     834                 :             :   return NULL_TREE;
     835                 :             : }
     836                 :             : 
     837                 :             : tree
     838                 :           2 : generic_simplify_42 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
     839                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
     840                 :             : {
     841                 :           2 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     842                 :           2 :   if (!TYPE_OVERFLOW_SANITIZED (type) && !TYPE_OVERFLOW_TRAPS (type)
     843                 :           2 :  && !TYPE_SATURATING (type) && !TYPE_OVERFLOW_SANITIZED (TREE_TYPE (captures[2]))
     844                 :           2 :  && !TYPE_OVERFLOW_TRAPS (TREE_TYPE (captures[2]))
     845                 :           4 :  && !TYPE_SATURATING (TREE_TYPE (captures[2]))
     846                 :             : )
     847                 :             :     {
     848                 :           2 :       if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail296;
     849                 :           2 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail296;
     850                 :           2 :       {
     851                 :           2 :         tree res_op0;
     852                 :           2 :         {
     853                 :           2 :           tree _o1[1], _r1;
     854                 :           2 :           {
     855                 :           2 :             tree _o2[2], _r2;
     856                 :           2 :             _o2[0] = captures[0];
     857                 :           2 :             _o2[1] = captures[1];
     858                 :           2 :             _r2 = fold_build2_loc (loc, BIT_XOR_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
     859                 :           2 :             _o1[0] = _r2;
     860                 :             :           }
     861                 :           2 :           if (TREE_TYPE (_o1[0]) != type)
     862                 :             :             {
     863                 :           0 :               _r1 = fold_build1_loc (loc, NOP_EXPR, type, _o1[0]);
     864                 :             :             }
     865                 :             :           else
     866                 :             :             _r1 = _o1[0];
     867                 :           2 :           res_op0 = _r1;
     868                 :             :         }
     869                 :           2 :         tree _r;
     870                 :           2 :         _r = fold_build1_loc (loc, BIT_NOT_EXPR, type, res_op0);
     871                 :           2 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 143, __FILE__, __LINE__, true);
     872                 :           2 :         return _r;
     873                 :             :       }
     874                 :             : next_after_fail296:;
     875                 :             :     }
     876                 :             :   return NULL_TREE;
     877                 :             : }
     878                 :             : 
     879                 :             : tree
     880                 :       50106 : generic_simplify_48 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
     881                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
     882                 :             : {
     883                 :       50106 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     884                 :       50106 :   if (!TYPE_SATURATING (type)
     885                 :             : )
     886                 :             :     {
     887                 :       50106 :       if ((!FLOAT_TYPE_P (type) || flag_associative_math)
     888                 :      100201 :  && !FIXED_POINT_TYPE_P (type)
     889                 :             : )
     890                 :             :         {
     891                 :       50095 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail302;
     892                 :       50095 :           {
     893                 :       50095 :             tree res_op0;
     894                 :       50095 :             res_op0 = captures[1];
     895                 :       50095 :             tree _r;
     896                 :       50095 :             _r = fold_build1_loc (loc, VIEW_CONVERT_EXPR, type, res_op0);
     897                 :       50095 :             if (TREE_SIDE_EFFECTS (captures[0]))
     898                 :          15 :               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
     899                 :       50095 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 148, __FILE__, __LINE__, true);
     900                 :       50095 :             return _r;
     901                 :             :           }
     902                 :           0 : next_after_fail302:;
     903                 :             :         }
     904                 :             :     }
     905                 :             :   return NULL_TREE;
     906                 :             : }
     907                 :             : 
     908                 :             : tree
     909                 :           0 : generic_simplify_52 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
     910                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
     911                 :             : {
     912                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     913                 :           0 :   if (!TYPE_SATURATING (type)
     914                 :             : )
     915                 :             :     {
     916                 :           0 :       if ((!FLOAT_TYPE_P (type) || flag_associative_math)
     917                 :           0 :  && !FIXED_POINT_TYPE_P (type)
     918                 :             : )
     919                 :             :         {
     920                 :           0 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail308;
     921                 :           0 :           {
     922                 :           0 :             tree res_op0;
     923                 :           0 :             res_op0 = captures[1];
     924                 :           0 :             tree res_op1;
     925                 :           0 :             res_op1 = captures[2];
     926                 :           0 :             tree _r;
     927                 :           0 :             _r = fold_build2_loc (loc, PLUS_EXPR, type, res_op0, res_op1);
     928                 :           0 :             if (TREE_SIDE_EFFECTS (captures[0]))
     929                 :           0 :               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
     930                 :           0 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 154, __FILE__, __LINE__, true);
     931                 :           0 :             return _r;
     932                 :             :           }
     933                 :           0 : next_after_fail308:;
     934                 :             :         }
     935                 :             :     }
     936                 :             :   return NULL_TREE;
     937                 :             : }
     938                 :             : 
     939                 :             : tree
     940                 :        8989 : generic_simplify_56 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
     941                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
     942                 :             : {
     943                 :        8989 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
     944                 :        8989 :   if (!TYPE_SATURATING (type)
     945                 :             : )
     946                 :             :     {
     947                 :        8989 :       if ((!FLOAT_TYPE_P (type) || flag_associative_math)
     948                 :       17978 :  && !FIXED_POINT_TYPE_P (type)
     949                 :             : )
     950                 :             :         {
     951                 :        8989 :           if (INTEGRAL_TYPE_P (type)
     952                 :        8989 :  && TYPE_OVERFLOW_UNDEFINED (type)
     953                 :        1935 :  && TREE_CODE (captures[1]) != INTEGER_CST
     954                 :        9226 :  && element_precision (type) <= element_precision (TREE_TYPE (captures[1]))
     955                 :             : )
     956                 :             :             {
     957                 :         236 :               {
     958                 :         236 :  tree utype = unsigned_type_for (type);
     959                 :         236 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail314;
     960                 :         236 :                   {
     961                 :         236 :                     tree res_op0;
     962                 :         236 :                     {
     963                 :         236 :                       tree _o1[1], _r1;
     964                 :         236 :                       {
     965                 :         236 :                         tree _o2[1], _r2;
     966                 :         236 :                         _o2[0] = captures[1];
     967                 :         236 :                         if (TREE_TYPE (_o2[0]) != utype)
     968                 :             :                           {
     969                 :         236 :                             _r2 = fold_build1_loc (loc, NOP_EXPR, utype, _o2[0]);
     970                 :             :                           }
     971                 :             :                         else
     972                 :             :                           _r2 = _o2[0];
     973                 :         236 :                         _o1[0] = _r2;
     974                 :             :                       }
     975                 :         236 :                       _r1 = fold_build1_loc (loc, NEGATE_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
     976                 :         236 :                       res_op0 = _r1;
     977                 :             :                     }
     978                 :         236 :                     tree _r;
     979                 :         236 :                     _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
     980                 :         236 :                     if (TREE_SIDE_EFFECTS (captures[2]))
     981                 :           0 :                       _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
     982                 :         236 :                     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 160, __FILE__, __LINE__, true);
     983                 :         236 :                     return _r;
     984                 :             :                   }
     985                 :           0 : next_after_fail314:;
     986                 :             :               }
     987                 :             :             }
     988                 :             :           else
     989                 :             :             {
     990                 :        8753 :               if (element_precision (type) <= element_precision (TREE_TYPE (captures[1]))
     991                 :        8753 :  || (INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
     992                 :        1961 :  && TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[1])))
     993                 :             : )
     994                 :             :                 {
     995                 :        8505 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail315;
     996                 :        8505 :                   {
     997                 :        8505 :                     tree res_op0;
     998                 :        8505 :                     {
     999                 :        8505 :                       tree _o1[1], _r1;
    1000                 :        8505 :                       _o1[0] = captures[1];
    1001                 :        8505 :                       if (TREE_TYPE (_o1[0]) != type)
    1002                 :             :                         {
    1003                 :        8505 :                           _r1 = fold_build1_loc (loc, NOP_EXPR, type, _o1[0]);
    1004                 :             :                         }
    1005                 :             :                       else
    1006                 :             :                         _r1 = _o1[0];
    1007                 :        8505 :                       res_op0 = _r1;
    1008                 :             :                     }
    1009                 :        8505 :                     tree _r;
    1010                 :        8505 :                     _r = fold_build1_loc (loc, NEGATE_EXPR, type, res_op0);
    1011                 :        8505 :                     if (TREE_SIDE_EFFECTS (captures[2]))
    1012                 :           0 :                       _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
    1013                 :        8505 :                     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 161, __FILE__, __LINE__, true);
    1014                 :        8505 :                     return _r;
    1015                 :             :                   }
    1016                 :           0 : next_after_fail315:;
    1017                 :             :                 }
    1018                 :             :             }
    1019                 :             :         }
    1020                 :             :     }
    1021                 :             :   return NULL_TREE;
    1022                 :             : }
    1023                 :             : 
    1024                 :             : tree
    1025                 :           3 : generic_simplify_63 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    1026                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    1027                 :             :  const enum tree_code ARG_UNUSED (op))
    1028                 :             : {
    1029                 :           3 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1030                 :           3 :   if (INTEGRAL_TYPE_P (type)
    1031                 :             : )
    1032                 :             :     {
    1033                 :           3 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail323;
    1034                 :           3 :       {
    1035                 :           3 :         tree res_op0;
    1036                 :           3 :         {
    1037                 :           3 :           tree _o1[2], _r1;
    1038                 :           3 :           _o1[0] = captures[1];
    1039                 :           3 :           _o1[1] = captures[4];
    1040                 :           3 :           _r1 = fold_build2_loc (loc, op, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    1041                 :           3 :           res_op0 = _r1;
    1042                 :             :         }
    1043                 :           3 :         tree res_op1;
    1044                 :           3 :         res_op1 = captures[2];
    1045                 :           3 :         tree _r;
    1046                 :           3 :         _r = fold_build2_loc (loc, LSHIFT_EXPR, type, res_op0, res_op1);
    1047                 :           3 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 169, __FILE__, __LINE__, true);
    1048                 :           3 :         return _r;
    1049                 :             :       }
    1050                 :           0 : next_after_fail323:;
    1051                 :             :     }
    1052                 :             :   return NULL_TREE;
    1053                 :             : }
    1054                 :             : 
    1055                 :             : tree
    1056                 :           0 : generic_simplify_68 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    1057                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
    1058                 :             : {
    1059                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1060                 :           0 :   if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail328;
    1061                 :           0 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail328;
    1062                 :           0 :   {
    1063                 :           0 :     tree _r;
    1064                 :           0 :     _r = captures[2];
    1065                 :           0 :     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 174, __FILE__, __LINE__, true);
    1066                 :             :     return _r;
    1067                 :             :   }
    1068                 :             : next_after_fail328:;
    1069                 :             :   return NULL_TREE;
    1070                 :             : }
    1071                 :             : 
    1072                 :             : tree
    1073                 :           0 : generic_simplify_71 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    1074                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
    1075                 :             : {
    1076                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1077                 :           0 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail331;
    1078                 :           0 :   {
    1079                 :           0 :     tree res_op0;
    1080                 :           0 :     res_op0 = captures[0];
    1081                 :           0 :     tree res_op1;
    1082                 :           0 :     {
    1083                 :           0 :       tree _o1[1], _r1;
    1084                 :           0 :       _o1[0] = captures[2];
    1085                 :           0 :       _r1 = fold_build1_loc (loc, BIT_NOT_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
    1086                 :           0 :       res_op1 = _r1;
    1087                 :             :     }
    1088                 :           0 :     tree _r;
    1089                 :           0 :     _r = fold_build2_loc (loc, BIT_IOR_EXPR, type, res_op0, res_op1);
    1090                 :           0 :     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 176, __FILE__, __LINE__, true);
    1091                 :             :     return _r;
    1092                 :             :   }
    1093                 :           0 : next_after_fail331:;
    1094                 :           0 :   return NULL_TREE;
    1095                 :             : }
    1096                 :             : 
    1097                 :             : tree
    1098                 :           0 : generic_simplify_78 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    1099                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    1100                 :             :  const enum tree_code ARG_UNUSED (op))
    1101                 :             : {
    1102                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1103                 :           0 :   if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail342;
    1104                 :           0 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail342;
    1105                 :           0 :   {
    1106                 :           0 :     tree _r;
    1107                 :           0 :     _r = captures[0];
    1108                 :           0 :     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 183, __FILE__, __LINE__, true);
    1109                 :             :     return _r;
    1110                 :             :   }
    1111                 :             : next_after_fail342:;
    1112                 :             :   return NULL_TREE;
    1113                 :             : }
    1114                 :             : 
    1115                 :             : tree
    1116                 :           0 : generic_simplify_85 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    1117                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
    1118                 :             : {
    1119                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1120                 :           0 :   if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
    1121                 :           0 :  && TYPE_PRECISION (TREE_TYPE (captures[0])) == 1
    1122                 :             : )
    1123                 :             :     {
    1124                 :           0 :       if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail349;
    1125                 :           0 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail349;
    1126                 :           0 :       {
    1127                 :           0 :         tree _r;
    1128                 :           0 :         _r = captures[2];
    1129                 :           0 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 185, __FILE__, __LINE__, true);
    1130                 :           0 :         return _r;
    1131                 :             :       }
    1132                 :             : next_after_fail349:;
    1133                 :             :     }
    1134                 :             :   return NULL_TREE;
    1135                 :             : }
    1136                 :             : 
    1137                 :             : tree
    1138                 :          93 : generic_simplify_92 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    1139                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    1140                 :             :  const enum tree_code ARG_UNUSED (op),
    1141                 :             :  const enum tree_code ARG_UNUSED (rop))
    1142                 :             : {
    1143                 :          93 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1144                 :          93 :   if (element_precision (type) <= element_precision (TREE_TYPE (captures[0]))
    1145                 :          93 :  && element_precision (type) <= element_precision (TREE_TYPE (captures[1]))
    1146                 :             : )
    1147                 :             :     {
    1148                 :          61 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail356;
    1149                 :          61 :       {
    1150                 :          61 :         tree res_op0;
    1151                 :          61 :         {
    1152                 :          61 :           tree _o1[2], _r1;
    1153                 :          61 :           {
    1154                 :          61 :             tree _o2[1], _r2;
    1155                 :          61 :             _o2[0] = captures[0];
    1156                 :          61 :             if (TREE_TYPE (_o2[0]) != type)
    1157                 :             :               {
    1158                 :           1 :                 _r2 = fold_build1_loc (loc, NOP_EXPR, type, _o2[0]);
    1159                 :             :               }
    1160                 :             :             else
    1161                 :             :               _r2 = _o2[0];
    1162                 :          61 :             _o1[0] = _r2;
    1163                 :             :           }
    1164                 :          61 :           {
    1165                 :          61 :             tree _o2[1], _r2;
    1166                 :          61 :             _o2[0] = captures[1];
    1167                 :          61 :             if (TREE_TYPE (_o2[0]) != type)
    1168                 :             :               {
    1169                 :           0 :                 _r2 = fold_build1_loc (loc, NOP_EXPR, type, _o2[0]);
    1170                 :             :               }
    1171                 :             :             else
    1172                 :             :               _r2 = _o2[0];
    1173                 :          61 :             _o1[1] = _r2;
    1174                 :             :           }
    1175                 :          61 :           _r1 = fold_build2_loc (loc, rop, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    1176                 :          61 :           res_op0 = _r1;
    1177                 :             :         }
    1178                 :          61 :         tree _r;
    1179                 :          61 :         _r = fold_build1_loc (loc, BIT_NOT_EXPR, type, res_op0);
    1180                 :          61 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 193, __FILE__, __LINE__, true);
    1181                 :          61 :         return _r;
    1182                 :             :       }
    1183                 :           0 : next_after_fail356:;
    1184                 :             :     }
    1185                 :             :   return NULL_TREE;
    1186                 :             : }
    1187                 :             : 
    1188                 :             : tree
    1189                 :     2749779 : generic_simplify_102 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    1190                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    1191                 :             :  const enum tree_code ARG_UNUSED (bitop))
    1192                 :             : {
    1193                 :     2749779 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1194                 :     2749779 :   if (((TREE_CODE (captures[3]) == INTEGER_CST
    1195                 :      867366 :  && INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
    1196                 :      682865 :  && (int_fits_type_p (captures[3], TREE_TYPE (captures[1]))
    1197                 :       11197 :  || tree_nop_conversion_p (TREE_TYPE (captures[1]), type)))
    1198                 :     2076099 :  || types_match (captures[1], captures[3]))
    1199                 :     1071030 :  && !POINTER_TYPE_P (TREE_TYPE (captures[1]))
    1200                 :     1071030 :  && !VECTOR_TYPE_P (TREE_TYPE (captures[1]))
    1201                 :     1071027 :  && TREE_CODE (TREE_TYPE (captures[1])) != OFFSET_TYPE
    1202                 :     1071027 :  && (bitop != BIT_AND_EXPR ||
    1203                 :             : 
    1204                 :             : )
    1205                 :     2749779 :  && (
    1206                 :       26164 :  TYPE_PRECISION (TREE_TYPE (captures[1])) < TYPE_PRECISION (type)
    1207                 :             :  || (
    1208                 :             : 
    1209                 :             :  && TYPE_PRECISION (TREE_TYPE (captures[1])) == TYPE_PRECISION (type))
    1210                 :       25813 :  || GET_MODE_CLASS (TYPE_MODE (type)) != MODE_INT
    1211                 :       25813 :  || !type_has_mode_precision_p (type)
    1212                 :       25813 :  || (
    1213                 :             : 
    1214                 :             :  && TREE_CODE (captures[3]) != INTEGER_CST
    1215                 :             :  && tree_nop_conversion_p (type, TREE_TYPE (captures[1]))
    1216                 :             :  && single_use (captures[0])
    1217                 :             :  && single_use (captures[2])))
    1218                 :             : )
    1219                 :             :     {
    1220                 :         354 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail370;
    1221                 :         354 :       {
    1222                 :         354 :         tree res_op0;
    1223                 :         354 :         {
    1224                 :         354 :           tree _o1[2], _r1;
    1225                 :         354 :           _o1[0] = captures[1];
    1226                 :         354 :           {
    1227                 :         354 :             tree _o2[1], _r2;
    1228                 :         354 :             _o2[0] = captures[3];
    1229                 :         354 :             if (TREE_TYPE (_o2[0]) != TREE_TYPE (_o1[0]))
    1230                 :             :               {
    1231                 :         354 :                 _r2 = fold_build1_loc (loc, NOP_EXPR, TREE_TYPE (_o1[0]), _o2[0]);
    1232                 :             :               }
    1233                 :             :             else
    1234                 :             :               _r2 = _o2[0];
    1235                 :         354 :             _o1[1] = _r2;
    1236                 :             :           }
    1237                 :         354 :           _r1 = fold_build2_loc (loc, bitop, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    1238                 :         354 :           res_op0 = _r1;
    1239                 :             :         }
    1240                 :         354 :         tree _r;
    1241                 :         354 :         _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
    1242                 :         354 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 198, __FILE__, __LINE__, true);
    1243                 :         354 :         return _r;
    1244                 :             :       }
    1245                 :           0 : next_after_fail370:;
    1246                 :             :     }
    1247                 :             :   return NULL_TREE;
    1248                 :             : }
    1249                 :             : 
    1250                 :             : tree
    1251                 :           0 : generic_simplify_114 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    1252                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    1253                 :             :  const enum tree_code ARG_UNUSED (op))
    1254                 :             : {
    1255                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1256                 :           0 :   if (INTEGRAL_TYPE_P (type)
    1257                 :           0 :  && operand_equal_p (captures[2], captures[6], 0)
    1258                 :           0 :  && (tree_nonzero_bits (captures[0]) & tree_nonzero_bits (captures[4])) == 0
    1259                 :             : )
    1260                 :             :     {
    1261                 :           0 :       {
    1262                 :           0 :  tree t = type;
    1263                 :           0 :  if (!TYPE_OVERFLOW_WRAPS (t))
    1264                 :           0 :  t = unsigned_type_for (t);
    1265                 :           0 :  wide_int c = wi::add (wi::to_wide (captures[3]), wi::to_wide (captures[7]));
    1266                 :           0 :           if (TREE_SIDE_EFFECTS (captures[3])) goto next_after_fail383;
    1267                 :           0 :           if (TREE_SIDE_EFFECTS (captures[7])) goto next_after_fail383;
    1268                 :           0 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail383;
    1269                 :           0 :           {
    1270                 :           0 :             tree res_op0;
    1271                 :           0 :             {
    1272                 :           0 :               tree _o1[2], _r1;
    1273                 :           0 :               {
    1274                 :           0 :                 tree _o2[1], _r2;
    1275                 :           0 :                 _o2[0] = captures[2];
    1276                 :           0 :                 if (TREE_TYPE (_o2[0]) != t)
    1277                 :             :                   {
    1278                 :           0 :                     _r2 = fold_build1_loc (loc, NOP_EXPR, t, _o2[0]);
    1279                 :             :                   }
    1280                 :             :                 else
    1281                 :             :                   _r2 = _o2[0];
    1282                 :           0 :                 _o1[0] = _r2;
    1283                 :             :               }
    1284                 :           0 :               _o1[1] =  wide_int_to_tree (t, c);
    1285                 :           0 :               _r1 = fold_build2_loc (loc, MULT_EXPR, t, _o1[0], _o1[1]);
    1286                 :           0 :               res_op0 = _r1;
    1287                 :             :             }
    1288                 :           0 :             tree _r;
    1289                 :           0 :             _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
    1290                 :           0 :             if (TREE_SIDE_EFFECTS (captures[6]))
    1291                 :           0 :               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[6]), _r);
    1292                 :           0 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 206, __FILE__, __LINE__, true);
    1293                 :           0 :             return _r;
    1294                 :             :           }
    1295                 :           0 : next_after_fail383:;
    1296                 :           0 :       }
    1297                 :             :     }
    1298                 :             :   return NULL_TREE;
    1299                 :             : }
    1300                 :             : 
    1301                 :             : tree
    1302                 :           0 : generic_simplify_123 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    1303                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
    1304                 :             : {
    1305                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1306                 :           0 :   if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail398;
    1307                 :           0 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail398;
    1308                 :           0 :   {
    1309                 :           0 :     tree _r;
    1310                 :           0 :     _r = captures[2];
    1311                 :           0 :     if (TREE_SIDE_EFFECTS (captures[1]))
    1312                 :           0 :       _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
    1313                 :           0 :     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 221, __FILE__, __LINE__, true);
    1314                 :             :     return _r;
    1315                 :             :   }
    1316                 :             : next_after_fail398:;
    1317                 :             :   return NULL_TREE;
    1318                 :             : }
    1319                 :             : 
    1320                 :             : tree
    1321                 :         129 : generic_simplify_127 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    1322                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    1323                 :             :  const enum tree_code ARG_UNUSED (code2),
    1324                 :             :  const enum tree_code ARG_UNUSED (code1))
    1325                 :             : {
    1326                 :         129 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1327                 :         129 :   if ((TREE_CODE (captures[2]) == INTEGER_CST
    1328                 :         101 :  && TREE_CODE (captures[5]) == INTEGER_CST)
    1329                 :         129 :  || ((INTEGRAL_TYPE_P (TREE_TYPE (captures[2]))
    1330                 :           0 :  || POINTER_TYPE_P (TREE_TYPE (captures[2])))
    1331                 :          28 :  && bitwise_equal_p (captures[2], captures[5]))
    1332                 :             : )
    1333                 :             :     {
    1334                 :         101 :       {
    1335                 :         101 :  bool one_before = false;
    1336                 :         101 :  bool one_after = false;
    1337                 :         101 :  int cmp = 0;
    1338                 :         101 :  bool allbits = true;
    1339                 :         101 :  if (TREE_CODE (captures[2]) == INTEGER_CST
    1340                 :         101 :  && TREE_CODE (captures[5]) == INTEGER_CST)
    1341                 :             :  {
    1342                 :         101 :  allbits = TYPE_PRECISION (TREE_TYPE (captures[2])) <= TYPE_PRECISION (TREE_TYPE (captures[5]));
    1343                 :         101 :  auto t1 = wi::to_wide (fold_convert (TREE_TYPE (captures[5]), captures[2]));
    1344                 :         101 :  auto t2 = wi::to_wide (captures[5]);
    1345                 :         101 :  cmp = wi::cmp (t1, t2, TYPE_SIGN (TREE_TYPE (captures[5])));
    1346                 :         101 :  if (cmp < 0
    1347                 :         101 :  && t1 == t2 - 1)
    1348                 :             :  one_before = true;
    1349                 :         101 :  if (cmp > 0
    1350                 :         101 :  && t1 == t2 + 1)
    1351                 :             :  one_after = true;
    1352                 :             :  }
    1353                 :         101 :  bool val;
    1354                 :         101 :  switch (code2)
    1355                 :             :  {
    1356                 :          87 :  case EQ_EXPR: val = (cmp == 0); break;
    1357                 :           0 :  case NE_EXPR: val = (cmp != 0); break;
    1358                 :           0 :  case LT_EXPR: val = (cmp < 0); break;
    1359                 :           0 :  case GT_EXPR: val = (cmp > 0); break;
    1360                 :          14 :  case LE_EXPR: val = (cmp <= 0); break;
    1361                 :           0 :  case GE_EXPR: val = (cmp >= 0); break;
    1362                 :           0 :  default: gcc_unreachable ();
    1363                 :             :  }
    1364                 :         101 :           if (code1 == EQ_EXPR && val
    1365                 :             : )
    1366                 :             :             {
    1367                 :           7 :               if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail408;
    1368                 :           7 :               if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail408;
    1369                 :           7 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail408;
    1370                 :           7 :               {
    1371                 :           7 :                 tree _r;
    1372                 :           7 :                 _r = captures[3];
    1373                 :           7 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 224, __FILE__, __LINE__, true);
    1374                 :           7 :                 return _r;
    1375                 :             :               }
    1376                 :             : next_after_fail408:;
    1377                 :             :             }
    1378                 :             :           else
    1379                 :             :             {
    1380                 :          94 :               if (code1 == NE_EXPR && val && allbits
    1381                 :             : )
    1382                 :             :                 {
    1383                 :           7 :                   if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail409;
    1384                 :           7 :                   if (TREE_SIDE_EFFECTS (captures[5])) goto next_after_fail409;
    1385                 :           7 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail409;
    1386                 :           7 :                   {
    1387                 :           7 :                     tree _r;
    1388                 :           7 :                     _r =  constant_boolean_node (true, type);
    1389                 :           7 :                     if (TREE_SIDE_EFFECTS (captures[4]))
    1390                 :           0 :                       _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[4]), _r);
    1391                 :           7 :                     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 225, __FILE__, __LINE__, true);
    1392                 :           7 :                     return _r;
    1393                 :             :                   }
    1394                 :             : next_after_fail409:;
    1395                 :             :                 }
    1396                 :             :               else
    1397                 :             :                 {
    1398                 :          87 :                   if (code1 == NE_EXPR && !val && allbits
    1399                 :             : )
    1400                 :             :                     {
    1401                 :           0 :                       if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail410;
    1402                 :           0 :                       if (TREE_SIDE_EFFECTS (captures[5])) goto next_after_fail410;
    1403                 :           0 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail410;
    1404                 :           0 :                       {
    1405                 :           0 :                         tree _r;
    1406                 :           0 :                         _r = captures[0];
    1407                 :           0 :                         if (TREE_SIDE_EFFECTS (captures[4]))
    1408                 :           0 :                           _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[4]), _r);
    1409                 :           0 :                         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 226, __FILE__, __LINE__, true);
    1410                 :           0 :                         return _r;
    1411                 :             :                       }
    1412                 :             : next_after_fail410:;
    1413                 :             :                     }
    1414                 :             :                   else
    1415                 :             :                     {
    1416                 :          87 :                       if (code1 == EQ_EXPR
    1417                 :          87 :  && code2 == GT_EXPR
    1418                 :           0 :  && cmp == 0
    1419                 :           0 :  && allbits
    1420                 :             : )
    1421                 :             :                         {
    1422                 :           0 :                           if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail411;
    1423                 :           0 :                           if (TREE_SIDE_EFFECTS (captures[5])) goto next_after_fail411;
    1424                 :           0 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail411;
    1425                 :           0 :                           {
    1426                 :           0 :                             tree res_op0;
    1427                 :           0 :                             res_op0 = captures[4];
    1428                 :           0 :                             tree res_op1;
    1429                 :           0 :                             res_op1 = captures[5];
    1430                 :           0 :                             tree _r;
    1431                 :           0 :                             _r = fold_build2_loc (loc, GE_EXPR, type, res_op0, res_op1);
    1432                 :           0 :                             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 227, __FILE__, __LINE__, true);
    1433                 :           0 :                             return _r;
    1434                 :             :                           }
    1435                 :             : next_after_fail411:;
    1436                 :             :                         }
    1437                 :             :                       else
    1438                 :             :                         {
    1439                 :          87 :                           if (code1 == EQ_EXPR
    1440                 :          87 :  && code2 == LT_EXPR
    1441                 :           0 :  && cmp == 0
    1442                 :           0 :  && allbits
    1443                 :             : )
    1444                 :             :                             {
    1445                 :           0 :                               if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail412;
    1446                 :           0 :                               if (TREE_SIDE_EFFECTS (captures[5])) goto next_after_fail412;
    1447                 :           0 :                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail412;
    1448                 :           0 :                               {
    1449                 :           0 :                                 tree res_op0;
    1450                 :           0 :                                 res_op0 = captures[4];
    1451                 :           0 :                                 tree res_op1;
    1452                 :           0 :                                 res_op1 = captures[5];
    1453                 :           0 :                                 tree _r;
    1454                 :           0 :                                 _r = fold_build2_loc (loc, LE_EXPR, type, res_op0, res_op1);
    1455                 :           0 :                                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 228, __FILE__, __LINE__, true);
    1456                 :           0 :                                 return _r;
    1457                 :             :                               }
    1458                 :             : next_after_fail412:;
    1459                 :             :                             }
    1460                 :             :                           else
    1461                 :             :                             {
    1462                 :          87 :                               if (code1 == EQ_EXPR
    1463                 :          87 :  && code2 == GE_EXPR
    1464                 :             :  && one_before
    1465                 :           0 :  && allbits
    1466                 :             : )
    1467                 :             :                                 {
    1468                 :           0 :                                   if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail413;
    1469                 :           0 :                                   if (TREE_SIDE_EFFECTS (captures[5])) goto next_after_fail413;
    1470                 :           0 :                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail413;
    1471                 :           0 :                                   {
    1472                 :           0 :                                     tree res_op0;
    1473                 :           0 :                                     res_op0 = captures[4];
    1474                 :           0 :                                     tree res_op1;
    1475                 :           0 :                                     {
    1476                 :           0 :                                       tree _o1[1], _r1;
    1477                 :           0 :                                       _o1[0] = captures[2];
    1478                 :           0 :                                       if (TREE_TYPE (_o1[0]) != TREE_TYPE (res_op0))
    1479                 :             :                                         {
    1480                 :           0 :                                           _r1 = fold_build1_loc (loc, NOP_EXPR, TREE_TYPE (res_op0), _o1[0]);
    1481                 :             :                                         }
    1482                 :             :                                       else
    1483                 :             :                                         _r1 = _o1[0];
    1484                 :           0 :                                       res_op1 = _r1;
    1485                 :             :                                     }
    1486                 :           0 :                                     tree _r;
    1487                 :           0 :                                     _r = fold_build2_loc (loc, GE_EXPR, type, res_op0, res_op1);
    1488                 :           0 :                                     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 229, __FILE__, __LINE__, true);
    1489                 :           0 :                                     return _r;
    1490                 :             :                                   }
    1491                 :             : next_after_fail413:;
    1492                 :             :                                 }
    1493                 :             :                               else
    1494                 :             :                                 {
    1495                 :          87 :                                   if (code1 == EQ_EXPR
    1496                 :          87 :  && code2 == LE_EXPR
    1497                 :             :  && one_after
    1498                 :           0 :  && allbits
    1499                 :             : )
    1500                 :             :                                     {
    1501                 :           0 :                                       if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail414;
    1502                 :           0 :                                       if (TREE_SIDE_EFFECTS (captures[5])) goto next_after_fail414;
    1503                 :           0 :                                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail414;
    1504                 :           0 :                                       {
    1505                 :           0 :                                         tree res_op0;
    1506                 :           0 :                                         res_op0 = captures[4];
    1507                 :           0 :                                         tree res_op1;
    1508                 :           0 :                                         {
    1509                 :           0 :                                           tree _o1[1], _r1;
    1510                 :           0 :                                           _o1[0] = captures[2];
    1511                 :           0 :                                           if (TREE_TYPE (_o1[0]) != TREE_TYPE (res_op0))
    1512                 :             :                                             {
    1513                 :           0 :                                               _r1 = fold_build1_loc (loc, NOP_EXPR, TREE_TYPE (res_op0), _o1[0]);
    1514                 :             :                                             }
    1515                 :             :                                           else
    1516                 :             :                                             _r1 = _o1[0];
    1517                 :           0 :                                           res_op1 = _r1;
    1518                 :             :                                         }
    1519                 :           0 :                                         tree _r;
    1520                 :           0 :                                         _r = fold_build2_loc (loc, LE_EXPR, type, res_op0, res_op1);
    1521                 :           0 :                                         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 230, __FILE__, __LINE__, true);
    1522                 :           0 :                                         return _r;
    1523                 :             :                                       }
    1524                 :             : next_after_fail414:;
    1525                 :             :                                     }
    1526                 :             :                                 }
    1527                 :             :                             }
    1528                 :             :                         }
    1529                 :             :                     }
    1530                 :             :                 }
    1531                 :             :             }
    1532                 :             :       }
    1533                 :             :     }
    1534                 :             :   return NULL_TREE;
    1535                 :             : }
    1536                 :             : 
    1537                 :             : tree
    1538                 :         196 : generic_simplify_152 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    1539                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
    1540                 :             : {
    1541                 :         196 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1542                 :         196 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail459;
    1543                 :         196 :   {
    1544                 :         196 :     if (! tree_invariant_p (captures[3])) goto next_after_fail459;
    1545                 :          15 :     tree res_op0;
    1546                 :          15 :     {
    1547                 :          15 :       tree _o1[2], _r1;
    1548                 :          15 :       _o1[0] = captures[2];
    1549                 :          15 :       _o1[1] = unshare_expr (captures[3]);
    1550                 :          15 :       _r1 = fold_build2_loc (loc, BIT_AND_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    1551                 :          15 :       res_op0 = _r1;
    1552                 :             :     }
    1553                 :          15 :     tree res_op1;
    1554                 :          15 :     {
    1555                 :          15 :       tree _o1[2], _r1;
    1556                 :          15 :       _o1[0] = captures[4];
    1557                 :          15 :       _o1[1] = captures[3];
    1558                 :          15 :       _r1 = fold_build2_loc (loc, BIT_XOR_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    1559                 :          15 :       if (EXPR_P (_r1))
    1560                 :          14 :         goto next_after_fail459;
    1561                 :           1 :       res_op1 = _r1;
    1562                 :             :     }
    1563                 :           1 :     tree _r;
    1564                 :           1 :     _r = fold_build2_loc (loc, BIT_XOR_EXPR, type, res_op0, res_op1);
    1565                 :           1 :     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 251, __FILE__, __LINE__, true);
    1566                 :             :     return _r;
    1567                 :             :   }
    1568                 :             : next_after_fail459:;
    1569                 :             :   return NULL_TREE;
    1570                 :             : }
    1571                 :             : 
    1572                 :             : tree
    1573                 :          11 : generic_simplify_160 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    1574                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
    1575                 :             : {
    1576                 :          11 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1577                 :          11 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail467;
    1578                 :          11 :   {
    1579                 :          11 :     tree res_op0;
    1580                 :          11 :     res_op0 = captures[0];
    1581                 :          11 :     tree _r;
    1582                 :          11 :     _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
    1583                 :          11 :     if (TREE_SIDE_EFFECTS (captures[2]))
    1584                 :           0 :       _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
    1585                 :          11 :     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 259, __FILE__, __LINE__, true);
    1586                 :             :     return _r;
    1587                 :             :   }
    1588                 :           0 : next_after_fail467:;
    1589                 :           0 :   return NULL_TREE;
    1590                 :             : }
    1591                 :             : 
    1592                 :             : tree
    1593                 :          24 : generic_simplify_166 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    1594                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
    1595                 :             : {
    1596                 :          24 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1597                 :          24 :   if (tree_nop_conversion_p (type, TREE_TYPE (captures[2]))
    1598                 :             : )
    1599                 :             :     {
    1600                 :          24 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail473;
    1601                 :          24 :       {
    1602                 :          24 :         tree res_op0;
    1603                 :          24 :         {
    1604                 :          24 :           tree _o1[2], _r1;
    1605                 :          24 :           {
    1606                 :          24 :             tree _o2[1], _r2;
    1607                 :          24 :             _o2[0] = captures[2];
    1608                 :          24 :             _r2 = fold_build1_loc (loc, VIEW_CONVERT_EXPR, type, _o2[0]);
    1609                 :          24 :             _o1[0] = _r2;
    1610                 :             :           }
    1611                 :          24 :           _o1[1] = captures[3];
    1612                 :          24 :           _r1 = fold_build2_loc (loc, BIT_XOR_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    1613                 :          24 :           res_op0 = _r1;
    1614                 :             :         }
    1615                 :          24 :         tree _r;
    1616                 :          24 :         _r = fold_build1_loc (loc, BIT_NOT_EXPR, type, res_op0);
    1617                 :          24 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 262, __FILE__, __LINE__, true);
    1618                 :          24 :         return _r;
    1619                 :             :       }
    1620                 :           0 : next_after_fail473:;
    1621                 :             :     }
    1622                 :             :   return NULL_TREE;
    1623                 :             : }
    1624                 :             : 
    1625                 :             : tree
    1626                 :           4 : generic_simplify_173 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    1627                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    1628                 :             :  const combined_fn ARG_UNUSED (COPYSIGN_ALL))
    1629                 :             : {
    1630                 :           4 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1631                 :           4 :   if (!tree_expr_maybe_nan_p (captures[0]) && !HONOR_SIGNED_ZEROS (type)
    1632                 :             : )
    1633                 :             :     {
    1634                 :           0 :       if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail482;
    1635                 :           0 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail482;
    1636                 :           0 :       {
    1637                 :           0 :         tree res_op0;
    1638                 :           0 :         res_op0 = captures[0];
    1639                 :           0 :         tree _r;
    1640                 :           0 :         _r = fold_build1_loc (loc, ABS_EXPR, type, res_op0);
    1641                 :           0 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 272, __FILE__, __LINE__, true);
    1642                 :           0 :         return _r;
    1643                 :             :       }
    1644                 :             : next_after_fail482:;
    1645                 :             :     }
    1646                 :             :   return NULL_TREE;
    1647                 :             : }
    1648                 :             : 
    1649                 :             : tree
    1650                 :           0 : generic_simplify_180 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    1651                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
    1652                 :             : {
    1653                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1654                 :           0 :   if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail489;
    1655                 :           0 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail489;
    1656                 :           0 :   {
    1657                 :           0 :     tree _r;
    1658                 :           0 :     _r =  build_zero_cst (type);
    1659                 :           0 :     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 277, __FILE__, __LINE__, true);
    1660                 :             :     return _r;
    1661                 :             :   }
    1662                 :             : next_after_fail489:;
    1663                 :             :   return NULL_TREE;
    1664                 :             : }
    1665                 :             : 
    1666                 :             : tree
    1667                 :           0 : generic_simplify_185 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    1668                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    1669                 :             :  const enum tree_code ARG_UNUSED (cmp))
    1670                 :             : {
    1671                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1672                 :           0 :   if (!canonicalize_math_p ()
    1673                 :             : )
    1674                 :             :     {
    1675                 :           0 :       if (INTEGRAL_TYPE_P (type)
    1676                 :           0 :  && INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
    1677                 :             : )
    1678                 :             :         {
    1679                 :           0 :           if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail496;
    1680                 :           0 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail496;
    1681                 :           0 :           {
    1682                 :           0 :             tree res_op0;
    1683                 :           0 :             res_op0 = captures[0];
    1684                 :           0 :             tree res_op1;
    1685                 :           0 :             res_op1 = captures[3];
    1686                 :           0 :             tree res_op2;
    1687                 :           0 :             res_op2 =  build_zero_cst (type);
    1688                 :           0 :             tree _r;
    1689                 :           0 :             _r = fold_build3_loc (loc, COND_EXPR, type, res_op0, res_op1, res_op2);
    1690                 :           0 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 281, __FILE__, __LINE__, true);
    1691                 :           0 :             return _r;
    1692                 :             :           }
    1693                 :             : next_after_fail496:;
    1694                 :             :         }
    1695                 :             :     }
    1696                 :             :   return NULL_TREE;
    1697                 :             : }
    1698                 :             : 
    1699                 :             : tree
    1700                 :           6 : generic_simplify_192 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    1701                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    1702                 :             :  const combined_fn ARG_UNUSED (LDEXP))
    1703                 :             : {
    1704                 :           6 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1705                 :           6 :   if (flag_unsafe_math_optimizations
    1706                 :             : )
    1707                 :             :     {
    1708                 :           6 :       {
    1709                 :           6 :  HOST_WIDE_INT tmp = 0;
    1710                 :           6 :           if (real_isinteger (&TREE_REAL_CST (captures[0]), &tmp)
    1711                 :           6 :  && tmp > 0 && pow2p_hwi (tmp)
    1712                 :             : )
    1713                 :             :             {
    1714                 :           3 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail504;
    1715                 :           3 :               {
    1716                 :           3 :                 tree res_op0;
    1717                 :           3 :                 res_op0 = captures[1];
    1718                 :           3 :                 tree res_op1;
    1719                 :           3 :                 {
    1720                 :           3 :                   tree _o1[2], _r1;
    1721                 :           3 :                   _o1[0] = build_int_cst (integer_type_node,
    1722                 :           6 :  exact_log2 (tmp));
    1723                 :           3 :                   _o1[1] = captures[2];
    1724                 :           3 :                   _r1 = fold_build2_loc (loc, PLUS_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    1725                 :           3 :                   res_op1 = _r1;
    1726                 :             :                 }
    1727                 :           3 :                 tree _r;
    1728                 :           3 :                 _r = maybe_build_call_expr_loc (loc, LDEXP, type, 2, res_op0, res_op1);
    1729                 :           3 :                 if (!_r)
    1730                 :           0 :                   goto next_after_fail504;
    1731                 :           3 :                 if (TREE_SIDE_EFFECTS (captures[0]))
    1732                 :           0 :                   _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
    1733                 :           3 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 289, __FILE__, __LINE__, true);
    1734                 :           3 :                 return _r;
    1735                 :             :               }
    1736                 :           3 : next_after_fail504:;
    1737                 :             :             }
    1738                 :             :       }
    1739                 :             :     }
    1740                 :             :   return NULL_TREE;
    1741                 :             : }
    1742                 :             : 
    1743                 :             : tree
    1744                 :        2616 : generic_simplify_201 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    1745                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    1746                 :             :  const enum tree_code ARG_UNUSED (cmp))
    1747                 :             : {
    1748                 :        2616 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1749                 :        5232 :   if (INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
    1750                 :        3480 :  && TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[0]))
    1751                 :        4377 :  && tree_expr_nonzero_p (captures[1])
    1752                 :             : )
    1753                 :             :     {
    1754                 :           8 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail513;
    1755                 :           8 :       {
    1756                 :           8 :         tree res_op0;
    1757                 :           8 :         res_op0 = captures[0];
    1758                 :           8 :         tree res_op1;
    1759                 :           8 :         res_op1 = captures[2];
    1760                 :           8 :         tree _r;
    1761                 :           8 :         _r = fold_build2_loc (loc, cmp, type, res_op0, res_op1);
    1762                 :           8 :         if (TREE_SIDE_EFFECTS (captures[1]))
    1763                 :           0 :           _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
    1764                 :           8 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 298, __FILE__, __LINE__, true);
    1765                 :           8 :         return _r;
    1766                 :             :       }
    1767                 :           0 : next_after_fail513:;
    1768                 :             :     }
    1769                 :             :   return NULL_TREE;
    1770                 :             : }
    1771                 :             : 
    1772                 :             : tree
    1773                 :        3428 : generic_simplify_207 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    1774                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    1775                 :             :  const enum tree_code ARG_UNUSED (op))
    1776                 :             : {
    1777                 :        3428 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1778                 :        3428 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail535;
    1779                 :        3428 :   {
    1780                 :        3428 :     tree res_op0;
    1781                 :        3428 :     res_op0 = captures[1];
    1782                 :        3428 :     tree res_op1;
    1783                 :        3428 :     res_op1 = captures[2];
    1784                 :        3428 :     tree _r;
    1785                 :        3428 :     _r = fold_build2_loc (loc, op, type, res_op0, res_op1);
    1786                 :        3428 :     if (TREE_SIDE_EFFECTS (captures[0]))
    1787                 :           0 :       _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
    1788                 :        3428 :     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 319, __FILE__, __LINE__, true);
    1789                 :             :     return _r;
    1790                 :             :   }
    1791                 :           0 : next_after_fail535:;
    1792                 :           0 :   return NULL_TREE;
    1793                 :             : }
    1794                 :             : 
    1795                 :             : tree
    1796                 :           4 : generic_simplify_212 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    1797                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    1798                 :             :  const enum tree_code ARG_UNUSED (op))
    1799                 :             : {
    1800                 :           4 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1801                 :           4 :   if (tree_nop_conversion_p (TREE_TYPE (captures[1]), TREE_TYPE (captures[2]))
    1802                 :           4 :  && tree_nop_conversion_p (TREE_TYPE (captures[0]), TREE_TYPE (captures[2]))
    1803                 :           4 :  && (CONSTANT_CLASS_P (captures[3]) || (single_use (captures[1]) && single_use (captures[0])))
    1804                 :             : )
    1805                 :             :     {
    1806                 :           4 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail540;
    1807                 :           4 :       {
    1808                 :           4 :         tree res_op0;
    1809                 :           4 :         res_op0 = captures[3];
    1810                 :           4 :         tree res_op1;
    1811                 :           4 :         res_op1 =  build_zero_cst (TREE_TYPE (captures[3]));
    1812                 :           4 :         tree _r;
    1813                 :           4 :         _r = fold_build2_loc (loc, op, type, res_op0, res_op1);
    1814                 :           4 :         if (TREE_SIDE_EFFECTS (captures[2]))
    1815                 :           0 :           _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
    1816                 :           4 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 320, __FILE__, __LINE__, true);
    1817                 :           4 :         return _r;
    1818                 :             :       }
    1819                 :           0 : next_after_fail540:;
    1820                 :             :     }
    1821                 :             :   return NULL_TREE;
    1822                 :             : }
    1823                 :             : 
    1824                 :             : tree
    1825                 :           0 : generic_simplify_218 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    1826                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    1827                 :             :  const enum tree_code ARG_UNUSED (cmp1),
    1828                 :             :  const enum tree_code ARG_UNUSED (cmp2),
    1829                 :             :  const enum tree_code ARG_UNUSED (rcmp))
    1830                 :             : {
    1831                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1832                 :           0 :   if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0])) || POINTER_TYPE_P (TREE_TYPE (captures[0]))
    1833                 :             : )
    1834                 :             :     {
    1835                 :           0 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail546;
    1836                 :           0 :       {
    1837                 :           0 :         tree res_op0;
    1838                 :           0 :         res_op0 = captures[0];
    1839                 :           0 :         tree res_op1;
    1840                 :           0 :         res_op1 = captures[1];
    1841                 :           0 :         tree _r;
    1842                 :           0 :         _r = fold_build2_loc (loc, rcmp, type, res_op0, res_op1);
    1843                 :           0 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 329, __FILE__, __LINE__, true);
    1844                 :           0 :         return _r;
    1845                 :             :       }
    1846                 :           0 : next_after_fail546:;
    1847                 :             :     }
    1848                 :             :   return NULL_TREE;
    1849                 :             : }
    1850                 :             : 
    1851                 :             : tree
    1852                 :          13 : generic_simplify_224 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    1853                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    1854                 :             :  const enum tree_code ARG_UNUSED (cmp))
    1855                 :             : {
    1856                 :          13 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1857                 :          13 :   if (tree_fits_shwi_p (captures[3])
    1858                 :          13 :  && tree_to_shwi (captures[3]) > 0
    1859                 :          26 :  && tree_to_shwi (captures[3]) < TYPE_PRECISION (TREE_TYPE (captures[2]))
    1860                 :             : )
    1861                 :             :     {
    1862                 :          13 :       if (tree_to_shwi (captures[3]) > wi::ctz (wi::to_wide (captures[5]))
    1863                 :             : )
    1864                 :             :         {
    1865                 :           0 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail555;
    1866                 :           0 :           {
    1867                 :           0 :             tree _r;
    1868                 :           0 :             _r =  constant_boolean_node (cmp == NE_EXPR, type);
    1869                 :           0 :             if (TREE_SIDE_EFFECTS (captures[2]))
    1870                 :           0 :               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
    1871                 :           0 :             if (TREE_SIDE_EFFECTS (captures[3]))
    1872                 :           0 :               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[3]), _r);
    1873                 :           0 :             if (TREE_SIDE_EFFECTS (captures[4]))
    1874                 :           0 :               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[4]), _r);
    1875                 :           0 :             if (TREE_SIDE_EFFECTS (captures[5]))
    1876                 :           0 :               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[5]), _r);
    1877                 :           0 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 338, __FILE__, __LINE__, true);
    1878                 :           0 :             return _r;
    1879                 :             :           }
    1880                 :           0 : next_after_fail555:;
    1881                 :             :         }
    1882                 :             :       else
    1883                 :             :         {
    1884                 :          13 :           {
    1885                 :          13 :  wide_int c1 = wi::to_wide (captures[3]);
    1886                 :          13 :  wide_int c2 = wi::lrshift (wi::to_wide (captures[4]), c1);
    1887                 :          13 :  wide_int c3 = wi::lrshift (wi::to_wide (captures[5]), c1);
    1888                 :          13 :               if (TREE_SIDE_EFFECTS (captures[3])) goto next_after_fail556;
    1889                 :          13 :               if (TREE_SIDE_EFFECTS (captures[4])) goto next_after_fail556;
    1890                 :          13 :               if (TREE_SIDE_EFFECTS (captures[5])) goto next_after_fail556;
    1891                 :          13 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail556;
    1892                 :          13 :               {
    1893                 :          13 :                 tree res_op0;
    1894                 :          13 :                 {
    1895                 :          13 :                   tree _o1[2], _r1;
    1896                 :          13 :                   _o1[0] = captures[2];
    1897                 :          13 :                   _o1[1] =  wide_int_to_tree (TREE_TYPE (captures[2]), c2);
    1898                 :          13 :                   _r1 = fold_build2_loc (loc, BIT_AND_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    1899                 :          13 :                   res_op0 = _r1;
    1900                 :             :                 }
    1901                 :          13 :                 tree res_op1;
    1902                 :          13 :                 res_op1 =  wide_int_to_tree (TREE_TYPE (captures[2]), c3);
    1903                 :          13 :                 tree _r;
    1904                 :          13 :                 _r = fold_build2_loc (loc, cmp, type, res_op0, res_op1);
    1905                 :          13 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 339, __FILE__, __LINE__, true);
    1906                 :          13 :                 return _r;
    1907                 :             :               }
    1908                 :           0 : next_after_fail556:;
    1909                 :          13 :           }
    1910                 :             :         }
    1911                 :             :     }
    1912                 :             :   return NULL_TREE;
    1913                 :             : }
    1914                 :             : 
    1915                 :             : tree
    1916                 :          47 : generic_simplify_233 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    1917                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
    1918                 :             : {
    1919                 :          47 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1920                 :          47 :   if (TREE_CODE (TREE_TYPE (captures[1])) != COMPLEX_TYPE
    1921                 :          47 :  && (!VECTOR_MODE_P (TYPE_MODE (TREE_TYPE (captures[1])))
    1922                 :           7 :  || !target_supports_op_p (TREE_TYPE (captures[1]), TRUNC_DIV_EXPR,
    1923                 :             :  optab_vector)
    1924                 :           0 :  || target_supports_op_p (TREE_TYPE (captures[1]), TRUNC_MOD_EXPR,
    1925                 :             :  optab_vector))
    1926                 :             : )
    1927                 :             :     {
    1928                 :          47 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail573;
    1929                 :          47 :       {
    1930                 :          47 :         tree res_op0;
    1931                 :          47 :         {
    1932                 :          47 :           tree _o1[2], _r1;
    1933                 :          47 :           _o1[0] = captures[1];
    1934                 :          47 :           _o1[1] = captures[2];
    1935                 :          47 :           _r1 = fold_build2_loc (loc, TRUNC_MOD_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    1936                 :          47 :           res_op0 = _r1;
    1937                 :             :         }
    1938                 :          47 :         tree res_op1;
    1939                 :          47 :         res_op1 =  build_zero_cst (TREE_TYPE (captures[1]));
    1940                 :          47 :         tree _r;
    1941                 :          47 :         _r = fold_build2_loc (loc, EQ_EXPR, type, res_op0, res_op1);
    1942                 :          47 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 356, __FILE__, __LINE__, true);
    1943                 :          47 :         return _r;
    1944                 :             :       }
    1945                 :           0 : next_after_fail573:;
    1946                 :             :     }
    1947                 :             :   return NULL_TREE;
    1948                 :             : }
    1949                 :             : 
    1950                 :             : tree
    1951                 :       28165 : generic_simplify_240 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    1952                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    1953                 :             :  const enum tree_code ARG_UNUSED (cmp),
    1954                 :             :  const enum tree_code ARG_UNUSED (scmp))
    1955                 :             : {
    1956                 :       28165 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    1957                 :       28165 :   if (integer_zerop (captures[2])
    1958                 :             : )
    1959                 :             :     {
    1960                 :           7 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail581;
    1961                 :           7 :       {
    1962                 :           7 :         tree res_op0;
    1963                 :           7 :         res_op0 = captures[2];
    1964                 :           7 :         tree res_op1;
    1965                 :           7 :         res_op1 = captures[3];
    1966                 :           7 :         tree _r;
    1967                 :           7 :         _r = fold_build2_loc (loc, cmp, type, res_op0, res_op1);
    1968                 :           7 :         if (TREE_SIDE_EFFECTS (captures[1]))
    1969                 :           0 :           _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
    1970                 :           7 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 363, __FILE__, __LINE__, true);
    1971                 :           7 :         return _r;
    1972                 :             :       }
    1973                 :           0 : next_after_fail581:;
    1974                 :             :     }
    1975                 :             :   else
    1976                 :             :     {
    1977                 :       56316 :       if (ANY_INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
    1978                 :       56316 :  && TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[1]))
    1979                 :       56316 :  && single_use (captures[0])
    1980                 :             : )
    1981                 :             :         {
    1982                 :        4826 :           if (tree_int_cst_sgn (captures[2]) < 0
    1983                 :             : )
    1984                 :             :             {
    1985                 :          15 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail582;
    1986                 :          15 :               {
    1987                 :          15 :                 tree res_op0;
    1988                 :          15 :                 res_op0 = captures[1];
    1989                 :          15 :                 tree res_op1;
    1990                 :          15 :                 res_op1 = captures[3];
    1991                 :          15 :                 tree _r;
    1992                 :          15 :                 _r = fold_build2_loc (loc, scmp, type, res_op0, res_op1);
    1993                 :          15 :                 if (TREE_SIDE_EFFECTS (captures[2]))
    1994                 :           0 :                   _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
    1995                 :          15 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 364, __FILE__, __LINE__, true);
    1996                 :          15 :                 return _r;
    1997                 :             :               }
    1998                 :           0 : next_after_fail582:;
    1999                 :             :             }
    2000                 :             :           else
    2001                 :             :             {
    2002                 :        4811 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail583;
    2003                 :        4811 :               {
    2004                 :        4811 :                 tree res_op0;
    2005                 :        4811 :                 res_op0 = captures[1];
    2006                 :        4811 :                 tree res_op1;
    2007                 :        4811 :                 res_op1 = captures[3];
    2008                 :        4811 :                 tree _r;
    2009                 :        4811 :                 _r = fold_build2_loc (loc, cmp, type, res_op0, res_op1);
    2010                 :        4811 :                 if (TREE_SIDE_EFFECTS (captures[2]))
    2011                 :           0 :                   _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
    2012                 :        4811 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 365, __FILE__, __LINE__, true);
    2013                 :        4811 :                 return _r;
    2014                 :             :               }
    2015                 :           0 : next_after_fail583:;
    2016                 :             :             }
    2017                 :             :         }
    2018                 :             :     }
    2019                 :             :   return NULL_TREE;
    2020                 :             : }
    2021                 :             : 
    2022                 :             : tree
    2023                 :       19626 : generic_simplify_249 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    2024                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    2025                 :             :  const enum tree_code ARG_UNUSED (cmp))
    2026                 :             : {
    2027                 :       19626 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2028                 :       19626 :   if (flag_associative_math
    2029                 :             : )
    2030                 :             :     {
    2031                 :          13 :       {
    2032                 :          13 :  tree tem = const_binop (MINUS_EXPR, TREE_TYPE (captures[1]), captures[0], captures[2]);
    2033                 :          13 :           if (tem && !TREE_OVERFLOW (tem)
    2034                 :             : )
    2035                 :             :             {
    2036                 :          13 :               if (TREE_SIDE_EFFECTS (captures[0])) goto next_after_fail609;
    2037                 :          13 :               if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail609;
    2038                 :          13 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail609;
    2039                 :          13 :               {
    2040                 :          13 :                 tree res_op0;
    2041                 :          13 :                 res_op0 =  tem;
    2042                 :          13 :                 tree res_op1;
    2043                 :          13 :                 res_op1 = captures[1];
    2044                 :          13 :                 tree _r;
    2045                 :          13 :                 _r = fold_build2_loc (loc, cmp, type, res_op0, res_op1);
    2046                 :          13 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 390, __FILE__, __LINE__, true);
    2047                 :          13 :                 return _r;
    2048                 :             :               }
    2049                 :             : next_after_fail609:;
    2050                 :             :             }
    2051                 :             :       }
    2052                 :             :     }
    2053                 :             :   return NULL_TREE;
    2054                 :             : }
    2055                 :             : 
    2056                 :             : tree
    2057                 :          60 : generic_simplify_254 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    2058                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    2059                 :             :  const enum tree_code ARG_UNUSED (cmp))
    2060                 :             : {
    2061                 :          60 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2062                 :          60 :   if (!integer_zerop (captures[1])
    2063                 :             : )
    2064                 :             :     {
    2065                 :          60 :       if (wi::to_wide (captures[2]) == 0
    2066                 :             : )
    2067                 :             :         {
    2068                 :          19 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail639;
    2069                 :          19 :           {
    2070                 :          19 :             tree res_op0;
    2071                 :          19 :             res_op0 = captures[0];
    2072                 :          19 :             tree res_op1;
    2073                 :          19 :             res_op1 = captures[2];
    2074                 :          19 :             tree _r;
    2075                 :          19 :             _r = fold_build2_loc (loc, cmp, type, res_op0, res_op1);
    2076                 :          19 :             if (TREE_SIDE_EFFECTS (captures[1]))
    2077                 :           0 :               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
    2078                 :          19 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 420, __FILE__, __LINE__, true);
    2079                 :          19 :             return _r;
    2080                 :             :           }
    2081                 :           0 : next_after_fail639:;
    2082                 :             :         }
    2083                 :             :       else
    2084                 :             :         {
    2085                 :          41 :           if (TREE_CODE (captures[1]) == INTEGER_CST
    2086                 :             : )
    2087                 :             :             {
    2088                 :          41 :               {
    2089                 :          41 :  wi::overflow_type ovf;
    2090                 :          41 :  wide_int prod = wi::mul (wi::to_wide (captures[2]), wi::to_wide (captures[1]),
    2091                 :          82 :  TYPE_SIGN (TREE_TYPE (captures[1])), &ovf);
    2092                 :          41 :                   if (ovf
    2093                 :             : )
    2094                 :             :                     {
    2095                 :           0 :                       if (TREE_SIDE_EFFECTS (captures[1])) goto next_after_fail640;
    2096                 :           0 :                       if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail640;
    2097                 :           0 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail640;
    2098                 :           0 :                       {
    2099                 :           0 :                         tree _r;
    2100                 :           0 :                         _r =  constant_boolean_node (cmp == NE_EXPR, type);
    2101                 :           0 :                         if (TREE_SIDE_EFFECTS (captures[0]))
    2102                 :           0 :                           _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
    2103                 :           0 :                         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 421, __FILE__, __LINE__, true);
    2104                 :           0 :                         return _r;
    2105                 :             :                       }
    2106                 :           0 : next_after_fail640:;
    2107                 :             :                     }
    2108                 :             :                   else
    2109                 :             :                     {
    2110                 :          41 :                       if (TREE_SIDE_EFFECTS (captures[1])) goto next_after_fail641;
    2111                 :          41 :                       if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail641;
    2112                 :          41 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail641;
    2113                 :          41 :                       {
    2114                 :          41 :                         tree res_op0;
    2115                 :          41 :                         res_op0 = captures[0];
    2116                 :          41 :                         tree res_op1;
    2117                 :          41 :                         res_op1 =  wide_int_to_tree (TREE_TYPE (captures[0]), prod);
    2118                 :          41 :                         tree _r;
    2119                 :          41 :                         _r = fold_build2_loc (loc, cmp, type, res_op0, res_op1);
    2120                 :          41 :                         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 422, __FILE__, __LINE__, true);
    2121                 :          41 :                         return _r;
    2122                 :             :                       }
    2123                 :           0 : next_after_fail641:;
    2124                 :             :                     }
    2125                 :          41 :               }
    2126                 :             :             }
    2127                 :             :         }
    2128                 :             :     }
    2129                 :             :   return NULL_TREE;
    2130                 :             : }
    2131                 :             : 
    2132                 :             : tree
    2133                 :      507681 : generic_simplify_260 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    2134                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    2135                 :             :  const enum tree_code ARG_UNUSED (cmp))
    2136                 :             : {
    2137                 :      507681 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2138                 :      507681 :   {
    2139                 :      507681 :  poly_int64 off; tree base;
    2140                 :      507681 :  tree addr = (TREE_CODE (captures[0]) == SSA_NAME
    2141                 :      507681 :  ? gimple_assign_rhs1 (SSA_NAME_DEF_STMT (captures[0])) : captures[0]);
    2142                 :      507681 :       if (SSA_NAME_IS_DEFAULT_DEF (captures[1])
    2143                 :        3462 :  && TREE_CODE (SSA_NAME_VAR (captures[1])) == PARM_DECL
    2144                 :        3312 :  && (base = get_base_address (TREE_OPERAND (addr, 0)))
    2145                 :        3312 :  && TREE_CODE (base) == VAR_DECL
    2146                 :      507741 :  && auto_var_in_fn_p (base, current_function_decl)
    2147                 :             : )
    2148                 :             :         {
    2149                 :           0 :           if (cmp == NE_EXPR
    2150                 :             : )
    2151                 :             :             {
    2152                 :           0 :               if (TREE_SIDE_EFFECTS (captures[0])) goto next_after_fail659;
    2153                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail659;
    2154                 :           0 :               {
    2155                 :           0 :                 tree _r;
    2156                 :           0 :                 _r =  constant_boolean_node (true, type);
    2157                 :           0 :                 if (TREE_SIDE_EFFECTS (captures[1]))
    2158                 :           0 :                   _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
    2159                 :           0 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 433, __FILE__, __LINE__, true);
    2160                 :           7 :                 return _r;
    2161                 :             :               }
    2162                 :      507674 : next_after_fail659:;
    2163                 :             :             }
    2164                 :             :           else
    2165                 :             :             {
    2166                 :           0 :               if (TREE_SIDE_EFFECTS (captures[0])) goto next_after_fail660;
    2167                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail660;
    2168                 :           0 :               {
    2169                 :           0 :                 tree _r;
    2170                 :           0 :                 _r =  constant_boolean_node (false, type);
    2171                 :           0 :                 if (TREE_SIDE_EFFECTS (captures[1]))
    2172                 :           0 :                   _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
    2173                 :           0 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 434, __FILE__, __LINE__, true);
    2174                 :           0 :                 return _r;
    2175                 :             :               }
    2176                 :      507674 : next_after_fail660:;
    2177                 :             :             }
    2178                 :             :         }
    2179                 :             :       else
    2180                 :             :         {
    2181                 :      507681 :           if ((base = get_addr_base_and_unit_offset (TREE_OPERAND (addr, 0), &off))
    2182                 :      505782 :  && TREE_CODE (base) == MEM_REF
    2183                 :      608361 :  && TREE_OPERAND (base, 0) == captures[1]
    2184                 :             : )
    2185                 :             :             {
    2186                 :           7 :               {
    2187                 :           7 :  off += mem_ref_offset (base).force_shwi ();
    2188                 :           7 :                   if (known_ne (off, 0)
    2189                 :             : )
    2190                 :             :                     {
    2191                 :           0 :                       if (TREE_SIDE_EFFECTS (captures[0])) goto next_after_fail661;
    2192                 :           0 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail661;
    2193                 :           0 :                       {
    2194                 :           0 :                         tree _r;
    2195                 :           0 :                         _r =  constant_boolean_node (cmp == NE_EXPR, type);
    2196                 :           0 :                         if (TREE_SIDE_EFFECTS (captures[1]))
    2197                 :           0 :                           _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
    2198                 :           0 :                         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 435, __FILE__, __LINE__, true);
    2199                 :           0 :                         return _r;
    2200                 :             :                       }
    2201                 :      507674 : next_after_fail661:;
    2202                 :             :                     }
    2203                 :             :                   else
    2204                 :             :                     {
    2205                 :           7 :                       if (known_eq (off, 0)
    2206                 :             : )
    2207                 :             :                         {
    2208                 :           7 :                           if (TREE_SIDE_EFFECTS (captures[0])) goto next_after_fail662;
    2209                 :           7 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail662;
    2210                 :           7 :                           {
    2211                 :           7 :                             tree _r;
    2212                 :           7 :                             _r =  constant_boolean_node (cmp == EQ_EXPR, type);
    2213                 :           7 :                             if (TREE_SIDE_EFFECTS (captures[1]))
    2214                 :           0 :                               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
    2215                 :           7 :                             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 436, __FILE__, __LINE__, true);
    2216                 :           7 :                             return _r;
    2217                 :             :                           }
    2218                 :      507674 : next_after_fail662:;
    2219                 :             :                         }
    2220                 :             :                     }
    2221                 :             :               }
    2222                 :             :             }
    2223                 :             :         }
    2224                 :             :   }
    2225                 :      507674 :   return NULL_TREE;
    2226                 :             : }
    2227                 :             : 
    2228                 :             : tree
    2229                 :    25399495 : generic_simplify_267 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    2230                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    2231                 :             :  const enum tree_code ARG_UNUSED (cmp))
    2232                 :             : {
    2233                 :    25399495 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2234                 :    25399495 :   if (tree_expr_nonzero_p (captures[0])
    2235                 :             : )
    2236                 :             :     {
    2237                 :      868706 :       if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail669;
    2238                 :      868706 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail669;
    2239                 :      868706 :       {
    2240                 :      868706 :         tree _r;
    2241                 :      868706 :         _r =  constant_boolean_node (cmp == NE_EXPR, type);
    2242                 :      868706 :         if (TREE_SIDE_EFFECTS (captures[0]))
    2243                 :        4927 :           _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
    2244                 :      868706 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 443, __FILE__, __LINE__, true);
    2245                 :      868706 :         return _r;
    2246                 :             :       }
    2247                 :             : next_after_fail669:;
    2248                 :             :     }
    2249                 :             :   return NULL_TREE;
    2250                 :             : }
    2251                 :             : 
    2252                 :             : tree
    2253                 :      664092 : generic_simplify_271 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    2254                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    2255                 :             :  const enum tree_code ARG_UNUSED (cmp),
    2256                 :             :  const enum tree_code ARG_UNUSED (ncmp))
    2257                 :             : {
    2258                 :      664092 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2259                 :     1265871 :   if (INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
    2260                 :      664092 :  && type_has_mode_precision_p (TREE_TYPE (captures[1]))
    2261                 :      664041 :  && element_precision (captures[0]) >= element_precision (captures[1])
    2262                 :     1328184 :  && wi::only_sign_bit_p (wi::to_wide (captures[2]), element_precision (captures[1]))
    2263                 :             : )
    2264                 :             :     {
    2265                 :       10537 :       {
    2266                 :       10537 :  tree stype = signed_type_for (TREE_TYPE (captures[1]));
    2267                 :       10537 :           if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail673;
    2268                 :       10537 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail673;
    2269                 :       10537 :           {
    2270                 :       10537 :             tree res_op0;
    2271                 :       10537 :             {
    2272                 :       10537 :               tree _o1[1], _r1;
    2273                 :       10537 :               _o1[0] = captures[1];
    2274                 :       10537 :               if (TREE_TYPE (_o1[0]) != stype)
    2275                 :             :                 {
    2276                 :       10329 :                   _r1 = fold_build1_loc (loc, NOP_EXPR, stype, _o1[0]);
    2277                 :             :                 }
    2278                 :             :               else
    2279                 :             :                 _r1 = _o1[0];
    2280                 :       10537 :               res_op0 = _r1;
    2281                 :             :             }
    2282                 :       10537 :             tree res_op1;
    2283                 :       10537 :             res_op1 =  build_zero_cst (stype);
    2284                 :       10537 :             tree _r;
    2285                 :       10537 :             _r = fold_build2_loc (loc, ncmp, type, res_op0, res_op1);
    2286                 :       10537 :             if (TREE_SIDE_EFFECTS (captures[2]))
    2287                 :           0 :               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
    2288                 :       10537 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 446, __FILE__, __LINE__, true);
    2289                 :       10537 :             return _r;
    2290                 :             :           }
    2291                 :             : next_after_fail673:;
    2292                 :             :       }
    2293                 :             :     }
    2294                 :             :   return NULL_TREE;
    2295                 :             : }
    2296                 :             : 
    2297                 :             : tree
    2298                 :    46111868 : generic_simplify_277 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    2299                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    2300                 :             :  const enum tree_code ARG_UNUSED (neeq))
    2301                 :             : {
    2302                 :    46111868 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2303                 :    82532872 :   if (POINTER_TYPE_P (TREE_TYPE (captures[0]))
    2304                 :    46127626 :  && ptrs_compare_unequal (captures[0], captures[1])
    2305                 :             : )
    2306                 :             :     {
    2307                 :        8731 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail693;
    2308                 :        8731 :       {
    2309                 :        8731 :         tree _r;
    2310                 :        8731 :         _r =  constant_boolean_node (neeq != EQ_EXPR, type);
    2311                 :        8731 :         if (TREE_SIDE_EFFECTS (captures[0]))
    2312                 :           0 :           _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
    2313                 :        8731 :         if (TREE_SIDE_EFFECTS (captures[1]))
    2314                 :           0 :           _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
    2315                 :        8731 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 457, __FILE__, __LINE__, true);
    2316                 :        8731 :         return _r;
    2317                 :             :       }
    2318                 :           0 : next_after_fail693:;
    2319                 :             :     }
    2320                 :             :   return NULL_TREE;
    2321                 :             : }
    2322                 :             : 
    2323                 :             : tree
    2324                 :           4 : generic_simplify_279 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    2325                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    2326                 :             :  const enum tree_code ARG_UNUSED (inner),
    2327                 :             :  const enum tree_code ARG_UNUSED (outer))
    2328                 :             : {
    2329                 :           4 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2330                 :           4 :   {
    2331                 :           4 :  bool cst1 = integer_onep (captures[1]);
    2332                 :           4 :  bool cst0 = integer_zerop (captures[1]);
    2333                 :           4 :  bool innereq = inner == EQ_EXPR;
    2334                 :           4 :  bool outereq = outer == EQ_EXPR;
    2335                 :           8 :       if (innereq ? cst0 : cst1
    2336                 :             : )
    2337                 :             :         {
    2338                 :           0 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail695;
    2339                 :           0 :           {
    2340                 :           0 :             tree _r;
    2341                 :           0 :             _r =  constant_boolean_node (!outereq, type);
    2342                 :           0 :             if (TREE_SIDE_EFFECTS (captures[0]))
    2343                 :           0 :               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
    2344                 :           0 :             if (TREE_SIDE_EFFECTS (captures[1]))
    2345                 :           0 :               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
    2346                 :           0 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 459, __FILE__, __LINE__, true);
    2347                 :           0 :             return _r;
    2348                 :             :           }
    2349                 :           0 : next_after_fail695:;
    2350                 :             :         }
    2351                 :             :       else
    2352                 :             :         {
    2353                 :           8 :           if (innereq ? cst1 : cst0
    2354                 :             : )
    2355                 :             :             {
    2356                 :           4 :               {
    2357                 :           4 :  tree utype = unsigned_type_for (TREE_TYPE (captures[0]));
    2358                 :           4 :  tree ucst1 = build_one_cst (utype);
    2359                 :           4 :                   if (!outereq
    2360                 :             : )
    2361                 :             :                     {
    2362                 :           4 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail696;
    2363                 :           4 :                       {
    2364                 :           4 :                         tree res_op0;
    2365                 :           4 :                         {
    2366                 :           4 :                           tree _o1[1], _r1;
    2367                 :           4 :                           _o1[0] = captures[0];
    2368                 :           4 :                           if (TREE_TYPE (_o1[0]) != utype)
    2369                 :             :                             {
    2370                 :           0 :                               _r1 = fold_build1_loc (loc, NOP_EXPR, utype, _o1[0]);
    2371                 :             :                             }
    2372                 :             :                           else
    2373                 :             :                             _r1 = _o1[0];
    2374                 :           4 :                           res_op0 = _r1;
    2375                 :             :                         }
    2376                 :           4 :                         tree res_op1;
    2377                 :           4 :                         res_op1 =  ucst1;
    2378                 :           4 :                         tree _r;
    2379                 :           4 :                         _r = fold_build2_loc (loc, GT_EXPR, type, res_op0, res_op1);
    2380                 :           4 :                         if (TREE_SIDE_EFFECTS (captures[1]))
    2381                 :           0 :                           _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
    2382                 :           4 :                         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 460, __FILE__, __LINE__, true);
    2383                 :           4 :                         return _r;
    2384                 :             :                       }
    2385                 :           0 : next_after_fail696:;
    2386                 :             :                     }
    2387                 :             :                   else
    2388                 :             :                     {
    2389                 :           0 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail697;
    2390                 :           0 :                       {
    2391                 :           0 :                         tree res_op0;
    2392                 :           0 :                         {
    2393                 :           0 :                           tree _o1[1], _r1;
    2394                 :           0 :                           _o1[0] = captures[0];
    2395                 :           0 :                           if (TREE_TYPE (_o1[0]) != utype)
    2396                 :             :                             {
    2397                 :           0 :                               _r1 = fold_build1_loc (loc, NOP_EXPR, utype, _o1[0]);
    2398                 :             :                             }
    2399                 :             :                           else
    2400                 :             :                             _r1 = _o1[0];
    2401                 :           0 :                           res_op0 = _r1;
    2402                 :             :                         }
    2403                 :           0 :                         tree res_op1;
    2404                 :           0 :                         res_op1 =  ucst1;
    2405                 :           0 :                         tree _r;
    2406                 :           0 :                         _r = fold_build2_loc (loc, LE_EXPR, type, res_op0, res_op1);
    2407                 :           0 :                         if (TREE_SIDE_EFFECTS (captures[1]))
    2408                 :           0 :                           _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
    2409                 :           0 :                         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 461, __FILE__, __LINE__, true);
    2410                 :           0 :                         return _r;
    2411                 :             :                       }
    2412                 :           0 : next_after_fail697:;
    2413                 :             :                     }
    2414                 :             :               }
    2415                 :             :             }
    2416                 :             :           else
    2417                 :             :             {
    2418                 :           0 :               {
    2419                 :           0 :  tree value = build_int_cst (TREE_TYPE (captures[0]), !innereq);
    2420                 :           0 :                   if (outereq
    2421                 :             : )
    2422                 :             :                     {
    2423                 :           0 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail698;
    2424                 :           0 :                       {
    2425                 :           0 :                         tree res_op0;
    2426                 :           0 :                         res_op0 = captures[0];
    2427                 :           0 :                         tree res_op1;
    2428                 :           0 :                         res_op1 =  value;
    2429                 :           0 :                         tree _r;
    2430                 :           0 :                         _r = fold_build2_loc (loc, EQ_EXPR, type, res_op0, res_op1);
    2431                 :           0 :                         if (TREE_SIDE_EFFECTS (captures[1]))
    2432                 :           0 :                           _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
    2433                 :           0 :                         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 462, __FILE__, __LINE__, true);
    2434                 :           0 :                         return _r;
    2435                 :             :                       }
    2436                 :           0 : next_after_fail698:;
    2437                 :             :                     }
    2438                 :             :                   else
    2439                 :             :                     {
    2440                 :           0 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail699;
    2441                 :           0 :                       {
    2442                 :           0 :                         tree res_op0;
    2443                 :           0 :                         res_op0 = captures[0];
    2444                 :           0 :                         tree res_op1;
    2445                 :           0 :                         res_op1 =  value;
    2446                 :           0 :                         tree _r;
    2447                 :           0 :                         _r = fold_build2_loc (loc, NE_EXPR, type, res_op0, res_op1);
    2448                 :           0 :                         if (TREE_SIDE_EFFECTS (captures[1]))
    2449                 :           0 :                           _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
    2450                 :           0 :                         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 463, __FILE__, __LINE__, true);
    2451                 :           0 :                         return _r;
    2452                 :             :                       }
    2453                 :           0 : next_after_fail699:;
    2454                 :             :                     }
    2455                 :             :               }
    2456                 :             :             }
    2457                 :             :         }
    2458                 :             :   }
    2459                 :             :   return NULL_TREE;
    2460                 :             : }
    2461                 :             : 
    2462                 :             : tree
    2463                 :           0 : generic_simplify_289 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    2464                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    2465                 :             :  const enum tree_code ARG_UNUSED (cmp))
    2466                 :             : {
    2467                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2468                 :           0 :   if (VECTOR_MODE_P (TYPE_MODE (TREE_TYPE (captures[0])))
    2469                 :           0 :  && can_compare_p (cmp == EQ_EXPR ? EQ : NE, TYPE_MODE (TREE_TYPE (captures[0])),
    2470                 :             :  ccp_jump)
    2471                 :             : )
    2472                 :             :     {
    2473                 :           0 :       if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail724;
    2474                 :           0 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail724;
    2475                 :           0 :       {
    2476                 :           0 :         tree res_op0;
    2477                 :           0 :         res_op0 = captures[0];
    2478                 :           0 :         tree res_op1;
    2479                 :           0 :         res_op1 =  build_zero_cst (TREE_TYPE (captures[0]));
    2480                 :           0 :         tree _r;
    2481                 :           0 :         _r = fold_build2_loc (loc, cmp, type, res_op0, res_op1);
    2482                 :           0 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 488, __FILE__, __LINE__, true);
    2483                 :           0 :         return _r;
    2484                 :             :       }
    2485                 :             : next_after_fail724:;
    2486                 :             :     }
    2487                 :             :   return NULL_TREE;
    2488                 :             : }
    2489                 :             : 
    2490                 :             : tree
    2491                 :       29332 : generic_simplify_291 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    2492                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    2493                 :             :  const enum tree_code ARG_UNUSED (cmp),
    2494                 :             :  const enum tree_code ARG_UNUSED (icmp),
    2495                 :             :  const enum tree_code ARG_UNUSED (ncmp))
    2496                 :             : {
    2497                 :       29332 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2498                 :       29332 :   if (types_match (type, TREE_TYPE (captures[0]))
    2499                 :             : )
    2500                 :             :     {
    2501                 :       28648 :       {
    2502                 :       28648 :  enum tree_code ic = invert_tree_comparison
    2503                 :       28648 :  (cmp, HONOR_NANS (captures[1]));
    2504                 :       28648 :           if (ic == icmp
    2505                 :             : )
    2506                 :             :             {
    2507                 :       22031 :               if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail726;
    2508                 :       22031 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail726;
    2509                 :       22031 :               {
    2510                 :       22031 :                 tree res_op0;
    2511                 :       22031 :                 res_op0 = captures[1];
    2512                 :       22031 :                 tree res_op1;
    2513                 :       22031 :                 res_op1 = captures[2];
    2514                 :       22031 :                 tree _r;
    2515                 :       22031 :                 _r = fold_build2_loc (loc, icmp, type, res_op0, res_op1);
    2516                 :       22031 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 490, __FILE__, __LINE__, true);
    2517                 :       22031 :                 return _r;
    2518                 :             :               }
    2519                 :             : next_after_fail726:;
    2520                 :             :             }
    2521                 :             :           else
    2522                 :             :             {
    2523                 :        6617 :               if (ic == ncmp
    2524                 :             : )
    2525                 :             :                 {
    2526                 :           5 :                   if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail727;
    2527                 :           5 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail727;
    2528                 :           5 :                   {
    2529                 :           5 :                     tree res_op0;
    2530                 :           5 :                     res_op0 = captures[1];
    2531                 :           5 :                     tree res_op1;
    2532                 :           5 :                     res_op1 = captures[2];
    2533                 :           5 :                     tree _r;
    2534                 :           5 :                     _r = fold_build2_loc (loc, ncmp, type, res_op0, res_op1);
    2535                 :           5 :                     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 491, __FILE__, __LINE__, true);
    2536                 :           5 :                     return _r;
    2537                 :             :                   }
    2538                 :             : next_after_fail727:;
    2539                 :             :                 }
    2540                 :             :             }
    2541                 :             :       }
    2542                 :             :     }
    2543                 :             :   return NULL_TREE;
    2544                 :             : }
    2545                 :             : 
    2546                 :             : tree
    2547                 :          23 : generic_simplify_300 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    2548                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    2549                 :             :  const enum tree_code ARG_UNUSED (div))
    2550                 :             : {
    2551                 :          23 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2552                 :          30 :   if ((TYPE_UNSIGNED (type) || tree_expr_nonnegative_p (captures[0]))
    2553                 :          16 :  && (!VECTOR_TYPE_P (type)
    2554                 :           0 :  || target_supports_op_p (type, RSHIFT_EXPR, optab_vector)
    2555                 :           0 :  || target_supports_op_p (type, RSHIFT_EXPR, optab_scalar))
    2556                 :          39 :  && (useless_type_conversion_p (type, TREE_TYPE (captures[2]))
    2557                 :           7 :  || (element_precision (type) >= element_precision (TREE_TYPE (captures[2]))
    2558                 :           7 :  && (TYPE_UNSIGNED (TREE_TYPE (captures[2]))
    2559                 :          14 :  || (element_precision (type)
    2560                 :           7 :  == element_precision (TREE_TYPE (captures[2])))
    2561                 :           7 :  || (INTEGRAL_TYPE_P (type)
    2562                 :          14 :  && (tree_nonzero_bits (captures[0])
    2563                 :          44 :  & wi::mask (element_precision (TREE_TYPE (captures[2])) - 1,
    2564                 :             :  true,
    2565                 :          37 :  element_precision (type))) == 0))))
    2566                 :             : )
    2567                 :             :     {
    2568                 :           9 :       if (!VECTOR_TYPE_P (type)
    2569                 :           9 :  && useless_type_conversion_p (TREE_TYPE (captures[1]), TREE_TYPE (captures[2]))
    2570                 :          18 :  && element_precision (TREE_TYPE (captures[1])) < element_precision (type)
    2571                 :             : )
    2572                 :             :         {
    2573                 :           0 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail737;
    2574                 :           0 :           {
    2575                 :           0 :             tree res_op0;
    2576                 :           0 :             {
    2577                 :           0 :               tree _o1[2], _r1;
    2578                 :           0 :               _o1[0] = captures[1];
    2579                 :           0 :               _o1[1] = captures[3];
    2580                 :           0 :               _r1 = fold_build2_loc (loc, RSHIFT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    2581                 :           0 :               res_op0 = _r1;
    2582                 :             :             }
    2583                 :           0 :             tree _r;
    2584                 :           0 :             _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
    2585                 :           0 :             if (TREE_SIDE_EFFECTS (captures[2]))
    2586                 :           0 :               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
    2587                 :           0 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 499, __FILE__, __LINE__, true);
    2588                 :           0 :             return _r;
    2589                 :             :           }
    2590                 :           0 : next_after_fail737:;
    2591                 :             :         }
    2592                 :             :       else
    2593                 :             :         {
    2594                 :           9 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail738;
    2595                 :           9 :           {
    2596                 :           9 :             tree res_op0;
    2597                 :           9 :             res_op0 = captures[0];
    2598                 :           9 :             tree res_op1;
    2599                 :           9 :             res_op1 = captures[3];
    2600                 :           9 :             tree _r;
    2601                 :           9 :             _r = fold_build2_loc (loc, RSHIFT_EXPR, type, res_op0, res_op1);
    2602                 :           9 :             if (TREE_SIDE_EFFECTS (captures[2]))
    2603                 :           0 :               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
    2604                 :           9 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 500, __FILE__, __LINE__, true);
    2605                 :           9 :             return _r;
    2606                 :             :           }
    2607                 :           0 : next_after_fail738:;
    2608                 :             :         }
    2609                 :             :     }
    2610                 :             :   return NULL_TREE;
    2611                 :             : }
    2612                 :             : 
    2613                 :             : tree
    2614                 :         223 : generic_simplify_316 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    2615                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    2616                 :             :  const enum tree_code ARG_UNUSED (mod))
    2617                 :             : {
    2618                 :         223 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2619                 :         223 :   if (!integer_zerop (captures[0])
    2620                 :             : )
    2621                 :             :     {
    2622                 :          93 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail755;
    2623                 :          93 :       {
    2624                 :          93 :         tree _r;
    2625                 :          93 :         _r =  build_zero_cst (type);
    2626                 :          93 :         if (TREE_SIDE_EFFECTS (captures[0]))
    2627                 :           0 :           _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
    2628                 :          93 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 517, __FILE__, __LINE__, true);
    2629                 :          93 :         return _r;
    2630                 :             :       }
    2631                 :           0 : next_after_fail755:;
    2632                 :             :     }
    2633                 :             :   return NULL_TREE;
    2634                 :             : }
    2635                 :             : 
    2636                 :             : tree
    2637                 :           6 : generic_simplify_324 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    2638                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    2639                 :             :  const combined_fn ARG_UNUSED (SIN),
    2640                 :             :  const combined_fn ARG_UNUSED (TAN),
    2641                 :             :  const combined_fn ARG_UNUSED (COS))
    2642                 :             : {
    2643                 :           6 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2644                 :           6 :   if (flag_unsafe_math_optimizations && canonicalize_math_p ()
    2645                 :             : )
    2646                 :             :     {
    2647                 :           6 :       if (! HONOR_NANS (captures[1])
    2648                 :           6 :  && ! HONOR_INFINITIES (captures[1])
    2649                 :             : )
    2650                 :             :         {
    2651                 :           6 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail765;
    2652                 :           6 :           {
    2653                 :           6 :             tree res_op0;
    2654                 :           6 :             res_op0 = captures[1];
    2655                 :           6 :             tree _r;
    2656                 :           6 :             _r = maybe_build_call_expr_loc (loc, COS, type, 1, res_op0);
    2657                 :           6 :             if (!_r)
    2658                 :           0 :               goto next_after_fail765;
    2659                 :           6 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 527, __FILE__, __LINE__, true);
    2660                 :           6 :             return _r;
    2661                 :             :           }
    2662                 :             : next_after_fail765:;
    2663                 :             :         }
    2664                 :             :     }
    2665                 :             :   return NULL_TREE;
    2666                 :             : }
    2667                 :             : 
    2668                 :             : tree
    2669                 :          24 : generic_simplify_330 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    2670                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    2671                 :             :  const combined_fn ARG_UNUSED (POW))
    2672                 :             : {
    2673                 :          24 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2674                 :          24 :   if (flag_unsafe_math_optimizations && canonicalize_math_p ()
    2675                 :             : )
    2676                 :             :     {
    2677                 :           6 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail771;
    2678                 :           6 :       {
    2679                 :           6 :         tree res_op0;
    2680                 :           6 :         res_op0 = captures[0];
    2681                 :           6 :         tree res_op1;
    2682                 :           6 :         {
    2683                 :           6 :           tree _o1[2], _r1;
    2684                 :           6 :           _o1[0] = captures[2];
    2685                 :           6 :           {
    2686                 :           6 :             tree _o2[1], _r2;
    2687                 :           6 :             _o2[0] = captures[3];
    2688                 :           6 :             _r2 = fold_build1_loc (loc, NEGATE_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
    2689                 :           6 :             _o1[1] = _r2;
    2690                 :             :           }
    2691                 :           6 :           _r1 = maybe_build_call_expr_loc (loc, POW, TREE_TYPE (_o1[0]), 2, _o1[0], _o1[1]);
    2692                 :           6 :           if (!_r1)
    2693                 :           0 :             goto next_after_fail771;
    2694                 :           6 :           res_op1 = _r1;
    2695                 :             :         }
    2696                 :           6 :         tree _r;
    2697                 :           6 :         _r = fold_build2_loc (loc, MULT_EXPR, type, res_op0, res_op1);
    2698                 :           6 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 533, __FILE__, __LINE__, true);
    2699                 :           6 :         return _r;
    2700                 :             :       }
    2701                 :             : next_after_fail771:;
    2702                 :             :     }
    2703                 :             :   return NULL_TREE;
    2704                 :             : }
    2705                 :             : 
    2706                 :             : tree
    2707                 :         366 : generic_simplify_338 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    2708                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    2709                 :             :  const enum tree_code ARG_UNUSED (op))
    2710                 :             : {
    2711                 :         366 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2712                 :         732 :   if (ANY_INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
    2713                 :         732 :  && TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[1]))
    2714                 :             : )
    2715                 :             :     {
    2716                 :           0 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail781;
    2717                 :           0 :       {
    2718                 :           0 :         tree res_op0;
    2719                 :           0 :         res_op0 = captures[2];
    2720                 :           0 :         tree res_op1;
    2721                 :           0 :         res_op1 = captures[1];
    2722                 :           0 :         tree _r;
    2723                 :           0 :         _r = fold_build2_loc (loc, op, type, res_op0, res_op1);
    2724                 :           0 :         if (TREE_SIDE_EFFECTS (captures[0]))
    2725                 :           0 :           _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
    2726                 :           0 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 543, __FILE__, __LINE__, true);
    2727                 :           0 :         return _r;
    2728                 :             :       }
    2729                 :           0 : next_after_fail781:;
    2730                 :             :     }
    2731                 :             :   return NULL_TREE;
    2732                 :             : }
    2733                 :             : 
    2734                 :             : tree
    2735                 :           0 : generic_simplify_345 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    2736                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    2737                 :             :  const enum tree_code ARG_UNUSED (cmp),
    2738                 :             :  const enum tree_code ARG_UNUSED (cmp2))
    2739                 :             : {
    2740                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2741                 :           0 :   if (tree_nop_conversion_p (TREE_TYPE (captures[0]), TREE_TYPE (captures[2]))
    2742                 :           0 :  && TYPE_UNSIGNED (TREE_TYPE (captures[2])) && !TYPE_UNSIGNED (TREE_TYPE (captures[0]))
    2743                 :           0 :  && wi::gt_p (wi::to_wide (captures[1]), 0, TYPE_SIGN (TREE_TYPE (captures[1])))
    2744                 :             : )
    2745                 :             :     {
    2746                 :           0 :       {
    2747                 :           0 :  tree utype = TREE_TYPE (captures[2]);
    2748                 :           0 :  wide_int denom = wi::to_wide (captures[1]);
    2749                 :           0 :  wide_int right = wi::to_wide (captures[2]);
    2750                 :           0 :  wide_int smax = wi::sdiv_trunc (wi::max_value (TREE_TYPE (captures[0])), denom);
    2751                 :           0 :  wide_int smin = wi::sdiv_trunc (wi::min_value (TREE_TYPE (captures[0])), denom);
    2752                 :           0 :  bool small = wi::leu_p (right, smax);
    2753                 :           0 :  bool large = wi::geu_p (right, smin);
    2754                 :           0 :           if (small || large
    2755                 :             : )
    2756                 :             :             {
    2757                 :           0 :               if (TREE_SIDE_EFFECTS (captures[1])) goto next_after_fail790;
    2758                 :           0 :               if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail790;
    2759                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail790;
    2760                 :           0 :               {
    2761                 :           0 :                 tree res_op0;
    2762                 :           0 :                 {
    2763                 :           0 :                   tree _o1[1], _r1;
    2764                 :           0 :                   _o1[0] = captures[0];
    2765                 :           0 :                   if (TREE_TYPE (_o1[0]) != utype)
    2766                 :             :                     {
    2767                 :           0 :                       _r1 = fold_build1_loc (loc, NOP_EXPR, utype, _o1[0]);
    2768                 :             :                     }
    2769                 :             :                   else
    2770                 :             :                     _r1 = _o1[0];
    2771                 :           0 :                   res_op0 = _r1;
    2772                 :             :                 }
    2773                 :           0 :                 tree res_op1;
    2774                 :           0 :                 {
    2775                 :           0 :                   tree _o1[2], _r1;
    2776                 :           0 :                   _o1[0] = captures[2];
    2777                 :           0 :                   {
    2778                 :           0 :                     tree _o2[1], _r2;
    2779                 :           0 :                     _o2[0] = captures[1];
    2780                 :           0 :                     if (TREE_TYPE (_o2[0]) != TREE_TYPE (res_op0))
    2781                 :             :                       {
    2782                 :           0 :                         _r2 = fold_build1_loc (loc, NOP_EXPR, TREE_TYPE (res_op0), _o2[0]);
    2783                 :             :                       }
    2784                 :             :                     else
    2785                 :             :                       _r2 = _o2[0];
    2786                 :           0 :                     _o1[1] = _r2;
    2787                 :             :                   }
    2788                 :           0 :                   _r1 = fold_build2_loc (loc, MULT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    2789                 :           0 :                   res_op1 = _r1;
    2790                 :             :                 }
    2791                 :           0 :                 tree _r;
    2792                 :           0 :                 _r = fold_build2_loc (loc, cmp, type, res_op0, res_op1);
    2793                 :           0 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 552, __FILE__, __LINE__, true);
    2794                 :           0 :                 return _r;
    2795                 :             :               }
    2796                 :           0 : next_after_fail790:;
    2797                 :             :             }
    2798                 :             :           else
    2799                 :             :             {
    2800                 :           0 :               if (TREE_SIDE_EFFECTS (captures[1])) goto next_after_fail791;
    2801                 :           0 :               if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail791;
    2802                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail791;
    2803                 :           0 :               {
    2804                 :           0 :                 tree res_op0;
    2805                 :           0 :                 res_op0 = captures[0];
    2806                 :           0 :                 tree res_op1;
    2807                 :           0 :                 res_op1 =  build_zero_cst (TREE_TYPE (captures[0]));
    2808                 :           0 :                 tree _r;
    2809                 :           0 :                 _r = fold_build2_loc (loc, cmp2, type, res_op0, res_op1);
    2810                 :           0 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 553, __FILE__, __LINE__, true);
    2811                 :           0 :                 return _r;
    2812                 :             :               }
    2813                 :           0 : next_after_fail791:;
    2814                 :             :             }
    2815                 :           0 :       }
    2816                 :             :     }
    2817                 :             :   return NULL_TREE;
    2818                 :             : }
    2819                 :             : 
    2820                 :             : tree
    2821                 :    17057973 : generic_simplify_359 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    2822                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    2823                 :             :  const enum tree_code ARG_UNUSED (cmp),
    2824                 :             :  const enum tree_code ARG_UNUSED (acmp))
    2825                 :             : {
    2826                 :    17057973 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2827                 :    17057973 :   {
    2828                 :    17057973 :  tree cst = uniform_integer_cst_p (captures[1]);
    2829                 :    17057973 :       if (tree_int_cst_sgn (cst) == -1
    2830                 :             : )
    2831                 :             :         {
    2832                 :      160008 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail842;
    2833                 :      160008 :           {
    2834                 :      160008 :             tree res_op0;
    2835                 :      160008 :             res_op0 = captures[0];
    2836                 :      160008 :             tree res_op1;
    2837                 :      160008 :             res_op1 =  build_uniform_cst (TREE_TYPE (captures[1]),
    2838                 :      160008 :  wide_int_to_tree (TREE_TYPE (cst),
    2839                 :      160008 :  wi::to_wide (cst)
    2840                 :      320016 :  + 1));
    2841                 :      160008 :             tree _r;
    2842                 :      160008 :             _r = fold_build2_loc (loc, acmp, type, res_op0, res_op1);
    2843                 :      160008 :             if (TREE_SIDE_EFFECTS (captures[1]))
    2844                 :           0 :               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
    2845                 :      160008 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 587, __FILE__, __LINE__, true);
    2846                 :      160008 :             return _r;
    2847                 :             :           }
    2848                 :           0 : next_after_fail842:;
    2849                 :             :         }
    2850                 :             :   }
    2851                 :             :   return NULL_TREE;
    2852                 :             : }
    2853                 :             : 
    2854                 :             : tree
    2855                 :           0 : generic_simplify_362 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    2856                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    2857                 :             :  const enum tree_code ARG_UNUSED (cmp),
    2858                 :             :  const enum tree_code ARG_UNUSED (out))
    2859                 :             : {
    2860                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2861                 :           0 :   if (TYPE_UNSIGNED (TREE_TYPE (captures[1]))
    2862                 :           0 :  && types_match (TREE_TYPE (captures[1]), TREE_TYPE (captures[2]))
    2863                 :             : )
    2864                 :             :     {
    2865                 :           0 :       if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail845;
    2866                 :           0 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail845;
    2867                 :           0 :       {
    2868                 :           0 :         tree res_op0;
    2869                 :           0 :         {
    2870                 :           0 :           tree _o1[1], _r1;
    2871                 :           0 :           _o1[0] = captures[0];
    2872                 :           0 :           _r1 = fold_build1_loc (loc, IMAGPART_EXPR, TREE_TYPE (TREE_TYPE (_o1[0])), _o1[0]);
    2873                 :           0 :           res_op0 = _r1;
    2874                 :             :         }
    2875                 :           0 :         tree res_op1;
    2876                 :           0 :         res_op1 =  build_zero_cst (TREE_TYPE (captures[1]));
    2877                 :           0 :         tree _r;
    2878                 :           0 :         _r = fold_build2_loc (loc, out, type, res_op0, res_op1);
    2879                 :           0 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 572, __FILE__, __LINE__, true);
    2880                 :           0 :         return _r;
    2881                 :             :       }
    2882                 :             : next_after_fail845:;
    2883                 :             :     }
    2884                 :             :   return NULL_TREE;
    2885                 :             : }
    2886                 :             : 
    2887                 :             : tree
    2888                 :          43 : generic_simplify_367 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    2889                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    2890                 :             :  const enum tree_code ARG_UNUSED (cmp),
    2891                 :             :  const enum tree_code ARG_UNUSED (cmp2),
    2892                 :             :  const enum tree_code ARG_UNUSED (cmp3),
    2893                 :             :  const enum tree_code ARG_UNUSED (bit_op),
    2894                 :             :  const combined_fn ARG_UNUSED (ffs))
    2895                 :             : {
    2896                 :          43 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    2897                 :          43 :   {
    2898                 :          43 :  int prec = TYPE_PRECISION (TREE_TYPE (captures[1]));
    2899                 :          43 :       if (integer_zerop (captures[2])
    2900                 :             : )
    2901                 :             :         {
    2902                 :          11 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail850;
    2903                 :          11 :           {
    2904                 :          11 :             tree res_op0;
    2905                 :          11 :             res_op0 = captures[1];
    2906                 :          11 :             tree res_op1;
    2907                 :          11 :             res_op1 =  build_zero_cst (TREE_TYPE (captures[1]));
    2908                 :          11 :             tree _r;
    2909                 :          11 :             _r = fold_build2_loc (loc, cmp2, type, res_op0, res_op1);
    2910                 :          11 :             if (TREE_SIDE_EFFECTS (captures[2]))
    2911                 :           0 :               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
    2912                 :          11 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 591, __FILE__, __LINE__, true);
    2913                 :          27 :             return _r;
    2914                 :             :           }
    2915                 :           0 : next_after_fail850:;
    2916                 :             :         }
    2917                 :             :       else
    2918                 :             :         {
    2919                 :          32 :           if (tree_int_cst_sgn (captures[2]) < 0
    2920                 :             : )
    2921                 :             :             {
    2922                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail851;
    2923                 :           0 :               {
    2924                 :           0 :                 tree _r;
    2925                 :           0 :                 _r =  constant_boolean_node (cmp == GT_EXPR ? true : false, type);
    2926                 :           0 :                 if (TREE_SIDE_EFFECTS (captures[1]))
    2927                 :           0 :                   _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
    2928                 :           0 :                 if (TREE_SIDE_EFFECTS (captures[2]))
    2929                 :           0 :                   _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
    2930                 :           0 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 592, __FILE__, __LINE__, true);
    2931                 :           0 :                 return _r;
    2932                 :             :               }
    2933                 :           0 : next_after_fail851:;
    2934                 :             :             }
    2935                 :             :           else
    2936                 :             :             {
    2937                 :          32 :               if (wi::to_widest (captures[2]) >= prec
    2938                 :             : )
    2939                 :             :                 {
    2940                 :          14 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail852;
    2941                 :          14 :                   {
    2942                 :          14 :                     tree _r;
    2943                 :          14 :                     _r =  constant_boolean_node (cmp == GT_EXPR ? false : true, type);
    2944                 :          14 :                     if (TREE_SIDE_EFFECTS (captures[1]))
    2945                 :           0 :                       _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
    2946                 :          14 :                     if (TREE_SIDE_EFFECTS (captures[2]))
    2947                 :           0 :                       _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
    2948                 :          14 :                     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 593, __FILE__, __LINE__, true);
    2949                 :          14 :                     return _r;
    2950                 :             :                   }
    2951                 :           0 : next_after_fail852:;
    2952                 :             :                 }
    2953                 :             :               else
    2954                 :             :                 {
    2955                 :          18 :                   if (wi::to_widest (captures[2]) == prec - 1
    2956                 :             : )
    2957                 :             :                     {
    2958                 :           2 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail853;
    2959                 :           2 :                       {
    2960                 :           2 :                         tree res_op0;
    2961                 :           2 :                         res_op0 = captures[1];
    2962                 :           2 :                         tree res_op1;
    2963                 :           2 :                         res_op1 =  wide_int_to_tree (TREE_TYPE (captures[1]),
    2964                 :           2 :  wi::shifted_mask (prec - 1, 1,
    2965                 :             :  false, prec));
    2966                 :           2 :                         tree _r;
    2967                 :           2 :                         _r = fold_build2_loc (loc, cmp3, type, res_op0, res_op1);
    2968                 :           2 :                         if (TREE_SIDE_EFFECTS (captures[2]))
    2969                 :           0 :                           _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
    2970                 :           2 :                         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 594, __FILE__, __LINE__, true);
    2971                 :           2 :                         return _r;
    2972                 :             :                       }
    2973                 :           0 : next_after_fail853:;
    2974                 :             :                     }
    2975                 :             :                   else
    2976                 :             :                     {
    2977                 :          16 :                       if (single_use (captures[0])
    2978                 :             : )
    2979                 :             :                         {
    2980                 :          16 :                           if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail854;
    2981                 :          16 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail854;
    2982                 :          16 :                           {
    2983                 :          16 :                             if (! tree_invariant_p (captures[1])) goto next_after_fail854;
    2984                 :           0 :                             tree res_op0;
    2985                 :           0 :                             {
    2986                 :           0 :                               tree _o1[2], _r1;
    2987                 :           0 :                               _o1[0] = unshare_expr (captures[1]);
    2988                 :           0 :                               _o1[1] =  build_zero_cst (TREE_TYPE (captures[1]));
    2989                 :           0 :                               _r1 = fold_build2_loc (loc, cmp2, type, _o1[0], _o1[1]);
    2990                 :           0 :                               res_op0 = _r1;
    2991                 :             :                             }
    2992                 :           0 :                             tree res_op1;
    2993                 :           0 :                             {
    2994                 :           0 :                               tree _o1[2], _r1;
    2995                 :           0 :                               {
    2996                 :           0 :                                 tree _o2[2], _r2;
    2997                 :           0 :                                 _o2[0] = captures[1];
    2998                 :           0 :                                 _o2[1] =  wide_int_to_tree (TREE_TYPE (captures[1]),
    2999                 :           0 :  wi::mask (tree_to_uhwi (captures[2]),
    3000                 :             :  false, prec));
    3001                 :           0 :                                 _r2 = fold_build2_loc (loc, BIT_AND_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
    3002                 :           0 :                                 _o1[0] = _r2;
    3003                 :             :                               }
    3004                 :           0 :                               _o1[1] =  build_zero_cst (TREE_TYPE (captures[1]));
    3005                 :           0 :                               _r1 = fold_build2_loc (loc, cmp3, type, _o1[0], _o1[1]);
    3006                 :           0 :                               res_op1 = _r1;
    3007                 :             :                             }
    3008                 :           0 :                             tree _r;
    3009                 :           0 :                             _r = fold_build2_loc (loc, bit_op, type, res_op0, res_op1);
    3010                 :           0 :                             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 595, __FILE__, __LINE__, true);
    3011                 :           0 :                             return _r;
    3012                 :             :                           }
    3013                 :          16 : next_after_fail854:;
    3014                 :             :                         }
    3015                 :             :                     }
    3016                 :             :                 }
    3017                 :             :             }
    3018                 :             :         }
    3019                 :             :   }
    3020                 :          16 :   return NULL_TREE;
    3021                 :             : }
    3022                 :             : 
    3023                 :             : tree
    3024                 :    17513846 : generic_simplify_387 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    3025                 :             :  tree ARG_UNUSED (_p0), tree *ARG_UNUSED (captures),
    3026                 :             :  const enum tree_code ARG_UNUSED (op))
    3027                 :             : {
    3028                 :    17513846 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3029                 :    17513846 :   if (INTEGRAL_TYPE_P (type)
    3030                 :    17189278 :  && op != MULT_EXPR
    3031                 :    17189278 :  && op != RDIV_EXPR
    3032                 :     9660329 :  && INTEGRAL_TYPE_P (TREE_TYPE (captures[2]))
    3033                 :     9660329 :  && INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
    3034                 :     9660329 :  && type_has_mode_precision_p (TREE_TYPE (captures[2]))
    3035                 :     9659257 :  && type_has_mode_precision_p (TREE_TYPE (captures[4]))
    3036                 :     9659257 :  && type_has_mode_precision_p (type)
    3037                 :     9628334 :  && TYPE_PRECISION (TREE_TYPE (captures[1])) > TYPE_PRECISION (TREE_TYPE (captures[2]))
    3038                 :           0 :  && types_match (captures[2], type)
    3039                 :    17513846 :  && (types_match (captures[2], captures[4])
    3040                 :           0 :  || poly_int_tree_p (captures[3]))
    3041                 :             : )
    3042                 :             :     {
    3043                 :           0 :       if (TYPE_OVERFLOW_WRAPS (TREE_TYPE (captures[2]))
    3044                 :             : )
    3045                 :             :         {
    3046                 :           0 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail891;
    3047                 :           0 :           {
    3048                 :           0 :             tree res_op0;
    3049                 :           0 :             res_op0 = captures[2];
    3050                 :           0 :             tree res_op1;
    3051                 :           0 :             {
    3052                 :           0 :               tree _o1[1], _r1;
    3053                 :           0 :               _o1[0] = captures[4];
    3054                 :           0 :               if (TREE_TYPE (_o1[0]) != type)
    3055                 :             :                 {
    3056                 :           0 :                   _r1 = fold_build1_loc (loc, NOP_EXPR, type, _o1[0]);
    3057                 :             :                 }
    3058                 :             :               else
    3059                 :             :                 _r1 = _o1[0];
    3060                 :           0 :               res_op1 = _r1;
    3061                 :             :             }
    3062                 :           0 :             tree _r;
    3063                 :           0 :             _r = fold_build2_loc (loc, op, type, res_op0, res_op1);
    3064                 :           0 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 618, __FILE__, __LINE__, true);
    3065                 :           0 :             return _r;
    3066                 :             :           }
    3067                 :           0 : next_after_fail891:;
    3068                 :             :         }
    3069                 :             :       else
    3070                 :             :         {
    3071                 :           0 :           {
    3072                 :           0 :  tree utype = unsigned_type_for (TREE_TYPE (captures[2]));
    3073                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail892;
    3074                 :           0 :               {
    3075                 :           0 :                 tree res_op0;
    3076                 :           0 :                 {
    3077                 :           0 :                   tree _o1[2], _r1;
    3078                 :           0 :                   {
    3079                 :           0 :                     tree _o2[1], _r2;
    3080                 :           0 :                     _o2[0] = captures[2];
    3081                 :           0 :                     if (TREE_TYPE (_o2[0]) != utype)
    3082                 :             :                       {
    3083                 :           0 :                         _r2 = fold_build1_loc (loc, NOP_EXPR, utype, _o2[0]);
    3084                 :             :                       }
    3085                 :             :                     else
    3086                 :             :                       _r2 = _o2[0];
    3087                 :           0 :                     _o1[0] = _r2;
    3088                 :             :                   }
    3089                 :           0 :                   {
    3090                 :           0 :                     tree _o2[1], _r2;
    3091                 :           0 :                     _o2[0] = captures[4];
    3092                 :           0 :                     if (TREE_TYPE (_o2[0]) != utype)
    3093                 :             :                       {
    3094                 :           0 :                         _r2 = fold_build1_loc (loc, NOP_EXPR, utype, _o2[0]);
    3095                 :             :                       }
    3096                 :             :                     else
    3097                 :             :                       _r2 = _o2[0];
    3098                 :           0 :                     _o1[1] = _r2;
    3099                 :             :                   }
    3100                 :           0 :                   _r1 = fold_build2_loc (loc, op, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    3101                 :           0 :                   res_op0 = _r1;
    3102                 :             :                 }
    3103                 :           0 :                 tree _r;
    3104                 :           0 :                 _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
    3105                 :           0 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 619, __FILE__, __LINE__, true);
    3106                 :           0 :                 return _r;
    3107                 :             :               }
    3108                 :           0 : next_after_fail892:;
    3109                 :             :           }
    3110                 :             :         }
    3111                 :             :     }
    3112                 :             :   else
    3113                 :             :     {
    3114                 :    17459974 :       if (FLOAT_TYPE_P (type)
    3115                 :    17567718 :  && DECIMAL_FLOAT_TYPE_P (TREE_TYPE (captures[0]))
    3116                 :       53872 :  == DECIMAL_FLOAT_TYPE_P (type)
    3117                 :             : )
    3118                 :             :         {
    3119                 :       53834 :           {
    3120                 :       53834 :  tree arg0 = strip_float_extensions (captures[2]);
    3121                 :       53834 :  tree arg1 = strip_float_extensions (captures[4]);
    3122                 :       53834 :  tree itype = TREE_TYPE (captures[0]);
    3123                 :       53834 :  tree ty1 = TREE_TYPE (arg0);
    3124                 :       53834 :  tree ty2 = TREE_TYPE (arg1);
    3125                 :       53834 :  enum tree_code code = TREE_CODE (itype);
    3126                 :           0 :               if (FLOAT_TYPE_P (ty1)
    3127                 :       53834 :  && FLOAT_TYPE_P (ty2)
    3128                 :             : )
    3129                 :             :                 {
    3130                 :       53834 :                   {
    3131                 :       53834 :  tree newtype = type;
    3132                 :       53834 :  if (TYPE_MODE (ty1) == SDmode
    3133                 :       53567 :  || TYPE_MODE (ty2) == SDmode
    3134                 :      107401 :  || TYPE_MODE (type) == SDmode)
    3135                 :         282 :  newtype = dfloat32_type_node;
    3136                 :       53834 :  if (TYPE_MODE (ty1) == DDmode
    3137                 :       53688 :  || TYPE_MODE (ty2) == DDmode
    3138                 :      107395 :  || TYPE_MODE (type) == DDmode)
    3139                 :         275 :  newtype = dfloat64_type_node;
    3140                 :       53834 :  if (TYPE_MODE (ty1) == TDmode
    3141                 :       53833 :  || TYPE_MODE (ty2) == TDmode
    3142                 :      107415 :  || TYPE_MODE (type) == TDmode)
    3143                 :         268 :  newtype = dfloat128_type_node;
    3144                 :       53834 :                       if ((newtype == dfloat32_type_node
    3145                 :       53831 :  || newtype == dfloat64_type_node
    3146                 :       53688 :  || newtype == dfloat128_type_node)
    3147                 :         414 :  && newtype == type
    3148                 :       53845 :  && types_match (newtype, type)
    3149                 :             : )
    3150                 :             :                         {
    3151                 :          11 :                           if (TREE_SIDE_EFFECTS (captures[1])) goto next_after_fail893;
    3152                 :           5 :                           if (TREE_SIDE_EFFECTS (captures[3])) goto next_after_fail893;
    3153                 :           5 :                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail893;
    3154                 :           5 :                           {
    3155                 :           5 :                             tree res_op0;
    3156                 :           5 :                             {
    3157                 :           5 :                               tree _o1[1], _r1;
    3158                 :           5 :                               _o1[0] = captures[2];
    3159                 :           5 :                               if (TREE_TYPE (_o1[0]) != newtype)
    3160                 :             :                                 {
    3161                 :           5 :                                   _r1 = fold_build1_loc (loc, NOP_EXPR, newtype, _o1[0]);
    3162                 :             :                                 }
    3163                 :             :                               else
    3164                 :             :                                 _r1 = _o1[0];
    3165                 :           5 :                               res_op0 = _r1;
    3166                 :             :                             }
    3167                 :           5 :                             tree res_op1;
    3168                 :           5 :                             {
    3169                 :           5 :                               tree _o1[1], _r1;
    3170                 :           5 :                               _o1[0] = captures[4];
    3171                 :           5 :                               if (TREE_TYPE (_o1[0]) != newtype)
    3172                 :             :                                 {
    3173                 :           5 :                                   _r1 = fold_build1_loc (loc, NOP_EXPR, newtype, _o1[0]);
    3174                 :             :                                 }
    3175                 :             :                               else
    3176                 :             :                                 _r1 = _o1[0];
    3177                 :           5 :                               res_op1 = _r1;
    3178                 :             :                             }
    3179                 :           5 :                             tree _r;
    3180                 :           5 :                             _r = fold_build2_loc (loc, op, type, res_op0, res_op1);
    3181                 :           5 :                             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 620, __FILE__, __LINE__, true);
    3182                 :           5 :                             return _r;
    3183                 :             :                           }
    3184                 :             : next_after_fail893:;
    3185                 :             :                         }
    3186                 :             :                       else
    3187                 :             :                         {
    3188                 :       53823 :                           {
    3189                 :       53823 :  if (element_precision (ty1) > element_precision (newtype))
    3190                 :       13285 :  newtype = ty1;
    3191                 :       53823 :  if (element_precision (ty2) > element_precision (newtype))
    3192                 :        5230 :  newtype = ty2;
    3193                 :       53823 :                               if (element_precision (newtype) < element_precision (itype)
    3194                 :       16434 :  && (!VECTOR_MODE_P (TYPE_MODE (newtype))
    3195                 :           0 :  || target_supports_op_p (newtype, op, optab_default))
    3196                 :       16434 :  && (flag_unsafe_math_optimizations
    3197                 :       16426 :  || (element_precision (newtype) == element_precision (type)
    3198                 :       16397 :  && real_can_shorten_arithmetic (element_mode (itype),
    3199                 :             :  element_mode (type))
    3200                 :        5450 :  && !excess_precision_type (newtype)))
    3201                 :       53971 :  && !types_match (itype, newtype)
    3202                 :             : )
    3203                 :             :                                 {
    3204                 :         148 :                                   if (TREE_SIDE_EFFECTS (captures[1])) goto next_after_fail894;
    3205                 :         147 :                                   if (TREE_SIDE_EFFECTS (captures[3])) goto next_after_fail894;
    3206                 :         132 :                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail894;
    3207                 :         132 :                                   {
    3208                 :         132 :                                     tree res_op0;
    3209                 :         132 :                                     {
    3210                 :         132 :                                       tree _o1[2], _r1;
    3211                 :         132 :                                       {
    3212                 :         132 :                                         tree _o2[1], _r2;
    3213                 :         132 :                                         _o2[0] = captures[2];
    3214                 :         132 :                                         if (TREE_TYPE (_o2[0]) != newtype)
    3215                 :             :                                           {
    3216                 :         132 :                                             _r2 = fold_build1_loc (loc, NOP_EXPR, newtype, _o2[0]);
    3217                 :             :                                           }
    3218                 :             :                                         else
    3219                 :             :                                           _r2 = _o2[0];
    3220                 :         132 :                                         _o1[0] = _r2;
    3221                 :             :                                       }
    3222                 :         132 :                                       {
    3223                 :         132 :                                         tree _o2[1], _r2;
    3224                 :         132 :                                         _o2[0] = captures[4];
    3225                 :         132 :                                         if (TREE_TYPE (_o2[0]) != newtype)
    3226                 :             :                                           {
    3227                 :         132 :                                             _r2 = fold_build1_loc (loc, NOP_EXPR, newtype, _o2[0]);
    3228                 :             :                                           }
    3229                 :             :                                         else
    3230                 :             :                                           _r2 = _o2[0];
    3231                 :         132 :                                         _o1[1] = _r2;
    3232                 :             :                                       }
    3233                 :         132 :                                       _r1 = fold_build2_loc (loc, op, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    3234                 :         132 :                                       res_op0 = _r1;
    3235                 :             :                                     }
    3236                 :         132 :                                     tree _r;
    3237                 :         132 :                                     _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
    3238                 :         132 :                                     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 621, __FILE__, __LINE__, true);
    3239                 :         132 :                                     return _r;
    3240                 :             :                                   }
    3241                 :             : next_after_fail894:;
    3242                 :             :                                 }
    3243                 :             :                           }
    3244                 :             :                         }
    3245                 :             :                   }
    3246                 :             :                 }
    3247                 :             :           }
    3248                 :             :         }
    3249                 :             :     }
    3250                 :             :   return NULL_TREE;
    3251                 :             : }
    3252                 :             : 
    3253                 :             : tree
    3254                 :        1697 : generic_simplify_417 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    3255                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
    3256                 :             : {
    3257                 :        1697 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3258                 :        1697 :   {
    3259                 :        1697 :  bool wascmp;
    3260                 :        1697 :       if (bitwise_inverted_equal_p (captures[0], captures[2], wascmp)
    3261                 :        1697 :  || bitwise_inverted_equal_p (captures[1], captures[2], wascmp)
    3262                 :             : )
    3263                 :             :         {
    3264                 :           8 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail924;
    3265                 :           8 :           {
    3266                 :           8 :             tree _r;
    3267                 :           8 :             _r =  wascmp ? constant_boolean_node (false, type) : build_zero_cst (type);
    3268                 :           8 :             if (TREE_SIDE_EFFECTS (captures[0]))
    3269                 :           0 :               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
    3270                 :           8 :             if (TREE_SIDE_EFFECTS (captures[1]))
    3271                 :           0 :               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
    3272                 :           8 :             if (TREE_SIDE_EFFECTS (captures[2]))
    3273                 :           0 :               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
    3274                 :           8 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 650, __FILE__, __LINE__, true);
    3275                 :           8 :             return _r;
    3276                 :             :           }
    3277                 :           0 : next_after_fail924:;
    3278                 :             :         }
    3279                 :             :   }
    3280                 :        1689 :   return NULL_TREE;
    3281                 :             : }
    3282                 :             : 
    3283                 :             : tree
    3284                 :       47670 : generic_simplify_423 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    3285                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    3286                 :             :  const enum tree_code ARG_UNUSED (shift))
    3287                 :             : {
    3288                 :       47670 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3289                 :       47670 :   if (tree_nop_conversion_p (TREE_TYPE (captures[0]), TREE_TYPE (captures[1]))
    3290                 :       22859 :  && TYPE_PRECISION (type) <= HOST_BITS_PER_WIDE_INT
    3291                 :       22859 :  && tree_fits_uhwi_p (captures[4])
    3292                 :       22859 :  && tree_to_uhwi (captures[4]) > 0
    3293                 :       70527 :  && tree_to_uhwi (captures[4]) < TYPE_PRECISION (type)
    3294                 :             : )
    3295                 :             :     {
    3296                 :       22857 :       {
    3297                 :       22857 :  unsigned int shiftc = tree_to_uhwi (captures[4]);
    3298                 :       22857 :  unsigned HOST_WIDE_INT mask = TREE_INT_CST_LOW (captures[5]);
    3299                 :       22857 :  unsigned HOST_WIDE_INT newmask, zerobits = 0;
    3300                 :       22857 :  tree shift_type = TREE_TYPE (captures[2]);
    3301                 :       22857 :  unsigned int prec;
    3302                 :       22857 :  if (shift == LSHIFT_EXPR)
    3303                 :           0 :  zerobits = ((HOST_WIDE_INT_1U << shiftc) - 1);
    3304                 :       22857 :  else if (shift == RSHIFT_EXPR
    3305                 :       22857 :  && type_has_mode_precision_p (shift_type))
    3306                 :             :  {
    3307                 :       22857 :  prec = TYPE_PRECISION (TREE_TYPE (captures[2]));
    3308                 :       22857 :  tree arg00 = captures[3];
    3309                 :       22857 :  if (captures[2] != captures[3]
    3310                 :       22857 :  && TYPE_UNSIGNED (TREE_TYPE (captures[3])))
    3311                 :             :  {
    3312                 :           0 :  tree inner_type = TREE_TYPE (captures[3]);
    3313                 :           0 :  if (type_has_mode_precision_p (inner_type)
    3314                 :           0 :  && TYPE_PRECISION (inner_type) < prec)
    3315                 :             :  {
    3316                 :           0 :  prec = TYPE_PRECISION (inner_type);
    3317                 :           0 :  if (shiftc < prec)
    3318                 :           0 :  shift_type = inner_type;
    3319                 :             :  }
    3320                 :             :  }
    3321                 :       22857 :  zerobits = HOST_WIDE_INT_M1U;
    3322                 :       22857 :  if (shiftc < prec)
    3323                 :             :  {
    3324                 :       22857 :  zerobits >>= HOST_BITS_PER_WIDE_INT - shiftc;
    3325                 :       22857 :  zerobits <<= prec - shiftc;
    3326                 :             :  }
    3327                 :       22857 :  if (!TYPE_UNSIGNED (TREE_TYPE (captures[2]))
    3328                 :       22857 :  && prec == TYPE_PRECISION (TREE_TYPE (captures[2])))
    3329                 :             :  {
    3330                 :          60 :  if ((mask & zerobits) == 0)
    3331                 :          44 :  shift_type = unsigned_type_for (TREE_TYPE (captures[2]));
    3332                 :             :  else
    3333                 :             :  zerobits = 0;
    3334                 :             :  }
    3335                 :             :  }
    3336                 :       22841 :           if ((mask & zerobits) == mask
    3337                 :             : )
    3338                 :             :             {
    3339                 :           0 :               if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail932;
    3340                 :           0 :               if (TREE_SIDE_EFFECTS (captures[4])) goto next_after_fail932;
    3341                 :           0 :               if (TREE_SIDE_EFFECTS (captures[5])) goto next_after_fail932;
    3342                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail932;
    3343                 :           0 :               {
    3344                 :           0 :                 tree _r;
    3345                 :           0 :                 _r =  build_int_cst (type, 0);
    3346                 :           0 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 654, __FILE__, __LINE__, true);
    3347                 :           0 :                 return _r;
    3348                 :             :               }
    3349                 :             : next_after_fail932:;
    3350                 :             :             }
    3351                 :             :           else
    3352                 :             :             {
    3353                 :       22857 :               {
    3354                 :       22857 :  newmask = mask | zerobits;
    3355                 :       22857 :                   if (newmask != mask && (newmask & (newmask + 1)) == 0
    3356                 :             : )
    3357                 :             :                     {
    3358                 :             :                       {
    3359                 :          75 :  for (prec = BITS_PER_UNIT;
    3360                 :         113 :  prec < HOST_BITS_PER_WIDE_INT; prec <<= 1)
    3361                 :         103 :  if (newmask == (HOST_WIDE_INT_1U << prec) - 1)
    3362                 :             :  break;
    3363                 :          38 :                           if (prec < HOST_BITS_PER_WIDE_INT
    3364                 :          10 :  || newmask == HOST_WIDE_INT_M1U
    3365                 :             : )
    3366                 :             :                             {
    3367                 :          38 :                               {
    3368                 :          38 :  tree newmaskt = build_int_cst_type (TREE_TYPE (captures[5]), newmask);
    3369                 :          38 :                                   if (!tree_int_cst_equal (newmaskt, captures[5])
    3370                 :             : )
    3371                 :             :                                     {
    3372                 :          38 :                                       if (shift_type != TREE_TYPE (captures[2])
    3373                 :             : )
    3374                 :             :                                         {
    3375                 :          11 :                                           if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail933;
    3376                 :          11 :                                           if (TREE_SIDE_EFFECTS (captures[4])) goto next_after_fail933;
    3377                 :          11 :                                           if (TREE_SIDE_EFFECTS (captures[5])) goto next_after_fail933;
    3378                 :          11 :                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail933;
    3379                 :          11 :                                           {
    3380                 :          11 :                                             tree res_op0;
    3381                 :          11 :                                             {
    3382                 :          11 :                                               tree _o1[1], _r1;
    3383                 :          11 :                                               {
    3384                 :          11 :                                                 tree _o2[2], _r2;
    3385                 :          11 :                                                 {
    3386                 :          11 :                                                   tree _o3[1], _r3;
    3387                 :          11 :                                                   _o3[0] = captures[2];
    3388                 :          11 :                                                   if (TREE_TYPE (_o3[0]) != shift_type)
    3389                 :             :                                                     {
    3390                 :          11 :                                                       _r3 = fold_build1_loc (loc, NOP_EXPR, shift_type, _o3[0]);
    3391                 :             :                                                     }
    3392                 :             :                                                   else
    3393                 :             :                                                     _r3 = _o3[0];
    3394                 :          11 :                                                   _o2[0] = _r3;
    3395                 :             :                                                 }
    3396                 :          11 :                                                 _o2[1] = captures[4];
    3397                 :          11 :                                                 _r2 = fold_build2_loc (loc, shift, shift_type, _o2[0], _o2[1]);
    3398                 :          11 :                                                 _o1[0] = _r2;
    3399                 :             :                                               }
    3400                 :          11 :                                               if (TREE_TYPE (_o1[0]) != type)
    3401                 :             :                                                 {
    3402                 :          11 :                                                   _r1 = fold_build1_loc (loc, NOP_EXPR, type, _o1[0]);
    3403                 :             :                                                 }
    3404                 :             :                                               else
    3405                 :             :                                                 _r1 = _o1[0];
    3406                 :          11 :                                               res_op0 = _r1;
    3407                 :             :                                             }
    3408                 :          11 :                                             tree res_op1;
    3409                 :          11 :                                             res_op1 =  newmaskt;
    3410                 :          11 :                                             tree _r;
    3411                 :          11 :                                             _r = fold_build2_loc (loc, BIT_AND_EXPR, type, res_op0, res_op1);
    3412                 :          11 :                                             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 655, __FILE__, __LINE__, true);
    3413                 :          11 :                                             return _r;
    3414                 :             :                                           }
    3415                 :             : next_after_fail933:;
    3416                 :             :                                         }
    3417                 :             :                                       else
    3418                 :             :                                         {
    3419                 :          27 :                                           if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail934;
    3420                 :          27 :                                           if (TREE_SIDE_EFFECTS (captures[5])) goto next_after_fail934;
    3421                 :          27 :                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail934;
    3422                 :          27 :                                           {
    3423                 :          27 :                                             tree res_op0;
    3424                 :          27 :                                             res_op0 = captures[0];
    3425                 :          27 :                                             tree res_op1;
    3426                 :          27 :                                             res_op1 =  newmaskt;
    3427                 :          27 :                                             tree _r;
    3428                 :          27 :                                             _r = fold_build2_loc (loc, BIT_AND_EXPR, type, res_op0, res_op1);
    3429                 :          27 :                                             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 656, __FILE__, __LINE__, true);
    3430                 :          27 :                                             return _r;
    3431                 :             :                                           }
    3432                 :             : next_after_fail934:;
    3433                 :             :                                         }
    3434                 :             :                                     }
    3435                 :             :                               }
    3436                 :             :                             }
    3437                 :             :                       }
    3438                 :             :                     }
    3439                 :             :               }
    3440                 :             :             }
    3441                 :             :       }
    3442                 :             :     }
    3443                 :             :   return NULL_TREE;
    3444                 :             : }
    3445                 :             : 
    3446                 :             : tree
    3447                 :           0 : generic_simplify_444 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    3448                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
    3449                 :             : {
    3450                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3451                 :           0 :   if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail994;
    3452                 :           0 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail994;
    3453                 :           0 :   {
    3454                 :           0 :     tree _r;
    3455                 :           0 :     _r = captures[1];
    3456                 :           0 :     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 682, __FILE__, __LINE__, true);
    3457                 :             :     return _r;
    3458                 :             :   }
    3459                 :             : next_after_fail994:;
    3460                 :             :   return NULL_TREE;
    3461                 :             : }
    3462                 :             : 
    3463                 :             : tree
    3464                 :           0 : generic_simplify_445 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    3465                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
    3466                 :             : {
    3467                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3468                 :           0 :   if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail995;
    3469                 :           0 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail995;
    3470                 :           0 :   {
    3471                 :           0 :     tree _r;
    3472                 :           0 :     _r = captures[1];
    3473                 :           0 :     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 682, __FILE__, __LINE__, true);
    3474                 :             :     return _r;
    3475                 :             :   }
    3476                 :             : next_after_fail995:;
    3477                 :             :   return NULL_TREE;
    3478                 :             : }
    3479                 :             : 
    3480                 :             : tree
    3481                 :          42 : generic_simplify_448 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    3482                 :             :  tree ARG_UNUSED (_p0), tree *ARG_UNUSED (captures))
    3483                 :             : {
    3484                 :          42 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3485                 :          42 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail999;
    3486                 :          42 :   {
    3487                 :          42 :     tree res_op0;
    3488                 :          42 :     res_op0 = captures[1];
    3489                 :          42 :     tree res_op1;
    3490                 :          42 :     {
    3491                 :          42 :       tree _o1[1], _r1;
    3492                 :          42 :       _o1[0] = captures[2];
    3493                 :          42 :       _r1 = fold_build1_loc (loc, BIT_NOT_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
    3494                 :          42 :       res_op1 = _r1;
    3495                 :             :     }
    3496                 :          42 :     tree _r;
    3497                 :          42 :     _r = fold_build2_loc (loc, BIT_IOR_EXPR, type, res_op0, res_op1);
    3498                 :          42 :     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 686, __FILE__, __LINE__, true);
    3499                 :             :     return _r;
    3500                 :             :   }
    3501                 :           0 : next_after_fail999:;
    3502                 :           0 :   return NULL_TREE;
    3503                 :             : }
    3504                 :             : 
    3505                 :             : tree
    3506                 :          28 : generic_simplify_450 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    3507                 :             :  tree ARG_UNUSED (_p0), tree *ARG_UNUSED (captures))
    3508                 :             : {
    3509                 :          28 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3510                 :          28 :   if (element_precision (type) <= element_precision (TREE_TYPE (captures[0]))
    3511                 :          28 :  || !TYPE_UNSIGNED (TREE_TYPE (captures[0]))
    3512                 :             : )
    3513                 :             :     {
    3514                 :          28 :       if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1001;
    3515                 :          28 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1001;
    3516                 :          28 :       {
    3517                 :          28 :         tree res_op0;
    3518                 :          28 :         {
    3519                 :          28 :           tree _o1[1], _r1;
    3520                 :          28 :           _o1[0] = captures[0];
    3521                 :          28 :           _r1 = fold_build1_loc (loc, NEGATE_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
    3522                 :          28 :           res_op0 = _r1;
    3523                 :             :         }
    3524                 :          28 :         tree _r;
    3525                 :          28 :         _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
    3526                 :          28 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 688, __FILE__, __LINE__, true);
    3527                 :          28 :         return _r;
    3528                 :             :       }
    3529                 :             : next_after_fail1001:;
    3530                 :             :     }
    3531                 :             :   return NULL_TREE;
    3532                 :             : }
    3533                 :             : 
    3534                 :             : tree
    3535                 :         145 : generic_simplify_454 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    3536                 :             :  tree ARG_UNUSED (_p0), tree *ARG_UNUSED (captures))
    3537                 :             : {
    3538                 :         145 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3539                 :         145 :   if (element_precision (type) <= element_precision (TREE_TYPE (captures[0]))
    3540                 :         145 :  || !TYPE_UNSIGNED (TREE_TYPE (captures[0]))
    3541                 :             : )
    3542                 :             :     {
    3543                 :         145 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1005;
    3544                 :         145 :       {
    3545                 :         145 :         tree res_op0;
    3546                 :         145 :         {
    3547                 :         145 :           tree _o1[2], _r1;
    3548                 :         145 :           _o1[0] = captures[0];
    3549                 :         145 :           _o1[1] =  build_each_one_cst (TREE_TYPE (captures[0]));
    3550                 :         145 :           _r1 = fold_build2_loc (loc, MINUS_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    3551                 :         145 :           res_op0 = _r1;
    3552                 :             :         }
    3553                 :         145 :         tree _r;
    3554                 :         145 :         _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
    3555                 :         145 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 692, __FILE__, __LINE__, true);
    3556                 :         145 :         return _r;
    3557                 :             :       }
    3558                 :           0 : next_after_fail1005:;
    3559                 :             :     }
    3560                 :             :   return NULL_TREE;
    3561                 :             : }
    3562                 :             : 
    3563                 :             : tree
    3564                 :           4 : generic_simplify_457 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    3565                 :             :  tree ARG_UNUSED (_p0), tree *ARG_UNUSED (captures))
    3566                 :             : {
    3567                 :           4 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3568                 :           4 :   if (!TYPE_UNSIGNED (TREE_TYPE (captures[2]))
    3569                 :           7 :  && (element_precision (TREE_TYPE (captures[2]))
    3570                 :           3 :  <= element_precision (TREE_TYPE (captures[3]))
    3571                 :           0 :  || !TYPE_UNSIGNED (TREE_TYPE (captures[3])))
    3572                 :             : )
    3573                 :             :     {
    3574                 :           3 :       {
    3575                 :           3 :  tree shift_type = TREE_TYPE (captures[2]);
    3576                 :           3 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1008;
    3577                 :           3 :           {
    3578                 :           3 :             tree res_op0;
    3579                 :           3 :             {
    3580                 :           3 :               tree _o1[2], _r1;
    3581                 :           3 :               {
    3582                 :           3 :                 tree _o2[1], _r2;
    3583                 :           3 :                 _o2[0] = captures[3];
    3584                 :           3 :                 if (TREE_TYPE (_o2[0]) != shift_type)
    3585                 :             :                   {
    3586                 :           1 :                     _r2 = fold_build1_loc (loc, NOP_EXPR, shift_type, _o2[0]);
    3587                 :             :                   }
    3588                 :             :                 else
    3589                 :             :                   _r2 = _o2[0];
    3590                 :           3 :                 _o1[0] = _r2;
    3591                 :             :               }
    3592                 :           3 :               _o1[1] = captures[4];
    3593                 :           3 :               _r1 = fold_build2_loc (loc, RSHIFT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    3594                 :           3 :               res_op0 = _r1;
    3595                 :             :             }
    3596                 :           3 :             tree _r;
    3597                 :           3 :             _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
    3598                 :           3 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 691, __FILE__, __LINE__, true);
    3599                 :           3 :             return _r;
    3600                 :             :           }
    3601                 :           0 : next_after_fail1008:;
    3602                 :             :       }
    3603                 :             :     }
    3604                 :             :   return NULL_TREE;
    3605                 :             : }
    3606                 :             : 
    3607                 :             : tree
    3608                 :          16 : generic_simplify_467 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    3609                 :             :  tree ARG_UNUSED (_p0), tree *ARG_UNUSED (captures),
    3610                 :             :  const combined_fn ARG_UNUSED (fmas))
    3611                 :             : {
    3612                 :          16 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3613                 :          16 :   if (canonicalize_math_after_vectorization_p ()
    3614                 :             : )
    3615                 :             :     {
    3616                 :             :       if (!HONOR_SIGN_DEPENDENT_ROUNDING (type) && single_use (captures[0])
    3617                 :             : )
    3618                 :             :         {
    3619                 :             :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1020;
    3620                 :             :           {
    3621                 :             :             tree res_op0;
    3622                 :             :             res_op0 = captures[1];
    3623                 :             :             tree res_op1;
    3624                 :             :             res_op1 = captures[2];
    3625                 :             :             tree res_op2;
    3626                 :             :             res_op2 = captures[3];
    3627                 :             :             tree _r;
    3628                 :             :             _r = maybe_build_call_expr_loc (loc, CFN_FNMS, type, 3, res_op0, res_op1, res_op2);
    3629                 :             :             if (!_r)
    3630                 :             :               goto next_after_fail1020;
    3631                 :             :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 705, __FILE__, __LINE__, true);
    3632                 :             :             return _r;
    3633                 :             :           }
    3634                 :          16 : next_after_fail1020:;
    3635                 :             :         }
    3636                 :             :     }
    3637                 :          16 :   return NULL_TREE;
    3638                 :             : }
    3639                 :             : 
    3640                 :             : tree
    3641                 :           0 : generic_simplify_475 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    3642                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree ARG_UNUSED (_p2), tree *ARG_UNUSED (captures))
    3643                 :             : {
    3644                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3645                 :           0 :   if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1030;
    3646                 :           0 :   if (TREE_SIDE_EFFECTS (_p2)) goto next_after_fail1030;
    3647                 :           0 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1030;
    3648                 :           0 :   {
    3649                 :           0 :     tree _r;
    3650                 :           0 :     _r = captures[2];
    3651                 :           0 :     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 714, __FILE__, __LINE__, true);
    3652                 :             :     return _r;
    3653                 :             :   }
    3654                 :             : next_after_fail1030:;
    3655                 :             :   return NULL_TREE;
    3656                 :             : }
    3657                 :             : 
    3658                 :             : tree
    3659                 :           0 : generic_simplify_480 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    3660                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree ARG_UNUSED (_p2), tree *ARG_UNUSED (captures),
    3661                 :             :  const enum tree_code ARG_UNUSED (cmp))
    3662                 :             : {
    3663                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3664                 :           0 :   if (INTEGRAL_TYPE_P (type)
    3665                 :             : )
    3666                 :             :     {
    3667                 :           0 :       if (TREE_SIDE_EFFECTS (_p2)) goto next_after_fail1038;
    3668                 :           0 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1038;
    3669                 :           0 :       {
    3670                 :           0 :         tree _r;
    3671                 :           0 :         _r = captures[2];
    3672                 :           0 :         if (TREE_SIDE_EFFECTS (captures[1]))
    3673                 :           0 :           _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
    3674                 :           0 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 722, __FILE__, __LINE__, true);
    3675                 :           0 :         return _r;
    3676                 :             :       }
    3677                 :             : next_after_fail1038:;
    3678                 :             :     }
    3679                 :             :   return NULL_TREE;
    3680                 :             : }
    3681                 :             : 
    3682                 :             : tree
    3683                 :           0 : generic_simplify_486 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    3684                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree ARG_UNUSED (_p2), tree *ARG_UNUSED (captures),
    3685                 :             :  const enum tree_code ARG_UNUSED (op))
    3686                 :             : {
    3687                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3688                 :           0 :   if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1044;
    3689                 :           0 :   if (TREE_SIDE_EFFECTS (_p2)) goto next_after_fail1044;
    3690                 :           0 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1044;
    3691                 :           0 :   {
    3692                 :           0 :     tree _r;
    3693                 :           0 :     _r = captures[2];
    3694                 :           0 :     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 728, __FILE__, __LINE__, true);
    3695                 :             :     return _r;
    3696                 :             :   }
    3697                 :             : next_after_fail1044:;
    3698                 :             :   return NULL_TREE;
    3699                 :             : }
    3700                 :             : 
    3701                 :             : tree
    3702                 :           9 : generic_simplify_491 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    3703                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree ARG_UNUSED (_p2), tree *ARG_UNUSED (captures),
    3704                 :             :  const combined_fn ARG_UNUSED (func))
    3705                 :             : {
    3706                 :           9 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3707                 :           9 :   if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1050;
    3708                 :           9 :   if (TREE_SIDE_EFFECTS (captures[3])) goto next_after_fail1050;
    3709                 :           9 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1050;
    3710                 :           9 :   {
    3711                 :           9 :     tree _r;
    3712                 :           9 :     _r = captures[2];
    3713                 :           9 :     if (TREE_SIDE_EFFECTS (captures[1]))
    3714                 :           0 :       _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
    3715                 :           9 :     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 734, __FILE__, __LINE__, true);
    3716                 :             :     return _r;
    3717                 :             :   }
    3718                 :             : next_after_fail1050:;
    3719                 :             :   return NULL_TREE;
    3720                 :             : }
    3721                 :             : 
    3722                 :             : tree
    3723                 :           0 : generic_simplify_497 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    3724                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    3725                 :             :  const enum tree_code ARG_UNUSED (minmax))
    3726                 :             : {
    3727                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3728                 :           0 :   if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1058;
    3729                 :           0 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1058;
    3730                 :           0 :   {
    3731                 :           0 :     tree _r;
    3732                 :           0 :     _r = captures[0];
    3733                 :           0 :     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 741, __FILE__, __LINE__, true);
    3734                 :             :     return _r;
    3735                 :             :   }
    3736                 :             : next_after_fail1058:;
    3737                 :             :   return NULL_TREE;
    3738                 :             : }
    3739                 :             : 
    3740                 :             : tree
    3741                 :           0 : generic_simplify_502 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    3742                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    3743                 :             :  const enum tree_code ARG_UNUSED (minmax),
    3744                 :             :  const enum tree_code ARG_UNUSED (cmp))
    3745                 :             : {
    3746                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3747                 :           0 :   {
    3748                 :           0 :  poly_int64 off0, off1;
    3749                 :           0 :  tree base0, base1;
    3750                 :           0 :  int equal = address_compare (cmp, TREE_TYPE (captures[0]), captures[1], captures[3], base0, base1,
    3751                 :             :  off0, off1,
    3752                 :             : 1
    3753                 :             : );
    3754                 :           0 :       if (equal == 1
    3755                 :             : )
    3756                 :             :         {
    3757                 :           0 :           if (minmax == MIN_EXPR
    3758                 :             : )
    3759                 :             :             {
    3760                 :           0 :               if (known_le (off0, off1)
    3761                 :             : )
    3762                 :             :                 {
    3763                 :           0 :                   if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1066;
    3764                 :           0 :                   if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail1066;
    3765                 :           0 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1066;
    3766                 :           0 :                   {
    3767                 :           0 :                     tree _r;
    3768                 :           0 :                     _r = captures[0];
    3769                 :           0 :                     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 744, __FILE__, __LINE__, true);
    3770                 :           0 :                     return _r;
    3771                 :             :                   }
    3772                 :           0 : next_after_fail1066:;
    3773                 :             :                 }
    3774                 :             :               else
    3775                 :             :                 {
    3776                 :           0 :                   if (known_gt (off0, off1)
    3777                 :             : )
    3778                 :             :                     {
    3779                 :           0 :                       if (TREE_SIDE_EFFECTS (captures[1])) goto next_after_fail1067;
    3780                 :           0 :                       if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail1067;
    3781                 :           0 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1067;
    3782                 :           0 :                       {
    3783                 :           0 :                         tree _r;
    3784                 :           0 :                         _r = captures[2];
    3785                 :           0 :                         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 745, __FILE__, __LINE__, true);
    3786                 :           0 :                         return _r;
    3787                 :             :                       }
    3788                 :           0 : next_after_fail1067:;
    3789                 :             :                     }
    3790                 :             :                 }
    3791                 :             :             }
    3792                 :             :           else
    3793                 :             :             {
    3794                 :           0 :               if (known_ge (off0, off1)
    3795                 :             : )
    3796                 :             :                 {
    3797                 :           0 :                   if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1068;
    3798                 :           0 :                   if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail1068;
    3799                 :           0 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1068;
    3800                 :           0 :                   {
    3801                 :           0 :                     tree _r;
    3802                 :           0 :                     _r = captures[0];
    3803                 :           0 :                     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 746, __FILE__, __LINE__, true);
    3804                 :           0 :                     return _r;
    3805                 :             :                   }
    3806                 :           0 : next_after_fail1068:;
    3807                 :             :                 }
    3808                 :             :               else
    3809                 :             :                 {
    3810                 :           0 :                   if (known_lt (off0, off1)
    3811                 :             : )
    3812                 :             :                     {
    3813                 :           0 :                       if (TREE_SIDE_EFFECTS (captures[1])) goto next_after_fail1069;
    3814                 :           0 :                       if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail1069;
    3815                 :           0 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1069;
    3816                 :           0 :                       {
    3817                 :           0 :                         tree _r;
    3818                 :           0 :                         _r = captures[2];
    3819                 :           0 :                         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 747, __FILE__, __LINE__, true);
    3820                 :           0 :                         return _r;
    3821                 :             :                       }
    3822                 :           0 : next_after_fail1069:;
    3823                 :             :                     }
    3824                 :             :                 }
    3825                 :             :             }
    3826                 :             :         }
    3827                 :             :   }
    3828                 :           0 :   return NULL_TREE;
    3829                 :             : }
    3830                 :             : 
    3831                 :             : tree
    3832                 :           0 : generic_simplify_519 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    3833                 :             :  tree ARG_UNUSED (_p0), tree *ARG_UNUSED (captures),
    3834                 :             :  const enum tree_code ARG_UNUSED (bitop),
    3835                 :             :  const combined_fn ARG_UNUSED (bswap))
    3836                 :             : {
    3837                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3838                 :           0 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1094;
    3839                 :           0 :   {
    3840                 :           0 :     tree res_op0;
    3841                 :           0 :     res_op0 = captures[0];
    3842                 :           0 :     tree res_op1;
    3843                 :           0 :     {
    3844                 :           0 :       tree _o1[1], _r1;
    3845                 :           0 :       _o1[0] = captures[1];
    3846                 :           0 :       _r1 = maybe_build_call_expr_loc (loc, bswap, TREE_TYPE (_o1[0]), 1, _o1[0]);
    3847                 :           0 :       if (!_r1)
    3848                 :           0 :         goto next_after_fail1094;
    3849                 :           0 :       res_op1 = _r1;
    3850                 :             :     }
    3851                 :           0 :     tree _r;
    3852                 :           0 :     _r = fold_build2_loc (loc, bitop, type, res_op0, res_op1);
    3853                 :           0 :     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 764, __FILE__, __LINE__, true);
    3854                 :             :     return _r;
    3855                 :             :   }
    3856                 :             : next_after_fail1094:;
    3857                 :             :   return NULL_TREE;
    3858                 :             : }
    3859                 :             : 
    3860                 :             : tree
    3861                 :           0 : generic_simplify_528 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    3862                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree ARG_UNUSED (_p2), tree *ARG_UNUSED (captures),
    3863                 :             :  const combined_fn ARG_UNUSED (cond_op))
    3864                 :             : {
    3865                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3866                 :           0 :   {
    3867                 :           0 :  tree op_type = TREE_TYPE (captures[6]);
    3868                 :           0 :       if (inverse_conditions_p (captures[0], captures[2])
    3869                 :           0 :  && element_precision (type) == element_precision (op_type)
    3870                 :             : )
    3871                 :             :         {
    3872                 :           0 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1103;
    3873                 :           0 :           {
    3874                 :           0 :             tree res_op0;
    3875                 :           0 :             {
    3876                 :           0 :               tree _o1[5], _r1;
    3877                 :           0 :               _o1[0] = captures[2];
    3878                 :           0 :               _o1[1] = captures[3];
    3879                 :           0 :               _o1[2] = captures[4];
    3880                 :           0 :               _o1[3] = captures[5];
    3881                 :           0 :               {
    3882                 :           0 :                 tree _o2[1], _r2;
    3883                 :           0 :                 _o2[0] = captures[1];
    3884                 :           0 :                 _r2 = fold_build1_loc (loc, VIEW_CONVERT_EXPR, op_type, _o2[0]);
    3885                 :           0 :                 _o1[4] = _r2;
    3886                 :             :               }
    3887                 :           0 :               _r1 = maybe_build_call_expr_loc (loc, cond_op, TREE_TYPE (_o1[1]), 5, _o1[0], _o1[1], _o1[2], _o1[3], _o1[4]);
    3888                 :           0 :               if (!_r1)
    3889                 :           0 :                 goto next_after_fail1103;
    3890                 :           0 :               res_op0 = _r1;
    3891                 :             :             }
    3892                 :           0 :             tree _r;
    3893                 :           0 :             _r = fold_build1_loc (loc, VIEW_CONVERT_EXPR, type, res_op0);
    3894                 :           0 :             if (TREE_SIDE_EFFECTS (captures[0]))
    3895                 :           0 :               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
    3896                 :           0 :             if (TREE_SIDE_EFFECTS (captures[6]))
    3897                 :           0 :               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[6]), _r);
    3898                 :           0 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 768, __FILE__, __LINE__, true);
    3899                 :           0 :             return _r;
    3900                 :             :           }
    3901                 :             : next_after_fail1103:;
    3902                 :             :         }
    3903                 :             :   }
    3904                 :             :   return NULL_TREE;
    3905                 :             : }
    3906                 :             : 
    3907                 :             : tree
    3908                 :          60 : generic_simplify_537 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    3909                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
    3910                 :             :  const enum tree_code ARG_UNUSED (cmp))
    3911                 :             : {
    3912                 :          60 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3913                 :          60 :   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1112;
    3914                 :          60 :   {
    3915                 :          60 :     tree _r;
    3916                 :          60 :     _r =  constant_boolean_node (true, type);
    3917                 :          60 :     if (TREE_SIDE_EFFECTS (captures[0]))
    3918                 :           0 :       _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
    3919                 :          60 :     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 777, __FILE__, __LINE__, true);
    3920                 :             :     return _r;
    3921                 :             :   }
    3922                 :           0 : next_after_fail1112:;
    3923                 :           0 :   return NULL_TREE;
    3924                 :             : }
    3925                 :             : 
    3926                 :             : tree
    3927                 :           0 : generic_simplify_543 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    3928                 :             :  tree ARG_UNUSED (_p0), tree *ARG_UNUSED (captures),
    3929                 :             :  const combined_fn ARG_UNUSED (tans),
    3930                 :             :  const combined_fn ARG_UNUSED (atans))
    3931                 :             : {
    3932                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3933                 :           0 :   if (flag_unsafe_math_optimizations
    3934                 :             : )
    3935                 :             :     {
    3936                 :           0 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1118;
    3937                 :           0 :       {
    3938                 :           0 :         tree _r;
    3939                 :           0 :         _r = captures[0];
    3940                 :           0 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 783, __FILE__, __LINE__, true);
    3941                 :           0 :         return _r;
    3942                 :             :       }
    3943                 :           0 : next_after_fail1118:;
    3944                 :             :     }
    3945                 :             :   return NULL_TREE;
    3946                 :             : }
    3947                 :             : 
    3948                 :             : tree
    3949                 :           0 : generic_simplify_549 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    3950                 :             :  tree ARG_UNUSED (_p0), tree *ARG_UNUSED (captures),
    3951                 :             :  const combined_fn ARG_UNUSED (froms),
    3952                 :             :  const combined_fn ARG_UNUSED (tos))
    3953                 :             : {
    3954                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3955                 :           0 :   if (optimize && canonicalize_math_p ()
    3956                 :             : )
    3957                 :             :     {
    3958                 :           0 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1124;
    3959                 :           0 :       {
    3960                 :           0 :         tree res_op0;
    3961                 :           0 :         {
    3962                 :           0 :           tree _o1[1], _r1;
    3963                 :           0 :           _o1[0] = captures[0];
    3964                 :           0 :           _r1 = maybe_build_call_expr_loc (loc, tos, TREE_TYPE (_o1[0]), 1, _o1[0]);
    3965                 :           0 :           if (!_r1)
    3966                 :           0 :             goto next_after_fail1124;
    3967                 :           0 :           res_op0 = _r1;
    3968                 :             :         }
    3969                 :           0 :         tree _r;
    3970                 :           0 :         _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
    3971                 :           0 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 789, __FILE__, __LINE__, true);
    3972                 :           0 :         return _r;
    3973                 :             :       }
    3974                 :             : next_after_fail1124:;
    3975                 :             :     }
    3976                 :             :   return NULL_TREE;
    3977                 :             : }
    3978                 :             : 
    3979                 :             : tree
    3980                 :           0 : generic_simplify_555 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    3981                 :             :  tree ARG_UNUSED (_p0), tree *ARG_UNUSED (captures),
    3982                 :             :  const combined_fn ARG_UNUSED (floors))
    3983                 :             : {
    3984                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    3985                 :           0 :   if (canonicalize_math_p ()
    3986                 :             : )
    3987                 :             :     {
    3988                 :           0 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1130;
    3989                 :           0 :       {
    3990                 :           0 :         tree res_op0;
    3991                 :           0 :         res_op0 = captures[0];
    3992                 :           0 :         tree _r;
    3993                 :           0 :         _r = fold_build1_loc (loc, FIX_TRUNC_EXPR, type, res_op0);
    3994                 :           0 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 795, __FILE__, __LINE__, true);
    3995                 :           0 :         return _r;
    3996                 :             :       }
    3997                 :           0 : next_after_fail1130:;
    3998                 :             :     }
    3999                 :             :   return NULL_TREE;
    4000                 :             : }
    4001                 :             : 
    4002                 :             : tree
    4003                 :           0 : generic_simplify_563 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    4004                 :             :  tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree ARG_UNUSED (_p2), tree *ARG_UNUSED (captures),
    4005                 :             :  const combined_fn ARG_UNUSED (fmas))
    4006                 :             : {
    4007                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    4008                 :           0 :   if (canonicalize_math_after_vectorization_p ()
    4009                 :             : )
    4010                 :             :     {
    4011                 :             :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1138;
    4012                 :             :       {
    4013                 :             :         tree res_op0;
    4014                 :             :         res_op0 = captures[0];
    4015                 :             :         tree res_op1;
    4016                 :             :         res_op1 = captures[1];
    4017                 :             :         tree res_op2;
    4018                 :             :         res_op2 = captures[2];
    4019                 :             :         tree _r;
    4020                 :             :         _r = maybe_build_call_expr_loc (loc, CFN_FNMS, type, 3, res_op0, res_op1, res_op2);
    4021                 :             :         if (!_r)
    4022                 :             :           goto next_after_fail1138;
    4023                 :             :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 803, __FILE__, __LINE__, true);
    4024                 :             :         return _r;
    4025                 :             :       }
    4026                 :           0 : next_after_fail1138:;
    4027                 :             :     }
    4028                 :           0 :   return NULL_TREE;
    4029                 :             : }
    4030                 :             : 
    4031                 :             : tree
    4032                 :           0 : generic_simplify_572 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    4033                 :             :  tree ARG_UNUSED (_p0), tree *ARG_UNUSED (captures),
    4034                 :             :  const combined_fn ARG_UNUSED (ctz))
    4035                 :             : {
    4036                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    4037                 :           0 :   {
    4038                 :           0 :  tree t = TREE_TYPE (captures[0]);
    4039                 :           0 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1147;
    4040                 :           0 :       {
    4041                 :           0 :         tree res_op0;
    4042                 :           0 :         {
    4043                 :           0 :           tree _o1[1], _r1;
    4044                 :           0 :           _o1[0] = captures[1];
    4045                 :           0 :           if (TREE_TYPE (_o1[0]) != t)
    4046                 :             :             {
    4047                 :           0 :               _r1 = fold_build1_loc (loc, NOP_EXPR, t, _o1[0]);
    4048                 :             :             }
    4049                 :             :           else
    4050                 :             :             _r1 = _o1[0];
    4051                 :           0 :           res_op0 = _r1;
    4052                 :             :         }
    4053                 :           0 :         tree _r;
    4054                 :           0 :         _r = maybe_build_call_expr_loc (loc, ctz, type, 1, res_op0);
    4055                 :           0 :         if (!_r)
    4056                 :           0 :           goto next_after_fail1147;
    4057                 :           0 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 811, __FILE__, __LINE__, true);
    4058                 :             :         return _r;
    4059                 :             :       }
    4060                 :             : next_after_fail1147:;
    4061                 :             :   }
    4062                 :             :   return NULL_TREE;
    4063                 :             : }
    4064                 :             : 
    4065                 :             : tree
    4066                 :           0 : generic_simplify_581 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
    4067                 :             :  tree ARG_UNUSED (_p0), tree *ARG_UNUSED (captures),
    4068                 :             :  const combined_fn ARG_UNUSED (bswap),
    4069                 :             :  const combined_fn ARG_UNUSED (parity))
    4070                 :             : {
    4071                 :           0 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    4072                 :           0 :   if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
    4073                 :           0 :  && INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
    4074                 :           0 :  && TYPE_PRECISION (TREE_TYPE (captures[0]))
    4075                 :           0 :  >= TYPE_PRECISION (TREE_TYPE (captures[1]))
    4076                 :             : )
    4077                 :             :     {
    4078                 :           0 :       {
    4079                 :           0 :  tree type0 = TREE_TYPE (captures[0]);
    4080                 :           0 :  tree type1 = TREE_TYPE (captures[1]);
    4081                 :           0 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1157;
    4082                 :           0 :           {
    4083                 :           0 :             tree res_op0;
    4084                 :           0 :             {
    4085                 :           0 :               tree _o1[1], _r1;
    4086                 :           0 :               {
    4087                 :           0 :                 tree _o2[1], _r2;
    4088                 :           0 :                 _o2[0] = captures[2];
    4089                 :           0 :                 if (TREE_TYPE (_o2[0]) != type1)
    4090                 :             :                   {
    4091                 :           0 :                     _r2 = fold_build1_loc (loc, NOP_EXPR, type1, _o2[0]);
    4092                 :             :                   }
    4093                 :             :                 else
    4094                 :             :                   _r2 = _o2[0];
    4095                 :           0 :                 _o1[0] = _r2;
    4096                 :             :               }
    4097                 :           0 :               if (TREE_TYPE (_o1[0]) != type0)
    4098                 :             :                 {
    4099                 :           0 :                   _r1 = fold_build1_loc (loc, NOP_EXPR, type0, _o1[0]);
    4100                 :             :                 }
    4101                 :             :               else
    4102                 :             :                 _r1 = _o1[0];
    4103                 :           0 :               res_op0 = _r1;
    4104                 :             :             }
    4105                 :           0 :             tree _r;
    4106                 :           0 :             _r = maybe_build_call_expr_loc (loc, parity, type, 1, res_op0);
    4107                 :           0 :             if (!_r)
    4108                 :           0 :               goto next_after_fail1157;
    4109                 :           0 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 817, __FILE__, __LINE__, true);
    4110                 :           0 :             return _r;
    4111                 :             :           }
    4112                 :             : next_after_fail1157:;
    4113                 :             :       }
    4114                 :             :     }
    4115                 :             :   return NULL_TREE;
    4116                 :             : }
    4117                 :             : 
    4118                 :             : tree
    4119                 :         916 : generic_simplify_ABSU_EXPR (location_t ARG_UNUSED (loc), enum tree_code ARG_UNUSED (code), const tree ARG_UNUSED (type), tree _p0)
    4120                 :             : {
    4121                 :         916 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    4122                 :         916 :   switch (TREE_CODE (_p0))
    4123                 :             :     {
    4124                 :         515 :     CASE_CONVERT:
    4125                 :         515 :       {
    4126                 :         515 :         tree _q20 = TREE_OPERAND (_p0, 0);
    4127                 :         515 :         switch (TREE_CODE (_q20))
    4128                 :             :           {
    4129                 :           0 :           case ABSU_EXPR:
    4130                 :           0 :             {
    4131                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    4132                 :           0 :               {
    4133                 :           0 :                 tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q30 };
    4134                 :           0 :                 if (tree_nop_conversion_p (TREE_TYPE (captures[0]), TREE_TYPE (captures[1]))
    4135                 :             : )
    4136                 :             :                   {
    4137                 :           0 :                     if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1201;
    4138                 :           0 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1201;
    4139                 :           0 :                     {
    4140                 :           0 :                       tree _r;
    4141                 :           0 :                       _r = captures[1];
    4142                 :           0 :                       if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 851, __FILE__, __LINE__, true);
    4143                 :           0 :                       return _r;
    4144                 :             :                     }
    4145                 :           0 : next_after_fail1201:;
    4146                 :             :                   }
    4147                 :             :               }
    4148                 :           0 :               break;
    4149                 :             :             }
    4150                 :             :           default:;
    4151                 :             :           }
    4152                 :             :         break;
    4153                 :             :       }
    4154                 :           6 :     case NEGATE_EXPR:
    4155                 :           6 :       {
    4156                 :           6 :         tree _q20 = TREE_OPERAND (_p0, 0);
    4157                 :           6 :         {
    4158                 :           6 :           tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    4159                 :           6 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1202;
    4160                 :           6 :           {
    4161                 :           6 :             tree res_op0;
    4162                 :           6 :             res_op0 = captures[0];
    4163                 :           6 :             tree _r;
    4164                 :           6 :             _r = fold_build1_loc (loc, ABSU_EXPR, type, res_op0);
    4165                 :           6 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 852, __FILE__, __LINE__, true);
    4166                 :         916 :             return _r;
    4167                 :             :           }
    4168                 :           0 : next_after_fail1202:;
    4169                 :             :         }
    4170                 :           0 :         break;
    4171                 :             :       }
    4172                 :           0 :     case VEC_COND_EXPR:
    4173                 :           0 :       {
    4174                 :           0 :         tree _q20 = TREE_OPERAND (_p0, 0);
    4175                 :           0 :         tree _q21 = TREE_OPERAND (_p0, 1);
    4176                 :           0 :         tree _q22 = TREE_OPERAND (_p0, 2);
    4177                 :           0 :         {
    4178                 :           0 :           tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22 };
    4179                 :           0 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1203;
    4180                 :           0 :           {
    4181                 :           0 :             tree res_op0;
    4182                 :           0 :             res_op0 = captures[1];
    4183                 :           0 :             tree res_op1;
    4184                 :           0 :             {
    4185                 :           0 :               tree _o1[1], _r1;
    4186                 :           0 :               _o1[0] = captures[2];
    4187                 :           0 :               _r1 = fold_build1_loc (loc, ABSU_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
    4188                 :           0 :               if (EXPR_P (_r1))
    4189                 :           0 :                 goto next_after_fail1203;
    4190                 :           0 :               res_op1 = _r1;
    4191                 :             :             }
    4192                 :           0 :             tree res_op2;
    4193                 :           0 :             {
    4194                 :           0 :               tree _o1[1], _r1;
    4195                 :           0 :               _o1[0] = captures[3];
    4196                 :           0 :               _r1 = fold_build1_loc (loc, ABSU_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
    4197                 :           0 :               if (EXPR_P (_r1))
    4198                 :           0 :                 goto next_after_fail1203;
    4199                 :           0 :               res_op2 = _r1;
    4200                 :             :             }
    4201                 :           0 :             tree _r;
    4202                 :           0 :             _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
    4203                 :           0 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 826, __FILE__, __LINE__, true);
    4204                 :           0 :             return _r;
    4205                 :             :           }
    4206                 :           0 : next_after_fail1203:;
    4207                 :             :         }
    4208                 :           0 :         break;
    4209                 :             :       }
    4210                 :         910 :     default:;
    4211                 :             :     }
    4212                 :         910 : if (tree_expr_nonnegative_p (_p0))
    4213                 :             :   {
    4214                 :           0 :     {
    4215                 :           0 :       tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
    4216                 :           0 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1204;
    4217                 :           0 :       {
    4218                 :           0 :         tree res_op0;
    4219                 :           0 :         res_op0 = captures[0];
    4220                 :           0 :         tree _r;
    4221                 :           0 :         _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
    4222                 :           0 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 853, __FILE__, __LINE__, true);
    4223                 :           0 :         return _r;
    4224                 :             :       }
    4225                 :           0 : next_after_fail1204:;
    4226                 :             :     }
    4227                 :             :   }
    4228                 :             :   return NULL_TREE;
    4229                 :             : }
    4230                 :             : 
    4231                 :             : tree
    4232                 :        3452 : generic_simplify_PAREN_EXPR (location_t ARG_UNUSED (loc), enum tree_code ARG_UNUSED (code), const tree ARG_UNUSED (type), tree _p0)
    4233                 :             : {
    4234                 :        3452 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    4235                 :        3452 :   switch (TREE_CODE (_p0))
    4236                 :             :     {
    4237                 :           2 :     case PAREN_EXPR:
    4238                 :           2 :       {
    4239                 :           2 :         tree _q20 = TREE_OPERAND (_p0, 0);
    4240                 :           2 :         {
    4241                 :           2 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q20 };
    4242                 :           2 :           if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1254;
    4243                 :           2 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1254;
    4244                 :           2 :           {
    4245                 :           2 :             tree _r;
    4246                 :           2 :             _r = captures[0];
    4247                 :           2 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 870, __FILE__, __LINE__, true);
    4248                 :           2 :             return _r;
    4249                 :             :           }
    4250                 :           0 : next_after_fail1254:;
    4251                 :             :         }
    4252                 :           0 :         break;
    4253                 :             :       }
    4254                 :        3450 :     default:;
    4255                 :             :     }
    4256                 :        3450 : if (CONSTANT_CLASS_P (_p0))
    4257                 :             :   {
    4258                 :           1 :     {
    4259                 :           1 :       tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
    4260                 :           1 :       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1255;
    4261                 :           1 :       {
    4262                 :           1 :         tree _r;
    4263                 :           1 :         _r = captures[0];
    4264                 :           1 :         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 871, __FILE__, __LINE__, true);
    4265                 :           1 :         return _r;
    4266                 :             :       }
    4267                 :           0 : next_after_fail1255:;
    4268                 :             :     }
    4269                 :             :   }
    4270                 :             :   return NULL_TREE;
    4271                 :             : }
    4272                 :             : 
    4273                 :             : tree
    4274                 :     1694784 : generic_simplify_REALPART_EXPR (location_t ARG_UNUSED (loc), enum tree_code ARG_UNUSED (code), const tree ARG_UNUSED (type), tree _p0)
    4275                 :             : {
    4276                 :     1694784 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    4277                 :     1694784 :   switch (TREE_CODE (_p0))
    4278                 :             :     {
    4279                 :        9601 :     case COMPLEX_EXPR:
    4280                 :        9601 :       {
    4281                 :        9601 :         tree _q20 = TREE_OPERAND (_p0, 0);
    4282                 :        9601 :         tree _q21 = TREE_OPERAND (_p0, 1);
    4283                 :        9601 :         {
    4284                 :        9601 :           tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    4285                 :        9601 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1256;
    4286                 :        9601 :           {
    4287                 :        9601 :             tree _r;
    4288                 :        9601 :             _r = captures[0];
    4289                 :        9601 :             if (TREE_SIDE_EFFECTS (captures[1]))
    4290                 :        1356 :               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
    4291                 :        9601 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 872, __FILE__, __LINE__, true);
    4292                 :        9601 :             return _r;
    4293                 :             :           }
    4294                 :           0 : next_after_fail1256:;
    4295                 :             :         }
    4296                 :           0 :         break;
    4297                 :             :       }
    4298                 :       46949 :     CASE_CONVERT:
    4299                 :       46949 :       {
    4300                 :       46949 :         tree _q20 = TREE_OPERAND (_p0, 0);
    4301                 :       46949 :         switch (TREE_CODE (_q20))
    4302                 :             :           {
    4303                 :           0 :           case CONJ_EXPR:
    4304                 :           0 :             {
    4305                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    4306                 :           0 :               {
    4307                 :           0 :                 tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q30 };
    4308                 :           0 :                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1257;
    4309                 :           0 :                 {
    4310                 :           0 :                   tree res_op0;
    4311                 :           0 :                   {
    4312                 :           0 :                     tree _o1[1], _r1;
    4313                 :           0 :                     _o1[0] = captures[2];
    4314                 :           0 :                     _r1 = fold_build1_loc (loc, REALPART_EXPR, TREE_TYPE (TREE_TYPE (_o1[0])), _o1[0]);
    4315                 :           0 :                     res_op0 = _r1;
    4316                 :             :                   }
    4317                 :           0 :                   tree _r;
    4318                 :           0 :                   _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
    4319                 :           0 :                   if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 873, __FILE__, __LINE__, true);
    4320                 :           0 :                   return _r;
    4321                 :             :                 }
    4322                 :           0 : next_after_fail1257:;
    4323                 :             :               }
    4324                 :           0 :               break;
    4325                 :             :             }
    4326                 :           0 :           case PLUS_EXPR:
    4327                 :           0 :             {
    4328                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    4329                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    4330                 :           0 :               {
    4331                 :           0 :                 tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31 };
    4332                 :           0 :                 const enum tree_code op = PLUS_EXPR;
    4333                 :           0 :                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1258;
    4334                 :           0 :                 {
    4335                 :           0 :                   tree res_op0;
    4336                 :           0 :                   {
    4337                 :           0 :                     tree _o1[2], _r1;
    4338                 :           0 :                     {
    4339                 :           0 :                       tree _o2[1], _r2;
    4340                 :           0 :                       _o2[0] = captures[2];
    4341                 :           0 :                       _r2 = fold_build1_loc (loc, REALPART_EXPR, TREE_TYPE (TREE_TYPE (_o2[0])), _o2[0]);
    4342                 :           0 :                       _o1[0] = _r2;
    4343                 :             :                     }
    4344                 :           0 :                     {
    4345                 :           0 :                       tree _o2[1], _r2;
    4346                 :           0 :                       _o2[0] = captures[3];
    4347                 :           0 :                       _r2 = fold_build1_loc (loc, REALPART_EXPR, TREE_TYPE (TREE_TYPE (_o2[0])), _o2[0]);
    4348                 :           0 :                       _o1[1] = _r2;
    4349                 :             :                     }
    4350                 :           0 :                     _r1 = fold_build2_loc (loc, op, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    4351                 :           0 :                     res_op0 = _r1;
    4352                 :             :                   }
    4353                 :           0 :                   tree _r;
    4354                 :           0 :                   _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
    4355                 :           0 :                   if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 874, __FILE__, __LINE__, true);
    4356                 :           0 :                   return _r;
    4357                 :             :                 }
    4358                 :           0 : next_after_fail1258:;
    4359                 :             :               }
    4360                 :           0 :               break;
    4361                 :             :             }
    4362                 :           0 :           case MINUS_EXPR:
    4363                 :           0 :             {
    4364                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    4365                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    4366                 :           0 :               {
    4367                 :           0 :                 tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31 };
    4368                 :           0 :                 const enum tree_code op = MINUS_EXPR;
    4369                 :           0 :                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1259;
    4370                 :           0 :                 {
    4371                 :           0 :                   tree res_op0;
    4372                 :           0 :                   {
    4373                 :           0 :                     tree _o1[2], _r1;
    4374                 :           0 :                     {
    4375                 :           0 :                       tree _o2[1], _r2;
    4376                 :           0 :                       _o2[0] = captures[2];
    4377                 :           0 :                       _r2 = fold_build1_loc (loc, REALPART_EXPR, TREE_TYPE (TREE_TYPE (_o2[0])), _o2[0]);
    4378                 :           0 :                       _o1[0] = _r2;
    4379                 :             :                     }
    4380                 :           0 :                     {
    4381                 :           0 :                       tree _o2[1], _r2;
    4382                 :           0 :                       _o2[0] = captures[3];
    4383                 :           0 :                       _r2 = fold_build1_loc (loc, REALPART_EXPR, TREE_TYPE (TREE_TYPE (_o2[0])), _o2[0]);
    4384                 :           0 :                       _o1[1] = _r2;
    4385                 :             :                     }
    4386                 :           0 :                     _r1 = fold_build2_loc (loc, op, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    4387                 :           0 :                     res_op0 = _r1;
    4388                 :             :                   }
    4389                 :           0 :                   tree _r;
    4390                 :           0 :                   _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
    4391                 :           0 :                   if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 874, __FILE__, __LINE__, true);
    4392                 :           0 :                   return _r;
    4393                 :             :                 }
    4394                 :           0 : next_after_fail1259:;
    4395                 :             :               }
    4396                 :           0 :               break;
    4397                 :             :             }
    4398                 :           0 :           case CALL_EXPR:
    4399                 :           0 :             switch (get_call_combined_fn (_q20))
    4400                 :             :               {
    4401                 :           0 :               case CFN_BUILT_IN_CEXPIF:
    4402                 :           0 :                 if (call_expr_nargs (_q20) == 1)
    4403                 :             :     {
    4404                 :           0 :                     tree _q30 = CALL_EXPR_ARG (_q20, 0);
    4405                 :           0 :                     {
    4406                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q30 };
    4407                 :           0 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1260;
    4408                 :           0 :                       {
    4409                 :           0 :                         tree res_op0;
    4410                 :           0 :                         {
    4411                 :           0 :                           tree _o1[1], _r1;
    4412                 :           0 :                           _o1[0] = captures[2];
    4413                 :           0 :                           _r1 = maybe_build_call_expr_loc (loc, CFN_BUILT_IN_COSF, TREE_TYPE (_o1[0]), 1, _o1[0]);
    4414                 :           0 :                           if (!_r1)
    4415                 :           0 :                             goto next_after_fail1260;
    4416                 :           0 :                           res_op0 = _r1;
    4417                 :             :                         }
    4418                 :           0 :                         tree _r;
    4419                 :           0 :                         _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
    4420                 :           0 :                         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 875, __FILE__, __LINE__, true);
    4421                 :           0 :                         return _r;
    4422                 :             :                       }
    4423                 :           0 : next_after_fail1260:;
    4424                 :             :                     }
    4425                 :             :                   }
    4426                 :             :                 break;
    4427                 :           0 :               case CFN_BUILT_IN_CEXPIL:
    4428                 :           0 :                 if (call_expr_nargs (_q20) == 1)
    4429                 :             :     {
    4430                 :           0 :                     tree _q30 = CALL_EXPR_ARG (_q20, 0);
    4431                 :           0 :                     {
    4432                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q30 };
    4433                 :           0 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1261;
    4434                 :           0 :                       {
    4435                 :           0 :                         tree res_op0;
    4436                 :           0 :                         {
    4437                 :           0 :                           tree _o1[1], _r1;
    4438                 :           0 :                           _o1[0] = captures[2];
    4439                 :           0 :                           _r1 = maybe_build_call_expr_loc (loc, CFN_BUILT_IN_COSL, TREE_TYPE (_o1[0]), 1, _o1[0]);
    4440                 :           0 :                           if (!_r1)
    4441                 :           0 :                             goto next_after_fail1261;
    4442                 :           0 :                           res_op0 = _r1;
    4443                 :             :                         }
    4444                 :           0 :                         tree _r;
    4445                 :           0 :                         _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
    4446                 :           0 :                         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 875, __FILE__, __LINE__, true);
    4447                 :           0 :                         return _r;
    4448                 :             :                       }
    4449                 :           0 : next_after_fail1261:;
    4450                 :             :                     }
    4451                 :             :                   }
    4452                 :             :                 break;
    4453                 :           0 :               case CFN_BUILT_IN_CEXPI:
    4454                 :           0 :                 if (call_expr_nargs (_q20) == 1)
    4455                 :             :     {
    4456                 :           0 :                     tree _q30 = CALL_EXPR_ARG (_q20, 0);
    4457                 :           0 :                     {
    4458                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q30 };
    4459                 :           0 :                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1262;
    4460                 :           0 :                       {
    4461                 :           0 :                         tree res_op0;
    4462                 :           0 :                         {
    4463                 :           0 :                           tree _o1[1], _r1;
    4464                 :           0 :                           _o1[0] = captures[2];
    4465                 :           0 :                           _r1 = maybe_build_call_expr_loc (loc, CFN_BUILT_IN_COS, TREE_TYPE (_o1[0]), 1, _o1[0]);
    4466                 :           0 :                           if (!_r1)
    4467                 :           0 :                             goto next_after_fail1262;
    4468                 :           0 :                           res_op0 = _r1;
    4469                 :             :                         }
    4470                 :           0 :                         tree _r;
    4471                 :           0 :                         _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
    4472                 :           0 :                         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 875, __FILE__, __LINE__, true);
    4473                 :           0 :                         return _r;
    4474                 :             :                       }
    4475                 :           0 : next_after_fail1262:;
    4476                 :             :                     }
    4477                 :             :                   }
    4478                 :             :                 break;
    4479                 :             :               default:;
    4480                 :             :               }
    4481                 :             :             break;
    4482                 :             :           default:;
    4483                 :             :           }
    4484                 :             :         break;
    4485                 :             :       }
    4486                 :          16 :     case CONJ_EXPR:
    4487                 :          16 :       {
    4488                 :          16 :         tree _q20 = TREE_OPERAND (_p0, 0);
    4489                 :          16 :         {
    4490                 :          16 :           tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p0, _q20 };
    4491                 :          16 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1263;
    4492                 :          16 :           {
    4493                 :          16 :             tree res_op0;
    4494                 :          16 :             {
    4495                 :          16 :               tree _o1[1], _r1;
    4496                 :          16 :               _o1[0] = captures[2];
    4497                 :          16 :               _r1 = fold_build1_loc (loc, REALPART_EXPR, TREE_TYPE (TREE_TYPE (_o1[0])), _o1[0]);
    4498                 :          16 :               res_op0 = _r1;
    4499                 :             :             }
    4500                 :          16 :             tree _r;
    4501                 :          16 :             _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
    4502                 :          16 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 873, __FILE__, __LINE__, true);
    4503                 :          16 :             return _r;
    4504                 :             :           }
    4505                 :           0 : next_after_fail1263:;
    4506                 :             :         }
    4507                 :           0 :         break;
    4508                 :             :       }
    4509                 :         407 :     case PLUS_EXPR:
    4510                 :         407 :       {
    4511                 :         407 :         tree _q20 = TREE_OPERAND (_p0, 0);
    4512                 :         407 :         tree _q21 = TREE_OPERAND (_p0, 1);
    4513                 :         407 :         {
    4514                 :         407 :           tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p0, _q20, _q21 };
    4515                 :         407 :           const enum tree_code op = PLUS_EXPR;
    4516                 :         407 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1264;
    4517                 :         407 :           {
    4518                 :         407 :             tree res_op0;
    4519                 :         407 :             {
    4520                 :         407 :               tree _o1[2], _r1;
    4521                 :         407 :               {
    4522                 :         407 :                 tree _o2[1], _r2;
    4523                 :         407 :                 _o2[0] = captures[2];
    4524                 :         407 :                 _r2 = fold_build1_loc (loc, REALPART_EXPR, TREE_TYPE (TREE_TYPE (_o2[0])), _o2[0]);
    4525                 :         407 :                 _o1[0] = _r2;
    4526                 :             :               }
    4527                 :         407 :               {
    4528                 :         407 :                 tree _o2[1], _r2;
    4529                 :         407 :                 _o2[0] = captures[3];
    4530                 :         407 :                 _r2 = fold_build1_loc (loc, REALPART_EXPR, TREE_TYPE (TREE_TYPE (_o2[0])), _o2[0]);
    4531                 :         407 :                 _o1[1] = _r2;
    4532                 :             :               }
    4533                 :         407 :               _r1 = fold_build2_loc (loc, op, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    4534                 :         407 :               res_op0 = _r1;
    4535                 :             :             }
    4536                 :         407 :             tree _r;
    4537                 :         407 :             _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
    4538                 :         407 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 874, __FILE__, __LINE__, true);
    4539                 :         407 :             return _r;
    4540                 :             :           }
    4541                 :           0 : next_after_fail1264:;
    4542                 :             :         }
    4543                 :           0 :         break;
    4544                 :             :       }
    4545                 :          52 :     case MINUS_EXPR:
    4546                 :          52 :       {
    4547                 :          52 :         tree _q20 = TREE_OPERAND (_p0, 0);
    4548                 :          52 :         tree _q21 = TREE_OPERAND (_p0, 1);
    4549                 :          52 :         {
    4550                 :          52 :           tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p0, _q20, _q21 };
    4551                 :          52 :           const enum tree_code op = MINUS_EXPR;
    4552                 :          52 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1265;
    4553                 :          52 :           {
    4554                 :          52 :             tree res_op0;
    4555                 :          52 :             {
    4556                 :          52 :               tree _o1[2], _r1;
    4557                 :          52 :               {
    4558                 :          52 :                 tree _o2[1], _r2;
    4559                 :          52 :                 _o2[0] = captures[2];
    4560                 :          52 :                 _r2 = fold_build1_loc (loc, REALPART_EXPR, TREE_TYPE (TREE_TYPE (_o2[0])), _o2[0]);
    4561                 :          52 :                 _o1[0] = _r2;
    4562                 :             :               }
    4563                 :          52 :               {
    4564                 :          52 :                 tree _o2[1], _r2;
    4565                 :          52 :                 _o2[0] = captures[3];
    4566                 :          52 :                 _r2 = fold_build1_loc (loc, REALPART_EXPR, TREE_TYPE (TREE_TYPE (_o2[0])), _o2[0]);
    4567                 :          52 :                 _o1[1] = _r2;
    4568                 :             :               }
    4569                 :          52 :               _r1 = fold_build2_loc (loc, op, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    4570                 :          52 :               res_op0 = _r1;
    4571                 :             :             }
    4572                 :          52 :             tree _r;
    4573                 :          52 :             _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
    4574                 :          52 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 874, __FILE__, __LINE__, true);
    4575                 :          52 :             return _r;
    4576                 :             :           }
    4577                 :           0 : next_after_fail1265:;
    4578                 :             :         }
    4579                 :           0 :         break;
    4580                 :             :       }
    4581                 :         257 :     case CALL_EXPR:
    4582                 :         257 :       switch (get_call_combined_fn (_p0))
    4583                 :             :         {
    4584                 :           0 :         case CFN_BUILT_IN_CEXPIF:
    4585                 :           0 :           if (call_expr_nargs (_p0) == 1)
    4586                 :             :     {
    4587                 :           0 :               tree _q20 = CALL_EXPR_ARG (_p0, 0);
    4588                 :           0 :               {
    4589                 :           0 :                 tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p0, _q20 };
    4590                 :           0 :                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1266;
    4591                 :           0 :                 {
    4592                 :           0 :                   tree res_op0;
    4593                 :           0 :                   {
    4594                 :           0 :                     tree _o1[1], _r1;
    4595                 :           0 :                     _o1[0] = captures[2];
    4596                 :           0 :                     _r1 = maybe_build_call_expr_loc (loc, CFN_BUILT_IN_COSF, TREE_TYPE (_o1[0]), 1, _o1[0]);
    4597                 :           0 :                     if (!_r1)
    4598                 :           0 :                       goto next_after_fail1266;
    4599                 :           0 :                     res_op0 = _r1;
    4600                 :             :                   }
    4601                 :           0 :                   tree _r;
    4602                 :           0 :                   _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
    4603                 :           0 :                   if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 875, __FILE__, __LINE__, true);
    4604                 :           0 :                   return _r;
    4605                 :             :                 }
    4606                 :           0 : next_after_fail1266:;
    4607                 :             :               }
    4608                 :             :             }
    4609                 :             :           break;
    4610                 :           0 :         case CFN_BUILT_IN_CEXPIL:
    4611                 :           0 :           if (call_expr_nargs (_p0) == 1)
    4612                 :             :     {
    4613                 :           0 :               tree _q20 = CALL_EXPR_ARG (_p0, 0);
    4614                 :           0 :               {
    4615                 :           0 :                 tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p0, _q20 };
    4616                 :           0 :                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1267;
    4617                 :           0 :                 {
    4618                 :           0 :                   tree res_op0;
    4619                 :           0 :                   {
    4620                 :           0 :                     tree _o1[1], _r1;
    4621                 :           0 :                     _o1[0] = captures[2];
    4622                 :           0 :                     _r1 = maybe_build_call_expr_loc (loc, CFN_BUILT_IN_COSL, TREE_TYPE (_o1[0]), 1, _o1[0]);
    4623                 :           0 :                     if (!_r1)
    4624                 :           0 :                       goto next_after_fail1267;
    4625                 :           0 :                     res_op0 = _r1;
    4626                 :             :                   }
    4627                 :           0 :                   tree _r;
    4628                 :           0 :                   _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
    4629                 :           0 :                   if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 875, __FILE__, __LINE__, true);
    4630                 :           0 :                   return _r;
    4631                 :             :                 }
    4632                 :           0 : next_after_fail1267:;
    4633                 :             :               }
    4634                 :             :             }
    4635                 :             :           break;
    4636                 :           1 :         case CFN_BUILT_IN_CEXPI:
    4637                 :           1 :           if (call_expr_nargs (_p0) == 1)
    4638                 :             :     {
    4639                 :           1 :               tree _q20 = CALL_EXPR_ARG (_p0, 0);
    4640                 :           1 :               {
    4641                 :           1 :                 tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p0, _q20 };
    4642                 :           1 :                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1268;
    4643                 :           1 :                 {
    4644                 :           1 :                   tree res_op0;
    4645                 :           1 :                   {
    4646                 :           1 :                     tree _o1[1], _r1;
    4647                 :           1 :                     _o1[0] = captures[2];
    4648                 :           1 :                     _r1 = maybe_build_call_expr_loc (loc, CFN_BUILT_IN_COS, TREE_TYPE (_o1[0]), 1, _o1[0]);
    4649                 :           1 :                     if (!_r1)
    4650                 :           0 :                       goto next_after_fail1268;
    4651                 :           1 :                     res_op0 = _r1;
    4652                 :             :                   }
    4653                 :           1 :                   tree _r;
    4654                 :           1 :                   _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
    4655                 :           1 :                   if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 875, __FILE__, __LINE__, true);
    4656                 :           1 :                   return _r;
    4657                 :             :                 }
    4658                 :           0 : next_after_fail1268:;
    4659                 :             :               }
    4660                 :             :             }
    4661                 :             :           break;
    4662                 :             :         default:;
    4663                 :             :         }
    4664                 :             :       break;
    4665                 :             :     default:;
    4666                 :             :     }
    4667                 :             :   return NULL_TREE;
    4668                 :             : }
    4669                 :             : 
    4670                 :             : tree
    4671                 :      666548 : generic_simplify_BIT_XOR_EXPR (location_t ARG_UNUSED (loc), enum tree_code ARG_UNUSED (code), const tree ARG_UNUSED (type), tree _p0, tree _p1)
    4672                 :             : {
    4673                 :      666548 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
    4674                 :      666548 :   if (integer_zerop (_p1))
    4675                 :             :     {
    4676                 :         529 :       {
    4677                 :         529 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
    4678                 :         529 :         if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1379;
    4679                 :         529 :         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1379;
    4680                 :         529 :         {
    4681                 :         529 :           tree res_op0;
    4682                 :         529 :           res_op0 = captures[0];
    4683                 :         529 :           tree _r;
    4684                 :         529 :           _r = non_lvalue_loc (loc, res_op0);
    4685                 :         529 :           if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 880, __FILE__, __LINE__, true);
    4686                 :         529 :           return _r;
    4687                 :             :         }
    4688                 :             : next_after_fail1379:;
    4689                 :             :       }
    4690                 :             :     }
    4691                 :      666019 :   switch (TREE_CODE (_p0))
    4692                 :             :     {
    4693                 :        2727 :     case LSHIFT_EXPR:
    4694                 :        2727 :       {
    4695                 :        2727 :         tree _q20 = TREE_OPERAND (_p0, 0);
    4696                 :        2727 :         tree _q21 = TREE_OPERAND (_p0, 1);
    4697                 :        2727 :         switch (TREE_CODE (_p1))
    4698                 :             :           {
    4699                 :          10 :           case LSHIFT_EXPR:
    4700                 :          10 :             {
    4701                 :          10 :               tree _q50 = TREE_OPERAND (_p1, 0);
    4702                 :          10 :               tree _q51 = TREE_OPERAND (_p1, 1);
    4703                 :          10 :               if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
    4704                 :             :                 {
    4705                 :           1 :                   {
    4706                 :           1 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _p1, _q50 };
    4707                 :           1 :                     tree res = generic_simplify_63 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    4708                 :           1 :                     if (res) return res;
    4709                 :             :                   }
    4710                 :             :                 }
    4711                 :             :               break;
    4712                 :             :             }
    4713                 :             :           default:;
    4714                 :             :           }
    4715                 :             :         break;
    4716                 :             :       }
    4717                 :        8327 :     case RSHIFT_EXPR:
    4718                 :        8327 :       {
    4719                 :        8327 :         tree _q20 = TREE_OPERAND (_p0, 0);
    4720                 :        8327 :         tree _q21 = TREE_OPERAND (_p0, 1);
    4721                 :        8327 :         switch (TREE_CODE (_p1))
    4722                 :             :           {
    4723                 :          20 :           case RSHIFT_EXPR:
    4724                 :          20 :             {
    4725                 :          20 :               tree _q50 = TREE_OPERAND (_p1, 0);
    4726                 :          20 :               tree _q51 = TREE_OPERAND (_p1, 1);
    4727                 :          20 :               if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
    4728                 :             :                 {
    4729                 :          10 :                   {
    4730                 :          10 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _p1, _q50 };
    4731                 :          10 :                     tree res = generic_simplify_64 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    4732                 :          10 :                     if (res) return res;
    4733                 :             :                   }
    4734                 :             :                 }
    4735                 :             :               break;
    4736                 :             :             }
    4737                 :             :           default:;
    4738                 :             :           }
    4739                 :             :         break;
    4740                 :             :       }
    4741                 :        2836 :     case BIT_AND_EXPR:
    4742                 :        2836 :       {
    4743                 :        2836 :         tree _q20 = TREE_OPERAND (_p0, 0);
    4744                 :        2836 :         tree _q21 = TREE_OPERAND (_p0, 1);
    4745                 :        2836 :         switch (TREE_CODE (_p1))
    4746                 :             :           {
    4747                 :         354 :           case BIT_AND_EXPR:
    4748                 :         354 :             {
    4749                 :         354 :               tree _q50 = TREE_OPERAND (_p1, 0);
    4750                 :         354 :               tree _q51 = TREE_OPERAND (_p1, 1);
    4751                 :         354 :               {
    4752                 :         354 :                 tree captures[4] ATTRIBUTE_UNUSED = { _q20, _q21, _q50, _q51 };
    4753                 :         354 :                 tree res = generic_simplify_6 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    4754                 :         354 :                 if (res) return res;
    4755                 :             :               }
    4756                 :         354 :               {
    4757                 :         354 :                 tree captures[4] ATTRIBUTE_UNUSED = { _q20, _q21, _q51, _q50 };
    4758                 :         354 :                 tree res = generic_simplify_6 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    4759                 :         354 :                 if (res) return res;
    4760                 :             :               }
    4761                 :         354 :               {
    4762                 :         354 :                 tree captures[4] ATTRIBUTE_UNUSED = { _q21, _q20, _q50, _q51 };
    4763                 :         354 :                 tree res = generic_simplify_6 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    4764                 :         354 :                 if (res) return res;
    4765                 :             :               }
    4766                 :         354 :               {
    4767                 :         354 :                 tree captures[4] ATTRIBUTE_UNUSED = { _q21, _q20, _q51, _q50 };
    4768                 :         354 :                 tree res = generic_simplify_6 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    4769                 :         354 :                 if (res) return res;
    4770                 :             :               }
    4771                 :         354 :               break;
    4772                 :             :             }
    4773                 :        2836 :           default:;
    4774                 :             :           }
    4775                 :        2836 :         switch (TREE_CODE (_q21))
    4776                 :             :           {
    4777                 :          41 :           case BIT_NOT_EXPR:
    4778                 :          41 :             {
    4779                 :          41 :               tree _q40 = TREE_OPERAND (_q21, 0);
    4780                 :          41 :               switch (TREE_CODE (_p1))
    4781                 :             :                 {
    4782                 :           0 :                 case BIT_NOT_EXPR:
    4783                 :           0 :                   {
    4784                 :           0 :                     tree _q60 = TREE_OPERAND (_p1, 0);
    4785                 :           0 :                     if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
    4786                 :             :                       {
    4787                 :           0 :                         {
    4788                 :           0 :                           tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q40 };
    4789                 :           0 :                           tree res = generic_simplify_149 (loc, type, _p0, _p1, captures);
    4790                 :           0 :                           if (res) return res;
    4791                 :             :                         }
    4792                 :             :                       }
    4793                 :             :                     break;
    4794                 :             :                   }
    4795                 :             :                 default:;
    4796                 :             :                 }
    4797                 :             :               break;
    4798                 :             :             }
    4799                 :        2836 :           default:;
    4800                 :             :           }
    4801                 :        2836 :         switch (TREE_CODE (_q20))
    4802                 :             :           {
    4803                 :          90 :           case BIT_NOT_EXPR:
    4804                 :          90 :             {
    4805                 :          90 :               tree _q30 = TREE_OPERAND (_q20, 0);
    4806                 :          90 :               switch (TREE_CODE (_p1))
    4807                 :             :                 {
    4808                 :           0 :                 case BIT_NOT_EXPR:
    4809                 :           0 :                   {
    4810                 :           0 :                     tree _q60 = TREE_OPERAND (_p1, 0);
    4811                 :           0 :                     if ((_q60 == _q21 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q21, 0) && types_match (_q60, _q21)))
    4812                 :             :                       {
    4813                 :           0 :                         {
    4814                 :           0 :                           tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q21, _q30 };
    4815                 :           0 :                           tree res = generic_simplify_149 (loc, type, _p0, _p1, captures);
    4816                 :           0 :                           if (res) return res;
    4817                 :             :                         }
    4818                 :             :                       }
    4819                 :             :                     break;
    4820                 :             :                   }
    4821                 :          90 :                 default:;
    4822                 :             :                 }
    4823                 :          90 :               if ((_p1 == _q30 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q30, 0) && types_match (_p1, _q30)))
    4824                 :             :                 {
    4825                 :           0 :                   {
    4826                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q30, _q21 };
    4827                 :           0 :                     tree res = generic_simplify_150 (loc, type, _p0, _p1, captures);
    4828                 :           0 :                     if (res) return res;
    4829                 :             :                   }
    4830                 :             :                 }
    4831                 :             :               break;
    4832                 :             :             }
    4833                 :        2836 :           default:;
    4834                 :             :           }
    4835                 :        2836 :         switch (TREE_CODE (_q21))
    4836                 :             :           {
    4837                 :          41 :           case BIT_NOT_EXPR:
    4838                 :          41 :             {
    4839                 :          41 :               tree _q40 = TREE_OPERAND (_q21, 0);
    4840                 :          41 :               if ((_p1 == _q40 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q40, 0) && types_match (_p1, _q40)))
    4841                 :             :                 {
    4842                 :           0 :                   {
    4843                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q40, _q20 };
    4844                 :           0 :                     tree res = generic_simplify_150 (loc, type, _p0, _p1, captures);
    4845                 :           0 :                     if (res) return res;
    4846                 :             :                   }
    4847                 :             :                 }
    4848                 :             :               break;
    4849                 :             :             }
    4850                 :             :           default:;
    4851                 :             :           }
    4852                 :             :         break;
    4853                 :             :       }
    4854                 :         498 :     case BIT_NOT_EXPR:
    4855                 :         498 :       {
    4856                 :         498 :         tree _q20 = TREE_OPERAND (_p0, 0);
    4857                 :         498 :         switch (TREE_CODE (_p1))
    4858                 :             :           {
    4859                 :          51 :           case BIT_AND_EXPR:
    4860                 :          51 :             {
    4861                 :          51 :               tree _q40 = TREE_OPERAND (_p1, 0);
    4862                 :          51 :               tree _q41 = TREE_OPERAND (_p1, 1);
    4863                 :          51 :               if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
    4864                 :             :                 {
    4865                 :           0 :                   switch (TREE_CODE (_q41))
    4866                 :             :                     {
    4867                 :           0 :                     case BIT_NOT_EXPR:
    4868                 :           0 :                       {
    4869                 :           0 :                         tree _q60 = TREE_OPERAND (_q41, 0);
    4870                 :           0 :                         {
    4871                 :           0 :                           tree captures[3] ATTRIBUTE_UNUSED = { _p1, _q20, _q60 };
    4872                 :           0 :                           tree res = generic_simplify_149 (loc, type, _p0, _p1, captures);
    4873                 :           0 :                           if (res) return res;
    4874                 :             :                         }
    4875                 :           0 :                         break;
    4876                 :             :                       }
    4877                 :             :                     default:;
    4878                 :             :                     }
    4879                 :             :                 }
    4880                 :          51 :               switch (TREE_CODE (_q40))
    4881                 :             :                 {
    4882                 :           7 :                 case BIT_NOT_EXPR:
    4883                 :           7 :                   {
    4884                 :           7 :                     tree _q50 = TREE_OPERAND (_q40, 0);
    4885                 :           7 :                     if ((_q41 == _q20 && ! TREE_SIDE_EFFECTS (_q41)) || (operand_equal_p (_q41, _q20, 0) && types_match (_q41, _q20)))
    4886                 :             :                       {
    4887                 :           0 :                         {
    4888                 :           0 :                           tree captures[3] ATTRIBUTE_UNUSED = { _p1, _q20, _q50 };
    4889                 :           0 :                           tree res = generic_simplify_149 (loc, type, _p0, _p1, captures);
    4890                 :           0 :                           if (res) return res;
    4891                 :             :                         }
    4892                 :             :                       }
    4893                 :             :                     break;
    4894                 :             :                   }
    4895                 :             :                 default:;
    4896                 :             :                 }
    4897                 :             :               break;
    4898                 :             :             }
    4899                 :             :           default:;
    4900                 :             :           }
    4901                 :             :         break;
    4902                 :             :       }
    4903                 :      666008 :     default:;
    4904                 :             :     }
    4905                 :      666008 :   switch (TREE_CODE (_p1))
    4906                 :             :     {
    4907                 :         697 :     case BIT_AND_EXPR:
    4908                 :         697 :       {
    4909                 :         697 :         tree _q30 = TREE_OPERAND (_p1, 0);
    4910                 :         697 :         tree _q31 = TREE_OPERAND (_p1, 1);
    4911                 :         697 :         switch (TREE_CODE (_q30))
    4912                 :             :           {
    4913                 :          57 :           case BIT_NOT_EXPR:
    4914                 :          57 :             {
    4915                 :          57 :               tree _q40 = TREE_OPERAND (_q30, 0);
    4916                 :          57 :               if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
    4917                 :             :                 {
    4918                 :           0 :                   {
    4919                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _p1, _p0, _q31 };
    4920                 :           0 :                     tree res = generic_simplify_150 (loc, type, _p0, _p1, captures);
    4921                 :           0 :                     if (res) return res;
    4922                 :             :                   }
    4923                 :             :                 }
    4924                 :             :               break;
    4925                 :             :             }
    4926                 :         697 :           default:;
    4927                 :             :           }
    4928                 :         697 :         switch (TREE_CODE (_q31))
    4929                 :             :           {
    4930                 :           8 :           case BIT_NOT_EXPR:
    4931                 :           8 :             {
    4932                 :           8 :               tree _q50 = TREE_OPERAND (_q31, 0);
    4933                 :           8 :               if ((_q50 == _p0 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _p0, 0) && types_match (_q50, _p0)))
    4934                 :             :                 {
    4935                 :           0 :                   {
    4936                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _p1, _p0, _q30 };
    4937                 :           0 :                     tree res = generic_simplify_150 (loc, type, _p0, _p1, captures);
    4938                 :           0 :                     if (res) return res;
    4939                 :             :                   }
    4940                 :             :                 }
    4941                 :             :               break;
    4942                 :             :             }
    4943                 :             :           default:;
    4944                 :             :           }
    4945                 :             :         break;
    4946                 :             :       }
    4947                 :      666008 :     default:;
    4948                 :             :     }
    4949                 :      666008 :   switch (TREE_CODE (_p0))
    4950                 :             :     {
    4951                 :       20707 :     case PLUS_EXPR:
    4952                 :       20707 :       {
    4953                 :       20707 :         tree _q20 = TREE_OPERAND (_p0, 0);
    4954                 :       20707 :         tree _q21 = TREE_OPERAND (_p0, 1);
    4955                 :       20707 :         if (integer_minus_onep (_q21))
    4956                 :             :           {
    4957                 :       10087 :             switch (TREE_CODE (_p1))
    4958                 :             :               {
    4959                 :          11 :               case NEGATE_EXPR:
    4960                 :          11 :                 {
    4961                 :          11 :                   tree _q50 = TREE_OPERAND (_p1, 0);
    4962                 :          11 :                   if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    4963                 :             :                     {
    4964                 :          11 :                       {
    4965                 :          11 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    4966                 :          11 :                         tree res = generic_simplify_73 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    4967                 :          11 :                         if (res) return res;
    4968                 :             :                       }
    4969                 :             :                     }
    4970                 :             :                   break;
    4971                 :             :                 }
    4972                 :             :               default:;
    4973                 :             :               }
    4974                 :             :           }
    4975                 :             :         break;
    4976                 :             :       }
    4977                 :         142 :     case NEGATE_EXPR:
    4978                 :         142 :       {
    4979                 :         142 :         tree _q20 = TREE_OPERAND (_p0, 0);
    4980                 :         142 :         switch (TREE_CODE (_p1))
    4981                 :             :           {
    4982                 :           0 :           case PLUS_EXPR:
    4983                 :           0 :             {
    4984                 :           0 :               tree _q40 = TREE_OPERAND (_p1, 0);
    4985                 :           0 :               tree _q41 = TREE_OPERAND (_p1, 1);
    4986                 :           0 :               if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
    4987                 :             :                 {
    4988                 :           0 :                   if (integer_minus_onep (_q41))
    4989                 :             :                     {
    4990                 :           0 :                       {
    4991                 :           0 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    4992                 :           0 :                         tree res = generic_simplify_74 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    4993                 :           0 :                         if (res) return res;
    4994                 :             :                       }
    4995                 :             :                     }
    4996                 :             :                 }
    4997                 :             :               break;
    4998                 :             :             }
    4999                 :           0 :           case MINUS_EXPR:
    5000                 :           0 :             {
    5001                 :           0 :               tree _q40 = TREE_OPERAND (_p1, 0);
    5002                 :           0 :               tree _q41 = TREE_OPERAND (_p1, 1);
    5003                 :           0 :               if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _q20, 0) && types_match (_q40, _q20)))
    5004                 :             :                 {
    5005                 :           0 :                   if (integer_onep (_q41))
    5006                 :             :                     {
    5007                 :           0 :                       {
    5008                 :           0 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    5009                 :           0 :                         tree res = generic_simplify_75 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    5010                 :           0 :                         if (res) return res;
    5011                 :             :                       }
    5012                 :             :                     }
    5013                 :             :                 }
    5014                 :             :               break;
    5015                 :             :             }
    5016                 :             :           default:;
    5017                 :             :           }
    5018                 :             :         break;
    5019                 :             :       }
    5020                 :         102 :     case MINUS_EXPR:
    5021                 :         102 :       {
    5022                 :         102 :         tree _q20 = TREE_OPERAND (_p0, 0);
    5023                 :         102 :         tree _q21 = TREE_OPERAND (_p0, 1);
    5024                 :         102 :         if (integer_onep (_q21))
    5025                 :             :           {
    5026                 :           0 :             switch (TREE_CODE (_p1))
    5027                 :             :               {
    5028                 :           0 :               case NEGATE_EXPR:
    5029                 :           0 :                 {
    5030                 :           0 :                   tree _q50 = TREE_OPERAND (_p1, 0);
    5031                 :           0 :                   if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    5032                 :             :                     {
    5033                 :           0 :                       {
    5034                 :           0 :                         tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    5035                 :           0 :                         tree res = generic_simplify_76 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    5036                 :           0 :                         if (res) return res;
    5037                 :             :                       }
    5038                 :             :                     }
    5039                 :             :                   break;
    5040                 :             :                 }
    5041                 :             :               default:;
    5042                 :             :               }
    5043                 :             :           }
    5044                 :             :         break;
    5045                 :             :       }
    5046                 :        1310 :     case BIT_IOR_EXPR:
    5047                 :        1310 :       {
    5048                 :        1310 :         tree _q20 = TREE_OPERAND (_p0, 0);
    5049                 :        1310 :         tree _q21 = TREE_OPERAND (_p0, 1);
    5050                 :        1310 :         switch (TREE_CODE (_q20))
    5051                 :             :           {
    5052                 :         481 :           case BIT_NOT_EXPR:
    5053                 :         481 :             {
    5054                 :         481 :               tree _q30 = TREE_OPERAND (_q20, 0);
    5055                 :         481 :               {
    5056                 :         481 :                 tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q21, _p1 };
    5057                 :         481 :                 tree res = generic_simplify_151 (loc, type, _p0, _p1, captures);
    5058                 :         481 :                 if (res) return res;
    5059                 :             :               }
    5060                 :         480 :               break;
    5061                 :             :             }
    5062                 :        1309 :           default:;
    5063                 :             :           }
    5064                 :        1309 :         switch (TREE_CODE (_q21))
    5065                 :             :           {
    5066                 :          62 :           case BIT_NOT_EXPR:
    5067                 :          62 :             {
    5068                 :          62 :               tree _q40 = TREE_OPERAND (_q21, 0);
    5069                 :          62 :               {
    5070                 :          62 :                 tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q21, _q40, _q20, _p1 };
    5071                 :          62 :                 tree res = generic_simplify_151 (loc, type, _p0, _p1, captures);
    5072                 :          62 :                 if (res) return res;
    5073                 :             :               }
    5074                 :          62 :               break;
    5075                 :             :             }
    5076                 :             :           default:;
    5077                 :             :           }
    5078                 :             :         break;
    5079                 :             :       }
    5080                 :      665996 :     default:;
    5081                 :             :     }
    5082                 :      665996 :   switch (TREE_CODE (_p1))
    5083                 :             :     {
    5084                 :         521 :     case BIT_IOR_EXPR:
    5085                 :         521 :       {
    5086                 :         521 :         tree _q30 = TREE_OPERAND (_p1, 0);
    5087                 :         521 :         tree _q31 = TREE_OPERAND (_p1, 1);
    5088                 :         521 :         switch (TREE_CODE (_q30))
    5089                 :             :           {
    5090                 :          21 :           case BIT_NOT_EXPR:
    5091                 :          21 :             {
    5092                 :          21 :               tree _q40 = TREE_OPERAND (_q30, 0);
    5093                 :          21 :               {
    5094                 :          21 :                 tree captures[5] ATTRIBUTE_UNUSED = { _p1, _q30, _q40, _q31, _p0 };
    5095                 :          21 :                 tree res = generic_simplify_151 (loc, type, _p0, _p1, captures);
    5096                 :          21 :                 if (res) return res;
    5097                 :             :               }
    5098                 :          21 :               break;
    5099                 :             :             }
    5100                 :         521 :           default:;
    5101                 :             :           }
    5102                 :         521 :         switch (TREE_CODE (_q31))
    5103                 :             :           {
    5104                 :          25 :           case BIT_NOT_EXPR:
    5105                 :          25 :             {
    5106                 :          25 :               tree _q50 = TREE_OPERAND (_q31, 0);
    5107                 :          25 :               {
    5108                 :          25 :                 tree captures[5] ATTRIBUTE_UNUSED = { _p1, _q31, _q50, _q30, _p0 };
    5109                 :          25 :                 tree res = generic_simplify_151 (loc, type, _p0, _p1, captures);
    5110                 :          25 :                 if (res) return res;
    5111                 :             :               }
    5112                 :          25 :               break;
    5113                 :             :             }
    5114                 :             :           default:;
    5115                 :             :           }
    5116                 :             :         break;
    5117                 :             :       }
    5118                 :      665996 :     default:;
    5119                 :             :     }
    5120                 :      665996 :   switch (TREE_CODE (_p0))
    5121                 :             :     {
    5122                 :        2836 :     case BIT_AND_EXPR:
    5123                 :        2836 :       {
    5124                 :        2836 :         tree _q20 = TREE_OPERAND (_p0, 0);
    5125                 :        2836 :         tree _q21 = TREE_OPERAND (_p0, 1);
    5126                 :        2836 :         switch (TREE_CODE (_q20))
    5127                 :             :           {
    5128                 :          90 :           case BIT_NOT_EXPR:
    5129                 :          90 :             {
    5130                 :          90 :               tree _q30 = TREE_OPERAND (_q20, 0);
    5131                 :          90 :               {
    5132                 :          90 :                 tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q21, _p1 };
    5133                 :          90 :                 tree res = generic_simplify_152 (loc, type, _p0, _p1, captures);
    5134                 :          90 :                 if (res) return res;
    5135                 :             :               }
    5136                 :          89 :               break;
    5137                 :             :             }
    5138                 :        2835 :           default:;
    5139                 :             :           }
    5140                 :        2835 :         switch (TREE_CODE (_q21))
    5141                 :             :           {
    5142                 :          41 :           case BIT_NOT_EXPR:
    5143                 :          41 :             {
    5144                 :          41 :               tree _q40 = TREE_OPERAND (_q21, 0);
    5145                 :          41 :               {
    5146                 :          41 :                 tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q21, _q40, _q20, _p1 };
    5147                 :          41 :                 tree res = generic_simplify_152 (loc, type, _p0, _p1, captures);
    5148                 :          41 :                 if (res) return res;
    5149                 :             :               }
    5150                 :          41 :               break;
    5151                 :             :             }
    5152                 :             :           default:;
    5153                 :             :           }
    5154                 :             :         break;
    5155                 :             :       }
    5156                 :      665995 :     default:;
    5157                 :             :     }
    5158                 :      665995 :   switch (TREE_CODE (_p1))
    5159                 :             :     {
    5160                 :         697 :     case BIT_AND_EXPR:
    5161                 :         697 :       {
    5162                 :         697 :         tree _q30 = TREE_OPERAND (_p1, 0);
    5163                 :         697 :         tree _q31 = TREE_OPERAND (_p1, 1);
    5164                 :         697 :         switch (TREE_CODE (_q30))
    5165                 :             :           {
    5166                 :          57 :           case BIT_NOT_EXPR:
    5167                 :          57 :             {
    5168                 :          57 :               tree _q40 = TREE_OPERAND (_q30, 0);
    5169                 :          57 :               {
    5170                 :          57 :                 tree captures[5] ATTRIBUTE_UNUSED = { _p1, _q30, _q40, _q31, _p0 };
    5171                 :          57 :                 tree res = generic_simplify_152 (loc, type, _p0, _p1, captures);
    5172                 :          57 :                 if (res) return res;
    5173                 :             :               }
    5174                 :          57 :               break;
    5175                 :             :             }
    5176                 :         697 :           default:;
    5177                 :             :           }
    5178                 :         697 :         switch (TREE_CODE (_q31))
    5179                 :             :           {
    5180                 :           8 :           case BIT_NOT_EXPR:
    5181                 :           8 :             {
    5182                 :           8 :               tree _q50 = TREE_OPERAND (_q31, 0);
    5183                 :           8 :               {
    5184                 :           8 :                 tree captures[5] ATTRIBUTE_UNUSED = { _p1, _q31, _q50, _q30, _p0 };
    5185                 :           8 :                 tree res = generic_simplify_152 (loc, type, _p0, _p1, captures);
    5186                 :           8 :                 if (res) return res;
    5187                 :             :               }
    5188                 :           8 :               break;
    5189                 :             :             }
    5190                 :             :           default:;
    5191                 :             :           }
    5192                 :             :         break;
    5193                 :             :       }
    5194                 :      665995 :     default:;
    5195                 :             :     }
    5196                 :      665995 :   switch (TREE_CODE (_p0))
    5197                 :             :     {
    5198                 :      484399 :     CASE_CONVERT:
    5199                 :      484399 :       {
    5200                 :      484399 :         tree _q20 = TREE_OPERAND (_p0, 0);
    5201                 :      484399 :         switch (TREE_CODE (_p1))
    5202                 :             :           {
    5203                 :      480554 :           CASE_CONVERT:
    5204                 :      480554 :             {
    5205                 :      480554 :               tree _q40 = TREE_OPERAND (_p1, 0);
    5206                 :      480554 :               {
    5207                 :      480554 :                 tree _q40_pops[1];
    5208                 :      480554 :                 if (tree_maybe_bit_not (_q40, _q40_pops))
    5209                 :             :                   {
    5210                 :           0 :                     tree _q50 = _q40_pops[0];
    5211                 :           0 :                     {
    5212                 :           0 :                       tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q50 };
    5213                 :           0 :                       tree res = generic_simplify_86 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    5214                 :           0 :                       if (res) return res;
    5215                 :             :                     }
    5216                 :             :                   }
    5217                 :             :               }
    5218                 :      480554 :               break;
    5219                 :             :             }
    5220                 :      484399 :           default:;
    5221                 :             :           }
    5222                 :      484399 :         {
    5223                 :      484399 :           tree _q20_pops[1];
    5224                 :      484399 :           if (tree_maybe_bit_not (_q20, _q20_pops))
    5225                 :             :             {
    5226                 :       13355 :               tree _q30 = _q20_pops[0];
    5227                 :       13355 :               switch (TREE_CODE (_p1))
    5228                 :             :                 {
    5229                 :       13305 :                 CASE_CONVERT:
    5230                 :       13305 :                   {
    5231                 :       13305 :                     tree _q50 = TREE_OPERAND (_p1, 0);
    5232                 :       13305 :                     {
    5233                 :       13305 :                       tree captures[2] ATTRIBUTE_UNUSED = { _q50, _q30 };
    5234                 :       13305 :                       tree res = generic_simplify_86 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    5235                 :       13305 :                       if (res) return res;
    5236                 :             :                     }
    5237                 :       13305 :                     break;
    5238                 :             :                   }
    5239                 :             :                 default:;
    5240                 :             :                 }
    5241                 :             :             }
    5242                 :             :         }
    5243                 :      484399 :         break;
    5244                 :             :       }
    5245                 :      665995 :     default:;
    5246                 :             :     }
    5247                 :      665995 :   {
    5248                 :      665995 :     tree _p1_pops[1];
    5249                 :      665995 :     if (tree_maybe_bit_not (_p1, _p1_pops))
    5250                 :             :       {
    5251                 :        7973 :         tree _q30 = _p1_pops[0];
    5252                 :        7973 :         {
    5253                 :        7973 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q30 };
    5254                 :        7973 :           tree res = generic_simplify_86 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    5255                 :        7973 :           if (res) return res;
    5256                 :             :         }
    5257                 :             :       }
    5258                 :             :   }
    5259                 :      665995 :   {
    5260                 :      665995 :     tree _p0_pops[1];
    5261                 :      665995 :     if (tree_maybe_bit_not (_p0, _p0_pops))
    5262                 :             :       {
    5263                 :        1046 :         tree _q20 = _p0_pops[0];
    5264                 :        1046 :         {
    5265                 :        1046 :           tree captures[2] ATTRIBUTE_UNUSED = { _p1, _q20 };
    5266                 :        1046 :           tree res = generic_simplify_86 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    5267                 :        1046 :           if (res) return res;
    5268                 :             :         }
    5269                 :             :       }
    5270                 :             :   }
    5271                 :      665974 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
    5272                 :             :     {
    5273                 :         151 :       {
    5274                 :         151 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
    5275                 :         151 :         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1380;
    5276                 :         151 :         {
    5277                 :         151 :           tree _r;
    5278                 :         151 :           _r =  build_zero_cst (type);
    5279                 :         151 :           if (TREE_SIDE_EFFECTS (captures[0]))
    5280                 :           0 :             _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
    5281                 :         151 :           if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 931, __FILE__, __LINE__, true);
    5282                 :         151 :           return _r;
    5283                 :             :         }
    5284                 :           0 : next_after_fail1380:;
    5285                 :             :       }
    5286                 :             :     }
    5287                 :      665823 :   if (integer_all_onesp (_p1))
    5288                 :             :     {
    5289                 :         750 :       {
    5290                 :         750 :         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
    5291                 :         750 :         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1381;
    5292                 :         750 :         {
    5293                 :         750 :           tree res_op0;
    5294                 :         750 :           res_op0 = captures[0];
    5295                 :         750 :           tree _r;
    5296                 :         750 :           _r = fold_build1_loc (loc, BIT_NOT_EXPR, type, res_op0);
    5297                 :         750 :           if (TREE_SIDE_EFFECTS (captures[1]))
    5298                 :           0 :             _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
    5299                 :         750 :           if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 932, __FILE__, __LINE__, true);
    5300                 :         750 :           return _r;
    5301                 :             :         }
    5302                 :           0 : next_after_fail1381:;
    5303                 :             :       }
    5304                 :             :     }
    5305                 :      665073 :   switch (TREE_CODE (_p0))
    5306                 :             :     {
    5307                 :        1302 :     case BIT_IOR_EXPR:
    5308                 :        1302 :       {
    5309                 :        1302 :         tree _q20 = TREE_OPERAND (_p0, 0);
    5310                 :        1302 :         tree _q21 = TREE_OPERAND (_p0, 1);
    5311                 :        1302 :         switch (TREE_CODE (_p1))
    5312                 :             :           {
    5313                 :         179 :           case BIT_IOR_EXPR:
    5314                 :         179 :             {
    5315                 :         179 :               tree _q50 = TREE_OPERAND (_p1, 0);
    5316                 :         179 :               tree _q51 = TREE_OPERAND (_p1, 1);
    5317                 :         179 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    5318                 :             :                 {
    5319                 :           0 :                   switch (TREE_CODE (_q51))
    5320                 :             :                     {
    5321                 :           0 :                     case BIT_NOT_EXPR:
    5322                 :           0 :                       {
    5323                 :           0 :                         tree _q70 = TREE_OPERAND (_q51, 0);
    5324                 :           0 :                         if ((_q70 == _q21 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q21, 0) && types_match (_q70, _q21)))
    5325                 :             :                           {
    5326                 :           0 :                             {
    5327                 :           0 :                               tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    5328                 :           0 :                               tree res = generic_simplify_153 (loc, type, _p0, _p1, captures);
    5329                 :           0 :                               if (res) return res;
    5330                 :             :                             }
    5331                 :             :                           }
    5332                 :             :                         break;
    5333                 :             :                       }
    5334                 :             :                     default:;
    5335                 :             :                     }
    5336                 :             :                 }
    5337                 :         179 :               switch (TREE_CODE (_q50))
    5338                 :             :                 {
    5339                 :          20 :                 case BIT_NOT_EXPR:
    5340                 :          20 :                   {
    5341                 :          20 :                     tree _q60 = TREE_OPERAND (_q50, 0);
    5342                 :          20 :                     if ((_q60 == _q21 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q21, 0) && types_match (_q60, _q21)))
    5343                 :             :                       {
    5344                 :           2 :                         if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
    5345                 :             :                           {
    5346                 :           1 :                             {
    5347                 :           1 :                               tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    5348                 :           1 :                               tree res = generic_simplify_153 (loc, type, _p0, _p1, captures);
    5349                 :           1 :                               if (res) return res;
    5350                 :             :                             }
    5351                 :             :                           }
    5352                 :             :                       }
    5353                 :          19 :                     if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
    5354                 :             :                       {
    5355                 :           0 :                         if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
    5356                 :             :                           {
    5357                 :           0 :                             {
    5358                 :           0 :                               tree captures[2] ATTRIBUTE_UNUSED = { _q21, _q20 };
    5359                 :           0 :                               tree res = generic_simplify_153 (loc, type, _p0, _p1, captures);
    5360                 :           0 :                               if (res) return res;
    5361                 :             :                             }
    5362                 :             :                           }
    5363                 :             :                       }
    5364                 :             :                     break;
    5365                 :             :                   }
    5366                 :         178 :                 default:;
    5367                 :             :                 }
    5368                 :         178 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
    5369                 :             :                 {
    5370                 :           0 :                   switch (TREE_CODE (_q51))
    5371                 :             :                     {
    5372                 :           0 :                     case BIT_NOT_EXPR:
    5373                 :           0 :                       {
    5374                 :           0 :                         tree _q70 = TREE_OPERAND (_q51, 0);
    5375                 :           0 :                         if ((_q70 == _q20 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q20, 0) && types_match (_q70, _q20)))
    5376                 :             :                           {
    5377                 :           0 :                             {
    5378                 :           0 :                               tree captures[2] ATTRIBUTE_UNUSED = { _q21, _q20 };
    5379                 :           0 :                               tree res = generic_simplify_153 (loc, type, _p0, _p1, captures);
    5380                 :           0 :                               if (res) return res;
    5381                 :             :                             }
    5382                 :             :                           }
    5383                 :             :                         break;
    5384                 :             :                       }
    5385                 :             :                     default:;
    5386                 :             :                     }
    5387                 :             :                 }
    5388                 :             :               break;
    5389                 :             :             }
    5390                 :        1301 :           default:;
    5391                 :             :           }
    5392                 :        1301 :         switch (TREE_CODE (_q21))
    5393                 :             :           {
    5394                 :          62 :           case BIT_NOT_EXPR:
    5395                 :          62 :             {
    5396                 :          62 :               tree _q40 = TREE_OPERAND (_q21, 0);
    5397                 :          62 :               switch (TREE_CODE (_p1))
    5398                 :             :                 {
    5399                 :           9 :                 case BIT_IOR_EXPR:
    5400                 :           9 :                   {
    5401                 :           9 :                     tree _q60 = TREE_OPERAND (_p1, 0);
    5402                 :           9 :                     tree _q61 = TREE_OPERAND (_p1, 1);
    5403                 :           9 :                     if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
    5404                 :             :                       {
    5405                 :           0 :                         if ((_q61 == _q40 && ! TREE_SIDE_EFFECTS (_q61)) || (operand_equal_p (_q61, _q40, 0) && types_match (_q61, _q40)))
    5406                 :             :                           {
    5407                 :           0 :                             {
    5408                 :           0 :                               tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q40 };
    5409                 :           0 :                               tree res = generic_simplify_153 (loc, type, _p0, _p1, captures);
    5410                 :           0 :                               if (res) return res;
    5411                 :             :                             }
    5412                 :             :                           }
    5413                 :             :                       }
    5414                 :             :                     break;
    5415                 :             :                   }
    5416                 :             :                 default:;
    5417                 :             :                 }
    5418                 :             :               break;
    5419                 :             :             }
    5420                 :        1301 :           default:;
    5421                 :             :           }
    5422                 :        1301 :         switch (TREE_CODE (_q20))
    5423                 :             :           {
    5424                 :         480 :           case BIT_NOT_EXPR:
    5425                 :         480 :             {
    5426                 :         480 :               tree _q30 = TREE_OPERAND (_q20, 0);
    5427                 :         480 :               switch (TREE_CODE (_p1))
    5428                 :             :                 {
    5429                 :          28 :                 case BIT_IOR_EXPR:
    5430                 :          28 :                   {
    5431                 :          28 :                     tree _q60 = TREE_OPERAND (_p1, 0);
    5432                 :          28 :                     tree _q61 = TREE_OPERAND (_p1, 1);
    5433                 :          28 :                     if ((_q60 == _q21 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q21, 0) && types_match (_q60, _q21)))
    5434                 :             :                       {
    5435                 :           0 :                         if ((_q61 == _q30 && ! TREE_SIDE_EFFECTS (_q61)) || (operand_equal_p (_q61, _q30, 0) && types_match (_q61, _q30)))
    5436                 :             :                           {
    5437                 :           0 :                             {
    5438                 :           0 :                               tree captures[2] ATTRIBUTE_UNUSED = { _q21, _q30 };
    5439                 :           0 :                               tree res = generic_simplify_153 (loc, type, _p0, _p1, captures);
    5440                 :           0 :                               if (res) return res;
    5441                 :             :                             }
    5442                 :             :                           }
    5443                 :             :                       }
    5444                 :          28 :                     if ((_q60 == _q30 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q30, 0) && types_match (_q60, _q30)))
    5445                 :             :                       {
    5446                 :           9 :                         if ((_q61 == _q21 && ! TREE_SIDE_EFFECTS (_q61)) || (operand_equal_p (_q61, _q21, 0) && types_match (_q61, _q21)))
    5447                 :             :                           {
    5448                 :           0 :                             {
    5449                 :           0 :                               tree captures[2] ATTRIBUTE_UNUSED = { _q21, _q30 };
    5450                 :           0 :                               tree res = generic_simplify_153 (loc, type, _p0, _p1, captures);
    5451                 :           0 :                               if (res) return res;
    5452                 :             :                             }
    5453                 :             :                           }
    5454                 :           9 :                         switch (TREE_CODE (_q61))
    5455                 :             :                           {
    5456                 :           0 :                           case BIT_NOT_EXPR:
    5457                 :           0 :                             {
    5458                 :           0 :                               tree _q80 = TREE_OPERAND (_q61, 0);
    5459                 :           0 :                               if ((_q80 == _q21 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q21, 0) && types_match (_q80, _q21)))
    5460                 :             :                                 {
    5461                 :           0 :                                   {
    5462                 :           0 :                                     tree captures[2] ATTRIBUTE_UNUSED = { _q30, _q21 };
    5463                 :           0 :                                     tree res = generic_simplify_154 (loc, type, _p0, _p1, captures);
    5464                 :           0 :                                     if (res) return res;
    5465                 :             :                                   }
    5466                 :             :                                 }
    5467                 :             :                               break;
    5468                 :             :                             }
    5469                 :             :                           default:;
    5470                 :             :                           }
    5471                 :             :                       }
    5472                 :          28 :                     switch (TREE_CODE (_q60))
    5473                 :             :                       {
    5474                 :           1 :                       case BIT_NOT_EXPR:
    5475                 :           1 :                         {
    5476                 :           1 :                           tree _q70 = TREE_OPERAND (_q60, 0);
    5477                 :           1 :                           if ((_q70 == _q21 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q21, 0) && types_match (_q70, _q21)))
    5478                 :             :                             {
    5479                 :           1 :                               if ((_q61 == _q30 && ! TREE_SIDE_EFFECTS (_q61)) || (operand_equal_p (_q61, _q30, 0) && types_match (_q61, _q30)))
    5480                 :             :                                 {
    5481                 :           1 :                                   {
    5482                 :           1 :                                     tree captures[2] ATTRIBUTE_UNUSED = { _q30, _q21 };
    5483                 :           1 :                                     tree res = generic_simplify_154 (loc, type, _p0, _p1, captures);
    5484                 :           1 :                                     if (res) return res;
    5485                 :             :                                   }
    5486                 :             :                                 }
    5487                 :             :                             }
    5488                 :             :                           break;
    5489                 :             :                         }
    5490                 :             :                       default:;
    5491                 :             :                       }
    5492                 :             :                     break;
    5493                 :             :                   }
    5494                 :           9 :                 case BIT_XOR_EXPR:
    5495                 :           9 :                   {
    5496                 :           9 :                     tree _q60 = TREE_OPERAND (_p1, 0);
    5497                 :           9 :                     tree _q61 = TREE_OPERAND (_p1, 1);
    5498                 :           9 :                     if ((_q60 == _q30 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q30, 0) && types_match (_q60, _q30)))
    5499                 :             :                       {
    5500                 :           0 :                         if ((_q61 == _q21 && ! TREE_SIDE_EFFECTS (_q61)) || (operand_equal_p (_q61, _q21, 0) && types_match (_q61, _q21)))
    5501                 :             :                           {
    5502                 :           0 :                             {
    5503                 :           0 :                               tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q30, _q21, _p1 };
    5504                 :           0 :                               tree res = generic_simplify_155 (loc, type, _p0, _p1, captures);
    5505                 :           0 :                               if (res) return res;
    5506                 :             :                             }
    5507                 :             :                           }
    5508                 :             :                       }
    5509                 :             :                     break;
    5510                 :             :                   }
    5511                 :         479 :                 default:;
    5512                 :             :                 }
    5513                 :         479 :               {
    5514                 :         479 :                 tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q21, _p1 };
    5515                 :         479 :                 tree res = generic_simplify_156 (loc, type, _p0, _p1, captures);
    5516                 :         479 :                 if (res) return res;
    5517                 :             :               }
    5518                 :         431 :               break;
    5519                 :             :             }
    5520                 :        1252 :           default:;
    5521                 :             :           }
    5522                 :        1252 :         switch (TREE_CODE (_q21))
    5523                 :             :           {
    5524                 :          62 :           case BIT_NOT_EXPR:
    5525                 :          62 :             {
    5526                 :          62 :               tree _q40 = TREE_OPERAND (_q21, 0);
    5527                 :          62 :               switch (TREE_CODE (_p1))
    5528                 :             :                 {
    5529                 :           9 :                 case BIT_IOR_EXPR:
    5530                 :           9 :                   {
    5531                 :           9 :                     tree _q60 = TREE_OPERAND (_p1, 0);
    5532                 :           9 :                     tree _q61 = TREE_OPERAND (_p1, 1);
    5533                 :           9 :                     if ((_q60 == _q40 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q40, 0) && types_match (_q60, _q40)))
    5534                 :             :                       {
    5535                 :           0 :                         if ((_q61 == _q20 && ! TREE_SIDE_EFFECTS (_q61)) || (operand_equal_p (_q61, _q20, 0) && types_match (_q61, _q20)))
    5536                 :             :                           {
    5537                 :           0 :                             {
    5538                 :           0 :                               tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q40 };
    5539                 :           0 :                               tree res = generic_simplify_153 (loc, type, _p0, _p1, captures);
    5540                 :           0 :                               if (res) return res;
    5541                 :             :                             }
    5542                 :             :                           }
    5543                 :             :                       }
    5544                 :             :                     break;
    5545                 :             :                   }
    5546                 :           9 :                 case BIT_XOR_EXPR:
    5547                 :           9 :                   {
    5548                 :           9 :                     tree _q60 = TREE_OPERAND (_p1, 0);
    5549                 :           9 :                     tree _q61 = TREE_OPERAND (_p1, 1);
    5550                 :           9 :                     if ((_q60 == _q40 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q40, 0) && types_match (_q60, _q40)))
    5551                 :             :                       {
    5552                 :           0 :                         if ((_q61 == _q20 && ! TREE_SIDE_EFFECTS (_q61)) || (operand_equal_p (_q61, _q20, 0) && types_match (_q61, _q20)))
    5553                 :             :                           {
    5554                 :           0 :                             {
    5555                 :           0 :                               tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q40, _q20, _p1 };
    5556                 :           0 :                               tree res = generic_simplify_155 (loc, type, _p0, _p1, captures);
    5557                 :           0 :                               if (res) return res;
    5558                 :             :                             }
    5559                 :             :                           }
    5560                 :             :                       }
    5561                 :             :                     break;
    5562                 :             :                   }
    5563                 :             :                 default:;
    5564                 :             :                 }
    5565                 :             :               break;
    5566                 :             :             }
    5567                 :        1252 :           default:;
    5568                 :             :           }
    5569                 :        1252 :         switch (TREE_CODE (_p1))
    5570                 :             :           {
    5571                 :          65 :           case BIT_AND_EXPR:
    5572                 :          65 :             {
    5573                 :          65 :               tree _q50 = TREE_OPERAND (_p1, 0);
    5574                 :          65 :               tree _q51 = TREE_OPERAND (_p1, 1);
    5575                 :          65 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    5576                 :             :                 {
    5577                 :           6 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
    5578                 :             :                     {
    5579                 :           0 :                       {
    5580                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    5581                 :           0 :                         tree res = generic_simplify_157 (loc, type, _p0, _p1, captures);
    5582                 :           0 :                         if (res) return res;
    5583                 :             :                       }
    5584                 :             :                     }
    5585                 :             :                 }
    5586                 :             :               break;
    5587                 :             :             }
    5588                 :          36 :           case BIT_XOR_EXPR:
    5589                 :          36 :             {
    5590                 :          36 :               tree _q50 = TREE_OPERAND (_p1, 0);
    5591                 :          36 :               tree _q51 = TREE_OPERAND (_p1, 1);
    5592                 :          36 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    5593                 :             :                 {
    5594                 :           0 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
    5595                 :             :                     {
    5596                 :           0 :                       {
    5597                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    5598                 :           0 :                         tree res = generic_simplify_158 (loc, type, _p0, _p1, captures);
    5599                 :           0 :                         if (res) return res;
    5600                 :             :                       }
    5601                 :             :                     }
    5602                 :             :                 }
    5603                 :             :               break;
    5604                 :             :             }
    5605                 :        1252 :           default:;
    5606                 :             :           }
    5607                 :        1252 :         switch (TREE_CODE (_q21))
    5608                 :             :           {
    5609                 :          62 :           case BIT_NOT_EXPR:
    5610                 :          62 :             {
    5611                 :          62 :               tree _q40 = TREE_OPERAND (_q21, 0);
    5612                 :          62 :               switch (TREE_CODE (_p1))
    5613                 :             :                 {
    5614                 :           9 :                 case BIT_IOR_EXPR:
    5615                 :           9 :                   {
    5616                 :           9 :                     tree _q60 = TREE_OPERAND (_p1, 0);
    5617                 :           9 :                     tree _q61 = TREE_OPERAND (_p1, 1);
    5618                 :           9 :                     if ((_q60 == _q40 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q40, 0) && types_match (_q60, _q40)))
    5619                 :             :                       {
    5620                 :           0 :                         switch (TREE_CODE (_q61))
    5621                 :             :                           {
    5622                 :           0 :                           case BIT_NOT_EXPR:
    5623                 :           0 :                             {
    5624                 :           0 :                               tree _q80 = TREE_OPERAND (_q61, 0);
    5625                 :           0 :                               if ((_q80 == _q20 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q20, 0) && types_match (_q80, _q20)))
    5626                 :             :                                 {
    5627                 :           0 :                                   {
    5628                 :           0 :                                     tree captures[2] ATTRIBUTE_UNUSED = { _q40, _q20 };
    5629                 :           0 :                                     tree res = generic_simplify_154 (loc, type, _p0, _p1, captures);
    5630                 :           0 :                                     if (res) return res;
    5631                 :             :                                   }
    5632                 :             :                                 }
    5633                 :             :                               break;
    5634                 :             :                             }
    5635                 :             :                           default:;
    5636                 :             :                           }
    5637                 :             :                       }
    5638                 :           9 :                     switch (TREE_CODE (_q60))
    5639                 :             :                       {
    5640                 :           0 :                       case BIT_NOT_EXPR:
    5641                 :           0 :                         {
    5642                 :           0 :                           tree _q70 = TREE_OPERAND (_q60, 0);
    5643                 :           0 :                           if ((_q70 == _q20 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q20, 0) && types_match (_q70, _q20)))
    5644                 :             :                             {
    5645                 :           0 :                               if ((_q61 == _q40 && ! TREE_SIDE_EFFECTS (_q61)) || (operand_equal_p (_q61, _q40, 0) && types_match (_q61, _q40)))
    5646                 :             :                                 {
    5647                 :           0 :                                   {
    5648                 :           0 :                                     tree captures[2] ATTRIBUTE_UNUSED = { _q40, _q20 };
    5649                 :           0 :                                     tree res = generic_simplify_154 (loc, type, _p0, _p1, captures);
    5650                 :           0 :                                     if (res) return res;
    5651                 :             :                                   }
    5652                 :             :                                 }
    5653                 :             :                             }
    5654                 :             :                           break;
    5655                 :             :                         }
    5656                 :             :                       default:;
    5657                 :             :                       }
    5658                 :             :                     break;
    5659                 :             :                   }
    5660                 :             :                 default:;
    5661                 :             :                 }
    5662                 :             :               break;
    5663                 :             :             }
    5664                 :        1252 :           default:;
    5665                 :             :           }
    5666                 :        1252 :         switch (TREE_CODE (_p1))
    5667                 :             :           {
    5668                 :          24 :           CASE_CONVERT:
    5669                 :          24 :             {
    5670                 :          24 :               tree _q50 = TREE_OPERAND (_p1, 0);
    5671                 :          24 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || operand_equal_p (_q50, _q20, 0))
    5672                 :             :                 {
    5673                 :           0 :                   {
    5674                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q20 };
    5675                 :           0 :                     tree res = generic_simplify_159 (loc, type, _p0, _p1, captures);
    5676                 :           0 :                     if (res) return res;
    5677                 :             :                   }
    5678                 :             :                 }
    5679                 :          24 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || operand_equal_p (_q50, _q21, 0))
    5680                 :             :                 {
    5681                 :           0 :                   {
    5682                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _q21, _q20, _q21 };
    5683                 :           0 :                     tree res = generic_simplify_159 (loc, type, _p0, _p1, captures);
    5684                 :           0 :                     if (res) return res;
    5685                 :             :                   }
    5686                 :             :                 }
    5687                 :             :               break;
    5688                 :             :             }
    5689                 :        1252 :           default:;
    5690                 :             :           }
    5691                 :        1252 :         if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || operand_equal_p (_p1, _q20, 0))
    5692                 :             :           {
    5693                 :           3 :             {
    5694                 :           3 :               tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q20 };
    5695                 :           3 :               tree res = generic_simplify_159 (loc, type, _p0, _p1, captures);
    5696                 :           3 :               if (res) return res;
    5697                 :             :             }
    5698                 :             :           }
    5699                 :        1249 :         if ((_p1 == _q21 && ! TREE_SIDE_EFFECTS (_p1)) || operand_equal_p (_p1, _q21, 0))
    5700                 :             :           {
    5701                 :           3 :             {
    5702                 :           3 :               tree captures[3] ATTRIBUTE_UNUSED = { _q21, _q20, _q21 };
    5703                 :           3 :               tree res = generic_simplify_159 (loc, type, _p0, _p1, captures);
    5704                 :           3 :               if (res) return res;
    5705                 :             :             }
    5706                 :             :           }
    5707                 :        1246 :         {
    5708                 :        1246 :           tree _q20_pops[1];
    5709                 :        1246 :           if (tree_nop_convert (_q20, _q20_pops))
    5710                 :             :             {
    5711                 :           8 :               tree _q30 = _q20_pops[0];
    5712                 :           8 :               switch (TREE_CODE (_q30))
    5713                 :             :                 {
    5714                 :           8 :                 case BIT_NOT_EXPR:
    5715                 :           8 :                   {
    5716                 :           8 :                     tree _q40 = TREE_OPERAND (_q30, 0);
    5717                 :           8 :                     {
    5718                 :           8 :                       tree captures[3] ATTRIBUTE_UNUSED = { _q40, _q21, _p1 };
    5719                 :           8 :                       tree res = generic_simplify_156 (loc, type, _p0, _p1, captures);
    5720                 :           8 :                       if (res) return res;
    5721                 :             :                     }
    5722                 :           0 :                     break;
    5723                 :             :                   }
    5724                 :             :                 default:;
    5725                 :             :                 }
    5726                 :             :             }
    5727                 :             :         }
    5728                 :        1238 :         switch (TREE_CODE (_q21))
    5729                 :             :           {
    5730                 :          62 :           case BIT_NOT_EXPR:
    5731                 :          62 :             {
    5732                 :          62 :               tree _q40 = TREE_OPERAND (_q21, 0);
    5733                 :          62 :               {
    5734                 :          62 :                 tree captures[3] ATTRIBUTE_UNUSED = { _q40, _q20, _p1 };
    5735                 :          62 :                 tree res = generic_simplify_156 (loc, type, _p0, _p1, captures);
    5736                 :          62 :                 if (res) return res;
    5737                 :             :               }
    5738                 :          54 :               break;
    5739                 :             :             }
    5740                 :        1230 :           default:;
    5741                 :             :           }
    5742                 :        1230 :       {
    5743                 :        1230 :         tree _q21_pops[1];
    5744                 :        1230 :         if (tree_nop_convert (_q21, _q21_pops))
    5745                 :             :           {
    5746                 :           0 :             tree _q40 = _q21_pops[0];
    5747                 :           0 :             switch (TREE_CODE (_q40))
    5748                 :             :               {
    5749                 :           0 :               case BIT_NOT_EXPR:
    5750                 :           0 :                 {
    5751                 :           0 :                   tree _q50 = TREE_OPERAND (_q40, 0);
    5752                 :           0 :                   {
    5753                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _q50, _q20, _p1 };
    5754                 :           0 :                     tree res = generic_simplify_156 (loc, type, _p0, _p1, captures);
    5755                 :           0 :                     if (res) return res;
    5756                 :             :                   }
    5757                 :           0 :                   break;
    5758                 :             :                 }
    5759                 :             :               default:;
    5760                 :             :               }
    5761                 :             :           }
    5762                 :             :       }
    5763                 :        1230 :         break;
    5764                 :             :       }
    5765                 :        3888 :     case BIT_XOR_EXPR:
    5766                 :        3888 :       {
    5767                 :        3888 :         tree _q20 = TREE_OPERAND (_p0, 0);
    5768                 :        3888 :         tree _q21 = TREE_OPERAND (_p0, 1);
    5769                 :        3888 :         switch (TREE_CODE (_p1))
    5770                 :             :           {
    5771                 :         203 :           case BIT_IOR_EXPR:
    5772                 :         203 :             {
    5773                 :         203 :               tree _q50 = TREE_OPERAND (_p1, 0);
    5774                 :         203 :               tree _q51 = TREE_OPERAND (_p1, 1);
    5775                 :         203 :               switch (TREE_CODE (_q50))
    5776                 :             :                 {
    5777                 :           1 :                 case BIT_NOT_EXPR:
    5778                 :           1 :                   {
    5779                 :           1 :                     tree _q60 = TREE_OPERAND (_q50, 0);
    5780                 :           1 :                     if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
    5781                 :             :                       {
    5782                 :           1 :                         if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
    5783                 :             :                           {
    5784                 :           1 :                             {
    5785                 :           1 :                               tree captures[4] ATTRIBUTE_UNUSED = { _p1, _q20, _q21, _p0 };
    5786                 :           1 :                               tree res = generic_simplify_155 (loc, type, _p0, _p1, captures);
    5787                 :           1 :                               if (res) return res;
    5788                 :             :                             }
    5789                 :             :                           }
    5790                 :             :                       }
    5791                 :             :                     break;
    5792                 :             :                   }
    5793                 :         202 :                 default:;
    5794                 :             :                 }
    5795                 :         202 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
    5796                 :             :                 {
    5797                 :           0 :                   switch (TREE_CODE (_q51))
    5798                 :             :                     {
    5799                 :           0 :                     case BIT_NOT_EXPR:
    5800                 :           0 :                       {
    5801                 :           0 :                         tree _q70 = TREE_OPERAND (_q51, 0);
    5802                 :           0 :                         if ((_q70 == _q20 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q20, 0) && types_match (_q70, _q20)))
    5803                 :             :                           {
    5804                 :           0 :                             {
    5805                 :           0 :                               tree captures[4] ATTRIBUTE_UNUSED = { _p1, _q20, _q21, _p0 };
    5806                 :           0 :                               tree res = generic_simplify_155 (loc, type, _p0, _p1, captures);
    5807                 :           0 :                               if (res) return res;
    5808                 :             :                             }
    5809                 :             :                           }
    5810                 :             :                         break;
    5811                 :             :                       }
    5812                 :             :                     default:;
    5813                 :             :                     }
    5814                 :             :                 }
    5815                 :         202 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    5816                 :             :                 {
    5817                 :           1 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
    5818                 :             :                     {
    5819                 :           0 :                       {
    5820                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    5821                 :           0 :                         tree res = generic_simplify_158 (loc, type, _p0, _p1, captures);
    5822                 :           0 :                         if (res) return res;
    5823                 :             :                       }
    5824                 :             :                     }
    5825                 :             :                 }
    5826                 :             :               break;
    5827                 :             :             }
    5828                 :          41 :           case BIT_AND_EXPR:
    5829                 :          41 :             {
    5830                 :          41 :               tree _q50 = TREE_OPERAND (_p1, 0);
    5831                 :          41 :               tree _q51 = TREE_OPERAND (_p1, 1);
    5832                 :          41 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    5833                 :             :                 {
    5834                 :           0 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
    5835                 :             :                     {
    5836                 :           0 :                       {
    5837                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    5838                 :           0 :                         tree res = generic_simplify_8 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    5839                 :           0 :                         if (res) return res;
    5840                 :             :                       }
    5841                 :             :                     }
    5842                 :             :                 }
    5843                 :             :               break;
    5844                 :             :             }
    5845                 :         205 :           CASE_CONVERT:
    5846                 :         205 :             {
    5847                 :         205 :               tree _q50 = TREE_OPERAND (_p1, 0);
    5848                 :         205 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || operand_equal_p (_q50, _q21, 0))
    5849                 :             :                 {
    5850                 :           0 :                   {
    5851                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q21 };
    5852                 :           0 :                     tree res = generic_simplify_160 (loc, type, _p0, _p1, captures);
    5853                 :           0 :                     if (res) return res;
    5854                 :             :                   }
    5855                 :             :                 }
    5856                 :         205 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || operand_equal_p (_q50, _q20, 0))
    5857                 :             :                 {
    5858                 :           0 :                   {
    5859                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _q21, _q20, _q20 };
    5860                 :           0 :                     tree res = generic_simplify_160 (loc, type, _p0, _p1, captures);
    5861                 :           0 :                     if (res) return res;
    5862                 :             :                   }
    5863                 :             :                 }
    5864                 :             :               break;
    5865                 :             :             }
    5866                 :        3887 :           default:;
    5867                 :             :           }
    5868                 :        3887 :         if ((_p1 == _q21 && ! TREE_SIDE_EFFECTS (_p1)) || operand_equal_p (_p1, _q21, 0))
    5869                 :             :           {
    5870                 :           0 :             {
    5871                 :           0 :               tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q21 };
    5872                 :           0 :               tree res = generic_simplify_160 (loc, type, _p0, _p1, captures);
    5873                 :           0 :               if (res) return res;
    5874                 :             :             }
    5875                 :             :           }
    5876                 :        3887 :         if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || operand_equal_p (_p1, _q20, 0))
    5877                 :             :           {
    5878                 :          11 :             {
    5879                 :          11 :               tree captures[3] ATTRIBUTE_UNUSED = { _q21, _q20, _q20 };
    5880                 :          11 :               tree res = generic_simplify_160 (loc, type, _p0, _p1, captures);
    5881                 :          11 :               if (res) return res;
    5882                 :             :             }
    5883                 :             :           }
    5884                 :             :         break;
    5885                 :             :       }
    5886                 :        2835 :     case BIT_AND_EXPR:
    5887                 :        2835 :       {
    5888                 :        2835 :         tree _q20 = TREE_OPERAND (_p0, 0);
    5889                 :        2835 :         tree _q21 = TREE_OPERAND (_p0, 1);
    5890                 :        2835 :         switch (TREE_CODE (_p1))
    5891                 :             :           {
    5892                 :          74 :           case BIT_IOR_EXPR:
    5893                 :          74 :             {
    5894                 :          74 :               tree _q50 = TREE_OPERAND (_p1, 0);
    5895                 :          74 :               tree _q51 = TREE_OPERAND (_p1, 1);
    5896                 :          74 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    5897                 :             :                 {
    5898                 :          18 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
    5899                 :             :                     {
    5900                 :           0 :                       {
    5901                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    5902                 :           0 :                         tree res = generic_simplify_157 (loc, type, _p0, _p1, captures);
    5903                 :           0 :                         if (res) return res;
    5904                 :             :                       }
    5905                 :             :                     }
    5906                 :             :                 }
    5907                 :             :               break;
    5908                 :             :             }
    5909                 :          30 :           case BIT_XOR_EXPR:
    5910                 :          30 :             {
    5911                 :          30 :               tree _q50 = TREE_OPERAND (_p1, 0);
    5912                 :          30 :               tree _q51 = TREE_OPERAND (_p1, 1);
    5913                 :          30 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    5914                 :             :                 {
    5915                 :           0 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
    5916                 :             :                     {
    5917                 :           0 :                       {
    5918                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    5919                 :           0 :                         tree res = generic_simplify_8 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    5920                 :           0 :                         if (res) return res;
    5921                 :             :                       }
    5922                 :             :                     }
    5923                 :             :                 }
    5924                 :             :               break;
    5925                 :             :             }
    5926                 :        2835 :           default:;
    5927                 :             :           }
    5928                 :        2835 :         switch (TREE_CODE (_q21))
    5929                 :             :           {
    5930                 :        1010 :           case INTEGER_CST:
    5931                 :        1010 :             {
    5932                 :        1010 :               switch (TREE_CODE (_p1))
    5933                 :             :                 {
    5934                 :          15 :                 CASE_CONVERT:
    5935                 :          15 :                   {
    5936                 :          15 :                     tree _q50 = TREE_OPERAND (_p1, 0);
    5937                 :          15 :                     switch (TREE_CODE (_q50))
    5938                 :             :                       {
    5939                 :           0 :                       case BIT_AND_EXPR:
    5940                 :           0 :                         {
    5941                 :           0 :                           tree _q60 = TREE_OPERAND (_q50, 0);
    5942                 :           0 :                           tree _q61 = TREE_OPERAND (_q50, 1);
    5943                 :           0 :                           switch (TREE_CODE (_q61))
    5944                 :             :                             {
    5945                 :           0 :                             case INTEGER_CST:
    5946                 :           0 :                               {
    5947                 :           0 :                                 {
    5948                 :           0 :                                   tree captures[6] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q50, _q60, _q61 };
    5949                 :           0 :                                   tree res = generic_simplify_10 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    5950                 :           0 :                                   if (res) return res;
    5951                 :             :                                 }
    5952                 :           0 :                                 break;
    5953                 :             :                               }
    5954                 :             :                             default:;
    5955                 :             :                             }
    5956                 :             :                           break;
    5957                 :             :                         }
    5958                 :             :                       default:;
    5959                 :             :                       }
    5960                 :             :                     break;
    5961                 :             :                   }
    5962                 :         210 :                 case BIT_AND_EXPR:
    5963                 :         210 :                   {
    5964                 :         210 :                     tree _q50 = TREE_OPERAND (_p1, 0);
    5965                 :         210 :                     tree _q51 = TREE_OPERAND (_p1, 1);
    5966                 :         210 :                     switch (TREE_CODE (_q51))
    5967                 :             :                       {
    5968                 :         210 :                       case INTEGER_CST:
    5969                 :         210 :                         {
    5970                 :         210 :                           {
    5971                 :         210 :                             tree captures[6] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _p1, _q50, _q51 };
    5972                 :         210 :                             tree res = generic_simplify_10 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    5973                 :         210 :                             if (res) return res;
    5974                 :             :                           }
    5975                 :         209 :                           break;
    5976                 :             :                         }
    5977                 :             :                       default:;
    5978                 :             :                       }
    5979                 :             :                     break;
    5980                 :             :                   }
    5981                 :             :                 default:;
    5982                 :             :                 }
    5983                 :             :               break;
    5984                 :             :             }
    5985                 :             :           default:;
    5986                 :             :           }
    5987                 :             :         break;
    5988                 :             :       }
    5989                 :      484362 :     CASE_CONVERT:
    5990                 :      484362 :       {
    5991                 :      484362 :         tree _q20 = TREE_OPERAND (_p0, 0);
    5992                 :      484362 :         switch (TREE_CODE (_q20))
    5993                 :             :           {
    5994                 :          24 :           case BIT_AND_EXPR:
    5995                 :          24 :             {
    5996                 :          24 :               tree _q30 = TREE_OPERAND (_q20, 0);
    5997                 :          24 :               tree _q31 = TREE_OPERAND (_q20, 1);
    5998                 :          24 :               switch (TREE_CODE (_q31))
    5999                 :             :                 {
    6000                 :           0 :                 case INTEGER_CST:
    6001                 :           0 :                   {
    6002                 :           0 :                     switch (TREE_CODE (_p1))
    6003                 :             :                       {
    6004                 :           0 :                       CASE_CONVERT:
    6005                 :           0 :                         {
    6006                 :           0 :                           tree _q60 = TREE_OPERAND (_p1, 0);
    6007                 :           0 :                           switch (TREE_CODE (_q60))
    6008                 :             :                             {
    6009                 :           0 :                             case BIT_AND_EXPR:
    6010                 :           0 :                               {
    6011                 :           0 :                                 tree _q70 = TREE_OPERAND (_q60, 0);
    6012                 :           0 :                                 tree _q71 = TREE_OPERAND (_q60, 1);
    6013                 :           0 :                                 switch (TREE_CODE (_q71))
    6014                 :             :                                   {
    6015                 :           0 :                                   case INTEGER_CST:
    6016                 :           0 :                                     {
    6017                 :           0 :                                       {
    6018                 :           0 :                                         tree captures[6] ATTRIBUTE_UNUSED = { _q20, _q30, _q31, _q60, _q70, _q71 };
    6019                 :           0 :                                         tree res = generic_simplify_10 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    6020                 :           0 :                                         if (res) return res;
    6021                 :             :                                       }
    6022                 :           0 :                                       break;
    6023                 :             :                                     }
    6024                 :             :                                   default:;
    6025                 :             :                                   }
    6026                 :             :                                 break;
    6027                 :             :                               }
    6028                 :             :                             default:;
    6029                 :             :                             }
    6030                 :             :                           break;
    6031                 :             :                         }
    6032                 :           0 :                       case BIT_AND_EXPR:
    6033                 :           0 :                         {
    6034                 :           0 :                           tree _q60 = TREE_OPERAND (_p1, 0);
    6035                 :           0 :                           tree _q61 = TREE_OPERAND (_p1, 1);
    6036                 :           0 :                           switch (TREE_CODE (_q61))
    6037                 :             :                             {
    6038                 :           0 :                             case INTEGER_CST:
    6039                 :           0 :                               {
    6040                 :           0 :                                 {
    6041                 :           0 :                                   tree captures[6] ATTRIBUTE_UNUSED = { _q20, _q30, _q31, _p1, _q60, _q61 };
    6042                 :           0 :                                   tree res = generic_simplify_10 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    6043                 :           0 :                                   if (res) return res;
    6044                 :             :                                 }
    6045                 :           0 :                                 break;
    6046                 :             :                               }
    6047                 :             :                             default:;
    6048                 :             :                             }
    6049                 :             :                           break;
    6050                 :             :                         }
    6051                 :             :                       default:;
    6052                 :             :                       }
    6053                 :             :                     break;
    6054                 :             :                   }
    6055                 :             :                 default:;
    6056                 :             :                 }
    6057                 :             :               break;
    6058                 :             :             }
    6059                 :          17 :           case BIT_IOR_EXPR:
    6060                 :          17 :             {
    6061                 :          17 :               tree _q30 = TREE_OPERAND (_q20, 0);
    6062                 :          17 :               tree _q31 = TREE_OPERAND (_q20, 1);
    6063                 :          17 :               switch (TREE_CODE (_p1))
    6064                 :             :                 {
    6065                 :          16 :                 CASE_CONVERT:
    6066                 :          16 :                   {
    6067                 :          16 :                     tree _q60 = TREE_OPERAND (_p1, 0);
    6068                 :          16 :                     if ((_q60 == _q30 && ! TREE_SIDE_EFFECTS (_q60)) || operand_equal_p (_q60, _q30, 0))
    6069                 :             :                       {
    6070                 :           0 :                         {
    6071                 :           0 :                           tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _q30 };
    6072                 :           0 :                           tree res = generic_simplify_159 (loc, type, _p0, _p1, captures);
    6073                 :           0 :                           if (res) return res;
    6074                 :             :                         }
    6075                 :             :                       }
    6076                 :          16 :                     if ((_q60 == _q31 && ! TREE_SIDE_EFFECTS (_q60)) || operand_equal_p (_q60, _q31, 0))
    6077                 :             :                       {
    6078                 :           0 :                         {
    6079                 :           0 :                           tree captures[3] ATTRIBUTE_UNUSED = { _q31, _q30, _q31 };
    6080                 :           0 :                           tree res = generic_simplify_159 (loc, type, _p0, _p1, captures);
    6081                 :           0 :                           if (res) return res;
    6082                 :             :                         }
    6083                 :             :                       }
    6084                 :             :                     break;
    6085                 :             :                   }
    6086                 :          17 :                 default:;
    6087                 :             :                 }
    6088                 :          17 :               if ((_p1 == _q30 && ! TREE_SIDE_EFFECTS (_p1)) || operand_equal_p (_p1, _q30, 0))
    6089                 :             :                 {
    6090                 :           0 :                   {
    6091                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _q30 };
    6092                 :           0 :                     tree res = generic_simplify_159 (loc, type, _p0, _p1, captures);
    6093                 :           0 :                     if (res) return res;
    6094                 :             :                   }
    6095                 :             :                 }
    6096                 :          17 :               if ((_p1 == _q31 && ! TREE_SIDE_EFFECTS (_p1)) || operand_equal_p (_p1, _q31, 0))
    6097                 :             :                 {
    6098                 :           0 :                   {
    6099                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _q31, _q30, _q31 };
    6100                 :           0 :                     tree res = generic_simplify_159 (loc, type, _p0, _p1, captures);
    6101                 :           0 :                     if (res) return res;
    6102                 :             :                   }
    6103                 :             :                 }
    6104                 :             :               break;
    6105                 :             :             }
    6106                 :      484362 :           default:;
    6107                 :             :           }
    6108                 :      484362 :         switch (TREE_CODE (_p1))
    6109                 :             :           {
    6110                 :      480547 :           CASE_CONVERT:
    6111                 :      480547 :             {
    6112                 :      480547 :               tree _q40 = TREE_OPERAND (_p1, 0);
    6113                 :      480547 :               switch (TREE_CODE (_q40))
    6114                 :             :                 {
    6115                 :           0 :                 case BIT_IOR_EXPR:
    6116                 :           0 :                   {
    6117                 :           0 :                     tree _q50 = TREE_OPERAND (_q40, 0);
    6118                 :           0 :                     tree _q51 = TREE_OPERAND (_q40, 1);
    6119                 :           0 :                     if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || operand_equal_p (_q50, _q20, 0))
    6120                 :             :                       {
    6121                 :           0 :                         {
    6122                 :           0 :                           tree captures[3] ATTRIBUTE_UNUSED = { _q50, _q51, _q20 };
    6123                 :           0 :                           tree res = generic_simplify_159 (loc, type, _p0, _p1, captures);
    6124                 :           0 :                           if (res) return res;
    6125                 :             :                         }
    6126                 :             :                       }
    6127                 :           0 :                     if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || operand_equal_p (_q51, _q20, 0))
    6128                 :             :                       {
    6129                 :           0 :                         {
    6130                 :           0 :                           tree captures[3] ATTRIBUTE_UNUSED = { _q51, _q50, _q20 };
    6131                 :           0 :                           tree res = generic_simplify_159 (loc, type, _p0, _p1, captures);
    6132                 :           0 :                           if (res) return res;
    6133                 :             :                         }
    6134                 :             :                       }
    6135                 :             :                     break;
    6136                 :             :                   }
    6137                 :             :                 default:;
    6138                 :             :                 }
    6139                 :             :               break;
    6140                 :             :             }
    6141                 :          26 :           case BIT_IOR_EXPR:
    6142                 :          26 :             {
    6143                 :          26 :               tree _q40 = TREE_OPERAND (_p1, 0);
    6144                 :          26 :               tree _q41 = TREE_OPERAND (_p1, 1);
    6145                 :          26 :               if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || operand_equal_p (_q40, _q20, 0))
    6146                 :             :                 {
    6147                 :           0 :                   {
    6148                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _q40, _q41, _q20 };
    6149                 :           0 :                     tree res = generic_simplify_159 (loc, type, _p0, _p1, captures);
    6150                 :           0 :                     if (res) return res;
    6151                 :             :                   }
    6152                 :             :                 }
    6153                 :          26 :               if ((_q41 == _q20 && ! TREE_SIDE_EFFECTS (_q41)) || operand_equal_p (_q41, _q20, 0))
    6154                 :             :                 {
    6155                 :           0 :                   {
    6156                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _q41, _q40, _q20 };
    6157                 :           0 :                     tree res = generic_simplify_159 (loc, type, _p0, _p1, captures);
    6158                 :           0 :                     if (res) return res;
    6159                 :             :                   }
    6160                 :             :                 }
    6161                 :             :               break;
    6162                 :             :             }
    6163                 :             :           default:;
    6164                 :             :           }
    6165                 :             :         break;
    6166                 :             :       }
    6167                 :      664988 :     default:;
    6168                 :             :     }
    6169                 :      664988 :   switch (TREE_CODE (_p1))
    6170                 :             :     {
    6171                 :      520456 :     CASE_CONVERT:
    6172                 :      520456 :       {
    6173                 :      520456 :         tree _q30 = TREE_OPERAND (_p1, 0);
    6174                 :      520456 :         switch (TREE_CODE (_q30))
    6175                 :             :           {
    6176                 :           6 :           case BIT_IOR_EXPR:
    6177                 :           6 :             {
    6178                 :           6 :               tree _q40 = TREE_OPERAND (_q30, 0);
    6179                 :           6 :               tree _q41 = TREE_OPERAND (_q30, 1);
    6180                 :           6 :               if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || operand_equal_p (_q40, _p0, 0))
    6181                 :             :                 {
    6182                 :           0 :                   {
    6183                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _q40, _q41, _p0 };
    6184                 :           0 :                     tree res = generic_simplify_159 (loc, type, _p0, _p1, captures);
    6185                 :           0 :                     if (res) return res;
    6186                 :             :                   }
    6187                 :             :                 }
    6188                 :           6 :               if ((_q41 == _p0 && ! TREE_SIDE_EFFECTS (_q41)) || operand_equal_p (_q41, _p0, 0))
    6189                 :             :                 {
    6190                 :           0 :                   {
    6191                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _q41, _q40, _p0 };
    6192                 :           0 :                     tree res = generic_simplify_159 (loc, type, _p0, _p1, captures);
    6193                 :           0 :                     if (res) return res;
    6194                 :             :                   }
    6195                 :             :                 }
    6196                 :             :               break;
    6197                 :             :             }
    6198                 :             :           default:;
    6199                 :             :           }
    6200                 :             :         break;
    6201                 :             :       }
    6202                 :         518 :     case BIT_IOR_EXPR:
    6203                 :         518 :       {
    6204                 :         518 :         tree _q30 = TREE_OPERAND (_p1, 0);
    6205                 :         518 :         tree _q31 = TREE_OPERAND (_p1, 1);
    6206                 :         518 :         if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || operand_equal_p (_q30, _p0, 0))
    6207                 :             :           {
    6208                 :           1 :             {
    6209                 :           1 :               tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _p0 };
    6210                 :           1 :               tree res = generic_simplify_159 (loc, type, _p0, _p1, captures);
    6211                 :           1 :               if (res) return res;
    6212                 :             :             }
    6213                 :             :           }
    6214                 :         517 :         if ((_q31 == _p0 && ! TREE_SIDE_EFFECTS (_q31)) || operand_equal_p (_q31, _p0, 0))
    6215                 :             :           {
    6216                 :           1 :             {
    6217                 :           1 :               tree captures[3] ATTRIBUTE_UNUSED = { _q31, _q30, _p0 };
    6218                 :           1 :               tree res = generic_simplify_159 (loc, type, _p0, _p1, captures);
    6219                 :           1 :               if (res) return res;
    6220                 :             :             }
    6221                 :             :           }
    6222                 :             :         break;
    6223                 :             :       }
    6224                 :      664986 :     default:;
    6225                 :             :     }
    6226                 :      664986 :   {
    6227                 :      664986 :     tree _p0_pops[1];
    6228                 :      664986 :     if (tree_nop_convert (_p0, _p0_pops))
    6229                 :             :       {
    6230                 :      469673 :         tree _q20 = _p0_pops[0];
    6231                 :      469673 :         switch (TREE_CODE (_q20))
    6232                 :             :           {
    6233                 :          16 :           case BIT_IOR_EXPR:
    6234                 :          16 :             {
    6235                 :          16 :               tree _q30 = TREE_OPERAND (_q20, 0);
    6236                 :          16 :               tree _q31 = TREE_OPERAND (_q20, 1);
    6237                 :          16 :               {
    6238                 :          16 :                 tree _q30_pops[1];
    6239                 :          16 :                 if (tree_nop_convert (_q30, _q30_pops))
    6240                 :             :                   {
    6241                 :           0 :                     tree _q40 = _q30_pops[0];
    6242                 :           0 :                     switch (TREE_CODE (_q40))
    6243                 :             :                       {
    6244                 :           0 :                       case BIT_NOT_EXPR:
    6245                 :           0 :                         {
    6246                 :           0 :                           tree _q50 = TREE_OPERAND (_q40, 0);
    6247                 :           0 :                           {
    6248                 :           0 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q50, _q31, _p1 };
    6249                 :           0 :                             tree res = generic_simplify_156 (loc, type, _p0, _p1, captures);
    6250                 :           0 :                             if (res) return res;
    6251                 :             :                           }
    6252                 :           0 :                           break;
    6253                 :             :                         }
    6254                 :             :                       default:;
    6255                 :             :                       }
    6256                 :             :                   }
    6257                 :             :               }
    6258                 :          16 :               {
    6259                 :          16 :                 tree _q31_pops[1];
    6260                 :          16 :                 if (tree_nop_convert (_q31, _q31_pops))
    6261                 :             :                   {
    6262                 :           0 :                     tree _q50 = _q31_pops[0];
    6263                 :           0 :                     switch (TREE_CODE (_q50))
    6264                 :             :                       {
    6265                 :           0 :                       case BIT_NOT_EXPR:
    6266                 :           0 :                         {
    6267                 :           0 :                           tree _q60 = TREE_OPERAND (_q50, 0);
    6268                 :           0 :                           {
    6269                 :           0 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q60, _q30, _p1 };
    6270                 :           0 :                             tree res = generic_simplify_156 (loc, type, _p0, _p1, captures);
    6271                 :           0 :                             if (res) return res;
    6272                 :             :                           }
    6273                 :           0 :                           break;
    6274                 :             :                         }
    6275                 :             :                       default:;
    6276                 :             :                       }
    6277                 :             :                   }
    6278                 :             :               }
    6279                 :          16 :               switch (TREE_CODE (_q30))
    6280                 :             :                 {
    6281                 :          16 :                 case BIT_NOT_EXPR:
    6282                 :          16 :                   {
    6283                 :          16 :                     tree _q40 = TREE_OPERAND (_q30, 0);
    6284                 :          16 :                     {
    6285                 :          16 :                       tree captures[3] ATTRIBUTE_UNUSED = { _q40, _q31, _p1 };
    6286                 :          16 :                       tree res = generic_simplify_156 (loc, type, _p0, _p1, captures);
    6287                 :          16 :                       if (res) return res;
    6288                 :             :                     }
    6289                 :           0 :                     break;
    6290                 :             :                   }
    6291                 :           0 :                 default:;
    6292                 :             :                 }
    6293                 :           0 :               switch (TREE_CODE (_q31))
    6294                 :             :                 {
    6295                 :           0 :                 case BIT_NOT_EXPR:
    6296                 :           0 :                   {
    6297                 :           0 :                     tree _q50 = TREE_OPERAND (_q31, 0);
    6298                 :           0 :                     {
    6299                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _q50, _q30, _p1 };
    6300                 :           0 :                       tree res = generic_simplify_156 (loc, type, _p0, _p1, captures);
    6301                 :           0 :                       if (res) return res;
    6302                 :             :                     }
    6303                 :           0 :                     break;
    6304                 :             :                   }
    6305                 :             :                 default:;
    6306                 :             :                 }
    6307                 :             :               break;
    6308                 :             :             }
    6309                 :             :           default:;
    6310                 :             :           }
    6311                 :             :       }
    6312                 :             :   }
    6313                 :      664970 :   switch (TREE_CODE (_p1))
    6314                 :             :     {
    6315                 :         516 :     case BIT_IOR_EXPR:
    6316                 :         516 :       {
    6317                 :         516 :         tree _q30 = TREE_OPERAND (_p1, 0);
    6318                 :         516 :         tree _q31 = TREE_OPERAND (_p1, 1);
    6319                 :         516 :         {
    6320                 :         516 :           tree _q30_pops[1];
    6321                 :         516 :           if (tree_nop_convert (_q30, _q30_pops))
    6322                 :             :             {
    6323                 :           2 :               tree _q40 = _q30_pops[0];
    6324                 :           2 :               switch (TREE_CODE (_q40))
    6325                 :             :                 {
    6326                 :           0 :                 case BIT_NOT_EXPR:
    6327                 :           0 :                   {
    6328                 :           0 :                     tree _q50 = TREE_OPERAND (_q40, 0);
    6329                 :           0 :                     {
    6330                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _q50, _q31, _p0 };
    6331                 :           0 :                       tree res = generic_simplify_156 (loc, type, _p0, _p1, captures);
    6332                 :           0 :                       if (res) return res;
    6333                 :             :                     }
    6334                 :           0 :                     break;
    6335                 :             :                   }
    6336                 :             :                 default:;
    6337                 :             :                 }
    6338                 :             :             }
    6339                 :             :         }
    6340                 :         516 :         {
    6341                 :         516 :           tree _q31_pops[1];
    6342                 :         516 :           if (tree_nop_convert (_q31, _q31_pops))
    6343                 :             :             {
    6344                 :           2 :               tree _q50 = _q31_pops[0];
    6345                 :           2 :               switch (TREE_CODE (_q50))
    6346                 :             :                 {
    6347                 :           0 :                 case BIT_NOT_EXPR:
    6348                 :           0 :                   {
    6349                 :           0 :                     tree _q60 = TREE_OPERAND (_q50, 0);
    6350                 :           0 :                     {
    6351                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _q60, _q30, _p0 };
    6352                 :           0 :                       tree res = generic_simplify_156 (loc, type, _p0, _p1, captures);
    6353                 :           0 :                       if (res) return res;
    6354                 :             :                     }
    6355                 :           0 :                     break;
    6356                 :             :                   }
    6357                 :             :                 default:;
    6358                 :             :                 }
    6359                 :             :             }
    6360                 :             :         }
    6361                 :         516 :         switch (TREE_CODE (_q30))
    6362                 :             :           {
    6363                 :          18 :           case BIT_NOT_EXPR:
    6364                 :          18 :             {
    6365                 :          18 :               tree _q40 = TREE_OPERAND (_q30, 0);
    6366                 :          18 :               {
    6367                 :          18 :                 tree captures[3] ATTRIBUTE_UNUSED = { _q40, _q31, _p0 };
    6368                 :          18 :                 tree res = generic_simplify_156 (loc, type, _p0, _p1, captures);
    6369                 :          18 :                 if (res) return res;
    6370                 :             :               }
    6371                 :          18 :               break;
    6372                 :             :             }
    6373                 :         516 :           default:;
    6374                 :             :           }
    6375                 :         516 :         switch (TREE_CODE (_q31))
    6376                 :             :           {
    6377                 :          25 :           case BIT_NOT_EXPR:
    6378                 :          25 :             {
    6379                 :          25 :               tree _q50 = TREE_OPERAND (_q31, 0);
    6380                 :          25 :               {
    6381                 :          25 :                 tree captures[3] ATTRIBUTE_UNUSED = { _q50, _q30, _p0 };
    6382                 :          25 :                 tree res = generic_simplify_156 (loc, type, _p0, _p1, captures);
    6383                 :          25 :                 if (res) return res;
    6384                 :             :               }
    6385                 :          17 :               break;
    6386                 :             :             }
    6387                 :             :           default:;
    6388                 :             :           }
    6389                 :             :         break;
    6390                 :             :       }
    6391                 :      664962 :     default:;
    6392                 :             :     }
    6393                 :      664962 : {
    6394                 :      664962 :   tree _p1_pops[1];
    6395                 :      664962 :   if (tree_nop_convert (_p1, _p1_pops))
    6396                 :             :     {
    6397                 :      508021 :       tree _q30 = _p1_pops[0];
    6398                 :      508021 :       switch (TREE_CODE (_q30))
    6399                 :             :         {
    6400                 :           0 :         case BIT_IOR_EXPR:
    6401                 :           0 :           {
    6402                 :           0 :             tree _q40 = TREE_OPERAND (_q30, 0);
    6403                 :           0 :             tree _q41 = TREE_OPERAND (_q30, 1);
    6404                 :           0 :             {
    6405                 :           0 :               tree _q40_pops[1];
    6406                 :           0 :               if (tree_nop_convert (_q40, _q40_pops))
    6407                 :             :                 {
    6408                 :           0 :                   tree _q50 = _q40_pops[0];
    6409                 :           0 :                   switch (TREE_CODE (_q50))
    6410                 :             :                     {
    6411                 :           0 :                     case BIT_NOT_EXPR:
    6412                 :           0 :                       {
    6413                 :           0 :                         tree _q60 = TREE_OPERAND (_q50, 0);
    6414                 :           0 :                         {
    6415                 :           0 :                           tree captures[3] ATTRIBUTE_UNUSED = { _q60, _q41, _p0 };
    6416                 :           0 :                           tree res = generic_simplify_156 (loc, type, _p0, _p1, captures);
    6417                 :           0 :                           if (res) return res;
    6418                 :             :                         }
    6419                 :           0 :                         break;
    6420                 :             :                       }
    6421                 :             :                     default:;
    6422                 :             :                     }
    6423                 :             :                 }
    6424                 :             :             }
    6425                 :           0 :             {
    6426                 :           0 :               tree _q41_pops[1];
    6427                 :           0 :               if (tree_nop_convert (_q41, _q41_pops))
    6428                 :             :                 {
    6429                 :           0 :                   tree _q60 = _q41_pops[0];
    6430                 :           0 :                   switch (TREE_CODE (_q60))
    6431                 :             :                     {
    6432                 :           0 :                     case BIT_NOT_EXPR:
    6433                 :           0 :                       {
    6434                 :           0 :                         tree _q70 = TREE_OPERAND (_q60, 0);
    6435                 :           0 :                         {
    6436                 :           0 :                           tree captures[3] ATTRIBUTE_UNUSED = { _q70, _q40, _p0 };
    6437                 :           0 :                           tree res = generic_simplify_156 (loc, type, _p0, _p1, captures);
    6438                 :           0 :                           if (res) return res;
    6439                 :             :                         }
    6440                 :           0 :                         break;
    6441                 :             :                       }
    6442                 :             :                     default:;
    6443                 :             :                     }
    6444                 :             :                 }
    6445                 :             :             }
    6446                 :           0 :             switch (TREE_CODE (_q40))
    6447                 :             :               {
    6448                 :           0 :               case BIT_NOT_EXPR:
    6449                 :           0 :                 {
    6450                 :           0 :                   tree _q50 = TREE_OPERAND (_q40, 0);
    6451                 :           0 :                   {
    6452                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _q50, _q41, _p0 };
    6453                 :           0 :                     tree res = generic_simplify_156 (loc, type, _p0, _p1, captures);
    6454                 :           0 :                     if (res) return res;
    6455                 :             :                   }
    6456                 :           0 :                   break;
    6457                 :             :                 }
    6458                 :           0 :               default:;
    6459                 :             :               }
    6460                 :           0 :             switch (TREE_CODE (_q41))
    6461                 :             :               {
    6462                 :           0 :               case BIT_NOT_EXPR:
    6463                 :           0 :                 {
    6464                 :           0 :                   tree _q60 = TREE_OPERAND (_q41, 0);
    6465                 :           0 :                   {
    6466                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _q60, _q40, _p0 };
    6467                 :           0 :                     tree res = generic_simplify_156 (loc, type, _p0, _p1, captures);
    6468                 :           0 :                     if (res) return res;
    6469                 :             :                   }
    6470                 :           0 :                   break;
    6471                 :             :                 }
    6472                 :             :               default:;
    6473                 :             :               }
    6474                 :             :             break;
    6475                 :             :           }
    6476                 :             :         default:;
    6477                 :             :         }
    6478                 :             :     }
    6479                 :             : }
    6480                 :      664962 :   switch (TREE_CODE (_p0))
    6481                 :             :     {
    6482                 :      484338 :     CASE_CONVERT:
    6483                 :      484338 :       {
    6484                 :      484338 :         tree _q20 = TREE_OPERAND (_p0, 0);
    6485                 :      484338 :         switch (TREE_CODE (_q20))
    6486                 :             :           {
    6487                 :          50 :           case BIT_NOT_EXPR:
    6488                 :          50 :             {
    6489                 :          50 :               tree _q30 = TREE_OPERAND (_q20, 0);
    6490                 :          50 :               switch (TREE_CODE (_p1))
    6491                 :             :                 {
    6492                 :           0 :                 CASE_CONVERT:
    6493                 :           0 :                   {
    6494                 :           0 :                     tree _q50 = TREE_OPERAND (_p1, 0);
    6495                 :           0 :                     switch (TREE_CODE (_q50))
    6496                 :             :                       {
    6497                 :           0 :                       case BIT_NOT_EXPR:
    6498                 :           0 :                         {
    6499                 :           0 :                           tree _q60 = TREE_OPERAND (_q50, 0);
    6500                 :           0 :                           {
    6501                 :           0 :                             tree captures[2] ATTRIBUTE_UNUSED = { _q30, _q60 };
    6502                 :           0 :                             tree res = generic_simplify_161 (loc, type, _p0, _p1, captures);
    6503                 :           0 :                             if (res) return res;
    6504                 :             :                           }
    6505                 :           0 :                           break;
    6506                 :             :                         }
    6507                 :             :                       default:;
    6508                 :             :                       }
    6509                 :             :                     break;
    6510                 :             :                   }
    6511                 :           0 :                 case BIT_NOT_EXPR:
    6512                 :           0 :                   {
    6513                 :           0 :                     tree _q50 = TREE_OPERAND (_p1, 0);
    6514                 :           0 :                     {
    6515                 :           0 :                       tree captures[2] ATTRIBUTE_UNUSED = { _q30, _q50 };
    6516                 :           0 :                       tree res = generic_simplify_161 (loc, type, _p0, _p1, captures);
    6517                 :           0 :                       if (res) return res;
    6518                 :             :                     }
    6519                 :           0 :                     break;
    6520                 :             :                   }
    6521                 :          26 :                 case INTEGER_CST:
    6522                 :          26 :                   {
    6523                 :          26 :                     {
    6524                 :          26 :                       tree captures[2] ATTRIBUTE_UNUSED = { _q30, _p1 };
    6525                 :          26 :                       tree res = generic_simplify_162 (loc, type, _p0, _p1, captures);
    6526                 :          26 :                       if (res) return res;
    6527                 :             :                     }
    6528                 :          24 :                     break;
    6529                 :             :                   }
    6530                 :             :                 default:;
    6531                 :             :                 }
    6532                 :             :               break;
    6533                 :             :             }
    6534                 :             :           default:;
    6535                 :             :           }
    6536                 :             :         break;
    6537                 :             :       }
    6538                 :         477 :     case BIT_NOT_EXPR:
    6539                 :         477 :       {
    6540                 :         477 :         tree _q20 = TREE_OPERAND (_p0, 0);
    6541                 :         477 :         switch (TREE_CODE (_p1))
    6542                 :             :           {
    6543                 :          18 :           CASE_CONVERT:
    6544                 :          18 :             {
    6545                 :          18 :               tree _q40 = TREE_OPERAND (_p1, 0);
    6546                 :          18 :               switch (TREE_CODE (_q40))
    6547                 :             :                 {
    6548                 :           0 :                 case BIT_NOT_EXPR:
    6549                 :           0 :                   {
    6550                 :           0 :                     tree _q50 = TREE_OPERAND (_q40, 0);
    6551                 :           0 :                     {
    6552                 :           0 :                       tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q50 };
    6553                 :           0 :                       tree res = generic_simplify_161 (loc, type, _p0, _p1, captures);
    6554                 :           0 :                       if (res) return res;
    6555                 :             :                     }
    6556                 :           0 :                     break;
    6557                 :             :                   }
    6558                 :             :                 default:;
    6559                 :             :                 }
    6560                 :             :               break;
    6561                 :             :             }
    6562                 :          10 :           case BIT_NOT_EXPR:
    6563                 :          10 :             {
    6564                 :          10 :               tree _q40 = TREE_OPERAND (_p1, 0);
    6565                 :          10 :               {
    6566                 :          10 :                 tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q40 };
    6567                 :          10 :                 tree res = generic_simplify_161 (loc, type, _p0, _p1, captures);
    6568                 :          10 :                 if (res) return res;
    6569                 :             :               }
    6570                 :           0 :               break;
    6571                 :             :             }
    6572                 :          24 :           case INTEGER_CST:
    6573                 :          24 :             {
    6574                 :          24 :               {
    6575                 :          24 :                 tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
    6576                 :          24 :                 tree res = generic_simplify_162 (loc, type, _p0, _p1, captures);
    6577                 :          24 :                 if (res) return res;
    6578                 :             :               }
    6579                 :           0 :               break;
    6580                 :             :             }
    6581                 :         443 :           default:;
    6582                 :             :           }
    6583                 :         443 :         {
    6584                 :         443 :           tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p0, _q20, _p1 };
    6585                 :         443 :           tree res = generic_simplify_163 (loc, type, _p0, _p1, captures);
    6586                 :         443 :           if (res) return res;
    6587                 :             :         }
    6588                 :           0 :         break;
    6589                 :             :       }
    6590                 :        2832 :     case BIT_AND_EXPR:
    6591                 :        2832 :       {
    6592                 :        2832 :         tree _q20 = TREE_OPERAND (_p0, 0);
    6593                 :        2832 :         tree _q21 = TREE_OPERAND (_p0, 1);
    6594                 :        2832 :         if ((_p1 == _q21 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q21, 0) && types_match (_p1, _q21)))
    6595                 :             :           {
    6596                 :          67 :             {
    6597                 :          67 :               tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q21 };
    6598                 :          67 :               tree res = generic_simplify_164 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, BIT_AND_EXPR);
    6599                 :          67 :               if (res) return res;
    6600                 :             :             }
    6601                 :             :           }
    6602                 :        2765 :         if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
    6603                 :             :           {
    6604                 :           3 :             {
    6605                 :           3 :               tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q21, _q20 };
    6606                 :           3 :               tree res = generic_simplify_164 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, BIT_AND_EXPR);
    6607                 :           3 :               if (res) return res;
    6608                 :             :             }
    6609                 :             :           }
    6610                 :        2762 :         switch (TREE_CODE (_p1))
    6611                 :             :           {
    6612                 :         353 :           case BIT_AND_EXPR:
    6613                 :         353 :             {
    6614                 :         353 :               tree _q50 = TREE_OPERAND (_p1, 0);
    6615                 :         353 :               tree _q51 = TREE_OPERAND (_p1, 1);
    6616                 :         353 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || operand_equal_p (_q50, _q20, 0))
    6617                 :             :                 {
    6618                 :          21 :                   {
    6619                 :          21 :                     tree captures[4] ATTRIBUTE_UNUSED = { _q20, _q21, _q51, _q20 };
    6620                 :          21 :                     tree res = generic_simplify_94 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, BIT_AND_EXPR);
    6621                 :          21 :                     if (res) return res;
    6622                 :             :                   }
    6623                 :             :                 }
    6624                 :         332 :               if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || operand_equal_p (_q51, _q20, 0))
    6625                 :             :                 {
    6626                 :           0 :                   {
    6627                 :           0 :                     tree captures[4] ATTRIBUTE_UNUSED = { _q20, _q21, _q50, _q20 };
    6628                 :           0 :                     tree res = generic_simplify_94 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, BIT_AND_EXPR);
    6629                 :           0 :                     if (res) return res;
    6630                 :             :                   }
    6631                 :             :                 }
    6632                 :         332 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || operand_equal_p (_q50, _q21, 0))
    6633                 :             :                 {
    6634                 :           0 :                   {
    6635                 :           0 :                     tree captures[4] ATTRIBUTE_UNUSED = { _q21, _q20, _q51, _q21 };
    6636                 :           0 :                     tree res = generic_simplify_94 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, BIT_AND_EXPR);
    6637                 :           0 :                     if (res) return res;
    6638                 :             :                   }
    6639                 :             :                 }
    6640                 :         332 :               if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || operand_equal_p (_q51, _q21, 0))
    6641                 :             :                 {
    6642                 :         201 :                   {
    6643                 :         201 :                     tree captures[4] ATTRIBUTE_UNUSED = { _q21, _q20, _q50, _q21 };
    6644                 :         201 :                     tree res = generic_simplify_94 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, BIT_AND_EXPR);
    6645                 :         201 :                     if (res) return res;
    6646                 :             :                   }
    6647                 :             :                 }
    6648                 :             :               break;
    6649                 :             :             }
    6650                 :             :           default:;
    6651                 :             :           }
    6652                 :             :         break;
    6653                 :             :       }
    6654                 :      664191 :     default:;
    6655                 :             :     }
    6656                 :      664191 :   switch (TREE_CODE (_p1))
    6657                 :             :     {
    6658                 :         421 :     case BIT_AND_EXPR:
    6659                 :         421 :       {
    6660                 :         421 :         tree _q30 = TREE_OPERAND (_p1, 0);
    6661                 :         421 :         tree _q31 = TREE_OPERAND (_p1, 1);
    6662                 :         421 :         if ((_q31 == _p0 && ! TREE_SIDE_EFFECTS (_q31)) || (operand_equal_p (_q31, _p0, 0) && types_match (_q31, _p0)))
    6663                 :             :           {
    6664                 :           0 :             {
    6665                 :           0 :               tree captures[3] ATTRIBUTE_UNUSED = { _p1, _q30, _p0 };
    6666                 :           0 :               tree res = generic_simplify_164 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, BIT_AND_EXPR);
    6667                 :           0 :               if (res) return res;
    6668                 :             :             }
    6669                 :             :           }
    6670                 :         421 :         if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
    6671                 :             :           {
    6672                 :           0 :             {
    6673                 :           0 :               tree captures[3] ATTRIBUTE_UNUSED = { _p1, _q31, _p0 };
    6674                 :           0 :               tree res = generic_simplify_164 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, BIT_AND_EXPR);
    6675                 :           0 :               if (res) return res;
    6676                 :             :             }
    6677                 :             :           }
    6678                 :             :         break;
    6679                 :             :       }
    6680                 :      664191 :     default:;
    6681                 :             :     }
    6682                 :      664191 :   switch (TREE_CODE (_p0))
    6683                 :             :     {
    6684                 :      484336 :     CASE_CONVERT:
    6685                 :      484336 :       {
    6686                 :      484336 :         tree _q20 = TREE_OPERAND (_p0, 0);
    6687                 :      484336 :         switch (TREE_CODE (_q20))
    6688                 :             :           {
    6689                 :          24 :           case BIT_AND_EXPR:
    6690                 :          24 :             {
    6691                 :          24 :               tree _q30 = TREE_OPERAND (_q20, 0);
    6692                 :          24 :               tree _q31 = TREE_OPERAND (_q20, 1);
    6693                 :          24 :               switch (TREE_CODE (_p1))
    6694                 :             :                 {
    6695                 :           8 :                 CASE_CONVERT:
    6696                 :           8 :                   {
    6697                 :           8 :                     tree _q60 = TREE_OPERAND (_p1, 0);
    6698                 :           8 :                     switch (TREE_CODE (_q60))
    6699                 :             :                       {
    6700                 :           0 :                       case BIT_AND_EXPR:
    6701                 :           0 :                         {
    6702                 :           0 :                           tree _q70 = TREE_OPERAND (_q60, 0);
    6703                 :           0 :                           tree _q71 = TREE_OPERAND (_q60, 1);
    6704                 :           0 :                           if ((_q70 == _q30 && ! TREE_SIDE_EFFECTS (_q70)) || operand_equal_p (_q70, _q30, 0))
    6705                 :             :                             {
    6706                 :           0 :                               {
    6707                 :           0 :                                 tree captures[4] ATTRIBUTE_UNUSED = { _q30, _q31, _q71, _q30 };
    6708                 :           0 :                                 tree res = generic_simplify_94 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, BIT_AND_EXPR);
    6709                 :           0 :                                 if (res) return res;
    6710                 :             :                               }
    6711                 :             :                             }
    6712                 :           0 :                           if ((_q71 == _q30 && ! TREE_SIDE_EFFECTS (_q71)) || operand_equal_p (_q71, _q30, 0))
    6713                 :             :                             {
    6714                 :           0 :                               {
    6715                 :           0 :                                 tree captures[4] ATTRIBUTE_UNUSED = { _q30, _q31, _q70, _q30 };
    6716                 :           0 :                                 tree res = generic_simplify_94 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, BIT_AND_EXPR);
    6717                 :           0 :                                 if (res) return res;
    6718                 :             :                               }
    6719                 :             :                             }
    6720                 :           0 :                           if ((_q70 == _q31 && ! TREE_SIDE_EFFECTS (_q70)) || operand_equal_p (_q70, _q31, 0))
    6721                 :             :                             {
    6722                 :           0 :                               {
    6723                 :           0 :                                 tree captures[4] ATTRIBUTE_UNUSED = { _q31, _q30, _q71, _q31 };
    6724                 :           0 :                                 tree res = generic_simplify_94 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, BIT_AND_EXPR);
    6725                 :           0 :                                 if (res) return res;
    6726                 :             :                               }
    6727                 :             :                             }
    6728                 :           0 :                           if ((_q71 == _q31 && ! TREE_SIDE_EFFECTS (_q71)) || operand_equal_p (_q71, _q31, 0))
    6729                 :             :                             {
    6730                 :           0 :                               {
    6731                 :           0 :                                 tree captures[4] ATTRIBUTE_UNUSED = { _q31, _q30, _q70, _q31 };
    6732                 :           0 :                                 tree res = generic_simplify_94 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, BIT_AND_EXPR);
    6733                 :           0 :                                 if (res) return res;
    6734                 :             :                               }
    6735                 :             :                             }
    6736                 :             :                           break;
    6737                 :             :                         }
    6738                 :             :                       default:;
    6739                 :             :                       }
    6740                 :             :                     break;
    6741                 :             :                   }
    6742                 :             :                 default:;
    6743                 :             :                 }
    6744                 :             :               break;
    6745                 :             :             }
    6746                 :       13418 :           case BIT_XOR_EXPR:
    6747                 :       13418 :             {
    6748                 :       13418 :               tree _q30 = TREE_OPERAND (_q20, 0);
    6749                 :       13418 :               tree _q31 = TREE_OPERAND (_q20, 1);
    6750                 :       13418 :               switch (TREE_CODE (_p1))
    6751                 :             :                 {
    6752                 :       13353 :                 CASE_CONVERT:
    6753                 :       13353 :                   {
    6754                 :       13353 :                     tree _q60 = TREE_OPERAND (_p1, 0);
    6755                 :       13353 :                     if ((_q60 == _q31 && ! TREE_SIDE_EFFECTS (_q60)) || operand_equal_p (_q60, _q31, 0))
    6756                 :             :                       {
    6757                 :           0 :                         {
    6758                 :           0 :                           tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _q31 };
    6759                 :           0 :                           tree res = generic_simplify_160 (loc, type, _p0, _p1, captures);
    6760                 :           0 :                           if (res) return res;
    6761                 :             :                         }
    6762                 :             :                       }
    6763                 :       13353 :                     if ((_q60 == _q30 && ! TREE_SIDE_EFFECTS (_q60)) || operand_equal_p (_q60, _q30, 0))
    6764                 :             :                       {
    6765                 :           0 :                         {
    6766                 :           0 :                           tree captures[3] ATTRIBUTE_UNUSED = { _q31, _q30, _q30 };
    6767                 :           0 :                           tree res = generic_simplify_160 (loc, type, _p0, _p1, captures);
    6768                 :           0 :                           if (res) return res;
    6769                 :             :                         }
    6770                 :             :                       }
    6771                 :             :                     break;
    6772                 :             :                   }
    6773                 :       13418 :                 default:;
    6774                 :             :                 }
    6775                 :       13418 :               if ((_p1 == _q31 && ! TREE_SIDE_EFFECTS (_p1)) || operand_equal_p (_p1, _q31, 0))
    6776                 :             :                 {
    6777                 :           0 :                   {
    6778                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _q31 };
    6779                 :           0 :                     tree res = generic_simplify_160 (loc, type, _p0, _p1, captures);
    6780                 :           0 :                     if (res) return res;
    6781                 :             :                   }
    6782                 :             :                 }
    6783                 :       13418 :               if ((_p1 == _q30 && ! TREE_SIDE_EFFECTS (_p1)) || operand_equal_p (_p1, _q30, 0))
    6784                 :             :                 {
    6785                 :           0 :                   {
    6786                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _q31, _q30, _q30 };
    6787                 :           0 :                     tree res = generic_simplify_160 (loc, type, _p0, _p1, captures);
    6788                 :           0 :                     if (res) return res;
    6789                 :             :                   }
    6790                 :             :                 }
    6791                 :             :               break;
    6792                 :             :             }
    6793                 :      484336 :           default:;
    6794                 :             :           }
    6795                 :      484336 :         switch (TREE_CODE (_p1))
    6796                 :             :           {
    6797                 :      480531 :           CASE_CONVERT:
    6798                 :      480531 :             {
    6799                 :      480531 :               tree _q40 = TREE_OPERAND (_p1, 0);
    6800                 :      480531 :               switch (TREE_CODE (_q40))
    6801                 :             :                 {
    6802                 :           0 :                 case BIT_XOR_EXPR:
    6803                 :           0 :                   {
    6804                 :           0 :                     tree _q50 = TREE_OPERAND (_q40, 0);
    6805                 :           0 :                     tree _q51 = TREE_OPERAND (_q40, 1);
    6806                 :           0 :                     if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || operand_equal_p (_q51, _q20, 0))
    6807                 :             :                       {
    6808                 :           0 :                         {
    6809                 :           0 :                           tree captures[3] ATTRIBUTE_UNUSED = { _q50, _q51, _q20 };
    6810                 :           0 :                           tree res = generic_simplify_160 (loc, type, _p0, _p1, captures);
    6811                 :           0 :                           if (res) return res;
    6812                 :             :                         }
    6813                 :             :                       }
    6814                 :           0 :                     if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || operand_equal_p (_q50, _q20, 0))
    6815                 :             :                       {
    6816                 :           0 :                         {
    6817                 :           0 :                           tree captures[3] ATTRIBUTE_UNUSED = { _q51, _q50, _q20 };
    6818                 :           0 :                           tree res = generic_simplify_160 (loc, type, _p0, _p1, captures);
    6819                 :           0 :                           if (res) return res;
    6820                 :             :                         }
    6821                 :             :                       }
    6822                 :             :                     break;
    6823                 :             :                   }
    6824                 :             :                 default:;
    6825                 :             :                 }
    6826                 :             :               break;
    6827                 :             :             }
    6828                 :           2 :           case BIT_XOR_EXPR:
    6829                 :           2 :             {
    6830                 :           2 :               tree _q40 = TREE_OPERAND (_p1, 0);
    6831                 :           2 :               tree _q41 = TREE_OPERAND (_p1, 1);
    6832                 :           2 :               if ((_q41 == _q20 && ! TREE_SIDE_EFFECTS (_q41)) || operand_equal_p (_q41, _q20, 0))
    6833                 :             :                 {
    6834                 :           0 :                   {
    6835                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _q40, _q41, _q20 };
    6836                 :           0 :                     tree res = generic_simplify_160 (loc, type, _p0, _p1, captures);
    6837                 :           0 :                     if (res) return res;
    6838                 :             :                   }
    6839                 :             :                 }
    6840                 :           2 :               if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || operand_equal_p (_q40, _q20, 0))
    6841                 :             :                 {
    6842                 :           0 :                   {
    6843                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _q41, _q40, _q20 };
    6844                 :           0 :                     tree res = generic_simplify_160 (loc, type, _p0, _p1, captures);
    6845                 :           0 :                     if (res) return res;
    6846                 :             :                   }
    6847                 :             :                 }
    6848                 :             :               break;
    6849                 :             :             }
    6850                 :             :           default:;
    6851                 :             :           }
    6852                 :             :         break;
    6853                 :             :       }
    6854                 :      664191 :     default:;
    6855                 :             :     }
    6856                 :      664191 :   switch (TREE_CODE (_p1))
    6857                 :             :     {
    6858                 :      520422 :     CASE_CONVERT:
    6859                 :      520422 :       {
    6860                 :      520422 :         tree _q30 = TREE_OPERAND (_p1, 0);
    6861                 :      520422 :         switch (TREE_CODE (_q30))
    6862                 :             :           {
    6863                 :           8 :           case BIT_XOR_EXPR:
    6864                 :           8 :             {
    6865                 :           8 :               tree _q40 = TREE_OPERAND (_q30, 0);
    6866                 :           8 :               tree _q41 = TREE_OPERAND (_q30, 1);
    6867                 :           8 :               if ((_q41 == _p0 && ! TREE_SIDE_EFFECTS (_q41)) || operand_equal_p (_q41, _p0, 0))
    6868                 :             :                 {
    6869                 :           0 :                   {
    6870                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _q40, _q41, _p0 };
    6871                 :           0 :                     tree res = generic_simplify_160 (loc, type, _p0, _p1, captures);
    6872                 :           0 :                     if (res) return res;
    6873                 :             :                   }
    6874                 :             :                 }
    6875                 :           8 :               if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || operand_equal_p (_q40, _p0, 0))
    6876                 :             :                 {
    6877                 :           0 :                   {
    6878                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _q41, _q40, _p0 };
    6879                 :           0 :                     tree res = generic_simplify_160 (loc, type, _p0, _p1, captures);
    6880                 :           0 :                     if (res) return res;
    6881                 :             :                   }
    6882                 :             :                 }
    6883                 :             :               break;
    6884                 :             :             }
    6885                 :             :           default:;
    6886                 :             :           }
    6887                 :             :         break;
    6888                 :             :       }
    6889                 :          78 :     case BIT_XOR_EXPR:
    6890                 :          78 :       {
    6891                 :          78 :         tree _q30 = TREE_OPERAND (_p1, 0);
    6892                 :          78 :         tree _q31 = TREE_OPERAND (_p1, 1);
    6893                 :          78 :         if ((_q31 == _p0 && ! TREE_SIDE_EFFECTS (_q31)) || operand_equal_p (_q31, _p0, 0))
    6894                 :             :           {
    6895                 :           0 :             {
    6896                 :           0 :               tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _p0 };
    6897                 :           0 :               tree res = generic_simplify_160 (loc, type, _p0, _p1, captures);
    6898                 :           0 :               if (res) return res;
    6899                 :             :             }
    6900                 :             :           }
    6901                 :          78 :         if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || operand_equal_p (_q30, _p0, 0))
    6902                 :             :           {
    6903                 :           0 :             {
    6904                 :           0 :               tree captures[3] ATTRIBUTE_UNUSED = { _q31, _q30, _p0 };
    6905                 :           0 :               tree res = generic_simplify_160 (loc, type, _p0, _p1, captures);
    6906                 :           0 :               if (res) return res;
    6907                 :             :             }
    6908                 :             :           }
    6909                 :             :         break;
    6910                 :             :       }
    6911                 :      664191 :     default:;
    6912                 :             :     }
    6913                 :      664191 :   switch (TREE_CODE (_p0))
    6914                 :             :     {
    6915                 :      484336 :     CASE_CONVERT:
    6916                 :      484336 :       {
    6917                 :      484336 :         tree _q20 = TREE_OPERAND (_p0, 0);
    6918                 :      484336 :         switch (TREE_CODE (_q20))
    6919                 :             :           {
    6920                 :       13418 :           case BIT_XOR_EXPR:
    6921                 :       13418 :             {
    6922                 :       13418 :               tree _q30 = TREE_OPERAND (_q20, 0);
    6923                 :       13418 :               tree _q31 = TREE_OPERAND (_q20, 1);
    6924                 :       13418 :               switch (TREE_CODE (_p1))
    6925                 :             :                 {
    6926                 :       13353 :                 CASE_CONVERT:
    6927                 :       13353 :                   {
    6928                 :       13353 :                     tree _q60 = TREE_OPERAND (_p1, 0);
    6929                 :       13353 :                     switch (TREE_CODE (_q60))
    6930                 :             :                       {
    6931                 :           0 :                       case BIT_XOR_EXPR:
    6932                 :           0 :                         {
    6933                 :           0 :                           tree _q70 = TREE_OPERAND (_q60, 0);
    6934                 :           0 :                           tree _q71 = TREE_OPERAND (_q60, 1);
    6935                 :           0 :                           if ((_q70 == _q30 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q30, 0) && types_match (_q70, _q30)))
    6936                 :             :                             {
    6937                 :           0 :                               {
    6938                 :           0 :                                 tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _q71 };
    6939                 :           0 :                                 tree res = generic_simplify_165 (loc, type, _p0, _p1, captures);
    6940                 :           0 :                                 if (res) return res;
    6941                 :             :                               }
    6942                 :             :                             }
    6943                 :           0 :                           if ((_q71 == _q30 && ! TREE_SIDE_EFFECTS (_q71)) || (operand_equal_p (_q71, _q30, 0) && types_match (_q71, _q30)))
    6944                 :             :                             {
    6945                 :           0 :                               {
    6946                 :           0 :                                 tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _q70 };
    6947                 :           0 :                                 tree res = generic_simplify_165 (loc, type, _p0, _p1, captures);
    6948                 :           0 :                                 if (res) return res;
    6949                 :             :                               }
    6950                 :             :                             }
    6951                 :           0 :                           if ((_q70 == _q31 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q31, 0) && types_match (_q70, _q31)))
    6952                 :             :                             {
    6953                 :           0 :                               {
    6954                 :           0 :                                 tree captures[3] ATTRIBUTE_UNUSED = { _q31, _q30, _q71 };
    6955                 :           0 :                                 tree res = generic_simplify_165 (loc, type, _p0, _p1, captures);
    6956                 :           0 :                                 if (res) return res;
    6957                 :             :                               }
    6958                 :             :                             }
    6959                 :           0 :                           if ((_q71 == _q31 && ! TREE_SIDE_EFFECTS (_q71)) || (operand_equal_p (_q71, _q31, 0) && types_match (_q71, _q31)))
    6960                 :             :                             {
    6961                 :           0 :                               {
    6962                 :           0 :                                 tree captures[3] ATTRIBUTE_UNUSED = { _q31, _q30, _q70 };
    6963                 :           0 :                                 tree res = generic_simplify_165 (loc, type, _p0, _p1, captures);
    6964                 :           0 :                                 if (res) return res;
    6965                 :             :                               }
    6966                 :             :                             }
    6967                 :             :                           break;
    6968                 :             :                         }
    6969                 :             :                       default:;
    6970                 :             :                       }
    6971                 :             :                     break;
    6972                 :             :                   }
    6973                 :           0 :                 case BIT_XOR_EXPR:
    6974                 :           0 :                   {
    6975                 :           0 :                     tree _q60 = TREE_OPERAND (_p1, 0);
    6976                 :           0 :                     tree _q61 = TREE_OPERAND (_p1, 1);
    6977                 :           0 :                     if ((_q60 == _q30 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q30, 0) && types_match (_q60, _q30)))
    6978                 :             :                       {
    6979                 :           0 :                         {
    6980                 :           0 :                           tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _q61 };
    6981                 :           0 :                           tree res = generic_simplify_165 (loc, type, _p0, _p1, captures);
    6982                 :           0 :                           if (res) return res;
    6983                 :             :                         }
    6984                 :             :                       }
    6985                 :           0 :                     if ((_q61 == _q30 && ! TREE_SIDE_EFFECTS (_q61)) || (operand_equal_p (_q61, _q30, 0) && types_match (_q61, _q30)))
    6986                 :             :                       {
    6987                 :           0 :                         {
    6988                 :           0 :                           tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _q60 };
    6989                 :           0 :                           tree res = generic_simplify_165 (loc, type, _p0, _p1, captures);
    6990                 :           0 :                           if (res) return res;
    6991                 :             :                         }
    6992                 :             :                       }
    6993                 :           0 :                     if ((_q60 == _q31 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q31, 0) && types_match (_q60, _q31)))
    6994                 :             :                       {
    6995                 :           0 :                         {
    6996                 :           0 :                           tree captures[3] ATTRIBUTE_UNUSED = { _q31, _q30, _q61 };
    6997                 :           0 :                           tree res = generic_simplify_165 (loc, type, _p0, _p1, captures);
    6998                 :           0 :                           if (res) return res;
    6999                 :             :                         }
    7000                 :             :                       }
    7001                 :           0 :                     if ((_q61 == _q31 && ! TREE_SIDE_EFFECTS (_q61)) || (operand_equal_p (_q61, _q31, 0) && types_match (_q61, _q31)))
    7002                 :             :                       {
    7003                 :           0 :                         {
    7004                 :           0 :                           tree captures[3] ATTRIBUTE_UNUSED = { _q31, _q30, _q60 };
    7005                 :           0 :                           tree res = generic_simplify_165 (loc, type, _p0, _p1, captures);
    7006                 :           0 :                           if (res) return res;
    7007                 :             :                         }
    7008                 :             :                       }
    7009                 :             :                     break;
    7010                 :             :                   }
    7011                 :             :                 default:;
    7012                 :             :                 }
    7013                 :             :               break;
    7014                 :             :             }
    7015                 :      484336 :           default:;
    7016                 :             :           }
    7017                 :      484336 :         switch (TREE_CODE (_p1))
    7018                 :             :           {
    7019                 :      480531 :           CASE_CONVERT:
    7020                 :      480531 :             {
    7021                 :      480531 :               tree _q40 = TREE_OPERAND (_p1, 0);
    7022                 :      480531 :               {
    7023                 :      480531 :                 tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
    7024                 :      480531 :                 tree res = generic_simplify_101 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    7025                 :      480531 :                 if (res) return res;
    7026                 :             :               }
    7027                 :      459088 :               break;
    7028                 :             :             }
    7029                 :      462893 :           default:;
    7030                 :             :           }
    7031                 :      462893 :         {
    7032                 :      462893 :           tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _p1 };
    7033                 :      462893 :           tree res = generic_simplify_102 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    7034                 :      462893 :           if (res) return res;
    7035                 :             :         }
    7036                 :      462785 :         break;
    7037                 :             :       }
    7038                 :        3876 :     case BIT_XOR_EXPR:
    7039                 :        3876 :       {
    7040                 :        3876 :         tree _q20 = TREE_OPERAND (_p0, 0);
    7041                 :        3876 :         tree _q21 = TREE_OPERAND (_p0, 1);
    7042                 :        3876 :         switch (TREE_CODE (_p1))
    7043                 :             :           {
    7044                 :         205 :           CASE_CONVERT:
    7045                 :         205 :             {
    7046                 :         205 :               tree _q50 = TREE_OPERAND (_p1, 0);
    7047                 :         205 :               switch (TREE_CODE (_q50))
    7048                 :             :                 {
    7049                 :           0 :                 case BIT_XOR_EXPR:
    7050                 :           0 :                   {
    7051                 :           0 :                     tree _q60 = TREE_OPERAND (_q50, 0);
    7052                 :           0 :                     tree _q61 = TREE_OPERAND (_q50, 1);
    7053                 :           0 :                     if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
    7054                 :             :                       {
    7055                 :           0 :                         {
    7056                 :           0 :                           tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q61 };
    7057                 :           0 :                           tree res = generic_simplify_165 (loc, type, _p0, _p1, captures);
    7058                 :           0 :                           if (res) return res;
    7059                 :             :                         }
    7060                 :             :                       }
    7061                 :           0 :                     if ((_q61 == _q20 && ! TREE_SIDE_EFFECTS (_q61)) || (operand_equal_p (_q61, _q20, 0) && types_match (_q61, _q20)))
    7062                 :             :                       {
    7063                 :           0 :                         {
    7064                 :           0 :                           tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q60 };
    7065                 :           0 :                           tree res = generic_simplify_165 (loc, type, _p0, _p1, captures);
    7066                 :           0 :                           if (res) return res;
    7067                 :             :                         }
    7068                 :             :                       }
    7069                 :           0 :                     if ((_q60 == _q21 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q21, 0) && types_match (_q60, _q21)))
    7070                 :             :                       {
    7071                 :           0 :                         {
    7072                 :           0 :                           tree captures[3] ATTRIBUTE_UNUSED = { _q21, _q20, _q61 };
    7073                 :           0 :                           tree res = generic_simplify_165 (loc, type, _p0, _p1, captures);
    7074                 :           0 :                           if (res) return res;
    7075                 :             :                         }
    7076                 :             :                       }
    7077                 :           0 :                     if ((_q61 == _q21 && ! TREE_SIDE_EFFECTS (_q61)) || (operand_equal_p (_q61, _q21, 0) && types_match (_q61, _q21)))
    7078                 :             :                       {
    7079                 :           0 :                         {
    7080                 :           0 :                           tree captures[3] ATTRIBUTE_UNUSED = { _q21, _q20, _q60 };
    7081                 :           0 :                           tree res = generic_simplify_165 (loc, type, _p0, _p1, captures);
    7082                 :           0 :                           if (res) return res;
    7083                 :             :                         }
    7084                 :             :                       }
    7085                 :             :                     break;
    7086                 :             :                   }
    7087                 :             :                 default:;
    7088                 :             :                 }
    7089                 :             :               break;
    7090                 :             :             }
    7091                 :          10 :           case BIT_XOR_EXPR:
    7092                 :          10 :             {
    7093                 :          10 :               tree _q50 = TREE_OPERAND (_p1, 0);
    7094                 :          10 :               tree _q51 = TREE_OPERAND (_p1, 1);
    7095                 :          10 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    7096                 :             :                 {
    7097                 :           0 :                   {
    7098                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q51 };
    7099                 :           0 :                     tree res = generic_simplify_165 (loc, type, _p0, _p1, captures);
    7100                 :           0 :                     if (res) return res;
    7101                 :             :                   }
    7102                 :             :                 }
    7103                 :          10 :               if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
    7104                 :             :                 {
    7105                 :           0 :                   {
    7106                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q50 };
    7107                 :           0 :                     tree res = generic_simplify_165 (loc, type, _p0, _p1, captures);
    7108                 :           0 :                     if (res) return res;
    7109                 :             :                   }
    7110                 :             :                 }
    7111                 :          10 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
    7112                 :             :                 {
    7113                 :           0 :                   {
    7114                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _q21, _q20, _q51 };
    7115                 :           0 :                     tree res = generic_simplify_165 (loc, type, _p0, _p1, captures);
    7116                 :           0 :                     if (res) return res;
    7117                 :             :                   }
    7118                 :             :                 }
    7119                 :          10 :               if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
    7120                 :             :                 {
    7121                 :           0 :                   {
    7122                 :           0 :                     tree captures[3] ATTRIBUTE_UNUSED = { _q21, _q20, _q50 };
    7123                 :           0 :                     tree res = generic_simplify_165 (loc, type, _p0, _p1, captures);
    7124                 :           0 :                     if (res) return res;
    7125                 :             :                   }
    7126                 :             :                 }
    7127                 :             :               break;
    7128                 :             :             }
    7129                 :        3876 :           default:;
    7130                 :             :           }
    7131                 :        3876 :         if (CONSTANT_CLASS_P (_q21))
    7132                 :             :           {
    7133                 :          56 :             if (CONSTANT_CLASS_P (_p1))
    7134                 :             :               {
    7135                 :          30 :                 {
    7136                 :          30 :                   tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
    7137                 :          30 :                   tree res = generic_simplify_117 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    7138                 :          30 :                   if (res) return res;
    7139                 :             :                 }
    7140                 :             :               }
    7141                 :             :           }
    7142                 :             :         break;
    7143                 :             :       }
    7144                 :          56 :     case COND_EXPR:
    7145                 :          56 :       {
    7146                 :          56 :         tree _q20 = TREE_OPERAND (_p0, 0);
    7147                 :          56 :         tree _q21 = TREE_OPERAND (_p0, 1);
    7148                 :          56 :         tree _q22 = TREE_OPERAND (_p0, 2);
    7149                 :          56 :         if (integer_zerop (_q22))
    7150                 :             :           {
    7151                 :          56 :             switch (TREE_CODE (_p1))
    7152                 :             :               {
    7153                 :           4 :               case COND_EXPR:
    7154                 :           4 :                 {
    7155                 :           4 :                   tree _q60 = TREE_OPERAND (_p1, 0);
    7156                 :           4 :                   tree _q61 = TREE_OPERAND (_p1, 1);
    7157                 :           4 :                   tree _q62 = TREE_OPERAND (_p1, 2);
    7158                 :           4 :                   if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
    7159                 :             :                     {
    7160                 :           0 :                       if (integer_zerop (_q61))
    7161                 :             :                         {
    7162                 :           0 :                           {
    7163                 :           0 :                             tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _p1, _q62 };
    7164                 :           0 :                             const enum tree_code op = BIT_XOR_EXPR;
    7165                 :           0 :                             if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1382;
    7166                 :           0 :                             if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1382;
    7167                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1382;
    7168                 :           0 :                             {
    7169                 :           0 :                               tree res_op0;
    7170                 :           0 :                               res_op0 = captures[1];
    7171                 :           0 :                               tree res_op1;
    7172                 :           0 :                               res_op1 = captures[2];
    7173                 :           0 :                               tree res_op2;
    7174                 :           0 :                               res_op2 = captures[4];
    7175                 :           0 :                               tree _r;
    7176                 :           0 :                               _r = fold_build3_loc (loc, COND_EXPR, type, res_op0, res_op1, res_op2);
    7177                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 882, __FILE__, __LINE__, true);
    7178                 :           0 :                               return _r;
    7179                 :             :                             }
    7180                 :           0 : next_after_fail1382:;
    7181                 :             :                           }
    7182                 :             :                         }
    7183                 :             :                     }
    7184                 :             :                   break;
    7185                 :             :                 }
    7186                 :             :               default:;
    7187                 :             :               }
    7188                 :             :           }
    7189                 :          56 :         if (integer_zerop (_q21))
    7190                 :             :           {
    7191                 :           0 :             switch (TREE_CODE (_p1))
    7192                 :             :               {
    7193                 :           0 :               case COND_EXPR:
    7194                 :           0 :                 {
    7195                 :           0 :                   tree _q60 = TREE_OPERAND (_p1, 0);
    7196                 :           0 :                   tree _q61 = TREE_OPERAND (_p1, 1);
    7197                 :           0 :                   tree _q62 = TREE_OPERAND (_p1, 2);
    7198                 :           0 :                   if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
    7199                 :             :                     {
    7200                 :           0 :                       if (integer_zerop (_q62))
    7201                 :             :                         {
    7202                 :           0 :                           {
    7203                 :           0 :                             tree captures[5] ATTRIBUTE_UNUSED = { _p1, _q20, _q61, _p0, _q22 };
    7204                 :           0 :                             const enum tree_code op = BIT_XOR_EXPR;
    7205                 :           0 :                             if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1383;
    7206                 :           0 :                             if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1383;
    7207                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1383;
    7208                 :           0 :                             {
    7209                 :           0 :                               tree res_op0;
    7210                 :           0 :                               res_op0 = captures[1];
    7211                 :           0 :                               tree res_op1;
    7212                 :           0 :                               res_op1 = captures[2];
    7213                 :           0 :                               tree res_op2;
    7214                 :           0 :                               res_op2 = captures[4];
    7215                 :           0 :                               tree _r;
    7216                 :           0 :                               _r = fold_build3_loc (loc, COND_EXPR, type, res_op0, res_op1, res_op2);
    7217                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 882, __FILE__, __LINE__, true);
    7218                 :           0 :                               return _r;
    7219                 :             :                             }
    7220                 :           0 : next_after_fail1383:;
    7221                 :             :                           }
    7222                 :             :                         }
    7223                 :             :                     }
    7224                 :             :                   break;
    7225                 :             :                 }
    7226                 :             :               default:;
    7227                 :             :               }
    7228                 :             :           }
    7229                 :          56 :         switch (TREE_CODE (_q20))
    7230                 :             :           {
    7231                 :           0 :           case LT_EXPR:
    7232                 :           0 :             {
    7233                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    7234                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    7235                 :           0 :               if (zerop (_q22))
    7236                 :             :                 {
    7237                 :           0 :                   switch (TREE_CODE (_p1))
    7238                 :             :                     {
    7239                 :           0 :                     case COND_EXPR:
    7240                 :           0 :                       {
    7241                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    7242                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    7243                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    7244                 :           0 :                         switch (TREE_CODE (_q80))
    7245                 :             :                           {
    7246                 :           0 :                           case GE_EXPR:
    7247                 :           0 :                             {
    7248                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    7249                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    7250                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    7251                 :             :                                 {
    7252                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    7253                 :             :                                     {
    7254                 :           0 :                                       if (zerop (_q82))
    7255                 :             :                                         {
    7256                 :           0 :                                           {
    7257                 :           0 :                                             tree captures[6] ATTRIBUTE_UNUSED = { _q20, _q30, _q31, _q21, _q80, _q81 };
    7258                 :           0 :                                             tree res = generic_simplify_14 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, LT_EXPR, GE_EXPR);
    7259                 :           0 :                                             if (res) return res;
    7260                 :             :                                           }
    7261                 :             :                                         }
    7262                 :             :                                     }
    7263                 :             :                                 }
    7264                 :             :                               break;
    7265                 :             :                             }
    7266                 :             :                           default:;
    7267                 :             :                           }
    7268                 :             :                         break;
    7269                 :             :                       }
    7270                 :             :                     default:;
    7271                 :             :                     }
    7272                 :             :                 }
    7273                 :             :               break;
    7274                 :             :             }
    7275                 :          32 :           case LE_EXPR:
    7276                 :          32 :             {
    7277                 :          32 :               tree _q30 = TREE_OPERAND (_q20, 0);
    7278                 :          32 :               tree _q31 = TREE_OPERAND (_q20, 1);
    7279                 :          32 :               if (zerop (_q22))
    7280                 :             :                 {
    7281                 :          32 :                   switch (TREE_CODE (_p1))
    7282                 :             :                     {
    7283                 :           0 :                     case COND_EXPR:
    7284                 :           0 :                       {
    7285                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    7286                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    7287                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    7288                 :           0 :                         switch (TREE_CODE (_q80))
    7289                 :             :                           {
    7290                 :           0 :                           case GT_EXPR:
    7291                 :           0 :                             {
    7292                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    7293                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    7294                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    7295                 :             :                                 {
    7296                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    7297                 :             :                                     {
    7298                 :           0 :                                       if (zerop (_q82))
    7299                 :             :                                         {
    7300                 :           0 :                                           {
    7301                 :           0 :                                             tree captures[6] ATTRIBUTE_UNUSED = { _q20, _q30, _q31, _q21, _q80, _q81 };
    7302                 :           0 :                                             tree res = generic_simplify_14 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, LE_EXPR, GT_EXPR);
    7303                 :           0 :                                             if (res) return res;
    7304                 :             :                                           }
    7305                 :             :                                         }
    7306                 :             :                                     }
    7307                 :             :                                 }
    7308                 :             :                               break;
    7309                 :             :                             }
    7310                 :             :                           default:;
    7311                 :             :                           }
    7312                 :             :                         break;
    7313                 :             :                       }
    7314                 :             :                     default:;
    7315                 :             :                     }
    7316                 :             :                 }
    7317                 :             :               break;
    7318                 :             :             }
    7319                 :           0 :           case EQ_EXPR:
    7320                 :           0 :             {
    7321                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    7322                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    7323                 :           0 :               if (zerop (_q22))
    7324                 :             :                 {
    7325                 :           0 :                   switch (TREE_CODE (_p1))
    7326                 :             :                     {
    7327                 :           0 :                     case COND_EXPR:
    7328                 :           0 :                       {
    7329                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    7330                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    7331                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    7332                 :           0 :                         switch (TREE_CODE (_q80))
    7333                 :             :                           {
    7334                 :           0 :                           case NE_EXPR:
    7335                 :           0 :                             {
    7336                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    7337                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    7338                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    7339                 :             :                                 {
    7340                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    7341                 :             :                                     {
    7342                 :           0 :                                       if (zerop (_q82))
    7343                 :             :                                         {
    7344                 :           0 :                                           {
    7345                 :           0 :                                             tree captures[6] ATTRIBUTE_UNUSED = { _q20, _q30, _q31, _q21, _q80, _q81 };
    7346                 :           0 :                                             tree res = generic_simplify_14 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, EQ_EXPR, NE_EXPR);
    7347                 :           0 :                                             if (res) return res;
    7348                 :             :                                           }
    7349                 :             :                                         }
    7350                 :             :                                     }
    7351                 :             :                                 }
    7352                 :             :                               break;
    7353                 :             :                             }
    7354                 :             :                           default:;
    7355                 :             :                           }
    7356                 :             :                         break;
    7357                 :             :                       }
    7358                 :             :                     default:;
    7359                 :             :                     }
    7360                 :             :                 }
    7361                 :             :               break;
    7362                 :             :             }
    7363                 :          24 :           case NE_EXPR:
    7364                 :          24 :             {
    7365                 :          24 :               tree _q30 = TREE_OPERAND (_q20, 0);
    7366                 :          24 :               tree _q31 = TREE_OPERAND (_q20, 1);
    7367                 :          24 :               if (zerop (_q22))
    7368                 :             :                 {
    7369                 :          24 :                   switch (TREE_CODE (_p1))
    7370                 :             :                     {
    7371                 :           4 :                     case COND_EXPR:
    7372                 :           4 :                       {
    7373                 :           4 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    7374                 :           4 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    7375                 :           4 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    7376                 :           4 :                         switch (TREE_CODE (_q80))
    7377                 :             :                           {
    7378                 :           0 :                           case EQ_EXPR:
    7379                 :           0 :                             {
    7380                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    7381                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    7382                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    7383                 :             :                                 {
    7384                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    7385                 :             :                                     {
    7386                 :           0 :                                       if (zerop (_q82))
    7387                 :             :                                         {
    7388                 :           0 :                                           {
    7389                 :           0 :                                             tree captures[6] ATTRIBUTE_UNUSED = { _q20, _q30, _q31, _q21, _q80, _q81 };
    7390                 :           0 :                                             tree res = generic_simplify_14 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, NE_EXPR, EQ_EXPR);
    7391                 :           0 :                                             if (res) return res;
    7392                 :             :                                           }
    7393                 :             :                                         }
    7394                 :             :                                     }
    7395                 :             :                                 }
    7396                 :             :                               break;
    7397                 :             :                             }
    7398                 :             :                           default:;
    7399                 :             :                           }
    7400                 :             :                         break;
    7401                 :             :                       }
    7402                 :             :                     default:;
    7403                 :             :                     }
    7404                 :             :                 }
    7405                 :             :               break;
    7406                 :             :             }
    7407                 :           0 :           case GE_EXPR:
    7408                 :           0 :             {
    7409                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    7410                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    7411                 :           0 :               if (zerop (_q22))
    7412                 :             :                 {
    7413                 :           0 :                   switch (TREE_CODE (_p1))
    7414                 :             :                     {
    7415                 :           0 :                     case COND_EXPR:
    7416                 :           0 :                       {
    7417                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    7418                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    7419                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    7420                 :           0 :                         switch (TREE_CODE (_q80))
    7421                 :             :                           {
    7422                 :           0 :                           case LT_EXPR:
    7423                 :           0 :                             {
    7424                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    7425                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    7426                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    7427                 :             :                                 {
    7428                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    7429                 :             :                                     {
    7430                 :           0 :                                       if (zerop (_q82))
    7431                 :             :                                         {
    7432                 :           0 :                                           {
    7433                 :           0 :                                             tree captures[6] ATTRIBUTE_UNUSED = { _q20, _q30, _q31, _q21, _q80, _q81 };
    7434                 :           0 :                                             tree res = generic_simplify_14 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, GE_EXPR, LT_EXPR);
    7435                 :           0 :                                             if (res) return res;
    7436                 :             :                                           }
    7437                 :             :                                         }
    7438                 :             :                                     }
    7439                 :             :                                 }
    7440                 :             :                               break;
    7441                 :             :                             }
    7442                 :             :                           default:;
    7443                 :             :                           }
    7444                 :             :                         break;
    7445                 :             :                       }
    7446                 :             :                     default:;
    7447                 :             :                     }
    7448                 :             :                 }
    7449                 :             :               break;
    7450                 :             :             }
    7451                 :           0 :           case GT_EXPR:
    7452                 :           0 :             {
    7453                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    7454                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    7455                 :           0 :               if (zerop (_q22))
    7456                 :             :                 {
    7457                 :           0 :                   switch (TREE_CODE (_p1))
    7458                 :             :                     {
    7459                 :           0 :                     case COND_EXPR:
    7460                 :           0 :                       {
    7461                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    7462                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    7463                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    7464                 :           0 :                         switch (TREE_CODE (_q80))
    7465                 :             :                           {
    7466                 :           0 :                           case LE_EXPR:
    7467                 :           0 :                             {
    7468                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    7469                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    7470                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    7471                 :             :                                 {
    7472                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    7473                 :             :                                     {
    7474                 :           0 :                                       if (zerop (_q82))
    7475                 :             :                                         {
    7476                 :           0 :                                           {
    7477                 :           0 :                                             tree captures[6] ATTRIBUTE_UNUSED = { _q20, _q30, _q31, _q21, _q80, _q81 };
    7478                 :           0 :                                             tree res = generic_simplify_14 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, GT_EXPR, LE_EXPR);
    7479                 :           0 :                                             if (res) return res;
    7480                 :             :                                           }
    7481                 :             :                                         }
    7482                 :             :                                     }
    7483                 :             :                                 }
    7484                 :             :                               break;
    7485                 :             :                             }
    7486                 :             :                           default:;
    7487                 :             :                           }
    7488                 :             :                         break;
    7489                 :             :                       }
    7490                 :             :                     default:;
    7491                 :             :                     }
    7492                 :             :                 }
    7493                 :             :               break;
    7494                 :             :             }
    7495                 :           0 :           case UNORDERED_EXPR:
    7496                 :           0 :             {
    7497                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    7498                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    7499                 :           0 :               if (zerop (_q22))
    7500                 :             :                 {
    7501                 :           0 :                   switch (TREE_CODE (_p1))
    7502                 :             :                     {
    7503                 :           0 :                     case COND_EXPR:
    7504                 :           0 :                       {
    7505                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    7506                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    7507                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    7508                 :           0 :                         switch (TREE_CODE (_q80))
    7509                 :             :                           {
    7510                 :           0 :                           case ORDERED_EXPR:
    7511                 :           0 :                             {
    7512                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    7513                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    7514                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    7515                 :             :                                 {
    7516                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    7517                 :             :                                     {
    7518                 :           0 :                                       if (zerop (_q82))
    7519                 :             :                                         {
    7520                 :           0 :                                           {
    7521                 :           0 :                                             tree captures[6] ATTRIBUTE_UNUSED = { _q20, _q30, _q31, _q21, _q80, _q81 };
    7522                 :           0 :                                             tree res = generic_simplify_14 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, UNORDERED_EXPR, ORDERED_EXPR);
    7523                 :           0 :                                             if (res) return res;
    7524                 :             :                                           }
    7525                 :             :                                         }
    7526                 :             :                                     }
    7527                 :             :                                 }
    7528                 :             :                               break;
    7529                 :             :                             }
    7530                 :             :                           default:;
    7531                 :             :                           }
    7532                 :             :                         break;
    7533                 :             :                       }
    7534                 :             :                     default:;
    7535                 :             :                     }
    7536                 :             :                 }
    7537                 :             :               break;
    7538                 :             :             }
    7539                 :           0 :           case ORDERED_EXPR:
    7540                 :           0 :             {
    7541                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    7542                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    7543                 :           0 :               if (zerop (_q22))
    7544                 :             :                 {
    7545                 :           0 :                   switch (TREE_CODE (_p1))
    7546                 :             :                     {
    7547                 :           0 :                     case COND_EXPR:
    7548                 :           0 :                       {
    7549                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    7550                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    7551                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    7552                 :           0 :                         switch (TREE_CODE (_q80))
    7553                 :             :                           {
    7554                 :           0 :                           case UNORDERED_EXPR:
    7555                 :           0 :                             {
    7556                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    7557                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    7558                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    7559                 :             :                                 {
    7560                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    7561                 :             :                                     {
    7562                 :           0 :                                       if (zerop (_q82))
    7563                 :             :                                         {
    7564                 :           0 :                                           {
    7565                 :           0 :                                             tree captures[6] ATTRIBUTE_UNUSED = { _q20, _q30, _q31, _q21, _q80, _q81 };
    7566                 :           0 :                                             tree res = generic_simplify_14 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, ORDERED_EXPR, UNORDERED_EXPR);
    7567                 :           0 :                                             if (res) return res;
    7568                 :             :                                           }
    7569                 :             :                                         }
    7570                 :             :                                     }
    7571                 :             :                                 }
    7572                 :             :                               break;
    7573                 :             :                             }
    7574                 :             :                           default:;
    7575                 :             :                           }
    7576                 :             :                         break;
    7577                 :             :                       }
    7578                 :             :                     default:;
    7579                 :             :                     }
    7580                 :             :                 }
    7581                 :             :               break;
    7582                 :             :             }
    7583                 :           0 :           case UNLT_EXPR:
    7584                 :           0 :             {
    7585                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    7586                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    7587                 :           0 :               if (zerop (_q22))
    7588                 :             :                 {
    7589                 :           0 :                   switch (TREE_CODE (_p1))
    7590                 :             :                     {
    7591                 :           0 :                     case COND_EXPR:
    7592                 :           0 :                       {
    7593                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    7594                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    7595                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    7596                 :           0 :                         switch (TREE_CODE (_q80))
    7597                 :             :                           {
    7598                 :           0 :                           case GE_EXPR:
    7599                 :           0 :                             {
    7600                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    7601                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    7602                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    7603                 :             :                                 {
    7604                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    7605                 :             :                                     {
    7606                 :           0 :                                       if (zerop (_q82))
    7607                 :             :                                         {
    7608                 :           0 :                                           {
    7609                 :           0 :                                             tree captures[6] ATTRIBUTE_UNUSED = { _q20, _q30, _q31, _q21, _q80, _q81 };
    7610                 :           0 :                                             tree res = generic_simplify_14 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, UNLT_EXPR, GE_EXPR);
    7611                 :           0 :                                             if (res) return res;
    7612                 :             :                                           }
    7613                 :             :                                         }
    7614                 :             :                                     }
    7615                 :             :                                 }
    7616                 :             :                               break;
    7617                 :             :                             }
    7618                 :             :                           default:;
    7619                 :             :                           }
    7620                 :             :                         break;
    7621                 :             :                       }
    7622                 :             :                     default:;
    7623                 :             :                     }
    7624                 :             :                 }
    7625                 :             :               break;
    7626                 :             :             }
    7627                 :           0 :           case UNLE_EXPR:
    7628                 :           0 :             {
    7629                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    7630                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    7631                 :           0 :               if (zerop (_q22))
    7632                 :             :                 {
    7633                 :           0 :                   switch (TREE_CODE (_p1))
    7634                 :             :                     {
    7635                 :           0 :                     case COND_EXPR:
    7636                 :           0 :                       {
    7637                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    7638                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    7639                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    7640                 :           0 :                         switch (TREE_CODE (_q80))
    7641                 :             :                           {
    7642                 :           0 :                           case GT_EXPR:
    7643                 :           0 :                             {
    7644                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    7645                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    7646                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    7647                 :             :                                 {
    7648                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    7649                 :             :                                     {
    7650                 :           0 :                                       if (zerop (_q82))
    7651                 :             :                                         {
    7652                 :           0 :                                           {
    7653                 :           0 :                                             tree captures[6] ATTRIBUTE_UNUSED = { _q20, _q30, _q31, _q21, _q80, _q81 };
    7654                 :           0 :                                             tree res = generic_simplify_14 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, UNLE_EXPR, GT_EXPR);
    7655                 :           0 :                                             if (res) return res;
    7656                 :             :                                           }
    7657                 :             :                                         }
    7658                 :             :                                     }
    7659                 :             :                                 }
    7660                 :             :                               break;
    7661                 :             :                             }
    7662                 :             :                           default:;
    7663                 :             :                           }
    7664                 :             :                         break;
    7665                 :             :                       }
    7666                 :             :                     default:;
    7667                 :             :                     }
    7668                 :             :                 }
    7669                 :             :               break;
    7670                 :             :             }
    7671                 :           0 :           case UNGT_EXPR:
    7672                 :           0 :             {
    7673                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    7674                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    7675                 :           0 :               if (zerop (_q22))
    7676                 :             :                 {
    7677                 :           0 :                   switch (TREE_CODE (_p1))
    7678                 :             :                     {
    7679                 :           0 :                     case COND_EXPR:
    7680                 :           0 :                       {
    7681                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    7682                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    7683                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    7684                 :           0 :                         switch (TREE_CODE (_q80))
    7685                 :             :                           {
    7686                 :           0 :                           case LE_EXPR:
    7687                 :           0 :                             {
    7688                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    7689                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    7690                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    7691                 :             :                                 {
    7692                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    7693                 :             :                                     {
    7694                 :           0 :                                       if (zerop (_q82))
    7695                 :             :                                         {
    7696                 :           0 :                                           {
    7697                 :           0 :                                             tree captures[6] ATTRIBUTE_UNUSED = { _q20, _q30, _q31, _q21, _q80, _q81 };
    7698                 :           0 :                                             tree res = generic_simplify_14 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, UNGT_EXPR, LE_EXPR);
    7699                 :           0 :                                             if (res) return res;
    7700                 :             :                                           }
    7701                 :             :                                         }
    7702                 :             :                                     }
    7703                 :             :                                 }
    7704                 :             :                               break;
    7705                 :             :                             }
    7706                 :             :                           default:;
    7707                 :             :                           }
    7708                 :             :                         break;
    7709                 :             :                       }
    7710                 :             :                     default:;
    7711                 :             :                     }
    7712                 :             :                 }
    7713                 :             :               break;
    7714                 :             :             }
    7715                 :           0 :           case UNGE_EXPR:
    7716                 :           0 :             {
    7717                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    7718                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    7719                 :           0 :               if (zerop (_q22))
    7720                 :             :                 {
    7721                 :           0 :                   switch (TREE_CODE (_p1))
    7722                 :             :                     {
    7723                 :           0 :                     case COND_EXPR:
    7724                 :           0 :                       {
    7725                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    7726                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    7727                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    7728                 :           0 :                         switch (TREE_CODE (_q80))
    7729                 :             :                           {
    7730                 :           0 :                           case LT_EXPR:
    7731                 :           0 :                             {
    7732                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    7733                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    7734                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    7735                 :             :                                 {
    7736                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    7737                 :             :                                     {
    7738                 :           0 :                                       if (zerop (_q82))
    7739                 :             :                                         {
    7740                 :           0 :                                           {
    7741                 :           0 :                                             tree captures[6] ATTRIBUTE_UNUSED = { _q20, _q30, _q31, _q21, _q80, _q81 };
    7742                 :           0 :                                             tree res = generic_simplify_14 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, UNGE_EXPR, LT_EXPR);
    7743                 :           0 :                                             if (res) return res;
    7744                 :             :                                           }
    7745                 :             :                                         }
    7746                 :             :                                     }
    7747                 :             :                                 }
    7748                 :             :                               break;
    7749                 :             :                             }
    7750                 :             :                           default:;
    7751                 :             :                           }
    7752                 :             :                         break;
    7753                 :             :                       }
    7754                 :             :                     default:;
    7755                 :             :                     }
    7756                 :             :                 }
    7757                 :             :               break;
    7758                 :             :             }
    7759                 :           0 :           case UNEQ_EXPR:
    7760                 :           0 :             {
    7761                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    7762                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    7763                 :           0 :               if (zerop (_q22))
    7764                 :             :                 {
    7765                 :           0 :                   switch (TREE_CODE (_p1))
    7766                 :             :                     {
    7767                 :           0 :                     case COND_EXPR:
    7768                 :           0 :                       {
    7769                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    7770                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    7771                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    7772                 :           0 :                         switch (TREE_CODE (_q80))
    7773                 :             :                           {
    7774                 :           0 :                           case LTGT_EXPR:
    7775                 :           0 :                             {
    7776                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    7777                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    7778                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    7779                 :             :                                 {
    7780                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    7781                 :             :                                     {
    7782                 :           0 :                                       if (zerop (_q82))
    7783                 :             :                                         {
    7784                 :           0 :                                           {
    7785                 :           0 :                                             tree captures[6] ATTRIBUTE_UNUSED = { _q20, _q30, _q31, _q21, _q80, _q81 };
    7786                 :           0 :                                             tree res = generic_simplify_14 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, UNEQ_EXPR, LTGT_EXPR);
    7787                 :           0 :                                             if (res) return res;
    7788                 :             :                                           }
    7789                 :             :                                         }
    7790                 :             :                                     }
    7791                 :             :                                 }
    7792                 :             :                               break;
    7793                 :             :                             }
    7794                 :             :                           default:;
    7795                 :             :                           }
    7796                 :             :                         break;
    7797                 :             :                       }
    7798                 :             :                     default:;
    7799                 :             :                     }
    7800                 :             :                 }
    7801                 :             :               break;
    7802                 :             :             }
    7803                 :           0 :           case LTGT_EXPR:
    7804                 :           0 :             {
    7805                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    7806                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    7807                 :           0 :               if (zerop (_q22))
    7808                 :             :                 {
    7809                 :           0 :                   switch (TREE_CODE (_p1))
    7810                 :             :                     {
    7811                 :           0 :                     case COND_EXPR:
    7812                 :           0 :                       {
    7813                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    7814                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    7815                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    7816                 :           0 :                         switch (TREE_CODE (_q80))
    7817                 :             :                           {
    7818                 :           0 :                           case UNEQ_EXPR:
    7819                 :           0 :                             {
    7820                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    7821                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    7822                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    7823                 :             :                                 {
    7824                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    7825                 :             :                                     {
    7826                 :           0 :                                       if (zerop (_q82))
    7827                 :             :                                         {
    7828                 :           0 :                                           {
    7829                 :           0 :                                             tree captures[6] ATTRIBUTE_UNUSED = { _q20, _q30, _q31, _q21, _q80, _q81 };
    7830                 :           0 :                                             tree res = generic_simplify_14 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, LTGT_EXPR, UNEQ_EXPR);
    7831                 :           0 :                                             if (res) return res;
    7832                 :             :                                           }
    7833                 :             :                                         }
    7834                 :             :                                     }
    7835                 :             :                                 }
    7836                 :             :                               break;
    7837                 :             :                             }
    7838                 :             :                           default:;
    7839                 :             :                           }
    7840                 :             :                         break;
    7841                 :             :                       }
    7842                 :             :                     default:;
    7843                 :             :                     }
    7844                 :             :                 }
    7845                 :             :               break;
    7846                 :             :             }
    7847                 :             :           default:;
    7848                 :             :           }
    7849                 :             :         break;
    7850                 :             :       }
    7851                 :           1 :     case VEC_COND_EXPR:
    7852                 :           1 :       {
    7853                 :           1 :         tree _q20 = TREE_OPERAND (_p0, 0);
    7854                 :           1 :         tree _q21 = TREE_OPERAND (_p0, 1);
    7855                 :           1 :         tree _q22 = TREE_OPERAND (_p0, 2);
    7856                 :           1 :         if (integer_zerop (_q22))
    7857                 :             :           {
    7858                 :           1 :             switch (TREE_CODE (_p1))
    7859                 :             :               {
    7860                 :           0 :               case VEC_COND_EXPR:
    7861                 :           0 :                 {
    7862                 :           0 :                   tree _q60 = TREE_OPERAND (_p1, 0);
    7863                 :           0 :                   tree _q61 = TREE_OPERAND (_p1, 1);
    7864                 :           0 :                   tree _q62 = TREE_OPERAND (_p1, 2);
    7865                 :           0 :                   if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
    7866                 :             :                     {
    7867                 :           0 :                       if (integer_zerop (_q61))
    7868                 :             :                         {
    7869                 :           0 :                           {
    7870                 :           0 :                             tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _p1, _q62 };
    7871                 :           0 :                             const enum tree_code op = BIT_XOR_EXPR;
    7872                 :           0 :                             if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1384;
    7873                 :           0 :                             if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1384;
    7874                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1384;
    7875                 :           0 :                             {
    7876                 :           0 :                               tree res_op0;
    7877                 :           0 :                               res_op0 = captures[1];
    7878                 :           0 :                               tree res_op1;
    7879                 :           0 :                               res_op1 = captures[2];
    7880                 :           0 :                               tree res_op2;
    7881                 :           0 :                               res_op2 = captures[4];
    7882                 :           0 :                               tree _r;
    7883                 :           0 :                               _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
    7884                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 882, __FILE__, __LINE__, true);
    7885                 :           0 :                               return _r;
    7886                 :             :                             }
    7887                 :           0 : next_after_fail1384:;
    7888                 :             :                           }
    7889                 :             :                         }
    7890                 :             :                     }
    7891                 :             :                   break;
    7892                 :             :                 }
    7893                 :             :               default:;
    7894                 :             :               }
    7895                 :             :           }
    7896                 :           1 :         if (integer_zerop (_q21))
    7897                 :             :           {
    7898                 :           0 :             switch (TREE_CODE (_p1))
    7899                 :             :               {
    7900                 :           0 :               case VEC_COND_EXPR:
    7901                 :           0 :                 {
    7902                 :           0 :                   tree _q60 = TREE_OPERAND (_p1, 0);
    7903                 :           0 :                   tree _q61 = TREE_OPERAND (_p1, 1);
    7904                 :           0 :                   tree _q62 = TREE_OPERAND (_p1, 2);
    7905                 :           0 :                   if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
    7906                 :             :                     {
    7907                 :           0 :                       if (integer_zerop (_q62))
    7908                 :             :                         {
    7909                 :           0 :                           {
    7910                 :           0 :                             tree captures[5] ATTRIBUTE_UNUSED = { _p1, _q20, _q61, _p0, _q22 };
    7911                 :           0 :                             const enum tree_code op = BIT_XOR_EXPR;
    7912                 :           0 :                             if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1385;
    7913                 :           0 :                             if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1385;
    7914                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1385;
    7915                 :           0 :                             {
    7916                 :           0 :                               tree res_op0;
    7917                 :           0 :                               res_op0 = captures[1];
    7918                 :           0 :                               tree res_op1;
    7919                 :           0 :                               res_op1 = captures[2];
    7920                 :           0 :                               tree res_op2;
    7921                 :           0 :                               res_op2 = captures[4];
    7922                 :           0 :                               tree _r;
    7923                 :           0 :                               _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
    7924                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 882, __FILE__, __LINE__, true);
    7925                 :           0 :                               return _r;
    7926                 :             :                             }
    7927                 :           0 : next_after_fail1385:;
    7928                 :             :                           }
    7929                 :             :                         }
    7930                 :             :                     }
    7931                 :             :                   break;
    7932                 :             :                 }
    7933                 :             :               default:;
    7934                 :             :               }
    7935                 :             :           }
    7936                 :           1 :         switch (TREE_CODE (_q20))
    7937                 :             :           {
    7938                 :           0 :           case LT_EXPR:
    7939                 :           0 :             {
    7940                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    7941                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    7942                 :           0 :               if (integer_zerop (_q22))
    7943                 :             :                 {
    7944                 :           0 :                   switch (TREE_CODE (_p1))
    7945                 :             :                     {
    7946                 :           0 :                     case VEC_COND_EXPR:
    7947                 :           0 :                       {
    7948                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    7949                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    7950                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    7951                 :           0 :                         switch (TREE_CODE (_q80))
    7952                 :             :                           {
    7953                 :           0 :                           case GE_EXPR:
    7954                 :           0 :                             {
    7955                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    7956                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    7957                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    7958                 :             :                                 {
    7959                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    7960                 :             :                                     {
    7961                 :           0 :                                       if (integer_zerop (_q82))
    7962                 :             :                                         {
    7963                 :           0 :                                           {
    7964                 :           0 :                                             tree captures[8] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31, _q21, _p1, _q80, _q81 };
    7965                 :           0 :                                             tree res = generic_simplify_15 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, LT_EXPR, GE_EXPR);
    7966                 :           0 :                                             if (res) return res;
    7967                 :             :                                           }
    7968                 :             :                                         }
    7969                 :             :                                     }
    7970                 :             :                                 }
    7971                 :             :                               break;
    7972                 :             :                             }
    7973                 :             :                           default:;
    7974                 :             :                           }
    7975                 :             :                         break;
    7976                 :             :                       }
    7977                 :             :                     default:;
    7978                 :             :                     }
    7979                 :             :                 }
    7980                 :             :               break;
    7981                 :             :             }
    7982                 :           0 :           case LE_EXPR:
    7983                 :           0 :             {
    7984                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    7985                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    7986                 :           0 :               if (integer_zerop (_q22))
    7987                 :             :                 {
    7988                 :           0 :                   switch (TREE_CODE (_p1))
    7989                 :             :                     {
    7990                 :           0 :                     case VEC_COND_EXPR:
    7991                 :           0 :                       {
    7992                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    7993                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    7994                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    7995                 :           0 :                         switch (TREE_CODE (_q80))
    7996                 :             :                           {
    7997                 :           0 :                           case GT_EXPR:
    7998                 :           0 :                             {
    7999                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    8000                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    8001                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    8002                 :             :                                 {
    8003                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    8004                 :             :                                     {
    8005                 :           0 :                                       if (integer_zerop (_q82))
    8006                 :             :                                         {
    8007                 :           0 :                                           {
    8008                 :           0 :                                             tree captures[8] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31, _q21, _p1, _q80, _q81 };
    8009                 :           0 :                                             tree res = generic_simplify_15 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, LE_EXPR, GT_EXPR);
    8010                 :           0 :                                             if (res) return res;
    8011                 :             :                                           }
    8012                 :             :                                         }
    8013                 :             :                                     }
    8014                 :             :                                 }
    8015                 :             :                               break;
    8016                 :             :                             }
    8017                 :             :                           default:;
    8018                 :             :                           }
    8019                 :             :                         break;
    8020                 :             :                       }
    8021                 :             :                     default:;
    8022                 :             :                     }
    8023                 :             :                 }
    8024                 :             :               break;
    8025                 :             :             }
    8026                 :           0 :           case EQ_EXPR:
    8027                 :           0 :             {
    8028                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    8029                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    8030                 :           0 :               if (integer_zerop (_q22))
    8031                 :             :                 {
    8032                 :           0 :                   switch (TREE_CODE (_p1))
    8033                 :             :                     {
    8034                 :           0 :                     case VEC_COND_EXPR:
    8035                 :           0 :                       {
    8036                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    8037                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    8038                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    8039                 :           0 :                         switch (TREE_CODE (_q80))
    8040                 :             :                           {
    8041                 :           0 :                           case NE_EXPR:
    8042                 :           0 :                             {
    8043                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    8044                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    8045                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    8046                 :             :                                 {
    8047                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    8048                 :             :                                     {
    8049                 :           0 :                                       if (integer_zerop (_q82))
    8050                 :             :                                         {
    8051                 :           0 :                                           {
    8052                 :           0 :                                             tree captures[8] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31, _q21, _p1, _q80, _q81 };
    8053                 :           0 :                                             tree res = generic_simplify_15 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, EQ_EXPR, NE_EXPR);
    8054                 :           0 :                                             if (res) return res;
    8055                 :             :                                           }
    8056                 :             :                                         }
    8057                 :             :                                     }
    8058                 :             :                                 }
    8059                 :             :                               break;
    8060                 :             :                             }
    8061                 :             :                           default:;
    8062                 :             :                           }
    8063                 :             :                         break;
    8064                 :             :                       }
    8065                 :             :                     default:;
    8066                 :             :                     }
    8067                 :             :                 }
    8068                 :             :               break;
    8069                 :             :             }
    8070                 :           1 :           case NE_EXPR:
    8071                 :           1 :             {
    8072                 :           1 :               tree _q30 = TREE_OPERAND (_q20, 0);
    8073                 :           1 :               tree _q31 = TREE_OPERAND (_q20, 1);
    8074                 :           1 :               if (integer_zerop (_q22))
    8075                 :             :                 {
    8076                 :           1 :                   switch (TREE_CODE (_p1))
    8077                 :             :                     {
    8078                 :           0 :                     case VEC_COND_EXPR:
    8079                 :           0 :                       {
    8080                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    8081                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    8082                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    8083                 :           0 :                         switch (TREE_CODE (_q80))
    8084                 :             :                           {
    8085                 :           0 :                           case EQ_EXPR:
    8086                 :           0 :                             {
    8087                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    8088                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    8089                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    8090                 :             :                                 {
    8091                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    8092                 :             :                                     {
    8093                 :           0 :                                       if (integer_zerop (_q82))
    8094                 :             :                                         {
    8095                 :           0 :                                           {
    8096                 :           0 :                                             tree captures[8] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31, _q21, _p1, _q80, _q81 };
    8097                 :           0 :                                             tree res = generic_simplify_15 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, NE_EXPR, EQ_EXPR);
    8098                 :           0 :                                             if (res) return res;
    8099                 :             :                                           }
    8100                 :             :                                         }
    8101                 :             :                                     }
    8102                 :             :                                 }
    8103                 :             :                               break;
    8104                 :             :                             }
    8105                 :             :                           default:;
    8106                 :             :                           }
    8107                 :             :                         break;
    8108                 :             :                       }
    8109                 :             :                     default:;
    8110                 :             :                     }
    8111                 :             :                 }
    8112                 :             :               break;
    8113                 :             :             }
    8114                 :           0 :           case GE_EXPR:
    8115                 :           0 :             {
    8116                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    8117                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    8118                 :           0 :               if (integer_zerop (_q22))
    8119                 :             :                 {
    8120                 :           0 :                   switch (TREE_CODE (_p1))
    8121                 :             :                     {
    8122                 :           0 :                     case VEC_COND_EXPR:
    8123                 :           0 :                       {
    8124                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    8125                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    8126                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    8127                 :           0 :                         switch (TREE_CODE (_q80))
    8128                 :             :                           {
    8129                 :           0 :                           case LT_EXPR:
    8130                 :           0 :                             {
    8131                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    8132                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    8133                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    8134                 :             :                                 {
    8135                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    8136                 :             :                                     {
    8137                 :           0 :                                       if (integer_zerop (_q82))
    8138                 :             :                                         {
    8139                 :           0 :                                           {
    8140                 :           0 :                                             tree captures[8] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31, _q21, _p1, _q80, _q81 };
    8141                 :           0 :                                             tree res = generic_simplify_15 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, GE_EXPR, LT_EXPR);
    8142                 :           0 :                                             if (res) return res;
    8143                 :             :                                           }
    8144                 :             :                                         }
    8145                 :             :                                     }
    8146                 :             :                                 }
    8147                 :             :                               break;
    8148                 :             :                             }
    8149                 :             :                           default:;
    8150                 :             :                           }
    8151                 :             :                         break;
    8152                 :             :                       }
    8153                 :             :                     default:;
    8154                 :             :                     }
    8155                 :             :                 }
    8156                 :             :               break;
    8157                 :             :             }
    8158                 :           0 :           case GT_EXPR:
    8159                 :           0 :             {
    8160                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    8161                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    8162                 :           0 :               if (integer_zerop (_q22))
    8163                 :             :                 {
    8164                 :           0 :                   switch (TREE_CODE (_p1))
    8165                 :             :                     {
    8166                 :           0 :                     case VEC_COND_EXPR:
    8167                 :           0 :                       {
    8168                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    8169                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    8170                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    8171                 :           0 :                         switch (TREE_CODE (_q80))
    8172                 :             :                           {
    8173                 :           0 :                           case LE_EXPR:
    8174                 :           0 :                             {
    8175                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    8176                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    8177                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    8178                 :             :                                 {
    8179                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    8180                 :             :                                     {
    8181                 :           0 :                                       if (integer_zerop (_q82))
    8182                 :             :                                         {
    8183                 :           0 :                                           {
    8184                 :           0 :                                             tree captures[8] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31, _q21, _p1, _q80, _q81 };
    8185                 :           0 :                                             tree res = generic_simplify_15 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, GT_EXPR, LE_EXPR);
    8186                 :           0 :                                             if (res) return res;
    8187                 :             :                                           }
    8188                 :             :                                         }
    8189                 :             :                                     }
    8190                 :             :                                 }
    8191                 :             :                               break;
    8192                 :             :                             }
    8193                 :             :                           default:;
    8194                 :             :                           }
    8195                 :             :                         break;
    8196                 :             :                       }
    8197                 :             :                     default:;
    8198                 :             :                     }
    8199                 :             :                 }
    8200                 :             :               break;
    8201                 :             :             }
    8202                 :           0 :           case UNORDERED_EXPR:
    8203                 :           0 :             {
    8204                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    8205                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    8206                 :           0 :               if (integer_zerop (_q22))
    8207                 :             :                 {
    8208                 :           0 :                   switch (TREE_CODE (_p1))
    8209                 :             :                     {
    8210                 :           0 :                     case VEC_COND_EXPR:
    8211                 :           0 :                       {
    8212                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    8213                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    8214                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    8215                 :           0 :                         switch (TREE_CODE (_q80))
    8216                 :             :                           {
    8217                 :           0 :                           case ORDERED_EXPR:
    8218                 :           0 :                             {
    8219                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    8220                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    8221                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    8222                 :             :                                 {
    8223                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    8224                 :             :                                     {
    8225                 :           0 :                                       if (integer_zerop (_q82))
    8226                 :             :                                         {
    8227                 :           0 :                                           {
    8228                 :           0 :                                             tree captures[8] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31, _q21, _p1, _q80, _q81 };
    8229                 :           0 :                                             tree res = generic_simplify_15 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, UNORDERED_EXPR, ORDERED_EXPR);
    8230                 :           0 :                                             if (res) return res;
    8231                 :             :                                           }
    8232                 :             :                                         }
    8233                 :             :                                     }
    8234                 :             :                                 }
    8235                 :             :                               break;
    8236                 :             :                             }
    8237                 :             :                           default:;
    8238                 :             :                           }
    8239                 :             :                         break;
    8240                 :             :                       }
    8241                 :             :                     default:;
    8242                 :             :                     }
    8243                 :             :                 }
    8244                 :             :               break;
    8245                 :             :             }
    8246                 :           0 :           case ORDERED_EXPR:
    8247                 :           0 :             {
    8248                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    8249                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    8250                 :           0 :               if (integer_zerop (_q22))
    8251                 :             :                 {
    8252                 :           0 :                   switch (TREE_CODE (_p1))
    8253                 :             :                     {
    8254                 :           0 :                     case VEC_COND_EXPR:
    8255                 :           0 :                       {
    8256                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    8257                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    8258                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    8259                 :           0 :                         switch (TREE_CODE (_q80))
    8260                 :             :                           {
    8261                 :           0 :                           case UNORDERED_EXPR:
    8262                 :           0 :                             {
    8263                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    8264                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    8265                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    8266                 :             :                                 {
    8267                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    8268                 :             :                                     {
    8269                 :           0 :                                       if (integer_zerop (_q82))
    8270                 :             :                                         {
    8271                 :           0 :                                           {
    8272                 :           0 :                                             tree captures[8] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31, _q21, _p1, _q80, _q81 };
    8273                 :           0 :                                             tree res = generic_simplify_15 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, ORDERED_EXPR, UNORDERED_EXPR);
    8274                 :           0 :                                             if (res) return res;
    8275                 :             :                                           }
    8276                 :             :                                         }
    8277                 :             :                                     }
    8278                 :             :                                 }
    8279                 :             :                               break;
    8280                 :             :                             }
    8281                 :             :                           default:;
    8282                 :             :                           }
    8283                 :             :                         break;
    8284                 :             :                       }
    8285                 :             :                     default:;
    8286                 :             :                     }
    8287                 :             :                 }
    8288                 :             :               break;
    8289                 :             :             }
    8290                 :           0 :           case UNLT_EXPR:
    8291                 :           0 :             {
    8292                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    8293                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    8294                 :           0 :               if (integer_zerop (_q22))
    8295                 :             :                 {
    8296                 :           0 :                   switch (TREE_CODE (_p1))
    8297                 :             :                     {
    8298                 :           0 :                     case VEC_COND_EXPR:
    8299                 :           0 :                       {
    8300                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    8301                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    8302                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    8303                 :           0 :                         switch (TREE_CODE (_q80))
    8304                 :             :                           {
    8305                 :           0 :                           case GE_EXPR:
    8306                 :           0 :                             {
    8307                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    8308                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    8309                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    8310                 :             :                                 {
    8311                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    8312                 :             :                                     {
    8313                 :           0 :                                       if (integer_zerop (_q82))
    8314                 :             :                                         {
    8315                 :           0 :                                           {
    8316                 :           0 :                                             tree captures[8] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31, _q21, _p1, _q80, _q81 };
    8317                 :           0 :                                             tree res = generic_simplify_15 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, UNLT_EXPR, GE_EXPR);
    8318                 :           0 :                                             if (res) return res;
    8319                 :             :                                           }
    8320                 :             :                                         }
    8321                 :             :                                     }
    8322                 :             :                                 }
    8323                 :             :                               break;
    8324                 :             :                             }
    8325                 :             :                           default:;
    8326                 :             :                           }
    8327                 :             :                         break;
    8328                 :             :                       }
    8329                 :             :                     default:;
    8330                 :             :                     }
    8331                 :             :                 }
    8332                 :             :               break;
    8333                 :             :             }
    8334                 :           0 :           case UNLE_EXPR:
    8335                 :           0 :             {
    8336                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    8337                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    8338                 :           0 :               if (integer_zerop (_q22))
    8339                 :             :                 {
    8340                 :           0 :                   switch (TREE_CODE (_p1))
    8341                 :             :                     {
    8342                 :           0 :                     case VEC_COND_EXPR:
    8343                 :           0 :                       {
    8344                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    8345                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    8346                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    8347                 :           0 :                         switch (TREE_CODE (_q80))
    8348                 :             :                           {
    8349                 :           0 :                           case GT_EXPR:
    8350                 :           0 :                             {
    8351                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    8352                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    8353                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    8354                 :             :                                 {
    8355                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    8356                 :             :                                     {
    8357                 :           0 :                                       if (integer_zerop (_q82))
    8358                 :             :                                         {
    8359                 :           0 :                                           {
    8360                 :           0 :                                             tree captures[8] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31, _q21, _p1, _q80, _q81 };
    8361                 :           0 :                                             tree res = generic_simplify_15 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, UNLE_EXPR, GT_EXPR);
    8362                 :           0 :                                             if (res) return res;
    8363                 :             :                                           }
    8364                 :             :                                         }
    8365                 :             :                                     }
    8366                 :             :                                 }
    8367                 :             :                               break;
    8368                 :             :                             }
    8369                 :             :                           default:;
    8370                 :             :                           }
    8371                 :             :                         break;
    8372                 :             :                       }
    8373                 :             :                     default:;
    8374                 :             :                     }
    8375                 :             :                 }
    8376                 :             :               break;
    8377                 :             :             }
    8378                 :           0 :           case UNGT_EXPR:
    8379                 :           0 :             {
    8380                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    8381                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    8382                 :           0 :               if (integer_zerop (_q22))
    8383                 :             :                 {
    8384                 :           0 :                   switch (TREE_CODE (_p1))
    8385                 :             :                     {
    8386                 :           0 :                     case VEC_COND_EXPR:
    8387                 :           0 :                       {
    8388                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    8389                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    8390                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    8391                 :           0 :                         switch (TREE_CODE (_q80))
    8392                 :             :                           {
    8393                 :           0 :                           case LE_EXPR:
    8394                 :           0 :                             {
    8395                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    8396                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    8397                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    8398                 :             :                                 {
    8399                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    8400                 :             :                                     {
    8401                 :           0 :                                       if (integer_zerop (_q82))
    8402                 :             :                                         {
    8403                 :           0 :                                           {
    8404                 :           0 :                                             tree captures[8] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31, _q21, _p1, _q80, _q81 };
    8405                 :           0 :                                             tree res = generic_simplify_15 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, UNGT_EXPR, LE_EXPR);
    8406                 :           0 :                                             if (res) return res;
    8407                 :             :                                           }
    8408                 :             :                                         }
    8409                 :             :                                     }
    8410                 :             :                                 }
    8411                 :             :                               break;
    8412                 :             :                             }
    8413                 :             :                           default:;
    8414                 :             :                           }
    8415                 :             :                         break;
    8416                 :             :                       }
    8417                 :             :                     default:;
    8418                 :             :                     }
    8419                 :             :                 }
    8420                 :             :               break;
    8421                 :             :             }
    8422                 :           0 :           case UNGE_EXPR:
    8423                 :           0 :             {
    8424                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    8425                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    8426                 :           0 :               if (integer_zerop (_q22))
    8427                 :             :                 {
    8428                 :           0 :                   switch (TREE_CODE (_p1))
    8429                 :             :                     {
    8430                 :           0 :                     case VEC_COND_EXPR:
    8431                 :           0 :                       {
    8432                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    8433                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    8434                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    8435                 :           0 :                         switch (TREE_CODE (_q80))
    8436                 :             :                           {
    8437                 :           0 :                           case LT_EXPR:
    8438                 :           0 :                             {
    8439                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    8440                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    8441                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    8442                 :             :                                 {
    8443                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    8444                 :             :                                     {
    8445                 :           0 :                                       if (integer_zerop (_q82))
    8446                 :             :                                         {
    8447                 :           0 :                                           {
    8448                 :           0 :                                             tree captures[8] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31, _q21, _p1, _q80, _q81 };
    8449                 :           0 :                                             tree res = generic_simplify_15 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, UNGE_EXPR, LT_EXPR);
    8450                 :           0 :                                             if (res) return res;
    8451                 :             :                                           }
    8452                 :             :                                         }
    8453                 :             :                                     }
    8454                 :             :                                 }
    8455                 :             :                               break;
    8456                 :             :                             }
    8457                 :             :                           default:;
    8458                 :             :                           }
    8459                 :             :                         break;
    8460                 :             :                       }
    8461                 :             :                     default:;
    8462                 :             :                     }
    8463                 :             :                 }
    8464                 :             :               break;
    8465                 :             :             }
    8466                 :           0 :           case UNEQ_EXPR:
    8467                 :           0 :             {
    8468                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    8469                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    8470                 :           0 :               if (integer_zerop (_q22))
    8471                 :             :                 {
    8472                 :           0 :                   switch (TREE_CODE (_p1))
    8473                 :             :                     {
    8474                 :           0 :                     case VEC_COND_EXPR:
    8475                 :           0 :                       {
    8476                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    8477                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    8478                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    8479                 :           0 :                         switch (TREE_CODE (_q80))
    8480                 :             :                           {
    8481                 :           0 :                           case LTGT_EXPR:
    8482                 :           0 :                             {
    8483                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    8484                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    8485                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    8486                 :             :                                 {
    8487                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    8488                 :             :                                     {
    8489                 :           0 :                                       if (integer_zerop (_q82))
    8490                 :             :                                         {
    8491                 :           0 :                                           {
    8492                 :           0 :                                             tree captures[8] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31, _q21, _p1, _q80, _q81 };
    8493                 :           0 :                                             tree res = generic_simplify_15 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, UNEQ_EXPR, LTGT_EXPR);
    8494                 :           0 :                                             if (res) return res;
    8495                 :             :                                           }
    8496                 :             :                                         }
    8497                 :             :                                     }
    8498                 :             :                                 }
    8499                 :             :                               break;
    8500                 :             :                             }
    8501                 :             :                           default:;
    8502                 :             :                           }
    8503                 :             :                         break;
    8504                 :             :                       }
    8505                 :             :                     default:;
    8506                 :             :                     }
    8507                 :             :                 }
    8508                 :             :               break;
    8509                 :             :             }
    8510                 :           0 :           case LTGT_EXPR:
    8511                 :           0 :             {
    8512                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    8513                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    8514                 :           0 :               if (integer_zerop (_q22))
    8515                 :             :                 {
    8516                 :           0 :                   switch (TREE_CODE (_p1))
    8517                 :             :                     {
    8518                 :           0 :                     case VEC_COND_EXPR:
    8519                 :           0 :                       {
    8520                 :           0 :                         tree _q80 = TREE_OPERAND (_p1, 0);
    8521                 :           0 :                         tree _q81 = TREE_OPERAND (_p1, 1);
    8522                 :           0 :                         tree _q82 = TREE_OPERAND (_p1, 2);
    8523                 :           0 :                         switch (TREE_CODE (_q80))
    8524                 :             :                           {
    8525                 :           0 :                           case UNEQ_EXPR:
    8526                 :           0 :                             {
    8527                 :           0 :                               tree _q90 = TREE_OPERAND (_q80, 0);
    8528                 :           0 :                               tree _q91 = TREE_OPERAND (_q80, 1);
    8529                 :           0 :                               if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
    8530                 :             :                                 {
    8531                 :           0 :                                   if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
    8532                 :             :                                     {
    8533                 :           0 :                                       if (integer_zerop (_q82))
    8534                 :             :                                         {
    8535                 :           0 :                                           {
    8536                 :           0 :                                             tree captures[8] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31, _q21, _p1, _q80, _q81 };
    8537                 :           0 :                                             tree res = generic_simplify_15 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, LTGT_EXPR, UNEQ_EXPR);
    8538                 :           0 :                                             if (res) return res;
    8539                 :             :                                           }
    8540                 :             :                                         }
    8541                 :             :                                     }
    8542                 :             :                                 }
    8543                 :             :                               break;
    8544                 :             :                             }
    8545                 :             :                           default:;
    8546                 :             :                           }
    8547                 :             :                         break;
    8548                 :             :                       }
    8549                 :             :                     default:;
    8550                 :             :                     }
    8551                 :             :                 }
    8552                 :             :               break;
    8553                 :             :             }
    8554                 :             :           default:;
    8555                 :             :           }
    8556                 :             :         break;
    8557                 :             :       }
    8558                 :        2540 :     case BIT_AND_EXPR:
    8559                 :        2540 :       {
    8560                 :        2540 :         tree _q20 = TREE_OPERAND (_p0, 0);
    8561                 :        2540 :         tree _q21 = TREE_OPERAND (_p0, 1);
    8562                 :        2540 :         if (tree_truth_valued_p (_q20))
    8563                 :             :           {
    8564                 :           0 :             if (tree_truth_valued_p (_q21))
    8565                 :             :               {
    8566                 :           0 :                 switch (TREE_CODE (_p1))
    8567                 :             :                   {
    8568                 :           0 :                   case EQ_EXPR:
    8569                 :           0 :                     {
    8570                 :           0 :                       tree _q50 = TREE_OPERAND (_p1, 0);
    8571                 :           0 :                       tree _q51 = TREE_OPERAND (_p1, 1);
    8572                 :           0 :                       if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    8573                 :             :                         {
    8574                 :           0 :                           if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
    8575                 :             :                             {
    8576                 :           0 :                               {
    8577                 :           0 :                                 tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    8578                 :           0 :                                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1386;
    8579                 :           0 :                                 {
    8580                 :           0 :                                   tree res_op0;
    8581                 :           0 :                                   {
    8582                 :           0 :                                     tree _o1[2], _r1;
    8583                 :           0 :                                     _o1[0] = captures[0];
    8584                 :           0 :                                     _o1[1] = captures[1];
    8585                 :           0 :                                     _r1 = fold_build2_loc (loc, BIT_IOR_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    8586                 :           0 :                                     res_op0 = _r1;
    8587                 :             :                                   }
    8588                 :           0 :                                   tree _r;
    8589                 :           0 :                                   _r = fold_build1_loc (loc, BIT_NOT_EXPR, type, res_op0);
    8590                 :           0 :                                   if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 933, __FILE__, __LINE__, true);
    8591                 :           0 :                                   return _r;
    8592                 :             :                                 }
    8593                 :           0 : next_after_fail1386:;
    8594                 :             :                               }
    8595                 :             :                             }
    8596                 :             :                         }
    8597                 :           0 :                       if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
    8598                 :             :                         {
    8599                 :           0 :                           if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
    8600                 :             :                             {
    8601                 :           0 :                               {
    8602                 :           0 :                                 tree captures[2] ATTRIBUTE_UNUSED = { _q21, _q20 };
    8603                 :           0 :                                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1387;
    8604                 :           0 :                                 {
    8605                 :           0 :                                   tree res_op0;
    8606                 :           0 :                                   {
    8607                 :           0 :                                     tree _o1[2], _r1;
    8608                 :           0 :                                     _o1[0] = captures[0];
    8609                 :           0 :                                     _o1[1] = captures[1];
    8610                 :           0 :                                     _r1 = fold_build2_loc (loc, BIT_IOR_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    8611                 :           0 :                                     res_op0 = _r1;
    8612                 :             :                                   }
    8613                 :           0 :                                   tree _r;
    8614                 :           0 :                                   _r = fold_build1_loc (loc, BIT_NOT_EXPR, type, res_op0);
    8615                 :           0 :                                   if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 933, __FILE__, __LINE__, true);
    8616                 :           0 :                                   return _r;
    8617                 :             :                                 }
    8618                 :           0 : next_after_fail1387:;
    8619                 :             :                               }
    8620                 :             :                             }
    8621                 :             :                         }
    8622                 :             :                       break;
    8623                 :             :                     }
    8624                 :             :                   default:;
    8625                 :             :                   }
    8626                 :             :               }
    8627                 :             :           }
    8628                 :             :         break;
    8629                 :             :       }
    8630                 :         118 :     case EQ_EXPR:
    8631                 :         118 :       {
    8632                 :         118 :         tree _q20 = TREE_OPERAND (_p0, 0);
    8633                 :         118 :         tree _q21 = TREE_OPERAND (_p0, 1);
    8634                 :         118 :         switch (TREE_CODE (_p1))
    8635                 :             :           {
    8636                 :           0 :           case BIT_AND_EXPR:
    8637                 :           0 :             {
    8638                 :           0 :               tree _q50 = TREE_OPERAND (_p1, 0);
    8639                 :           0 :               tree _q51 = TREE_OPERAND (_p1, 1);
    8640                 :           0 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    8641                 :             :                 {
    8642                 :           0 :                   if (tree_truth_valued_p (_q50))
    8643                 :             :                     {
    8644                 :           0 :                       if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
    8645                 :             :                         {
    8646                 :           0 :                           if (tree_truth_valued_p (_q51))
    8647                 :             :                             {
    8648                 :           0 :                               {
    8649                 :           0 :                                 tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    8650                 :           0 :                                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1388;
    8651                 :           0 :                                 {
    8652                 :           0 :                                   tree res_op0;
    8653                 :           0 :                                   {
    8654                 :           0 :                                     tree _o1[2], _r1;
    8655                 :           0 :                                     _o1[0] = captures[0];
    8656                 :           0 :                                     _o1[1] = captures[1];
    8657                 :           0 :                                     _r1 = fold_build2_loc (loc, BIT_IOR_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    8658                 :           0 :                                     res_op0 = _r1;
    8659                 :             :                                   }
    8660                 :           0 :                                   tree _r;
    8661                 :           0 :                                   _r = fold_build1_loc (loc, BIT_NOT_EXPR, type, res_op0);
    8662                 :           0 :                                   if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 933, __FILE__, __LINE__, true);
    8663                 :           0 :                                   return _r;
    8664                 :             :                                 }
    8665                 :           0 : next_after_fail1388:;
    8666                 :             :                               }
    8667                 :             :                             }
    8668                 :             :                         }
    8669                 :             :                     }
    8670                 :             :                 }
    8671                 :           0 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
    8672                 :             :                 {
    8673                 :           0 :                   if (tree_truth_valued_p (_q50))
    8674                 :             :                     {
    8675                 :           0 :                       if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
    8676                 :             :                         {
    8677                 :           0 :                           if (tree_truth_valued_p (_q51))
    8678                 :             :                             {
    8679                 :           0 :                               {
    8680                 :           0 :                                 tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    8681                 :           0 :                                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1389;
    8682                 :           0 :                                 {
    8683                 :           0 :                                   tree res_op0;
    8684                 :           0 :                                   {
    8685                 :           0 :                                     tree _o1[2], _r1;
    8686                 :           0 :                                     _o1[0] = captures[0];
    8687                 :           0 :                                     _o1[1] = captures[1];
    8688                 :           0 :                                     _r1 = fold_build2_loc (loc, BIT_IOR_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
    8689                 :           0 :                                     res_op0 = _r1;
    8690                 :             :                                   }
    8691                 :           0 :                                   tree _r;
    8692                 :           0 :                                   _r = fold_build1_loc (loc, BIT_NOT_EXPR, type, res_op0);
    8693                 :           0 :                                   if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 933, __FILE__, __LINE__, true);
    8694                 :           0 :                                   return _r;
    8695                 :             :                                 }
    8696                 :           0 : next_after_fail1389:;
    8697                 :             :                               }
    8698                 :             :                             }
    8699                 :             :                         }
    8700                 :             :                     }
    8701                 :             :                 }
    8702                 :             :               break;
    8703                 :             :             }
    8704                 :             :           default:;
    8705                 :             :           }
    8706                 :             :         break;
    8707                 :             :       }
    8708                 :      642610 :     default:;
    8709                 :             :     }
    8710                 :      642610 : {
    8711                 :      642610 :   tree _p0_pops[1];
    8712                 :      642610 :   if (tree_logical_inverted_value (_p0, _p0_pops))
    8713                 :             :     {
    8714                 :          43 :       tree _q20 = _p0_pops[0];
    8715                 :          43 :       if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
    8716                 :             :         {
    8717                 :           4 :           if (tree_truth_valued_p (_p1))
    8718                 :             :             {
    8719                 :           4 :               {
    8720                 :           4 :                 tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
    8721                 :           4 :                 tree res = generic_simplify_118 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    8722                 :           4 :                 if (res) return res;
    8723                 :             :               }
    8724                 :             :             }
    8725                 :             :         }
    8726                 :             :     }
    8727                 :             : }
    8728                 :      642606 : {
    8729                 :      642606 :   tree _p0_pops[1];
    8730                 :      642606 :   if (tree_nop_convert (_p0, _p0_pops))
    8731                 :             :     {
    8732                 :      469655 :       tree _q20 = _p0_pops[0];
    8733                 :      469655 :       switch (TREE_CODE (_q20))
    8734                 :             :         {
    8735                 :          24 :         case BIT_NOT_EXPR:
    8736                 :          24 :           {
    8737                 :          24 :             tree _q30 = TREE_OPERAND (_q20, 0);
    8738                 :          24 :             {
    8739                 :          24 :               tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _p1 };
    8740                 :          24 :               tree res = generic_simplify_166 (loc, type, _p0, _p1, captures);
    8741                 :          24 :               if (res) return res;
    8742                 :             :             }
    8743                 :           0 :             break;
    8744                 :             :           }
    8745                 :          20 :         case MULT_EXPR:
    8746                 :          20 :           {
    8747                 :          20 :             tree _q30 = TREE_OPERAND (_q20, 0);
    8748                 :          20 :             tree _q31 = TREE_OPERAND (_q20, 1);
    8749                 :          20 :             {
    8750                 :          20 :               tree _q30_pops[1];
    8751                 :          20 :               if (tree_nop_convert (_q30, _q30_pops))
    8752                 :             :                 {
    8753                 :           0 :                   tree _q40 = _q30_pops[0];
    8754                 :           0 :                   switch (TREE_CODE (_q31))
    8755                 :             :                     {
    8756                 :           0 :                     case INTEGER_CST:
    8757                 :           0 :                       {
    8758                 :           0 :                         switch (TREE_CODE (_p1))
    8759                 :             :                           {
    8760                 :           0 :                           case LSHIFT_EXPR:
    8761                 :           0 :                             {
    8762                 :           0 :                               tree _q70 = TREE_OPERAND (_p1, 0);
    8763                 :           0 :                               tree _q71 = TREE_OPERAND (_p1, 1);
    8764                 :           0 :                               if ((_q70 == _q40 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q40, 0) && types_match (_q70, _q40)))
    8765                 :             :                                 {
    8766                 :           0 :                                   switch (TREE_CODE (_q71))
    8767                 :             :                                     {
    8768                 :           0 :                                     case INTEGER_CST:
    8769                 :           0 :                                       {
    8770                 :           0 :                                         {
    8771                 :           0 :                                           tree captures[6] ATTRIBUTE_UNUSED = { _p0, _q20, _q40, _q31, _p1, _q71 };
    8772                 :           0 :                                           tree res = generic_simplify_115 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    8773                 :           0 :                                           if (res) return res;
    8774                 :             :                                         }
    8775                 :           0 :                                         break;
    8776                 :             :                                       }
    8777                 :             :                                     default:;
    8778                 :             :                                     }
    8779                 :             :                                 }
    8780                 :             :                               break;
    8781                 :             :                             }
    8782                 :           0 :                           default:;
    8783                 :             :                           }
    8784                 :           0 :                       {
    8785                 :           0 :                         tree _p1_pops[1];
    8786                 :           0 :                         if (tree_nop_convert (_p1, _p1_pops))
    8787                 :             :                           {
    8788                 :           0 :                             tree _q70 = _p1_pops[0];
    8789                 :           0 :                             switch (TREE_CODE (_q70))
    8790                 :             :                               {
    8791                 :           0 :                               case MULT_EXPR:
    8792                 :           0 :                                 {
    8793                 :           0 :                                   tree _q80 = TREE_OPERAND (_q70, 0);
    8794                 :           0 :                                   tree _q81 = TREE_OPERAND (_q70, 1);
    8795                 :           0 :                                   {
    8796                 :           0 :                                     tree _q80_pops[1];
    8797                 :           0 :                                     if (tree_nop_convert (_q80, _q80_pops))
    8798                 :             :                                       {
    8799                 :           0 :                                         tree _q90 = _q80_pops[0];
    8800                 :           0 :                                         switch (TREE_CODE (_q81))
    8801                 :             :                                           {
    8802                 :           0 :                                           case INTEGER_CST:
    8803                 :           0 :                                             {
    8804                 :           0 :                                               {
    8805                 :           0 :                                                 tree captures[8] ATTRIBUTE_UNUSED = { _p0, _q20, _q40, _q31, _p1, _q70, _q90, _q81 };
    8806                 :           0 :                                                 tree res = generic_simplify_114 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    8807                 :           0 :                                                 if (res) return res;
    8808                 :             :                                               }
    8809                 :           0 :                                               break;
    8810                 :             :                                             }
    8811                 :             :                                           default:;
    8812                 :             :                                           }
    8813                 :             :                                       }
    8814                 :             :                                   }
    8815                 :           0 :                                   break;
    8816                 :             :                                 }
    8817                 :             :                               default:;
    8818                 :             :                               }
    8819                 :             :                           }
    8820                 :             :                       }
    8821                 :           0 :                         if ((_p1 == _q40 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q40, 0) && types_match (_p1, _q40)))
    8822                 :             :                           {
    8823                 :           0 :                             {
    8824                 :           0 :                               tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q40, _q31 };
    8825                 :           0 :                               tree res = generic_simplify_116 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    8826                 :           0 :                               if (res) return res;
    8827                 :             :                             }
    8828                 :             :                           }
    8829                 :             :                         break;
    8830                 :             :                       }
    8831                 :             :                     default:;
    8832                 :             :                     }
    8833                 :             :                 }
    8834                 :             :             }
    8835                 :          20 :             break;
    8836                 :             :           }
    8837                 :             :         default:;
    8838                 :             :         }
    8839                 :             :     }
    8840                 :             : }
    8841                 :      642582 : if (tree_truth_valued_p (_p0))
    8842                 :             :   {
    8843                 :       31679 :     {
    8844                 :       31679 :       tree _p1_pops[1];
    8845                 :       31679 :       if (tree_logical_inverted_value (_p1, _p1_pops))
    8846                 :             :         {
    8847                 :           7 :           tree _q30 = _p1_pops[0];
    8848                 :           7 :           if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
    8849                 :             :             {
    8850                 :           0 :               {
    8851                 :           0 :                 tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
    8852                 :           0 :                 tree res = generic_simplify_118 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    8853                 :           0 :                 if (res) return res;
    8854                 :             :               }
    8855                 :             :             }
    8856                 :             :         }
    8857                 :             :     }
    8858                 :             :   }
    8859                 :      642582 :   switch (TREE_CODE (_p1))
    8860                 :             :     {
    8861                 :         288 :     case BIT_NOT_EXPR:
    8862                 :         288 :       {
    8863                 :         288 :         tree _q30 = TREE_OPERAND (_p1, 0);
    8864                 :         288 :         {
    8865                 :         288 :           tree captures[4] ATTRIBUTE_UNUSED = { _p1, _p1, _q30, _p0 };
    8866                 :         288 :           tree res = generic_simplify_163 (loc, type, _p0, _p1, captures);
    8867                 :         288 :           if (res) return res;
    8868                 :             :         }
    8869                 :           0 :         break;
    8870                 :             :       }
    8871                 :      642294 :     default:;
    8872                 :             :     }
    8873                 :      642294 : {
    8874                 :      642294 :   tree _p1_pops[1];
    8875                 :      642294 :   if (tree_nop_convert (_p1, _p1_pops))
    8876                 :             :     {
    8877                 :      508012 :       tree _q30 = _p1_pops[0];
    8878                 :      508012 :       switch (TREE_CODE (_q30))
    8879                 :             :         {
    8880                 :           0 :         case BIT_NOT_EXPR:
    8881                 :           0 :           {
    8882                 :           0 :             tree _q40 = TREE_OPERAND (_q30, 0);
    8883                 :           0 :             {
    8884                 :           0 :               tree captures[4] ATTRIBUTE_UNUSED = { _p1, _q30, _q40, _p0 };
    8885                 :           0 :               tree res = generic_simplify_166 (loc, type, _p0, _p1, captures);
    8886                 :           0 :               if (res) return res;
    8887                 :             :             }
    8888                 :           0 :             break;
    8889                 :             :           }
    8890                 :             :         default:;
    8891                 :             :         }
    8892                 :             :     }
    8893                 :             : }
    8894                 :      642294 :   switch (TREE_CODE (_p0))
    8895                 :             :     {
    8896                 :        1131 :     case BIT_IOR_EXPR:
    8897                 :        1131 :       {
    8898                 :        1131 :         tree _q20 = TREE_OPERAND (_p0, 0);
    8899                 :        1131 :         tree _q21 = TREE_OPERAND (_p0, 1);
    8900                 :        1131 :         switch (TREE_CODE (_q21))
    8901                 :             :           {
    8902                 :          23 :           case INTEGER_CST:
    8903                 :          23 :             {
    8904                 :          23 :               switch (TREE_CODE (_p1))
    8905                 :             :                 {
    8906                 :          23 :                 case INTEGER_CST:
    8907                 :          23 :                   {
    8908                 :          23 :                     {
    8909                 :          23 :                       tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _p1 };
    8910                 :          23 :                       tree res = generic_simplify_122 (loc, type, _p0, _p1, captures, BIT_IOR_EXPR, BIT_XOR_EXPR);
    8911                 :          23 :                       if (res) return res;
    8912                 :             :                     }
    8913                 :          23 :                     break;
    8914                 :             :                   }
    8915                 :             :                 default:;
    8916                 :             :                 }
    8917                 :             :               break;
    8918                 :             :             }
    8919                 :             :           default:;
    8920                 :             :           }
    8921                 :             :         break;
    8922                 :             :       }
    8923                 :          90 :     case LT_EXPR:
    8924                 :          90 :       {
    8925                 :          90 :         tree _q20 = TREE_OPERAND (_p0, 0);
    8926                 :          90 :         tree _q21 = TREE_OPERAND (_p0, 1);
    8927                 :          90 :         switch (TREE_CODE (_p1))
    8928                 :             :           {
    8929                 :           0 :           case GT_EXPR:
    8930                 :           0 :             {
    8931                 :           0 :               tree _q50 = TREE_OPERAND (_p1, 0);
    8932                 :           0 :               tree _q51 = TREE_OPERAND (_p1, 1);
    8933                 :           0 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    8934                 :             :                 {
    8935                 :           0 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
    8936                 :             :                     {
    8937                 :           0 :                       {
    8938                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    8939                 :           0 :                         const enum tree_code cmp1 = LT_EXPR;
    8940                 :           0 :                         const enum tree_code cmp2 = GT_EXPR;
    8941                 :           0 :                         const enum tree_code rcmp = NE_EXPR;
    8942                 :           0 :                         if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0])) || POINTER_TYPE_P (TREE_TYPE (captures[0]))
    8943                 :             : )
    8944                 :             :                           {
    8945                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1390;
    8946                 :           0 :                             {
    8947                 :           0 :                               tree res_op0;
    8948                 :           0 :                               res_op0 = captures[0];
    8949                 :           0 :                               tree res_op1;
    8950                 :           0 :                               res_op1 = captures[1];
    8951                 :           0 :                               tree _r;
    8952                 :           0 :                               _r = fold_build2_loc (loc, rcmp, type, res_op0, res_op1);
    8953                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 934, __FILE__, __LINE__, true);
    8954                 :           0 :                               return _r;
    8955                 :             :                             }
    8956                 :           0 : next_after_fail1390:;
    8957                 :             :                           }
    8958                 :             :                       }
    8959                 :             :                     }
    8960                 :             :                 }
    8961                 :             :               break;
    8962                 :             :             }
    8963                 :           0 :           case EQ_EXPR:
    8964                 :           0 :             {
    8965                 :           0 :               tree _q50 = TREE_OPERAND (_p1, 0);
    8966                 :           0 :               tree _q51 = TREE_OPERAND (_p1, 1);
    8967                 :           0 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    8968                 :             :                 {
    8969                 :           0 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
    8970                 :             :                     {
    8971                 :           0 :                       {
    8972                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    8973                 :           0 :                         const enum tree_code cmp1 = LT_EXPR;
    8974                 :           0 :                         const enum tree_code cmp2 = EQ_EXPR;
    8975                 :           0 :                         const enum tree_code rcmp = LE_EXPR;
    8976                 :           0 :                         if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0])) || POINTER_TYPE_P (TREE_TYPE (captures[0]))
    8977                 :             : )
    8978                 :             :                           {
    8979                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1391;
    8980                 :           0 :                             {
    8981                 :           0 :                               tree res_op0;
    8982                 :           0 :                               res_op0 = captures[0];
    8983                 :           0 :                               tree res_op1;
    8984                 :           0 :                               res_op1 = captures[1];
    8985                 :           0 :                               tree _r;
    8986                 :           0 :                               _r = fold_build2_loc (loc, rcmp, type, res_op0, res_op1);
    8987                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 934, __FILE__, __LINE__, true);
    8988                 :           0 :                               return _r;
    8989                 :             :                             }
    8990                 :           0 : next_after_fail1391:;
    8991                 :             :                           }
    8992                 :             :                       }
    8993                 :             :                     }
    8994                 :             :                 }
    8995                 :             :               break;
    8996                 :             :             }
    8997                 :           0 :           case NE_EXPR:
    8998                 :           0 :             {
    8999                 :           0 :               tree _q50 = TREE_OPERAND (_p1, 0);
    9000                 :           0 :               tree _q51 = TREE_OPERAND (_p1, 1);
    9001                 :           0 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    9002                 :             :                 {
    9003                 :           0 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
    9004                 :             :                     {
    9005                 :           0 :                       {
    9006                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    9007                 :           0 :                         const enum tree_code cmp1 = LT_EXPR;
    9008                 :           0 :                         const enum tree_code cmp2 = NE_EXPR;
    9009                 :           0 :                         const enum tree_code rcmp = GT_EXPR;
    9010                 :           0 :                         if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0])) || POINTER_TYPE_P (TREE_TYPE (captures[0]))
    9011                 :             : )
    9012                 :             :                           {
    9013                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1392;
    9014                 :           0 :                             {
    9015                 :           0 :                               tree res_op0;
    9016                 :           0 :                               res_op0 = captures[0];
    9017                 :           0 :                               tree res_op1;
    9018                 :           0 :                               res_op1 = captures[1];
    9019                 :           0 :                               tree _r;
    9020                 :           0 :                               _r = fold_build2_loc (loc, rcmp, type, res_op0, res_op1);
    9021                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 934, __FILE__, __LINE__, true);
    9022                 :           0 :                               return _r;
    9023                 :             :                             }
    9024                 :           0 : next_after_fail1392:;
    9025                 :             :                           }
    9026                 :             :                       }
    9027                 :             :                     }
    9028                 :             :                 }
    9029                 :             :               break;
    9030                 :             :             }
    9031                 :             :           default:;
    9032                 :             :           }
    9033                 :             :         break;
    9034                 :             :       }
    9035                 :          78 :     case LE_EXPR:
    9036                 :          78 :       {
    9037                 :          78 :         tree _q20 = TREE_OPERAND (_p0, 0);
    9038                 :          78 :         tree _q21 = TREE_OPERAND (_p0, 1);
    9039                 :          78 :         switch (TREE_CODE (_p1))
    9040                 :             :           {
    9041                 :           0 :           case GE_EXPR:
    9042                 :           0 :             {
    9043                 :           0 :               tree _q50 = TREE_OPERAND (_p1, 0);
    9044                 :           0 :               tree _q51 = TREE_OPERAND (_p1, 1);
    9045                 :           0 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    9046                 :             :                 {
    9047                 :           0 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
    9048                 :             :                     {
    9049                 :           0 :                       {
    9050                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    9051                 :           0 :                         const enum tree_code cmp1 = LE_EXPR;
    9052                 :           0 :                         const enum tree_code cmp2 = GE_EXPR;
    9053                 :           0 :                         const enum tree_code rcmp = NE_EXPR;
    9054                 :           0 :                         if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0])) || POINTER_TYPE_P (TREE_TYPE (captures[0]))
    9055                 :             : )
    9056                 :             :                           {
    9057                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1393;
    9058                 :           0 :                             {
    9059                 :           0 :                               tree res_op0;
    9060                 :           0 :                               res_op0 = captures[0];
    9061                 :           0 :                               tree res_op1;
    9062                 :           0 :                               res_op1 = captures[1];
    9063                 :           0 :                               tree _r;
    9064                 :           0 :                               _r = fold_build2_loc (loc, rcmp, type, res_op0, res_op1);
    9065                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 934, __FILE__, __LINE__, true);
    9066                 :           0 :                               return _r;
    9067                 :             :                             }
    9068                 :           0 : next_after_fail1393:;
    9069                 :             :                           }
    9070                 :             :                       }
    9071                 :             :                     }
    9072                 :             :                 }
    9073                 :             :               break;
    9074                 :             :             }
    9075                 :           0 :           case EQ_EXPR:
    9076                 :           0 :             {
    9077                 :           0 :               tree _q50 = TREE_OPERAND (_p1, 0);
    9078                 :           0 :               tree _q51 = TREE_OPERAND (_p1, 1);
    9079                 :           0 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    9080                 :             :                 {
    9081                 :           0 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
    9082                 :             :                     {
    9083                 :           0 :                       {
    9084                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    9085                 :           0 :                         const enum tree_code cmp1 = LE_EXPR;
    9086                 :           0 :                         const enum tree_code cmp2 = EQ_EXPR;
    9087                 :           0 :                         const enum tree_code rcmp = LT_EXPR;
    9088                 :           0 :                         if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0])) || POINTER_TYPE_P (TREE_TYPE (captures[0]))
    9089                 :             : )
    9090                 :             :                           {
    9091                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1394;
    9092                 :           0 :                             {
    9093                 :           0 :                               tree res_op0;
    9094                 :           0 :                               res_op0 = captures[0];
    9095                 :           0 :                               tree res_op1;
    9096                 :           0 :                               res_op1 = captures[1];
    9097                 :           0 :                               tree _r;
    9098                 :           0 :                               _r = fold_build2_loc (loc, rcmp, type, res_op0, res_op1);
    9099                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 934, __FILE__, __LINE__, true);
    9100                 :           0 :                               return _r;
    9101                 :             :                             }
    9102                 :           0 : next_after_fail1394:;
    9103                 :             :                           }
    9104                 :             :                       }
    9105                 :             :                     }
    9106                 :             :                 }
    9107                 :             :               break;
    9108                 :             :             }
    9109                 :           0 :           case NE_EXPR:
    9110                 :           0 :             {
    9111                 :           0 :               tree _q50 = TREE_OPERAND (_p1, 0);
    9112                 :           0 :               tree _q51 = TREE_OPERAND (_p1, 1);
    9113                 :           0 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    9114                 :             :                 {
    9115                 :           0 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
    9116                 :             :                     {
    9117                 :           0 :                       {
    9118                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    9119                 :           0 :                         const enum tree_code cmp1 = LE_EXPR;
    9120                 :           0 :                         const enum tree_code cmp2 = NE_EXPR;
    9121                 :           0 :                         const enum tree_code rcmp = GE_EXPR;
    9122                 :           0 :                         if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0])) || POINTER_TYPE_P (TREE_TYPE (captures[0]))
    9123                 :             : )
    9124                 :             :                           {
    9125                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1395;
    9126                 :           0 :                             {
    9127                 :           0 :                               tree res_op0;
    9128                 :           0 :                               res_op0 = captures[0];
    9129                 :           0 :                               tree res_op1;
    9130                 :           0 :                               res_op1 = captures[1];
    9131                 :           0 :                               tree _r;
    9132                 :           0 :                               _r = fold_build2_loc (loc, rcmp, type, res_op0, res_op1);
    9133                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 934, __FILE__, __LINE__, true);
    9134                 :           0 :                               return _r;
    9135                 :             :                             }
    9136                 :           0 : next_after_fail1395:;
    9137                 :             :                           }
    9138                 :             :                       }
    9139                 :             :                     }
    9140                 :             :                 }
    9141                 :             :               break;
    9142                 :             :             }
    9143                 :             :           default:;
    9144                 :             :           }
    9145                 :             :         break;
    9146                 :             :       }
    9147                 :         100 :     case GT_EXPR:
    9148                 :         100 :       {
    9149                 :         100 :         tree _q20 = TREE_OPERAND (_p0, 0);
    9150                 :         100 :         tree _q21 = TREE_OPERAND (_p0, 1);
    9151                 :         100 :         switch (TREE_CODE (_p1))
    9152                 :             :           {
    9153                 :           0 :           case GT_EXPR:
    9154                 :           0 :             {
    9155                 :           0 :               tree _q50 = TREE_OPERAND (_p1, 0);
    9156                 :           0 :               tree _q51 = TREE_OPERAND (_p1, 1);
    9157                 :           0 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
    9158                 :             :                 {
    9159                 :           0 :                   if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
    9160                 :             :                     {
    9161                 :           0 :                       {
    9162                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q21, _q20 };
    9163                 :           0 :                         const enum tree_code cmp1 = LT_EXPR;
    9164                 :           0 :                         const enum tree_code cmp2 = GT_EXPR;
    9165                 :           0 :                         const enum tree_code rcmp = NE_EXPR;
    9166                 :           0 :                         if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0])) || POINTER_TYPE_P (TREE_TYPE (captures[0]))
    9167                 :             : )
    9168                 :             :                           {
    9169                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1396;
    9170                 :           0 :                             {
    9171                 :           0 :                               tree res_op0;
    9172                 :           0 :                               res_op0 = captures[0];
    9173                 :           0 :                               tree res_op1;
    9174                 :           0 :                               res_op1 = captures[1];
    9175                 :           0 :                               tree _r;
    9176                 :           0 :                               _r = fold_build2_loc (loc, rcmp, type, res_op0, res_op1);
    9177                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 934, __FILE__, __LINE__, true);
    9178                 :           0 :                               return _r;
    9179                 :             :                             }
    9180                 :           0 : next_after_fail1396:;
    9181                 :             :                           }
    9182                 :             :                       }
    9183                 :           0 :                       {
    9184                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    9185                 :           0 :                         const enum tree_code cmp1 = LT_EXPR;
    9186                 :           0 :                         const enum tree_code cmp2 = GT_EXPR;
    9187                 :           0 :                         const enum tree_code rcmp = NE_EXPR;
    9188                 :           0 :                         if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0])) || POINTER_TYPE_P (TREE_TYPE (captures[0]))
    9189                 :             : )
    9190                 :             :                           {
    9191                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1397;
    9192                 :           0 :                             {
    9193                 :           0 :                               tree res_op0;
    9194                 :           0 :                               res_op0 = captures[0];
    9195                 :           0 :                               tree res_op1;
    9196                 :           0 :                               res_op1 = captures[1];
    9197                 :           0 :                               tree _r;
    9198                 :           0 :                               _r = fold_build2_loc (loc, rcmp, type, res_op0, res_op1);
    9199                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 934, __FILE__, __LINE__, true);
    9200                 :           0 :                               return _r;
    9201                 :             :                             }
    9202                 :           0 : next_after_fail1397:;
    9203                 :             :                           }
    9204                 :             :                       }
    9205                 :             :                     }
    9206                 :             :                 }
    9207                 :             :               break;
    9208                 :             :             }
    9209                 :           0 :           case EQ_EXPR:
    9210                 :           0 :             {
    9211                 :           0 :               tree _q50 = TREE_OPERAND (_p1, 0);
    9212                 :           0 :               tree _q51 = TREE_OPERAND (_p1, 1);
    9213                 :           0 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
    9214                 :             :                 {
    9215                 :           0 :                   if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
    9216                 :             :                     {
    9217                 :           0 :                       {
    9218                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q21, _q20 };
    9219                 :           0 :                         const enum tree_code cmp1 = LT_EXPR;
    9220                 :           0 :                         const enum tree_code cmp2 = EQ_EXPR;
    9221                 :           0 :                         const enum tree_code rcmp = LE_EXPR;
    9222                 :           0 :                         if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0])) || POINTER_TYPE_P (TREE_TYPE (captures[0]))
    9223                 :             : )
    9224                 :             :                           {
    9225                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1398;
    9226                 :           0 :                             {
    9227                 :           0 :                               tree res_op0;
    9228                 :           0 :                               res_op0 = captures[0];
    9229                 :           0 :                               tree res_op1;
    9230                 :           0 :                               res_op1 = captures[1];
    9231                 :           0 :                               tree _r;
    9232                 :           0 :                               _r = fold_build2_loc (loc, rcmp, type, res_op0, res_op1);
    9233                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 934, __FILE__, __LINE__, true);
    9234                 :           0 :                               return _r;
    9235                 :             :                             }
    9236                 :           0 : next_after_fail1398:;
    9237                 :             :                           }
    9238                 :             :                       }
    9239                 :             :                     }
    9240                 :             :                 }
    9241                 :             :               break;
    9242                 :             :             }
    9243                 :          12 :           case NE_EXPR:
    9244                 :          12 :             {
    9245                 :          12 :               tree _q50 = TREE_OPERAND (_p1, 0);
    9246                 :          12 :               tree _q51 = TREE_OPERAND (_p1, 1);
    9247                 :          12 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
    9248                 :             :                 {
    9249                 :           0 :                   if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
    9250                 :             :                     {
    9251                 :           0 :                       {
    9252                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q21, _q20 };
    9253                 :           0 :                         const enum tree_code cmp1 = LT_EXPR;
    9254                 :           0 :                         const enum tree_code cmp2 = NE_EXPR;
    9255                 :           0 :                         const enum tree_code rcmp = GT_EXPR;
    9256                 :           0 :                         if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0])) || POINTER_TYPE_P (TREE_TYPE (captures[0]))
    9257                 :             : )
    9258                 :             :                           {
    9259                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1399;
    9260                 :           0 :                             {
    9261                 :           0 :                               tree res_op0;
    9262                 :           0 :                               res_op0 = captures[0];
    9263                 :           0 :                               tree res_op1;
    9264                 :           0 :                               res_op1 = captures[1];
    9265                 :           0 :                               tree _r;
    9266                 :           0 :                               _r = fold_build2_loc (loc, rcmp, type, res_op0, res_op1);
    9267                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 934, __FILE__, __LINE__, true);
    9268                 :           0 :                               return _r;
    9269                 :             :                             }
    9270                 :           0 : next_after_fail1399:;
    9271                 :             :                           }
    9272                 :             :                       }
    9273                 :             :                     }
    9274                 :             :                 }
    9275                 :             :               break;
    9276                 :             :             }
    9277                 :           0 :           case LT_EXPR:
    9278                 :           0 :             {
    9279                 :           0 :               tree _q50 = TREE_OPERAND (_p1, 0);
    9280                 :           0 :               tree _q51 = TREE_OPERAND (_p1, 1);
    9281                 :           0 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    9282                 :             :                 {
    9283                 :           0 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
    9284                 :             :                     {
    9285                 :           0 :                       {
    9286                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    9287                 :           0 :                         const enum tree_code cmp1 = LT_EXPR;
    9288                 :           0 :                         const enum tree_code cmp2 = GT_EXPR;
    9289                 :           0 :                         const enum tree_code rcmp = NE_EXPR;
    9290                 :           0 :                         if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0])) || POINTER_TYPE_P (TREE_TYPE (captures[0]))
    9291                 :             : )
    9292                 :             :                           {
    9293                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1400;
    9294                 :           0 :                             {
    9295                 :           0 :                               tree res_op0;
    9296                 :           0 :                               res_op0 = captures[0];
    9297                 :           0 :                               tree res_op1;
    9298                 :           0 :                               res_op1 = captures[1];
    9299                 :           0 :                               tree _r;
    9300                 :           0 :                               _r = fold_build2_loc (loc, rcmp, type, res_op0, res_op1);
    9301                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 934, __FILE__, __LINE__, true);
    9302                 :           0 :                               return _r;
    9303                 :             :                             }
    9304                 :           0 : next_after_fail1400:;
    9305                 :             :                           }
    9306                 :             :                       }
    9307                 :             :                     }
    9308                 :             :                 }
    9309                 :             :               break;
    9310                 :             :             }
    9311                 :             :           default:;
    9312                 :             :           }
    9313                 :             :         break;
    9314                 :             :       }
    9315                 :          62 :     case GE_EXPR:
    9316                 :          62 :       {
    9317                 :          62 :         tree _q20 = TREE_OPERAND (_p0, 0);
    9318                 :          62 :         tree _q21 = TREE_OPERAND (_p0, 1);
    9319                 :          62 :         switch (TREE_CODE (_p1))
    9320                 :             :           {
    9321                 :           1 :           case GE_EXPR:
    9322                 :           1 :             {
    9323                 :           1 :               tree _q50 = TREE_OPERAND (_p1, 0);
    9324                 :           1 :               tree _q51 = TREE_OPERAND (_p1, 1);
    9325                 :           1 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
    9326                 :             :                 {
    9327                 :           0 :                   if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
    9328                 :             :                     {
    9329                 :           0 :                       {
    9330                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q21, _q20 };
    9331                 :           0 :                         const enum tree_code cmp1 = LE_EXPR;
    9332                 :           0 :                         const enum tree_code cmp2 = GE_EXPR;
    9333                 :           0 :                         const enum tree_code rcmp = NE_EXPR;
    9334                 :           0 :                         if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0])) || POINTER_TYPE_P (TREE_TYPE (captures[0]))
    9335                 :             : )
    9336                 :             :                           {
    9337                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1401;
    9338                 :           0 :                             {
    9339                 :           0 :                               tree res_op0;
    9340                 :           0 :                               res_op0 = captures[0];
    9341                 :           0 :                               tree res_op1;
    9342                 :           0 :                               res_op1 = captures[1];
    9343                 :           0 :                               tree _r;
    9344                 :           0 :                               _r = fold_build2_loc (loc, rcmp, type, res_op0, res_op1);
    9345                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 934, __FILE__, __LINE__, true);
    9346                 :           0 :                               return _r;
    9347                 :             :                             }
    9348                 :           0 : next_after_fail1401:;
    9349                 :             :                           }
    9350                 :             :                       }
    9351                 :           0 :                       {
    9352                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    9353                 :           0 :                         const enum tree_code cmp1 = LE_EXPR;
    9354                 :           0 :                         const enum tree_code cmp2 = GE_EXPR;
    9355                 :           0 :                         const enum tree_code rcmp = NE_EXPR;
    9356                 :           0 :                         if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0])) || POINTER_TYPE_P (TREE_TYPE (captures[0]))
    9357                 :             : )
    9358                 :             :                           {
    9359                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1402;
    9360                 :           0 :                             {
    9361                 :           0 :                               tree res_op0;
    9362                 :           0 :                               res_op0 = captures[0];
    9363                 :           0 :                               tree res_op1;
    9364                 :           0 :                               res_op1 = captures[1];
    9365                 :           0 :                               tree _r;
    9366                 :           0 :                               _r = fold_build2_loc (loc, rcmp, type, res_op0, res_op1);
    9367                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 934, __FILE__, __LINE__, true);
    9368                 :           0 :                               return _r;
    9369                 :             :                             }
    9370                 :           0 : next_after_fail1402:;
    9371                 :             :                           }
    9372                 :             :                       }
    9373                 :             :                     }
    9374                 :             :                 }
    9375                 :             :               break;
    9376                 :             :             }
    9377                 :           0 :           case EQ_EXPR:
    9378                 :           0 :             {
    9379                 :           0 :               tree _q50 = TREE_OPERAND (_p1, 0);
    9380                 :           0 :               tree _q51 = TREE_OPERAND (_p1, 1);
    9381                 :           0 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
    9382                 :             :                 {
    9383                 :           0 :                   if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
    9384                 :             :                     {
    9385                 :           0 :                       {
    9386                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q21, _q20 };
    9387                 :           0 :                         const enum tree_code cmp1 = LE_EXPR;
    9388                 :           0 :                         const enum tree_code cmp2 = EQ_EXPR;
    9389                 :           0 :                         const enum tree_code rcmp = LT_EXPR;
    9390                 :           0 :                         if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0])) || POINTER_TYPE_P (TREE_TYPE (captures[0]))
    9391                 :             : )
    9392                 :             :                           {
    9393                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1403;
    9394                 :           0 :                             {
    9395                 :           0 :                               tree res_op0;
    9396                 :           0 :                               res_op0 = captures[0];
    9397                 :           0 :                               tree res_op1;
    9398                 :           0 :                               res_op1 = captures[1];
    9399                 :           0 :                               tree _r;
    9400                 :           0 :                               _r = fold_build2_loc (loc, rcmp, type, res_op0, res_op1);
    9401                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 934, __FILE__, __LINE__, true);
    9402                 :           0 :                               return _r;
    9403                 :             :                             }
    9404                 :           0 : next_after_fail1403:;
    9405                 :             :                           }
    9406                 :             :                       }
    9407                 :             :                     }
    9408                 :             :                 }
    9409                 :             :               break;
    9410                 :             :             }
    9411                 :           8 :           case NE_EXPR:
    9412                 :           8 :             {
    9413                 :           8 :               tree _q50 = TREE_OPERAND (_p1, 0);
    9414                 :           8 :               tree _q51 = TREE_OPERAND (_p1, 1);
    9415                 :           8 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
    9416                 :             :                 {
    9417                 :           0 :                   if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
    9418                 :             :                     {
    9419                 :           0 :                       {
    9420                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q21, _q20 };
    9421                 :           0 :                         const enum tree_code cmp1 = LE_EXPR;
    9422                 :           0 :                         const enum tree_code cmp2 = NE_EXPR;
    9423                 :           0 :                         const enum tree_code rcmp = GE_EXPR;
    9424                 :           0 :                         if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0])) || POINTER_TYPE_P (TREE_TYPE (captures[0]))
    9425                 :             : )
    9426                 :             :                           {
    9427                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1404;
    9428                 :           0 :                             {
    9429                 :           0 :                               tree res_op0;
    9430                 :           0 :                               res_op0 = captures[0];
    9431                 :           0 :                               tree res_op1;
    9432                 :           0 :                               res_op1 = captures[1];
    9433                 :           0 :                               tree _r;
    9434                 :           0 :                               _r = fold_build2_loc (loc, rcmp, type, res_op0, res_op1);
    9435                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 934, __FILE__, __LINE__, true);
    9436                 :           0 :                               return _r;
    9437                 :             :                             }
    9438                 :           0 : next_after_fail1404:;
    9439                 :             :                           }
    9440                 :             :                       }
    9441                 :             :                     }
    9442                 :             :                 }
    9443                 :             :               break;
    9444                 :             :             }
    9445                 :           0 :           case LE_EXPR:
    9446                 :           0 :             {
    9447                 :           0 :               tree _q50 = TREE_OPERAND (_p1, 0);
    9448                 :           0 :               tree _q51 = TREE_OPERAND (_p1, 1);
    9449                 :           0 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    9450                 :             :                 {
    9451                 :           0 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
    9452                 :             :                     {
    9453                 :           0 :                       {
    9454                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    9455                 :           0 :                         const enum tree_code cmp1 = LE_EXPR;
    9456                 :           0 :                         const enum tree_code cmp2 = GE_EXPR;
    9457                 :           0 :                         const enum tree_code rcmp = NE_EXPR;
    9458                 :           0 :                         if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0])) || POINTER_TYPE_P (TREE_TYPE (captures[0]))
    9459                 :             : )
    9460                 :             :                           {
    9461                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1405;
    9462                 :           0 :                             {
    9463                 :           0 :                               tree res_op0;
    9464                 :           0 :                               res_op0 = captures[0];
    9465                 :           0 :                               tree res_op1;
    9466                 :           0 :                               res_op1 = captures[1];
    9467                 :           0 :                               tree _r;
    9468                 :           0 :                               _r = fold_build2_loc (loc, rcmp, type, res_op0, res_op1);
    9469                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 934, __FILE__, __LINE__, true);
    9470                 :           0 :                               return _r;
    9471                 :             :                             }
    9472                 :           0 : next_after_fail1405:;
    9473                 :             :                           }
    9474                 :             :                       }
    9475                 :             :                     }
    9476                 :             :                 }
    9477                 :             :               break;
    9478                 :             :             }
    9479                 :             :           default:;
    9480                 :             :           }
    9481                 :             :         break;
    9482                 :             :       }
    9483                 :         118 :     case EQ_EXPR:
    9484                 :         118 :       {
    9485                 :         118 :         tree _q20 = TREE_OPERAND (_p0, 0);
    9486                 :         118 :         tree _q21 = TREE_OPERAND (_p0, 1);
    9487                 :         118 :         switch (TREE_CODE (_p1))
    9488                 :             :           {
    9489                 :           0 :           case LT_EXPR:
    9490                 :           0 :             {
    9491                 :           0 :               tree _q50 = TREE_OPERAND (_p1, 0);
    9492                 :           0 :               tree _q51 = TREE_OPERAND (_p1, 1);
    9493                 :           0 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    9494                 :             :                 {
    9495                 :           0 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
    9496                 :             :                     {
    9497                 :           0 :                       {
    9498                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    9499                 :           0 :                         const enum tree_code cmp1 = LT_EXPR;
    9500                 :           0 :                         const enum tree_code cmp2 = EQ_EXPR;
    9501                 :           0 :                         const enum tree_code rcmp = LE_EXPR;
    9502                 :           0 :                         if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0])) || POINTER_TYPE_P (TREE_TYPE (captures[0]))
    9503                 :             : )
    9504                 :             :                           {
    9505                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1406;
    9506                 :           0 :                             {
    9507                 :           0 :                               tree res_op0;
    9508                 :           0 :                               res_op0 = captures[0];
    9509                 :           0 :                               tree res_op1;
    9510                 :           0 :                               res_op1 = captures[1];
    9511                 :           0 :                               tree _r;
    9512                 :           0 :                               _r = fold_build2_loc (loc, rcmp, type, res_op0, res_op1);
    9513                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 934, __FILE__, __LINE__, true);
    9514                 :           0 :                               return _r;
    9515                 :             :                             }
    9516                 :           0 : next_after_fail1406:;
    9517                 :             :                           }
    9518                 :             :                       }
    9519                 :             :                     }
    9520                 :             :                 }
    9521                 :             :               break;
    9522                 :             :             }
    9523                 :           0 :           case LE_EXPR:
    9524                 :           0 :             {
    9525                 :           0 :               tree _q50 = TREE_OPERAND (_p1, 0);
    9526                 :           0 :               tree _q51 = TREE_OPERAND (_p1, 1);
    9527                 :           0 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    9528                 :             :                 {
    9529                 :           0 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
    9530                 :             :                     {
    9531                 :           0 :                       {
    9532                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    9533                 :           0 :                         const enum tree_code cmp1 = LE_EXPR;
    9534                 :           0 :                         const enum tree_code cmp2 = EQ_EXPR;
    9535                 :           0 :                         const enum tree_code rcmp = LT_EXPR;
    9536                 :           0 :                         if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0])) || POINTER_TYPE_P (TREE_TYPE (captures[0]))
    9537                 :             : )
    9538                 :             :                           {
    9539                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1407;
    9540                 :           0 :                             {
    9541                 :           0 :                               tree res_op0;
    9542                 :           0 :                               res_op0 = captures[0];
    9543                 :           0 :                               tree res_op1;
    9544                 :           0 :                               res_op1 = captures[1];
    9545                 :           0 :                               tree _r;
    9546                 :           0 :                               _r = fold_build2_loc (loc, rcmp, type, res_op0, res_op1);
    9547                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 934, __FILE__, __LINE__, true);
    9548                 :           0 :                               return _r;
    9549                 :             :                             }
    9550                 :           0 : next_after_fail1407:;
    9551                 :             :                           }
    9552                 :             :                       }
    9553                 :             :                     }
    9554                 :             :                 }
    9555                 :             :               break;
    9556                 :             :             }
    9557                 :           0 :           case GT_EXPR:
    9558                 :           0 :             {
    9559                 :           0 :               tree _q50 = TREE_OPERAND (_p1, 0);
    9560                 :           0 :               tree _q51 = TREE_OPERAND (_p1, 1);
    9561                 :           0 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
    9562                 :             :                 {
    9563                 :           0 :                   if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
    9564                 :             :                     {
    9565                 :           0 :                       {
    9566                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    9567                 :           0 :                         const enum tree_code cmp1 = LT_EXPR;
    9568                 :           0 :                         const enum tree_code cmp2 = EQ_EXPR;
    9569                 :           0 :                         const enum tree_code rcmp = LE_EXPR;
    9570                 :           0 :                         if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0])) || POINTER_TYPE_P (TREE_TYPE (captures[0]))
    9571                 :             : )
    9572                 :             :                           {
    9573                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1408;
    9574                 :           0 :                             {
    9575                 :           0 :                               tree res_op0;
    9576                 :           0 :                               res_op0 = captures[0];
    9577                 :           0 :                               tree res_op1;
    9578                 :           0 :                               res_op1 = captures[1];
    9579                 :           0 :                               tree _r;
    9580                 :           0 :                               _r = fold_build2_loc (loc, rcmp, type, res_op0, res_op1);
    9581                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 934, __FILE__, __LINE__, true);
    9582                 :           0 :                               return _r;
    9583                 :             :                             }
    9584                 :           0 : next_after_fail1408:;
    9585                 :             :                           }
    9586                 :             :                       }
    9587                 :             :                     }
    9588                 :             :                 }
    9589                 :             :               break;
    9590                 :             :             }
    9591                 :           8 :           case GE_EXPR:
    9592                 :           8 :             {
    9593                 :           8 :               tree _q50 = TREE_OPERAND (_p1, 0);
    9594                 :           8 :               tree _q51 = TREE_OPERAND (_p1, 1);
    9595                 :           8 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
    9596                 :             :                 {
    9597                 :           0 :                   if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
    9598                 :             :                     {
    9599                 :           0 :                       {
    9600                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    9601                 :           0 :                         const enum tree_code cmp1 = LE_EXPR;
    9602                 :           0 :                         const enum tree_code cmp2 = EQ_EXPR;
    9603                 :           0 :                         const enum tree_code rcmp = LT_EXPR;
    9604                 :           0 :                         if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0])) || POINTER_TYPE_P (TREE_TYPE (captures[0]))
    9605                 :             : )
    9606                 :             :                           {
    9607                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1409;
    9608                 :           0 :                             {
    9609                 :           0 :                               tree res_op0;
    9610                 :           0 :                               res_op0 = captures[0];
    9611                 :           0 :                               tree res_op1;
    9612                 :           0 :                               res_op1 = captures[1];
    9613                 :           0 :                               tree _r;
    9614                 :           0 :                               _r = fold_build2_loc (loc, rcmp, type, res_op0, res_op1);
    9615                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 934, __FILE__, __LINE__, true);
    9616                 :           0 :                               return _r;
    9617                 :             :                             }
    9618                 :           0 : next_after_fail1409:;
    9619                 :             :                           }
    9620                 :             :                       }
    9621                 :             :                     }
    9622                 :             :                 }
    9623                 :             :               break;
    9624                 :             :             }
    9625                 :             :           default:;
    9626                 :             :           }
    9627                 :             :         break;
    9628                 :             :       }
    9629                 :         113 :     case NE_EXPR:
    9630                 :         113 :       {
    9631                 :         113 :         tree _q20 = TREE_OPERAND (_p0, 0);
    9632                 :         113 :         tree _q21 = TREE_OPERAND (_p0, 1);
    9633                 :         113 :         switch (TREE_CODE (_p1))
    9634                 :             :           {
    9635                 :           0 :           case LT_EXPR:
    9636                 :           0 :             {
    9637                 :           0 :               tree _q50 = TREE_OPERAND (_p1, 0);
    9638                 :           0 :               tree _q51 = TREE_OPERAND (_p1, 1);
    9639                 :           0 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    9640                 :             :                 {
    9641                 :           0 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
    9642                 :             :                     {
    9643                 :           0 :                       {
    9644                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    9645                 :           0 :                         const enum tree_code cmp1 = LT_EXPR;
    9646                 :           0 :                         const enum tree_code cmp2 = NE_EXPR;
    9647                 :           0 :                         const enum tree_code rcmp = GT_EXPR;
    9648                 :           0 :                         if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0])) || POINTER_TYPE_P (TREE_TYPE (captures[0]))
    9649                 :             : )
    9650                 :             :                           {
    9651                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1410;
    9652                 :           0 :                             {
    9653                 :           0 :                               tree res_op0;
    9654                 :           0 :                               res_op0 = captures[0];
    9655                 :           0 :                               tree res_op1;
    9656                 :           0 :                               res_op1 = captures[1];
    9657                 :           0 :                               tree _r;
    9658                 :           0 :                               _r = fold_build2_loc (loc, rcmp, type, res_op0, res_op1);
    9659                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 934, __FILE__, __LINE__, true);
    9660                 :           0 :                               return _r;
    9661                 :             :                             }
    9662                 :           0 : next_after_fail1410:;
    9663                 :             :                           }
    9664                 :             :                       }
    9665                 :             :                     }
    9666                 :             :                 }
    9667                 :             :               break;
    9668                 :             :             }
    9669                 :           0 :           case LE_EXPR:
    9670                 :           0 :             {
    9671                 :           0 :               tree _q50 = TREE_OPERAND (_p1, 0);
    9672                 :           0 :               tree _q51 = TREE_OPERAND (_p1, 1);
    9673                 :           0 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    9674                 :             :                 {
    9675                 :           0 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
    9676                 :             :                     {
    9677                 :           0 :                       {
    9678                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    9679                 :           0 :                         const enum tree_code cmp1 = LE_EXPR;
    9680                 :           0 :                         const enum tree_code cmp2 = NE_EXPR;
    9681                 :           0 :                         const enum tree_code rcmp = GE_EXPR;
    9682                 :           0 :                         if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0])) || POINTER_TYPE_P (TREE_TYPE (captures[0]))
    9683                 :             : )
    9684                 :             :                           {
    9685                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1411;
    9686                 :           0 :                             {
    9687                 :           0 :                               tree res_op0;
    9688                 :           0 :                               res_op0 = captures[0];
    9689                 :           0 :                               tree res_op1;
    9690                 :           0 :                               res_op1 = captures[1];
    9691                 :           0 :                               tree _r;
    9692                 :           0 :                               _r = fold_build2_loc (loc, rcmp, type, res_op0, res_op1);
    9693                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 934, __FILE__, __LINE__, true);
    9694                 :           0 :                               return _r;
    9695                 :             :                             }
    9696                 :           0 : next_after_fail1411:;
    9697                 :             :                           }
    9698                 :             :                       }
    9699                 :             :                     }
    9700                 :             :                 }
    9701                 :             :               break;
    9702                 :             :             }
    9703                 :           0 :           case GT_EXPR:
    9704                 :           0 :             {
    9705                 :           0 :               tree _q50 = TREE_OPERAND (_p1, 0);
    9706                 :           0 :               tree _q51 = TREE_OPERAND (_p1, 1);
    9707                 :           0 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
    9708                 :             :                 {
    9709                 :           0 :                   if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
    9710                 :             :                     {
    9711                 :           0 :                       {
    9712                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    9713                 :           0 :                         const enum tree_code cmp1 = LT_EXPR;
    9714                 :           0 :                         const enum tree_code cmp2 = NE_EXPR;
    9715                 :           0 :                         const enum tree_code rcmp = GT_EXPR;
    9716                 :           0 :                         if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0])) || POINTER_TYPE_P (TREE_TYPE (captures[0]))
    9717                 :             : )
    9718                 :             :                           {
    9719                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1412;
    9720                 :           0 :                             {
    9721                 :           0 :                               tree res_op0;
    9722                 :           0 :                               res_op0 = captures[0];
    9723                 :           0 :                               tree res_op1;
    9724                 :           0 :                               res_op1 = captures[1];
    9725                 :           0 :                               tree _r;
    9726                 :           0 :                               _r = fold_build2_loc (loc, rcmp, type, res_op0, res_op1);
    9727                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 934, __FILE__, __LINE__, true);
    9728                 :           0 :                               return _r;
    9729                 :             :                             }
    9730                 :           0 : next_after_fail1412:;
    9731                 :             :                           }
    9732                 :             :                       }
    9733                 :             :                     }
    9734                 :             :                 }
    9735                 :             :               break;
    9736                 :             :             }
    9737                 :           6 :           case GE_EXPR:
    9738                 :           6 :             {
    9739                 :           6 :               tree _q50 = TREE_OPERAND (_p1, 0);
    9740                 :           6 :               tree _q51 = TREE_OPERAND (_p1, 1);
    9741                 :           6 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
    9742                 :             :                 {
    9743                 :           0 :                   if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
    9744                 :             :                     {
    9745                 :           0 :                       {
    9746                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
    9747                 :           0 :                         const enum tree_code cmp1 = LE_EXPR;
    9748                 :           0 :                         const enum tree_code cmp2 = NE_EXPR;
    9749                 :           0 :                         const enum tree_code rcmp = GE_EXPR;
    9750                 :           0 :                         if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0])) || POINTER_TYPE_P (TREE_TYPE (captures[0]))
    9751                 :             : )
    9752                 :             :                           {
    9753                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1413;
    9754                 :           0 :                             {
    9755                 :           0 :                               tree res_op0;
    9756                 :           0 :                               res_op0 = captures[0];
    9757                 :           0 :                               tree res_op1;
    9758                 :           0 :                               res_op1 = captures[1];
    9759                 :           0 :                               tree _r;
    9760                 :           0 :                               _r = fold_build2_loc (loc, rcmp, type, res_op0, res_op1);
    9761                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 934, __FILE__, __LINE__, true);
    9762                 :           0 :                               return _r;
    9763                 :             :                             }
    9764                 :           0 : next_after_fail1413:;
    9765                 :             :                           }
    9766                 :             :                       }
    9767                 :             :                     }
    9768                 :             :                 }
    9769                 :             :               break;
    9770                 :             :             }
    9771                 :             :           default:;
    9772                 :             :           }
    9773                 :             :         break;
    9774                 :             :       }
    9775                 :         523 :     case MULT_EXPR:
    9776                 :         523 :       {
    9777                 :         523 :         tree _q20 = TREE_OPERAND (_p0, 0);
    9778                 :         523 :         tree _q21 = TREE_OPERAND (_p0, 1);
    9779                 :         523 :         switch (TREE_CODE (_q21))
    9780                 :             :           {
    9781                 :         498 :           case INTEGER_CST:
    9782                 :         498 :             {
    9783                 :         498 :               switch (TREE_CODE (_p1))
    9784                 :             :                 {
    9785                 :          12 :                 case MULT_EXPR:
    9786                 :          12 :                   {
    9787                 :          12 :                     tree _q50 = TREE_OPERAND (_p1, 0);
    9788                 :          12 :                     tree _q51 = TREE_OPERAND (_p1, 1);
    9789                 :          12 :                     switch (TREE_CODE (_q51))
    9790                 :             :                       {
    9791                 :          12 :                       case INTEGER_CST:
    9792                 :          12 :                         {
    9793                 :          12 :                           {
    9794                 :          12 :                             tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p0, _q20, _q21, _p1, _p1, _q50, _q51 };
    9795                 :          12 :                             tree res = generic_simplify_141 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    9796                 :          12 :                             if (res) return res;
    9797                 :             :                           }
    9798                 :          12 :                           break;
    9799                 :             :                         }
    9800                 :             :                       default:;
    9801                 :             :                       }
    9802                 :             :                     break;
    9803                 :             :                   }
    9804                 :           0 :                 case LSHIFT_EXPR:
    9805                 :           0 :                   {
    9806                 :           0 :                     tree _q50 = TREE_OPERAND (_p1, 0);
    9807                 :           0 :                     tree _q51 = TREE_OPERAND (_p1, 1);
    9808                 :           0 :                     if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    9809                 :             :                       {
    9810                 :           0 :                         switch (TREE_CODE (_q51))
    9811                 :             :                           {
    9812                 :           0 :                           case INTEGER_CST:
    9813                 :           0 :                             {
    9814                 :           0 :                               {
    9815                 :           0 :                                 tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p0, _q20, _q21, _p1, _q51 };
    9816                 :           0 :                                 tree res = generic_simplify_142 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    9817                 :           0 :                                 if (res) return res;
    9818                 :             :                               }
    9819                 :           0 :                               break;
    9820                 :             :                             }
    9821                 :             :                           default:;
    9822                 :             :                           }
    9823                 :             :                       }
    9824                 :             :                     break;
    9825                 :             :                   }
    9826                 :         498 :                 default:;
    9827                 :             :                 }
    9828                 :         498 :               if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
    9829                 :             :                 {
    9830                 :          18 :                   {
    9831                 :          18 :                     tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p0, _q20, _q21 };
    9832                 :          18 :                     tree res = generic_simplify_143 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    9833                 :          18 :                     if (res) return res;
    9834                 :             :                   }
    9835                 :             :                 }
    9836                 :             :               break;
    9837                 :             :             }
    9838                 :         523 :           default:;
    9839                 :             :           }
    9840                 :         523 :         switch (TREE_CODE (_q20))
    9841                 :             :           {
    9842                 :           0 :           case BIT_XOR_EXPR:
    9843                 :           0 :             {
    9844                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
    9845                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
    9846                 :           0 :               if (tree_zero_one_valued_p (_q21))
    9847                 :             :                 {
    9848                 :           0 :                   if ((_p1 == _q30 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q30, 0) && types_match (_p1, _q30)))
    9849                 :             :                     {
    9850                 :           0 :                       {
    9851                 :           0 :                         tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _q21 };
    9852                 :           0 :                         tree res = generic_simplify_167 (loc, type, _p0, _p1, captures);
    9853                 :           0 :                         if (res) return res;
    9854                 :             :                       }
    9855                 :             :                     }
    9856                 :           0 :                   if ((_p1 == _q31 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q31, 0) && types_match (_p1, _q31)))
    9857                 :             :                     {
    9858                 :           0 :                       {
    9859                 :           0 :                         tree captures[3] ATTRIBUTE_UNUSED = { _q31, _q30, _q21 };
    9860                 :           0 :                         tree res = generic_simplify_167 (loc, type, _p0, _p1, captures);
    9861                 :           0 :                         if (res) return res;
    9862                 :             :                       }
    9863                 :             :                     }
    9864                 :             :                 }
    9865                 :             :               break;
    9866                 :             :             }
    9867                 :         523 :           default:;
    9868                 :             :           }
    9869                 :         523 :       if (tree_zero_one_valued_p (_q20))
    9870                 :             :         {
    9871                 :           8 :           switch (TREE_CODE (_q21))
    9872                 :             :             {
    9873                 :           2 :             case BIT_XOR_EXPR:
    9874                 :           2 :               {
    9875                 :           2 :                 tree _q40 = TREE_OPERAND (_q21, 0);
    9876                 :           2 :                 tree _q41 = TREE_OPERAND (_q21, 1);
    9877                 :           2 :                 if ((_p1 == _q40 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q40, 0) && types_match (_p1, _q40)))
    9878                 :             :                   {
    9879                 :           2 :                     {
    9880                 :           2 :                       tree captures[3] ATTRIBUTE_UNUSED = { _q40, _q41, _q20 };
    9881                 :           2 :                       tree res = generic_simplify_167 (loc, type, _p0, _p1, captures);
    9882                 :           2 :                       if (res) return res;
    9883                 :             :                     }
    9884                 :             :                   }
    9885                 :           0 :                 if ((_p1 == _q41 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q41, 0) && types_match (_p1, _q41)))
    9886                 :             :                   {
    9887                 :           0 :                     {
    9888                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _q41, _q40, _q20 };
    9889                 :           0 :                       tree res = generic_simplify_167 (loc, type, _p0, _p1, captures);
    9890                 :           0 :                       if (res) return res;
    9891                 :             :                     }
    9892                 :             :                   }
    9893                 :             :                 break;
    9894                 :             :               }
    9895                 :             :             default:;
    9896                 :             :             }
    9897                 :             :         }
    9898                 :             :         break;
    9899                 :             :       }
    9900                 :        2481 :     case LSHIFT_EXPR:
    9901                 :        2481 :       {
    9902                 :        2481 :         tree _q20 = TREE_OPERAND (_p0, 0);
    9903                 :        2481 :         tree _q21 = TREE_OPERAND (_p0, 1);
    9904                 :        2481 :         switch (TREE_CODE (_q21))
    9905                 :             :           {
    9906                 :        1101 :           case INTEGER_CST:
    9907                 :        1101 :             {
    9908                 :        1101 :               switch (TREE_CODE (_p1))
    9909                 :             :                 {
    9910                 :           0 :                 case MULT_EXPR:
    9911                 :           0 :                   {
    9912                 :           0 :                     tree _q50 = TREE_OPERAND (_p1, 0);
    9913                 :           0 :                     tree _q51 = TREE_OPERAND (_p1, 1);
    9914                 :           0 :                     if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
    9915                 :             :                       {
    9916                 :           0 :                         switch (TREE_CODE (_q51))
    9917                 :             :                           {
    9918                 :           0 :                           case INTEGER_CST:
    9919                 :           0 :                             {
    9920                 :           0 :                               {
    9921                 :           0 :                                 tree captures[6] ATTRIBUTE_UNUSED = { _p1, _p1, _q20, _q51, _p0, _q21 };
    9922                 :           0 :                                 tree res = generic_simplify_142 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    9923                 :           0 :                                 if (res) return res;
    9924                 :             :                               }
    9925                 :           0 :                               break;
    9926                 :             :                             }
    9927                 :             :                           default:;
    9928                 :             :                           }
    9929                 :             :                       }
    9930                 :             :                     break;
    9931                 :             :                   }
    9932                 :        1101 :                 default:;
    9933                 :             :                 }
    9934                 :        1101 :             {
    9935                 :        1101 :               tree _p1_pops[1];
    9936                 :        1101 :               if (tree_nop_convert (_p1, _p1_pops))
    9937                 :             :                 {
    9938                 :          22 :                   tree _q50 = _p1_pops[0];
    9939                 :          22 :                   switch (TREE_CODE (_q50))
    9940                 :             :                     {
    9941                 :           0 :                     case MULT_EXPR:
    9942                 :           0 :                       {
    9943                 :           0 :                         tree _q60 = TREE_OPERAND (_q50, 0);
    9944                 :           0 :                         tree _q61 = TREE_OPERAND (_q50, 1);
    9945                 :           0 :                         {
    9946                 :           0 :                           tree _q60_pops[1];
    9947                 :           0 :                           if (tree_nop_convert (_q60, _q60_pops))
    9948                 :             :                             {
    9949                 :           0 :                               tree _q70 = _q60_pops[0];
    9950                 :           0 :                               if ((_q70 == _q20 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q20, 0) && types_match (_q70, _q20)))
    9951                 :             :                                 {
    9952                 :           0 :                                   switch (TREE_CODE (_q61))
    9953                 :             :                                     {
    9954                 :           0 :                                     case INTEGER_CST:
    9955                 :           0 :                                       {
    9956                 :           0 :                                         {
    9957                 :           0 :                                           tree captures[6] ATTRIBUTE_UNUSED = { _p1, _q50, _q20, _q61, _p0, _q21 };
    9958                 :           0 :                                           tree res = generic_simplify_115 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    9959                 :           0 :                                           if (res) return res;
    9960                 :             :                                         }
    9961                 :           0 :                                         break;
    9962                 :             :                                       }
    9963                 :             :                                     default:;
    9964                 :             :                                     }
    9965                 :             :                                 }
    9966                 :             :                             }
    9967                 :             :                         }
    9968                 :           0 :                         break;
    9969                 :             :                       }
    9970                 :             :                     default:;
    9971                 :             :                     }
    9972                 :             :                 }
    9973                 :             :             }
    9974                 :        1101 :               break;
    9975                 :             :             }
    9976                 :             :           default:;
    9977                 :             :           }
    9978                 :             :         break;
    9979                 :             :       }
    9980                 :      642292 :     default:;
    9981                 :             :     }
    9982                 :      642292 :   switch (TREE_CODE (_p1))
    9983                 :             :     {
    9984                 :         243 :     case MULT_EXPR:
    9985                 :         243 :       {
    9986                 :         243 :         tree _q30 = TREE_OPERAND (_p1, 0);
    9987                 :         243 :         tree _q31 = TREE_OPERAND (_p1, 1);
    9988                 :         243 :         if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
    9989                 :             :           {
    9990                 :           0 :             switch (TREE_CODE (_q31))
    9991                 :             :               {
    9992                 :           0 :               case INTEGER_CST:
    9993                 :           0 :                 {
    9994                 :           0 :                   {
    9995                 :           0 :                     tree captures[4] ATTRIBUTE_UNUSED = { _p1, _p1, _p0, _q31 };
    9996                 :           0 :                     tree res = generic_simplify_143 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
    9997                 :           0 :                     if (res) return res;
    9998                 :             :                   }
    9999                 :           0 :                   break;
   10000                 :             :                 }
   10001                 :             :               default:;
   10002                 :             :               }
   10003                 :             :           }
   10004                 :             :         break;
   10005                 :             :       }
   10006                 :      642292 :     default:;
   10007                 :             :     }
   10008                 :      642292 : {
   10009                 :      642292 :   tree _p1_pops[1];
   10010                 :      642292 :   if (tree_nop_convert (_p1, _p1_pops))
   10011                 :             :     {
   10012                 :      508012 :       tree _q30 = _p1_pops[0];
   10013                 :      508012 :       switch (TREE_CODE (_q30))
   10014                 :             :         {
   10015                 :          17 :         case MULT_EXPR:
   10016                 :          17 :           {
   10017                 :          17 :             tree _q40 = TREE_OPERAND (_q30, 0);
   10018                 :          17 :             tree _q41 = TREE_OPERAND (_q30, 1);
   10019                 :          17 :             {
   10020                 :          17 :               tree _q40_pops[1];
   10021                 :          17 :               if (tree_nop_convert (_q40, _q40_pops))
   10022                 :             :                 {
   10023                 :           0 :                   tree _q50 = _q40_pops[0];
   10024                 :           0 :                   if ((_q50 == _p0 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _p0, 0) && types_match (_q50, _p0)))
   10025                 :             :                     {
   10026                 :           0 :                       switch (TREE_CODE (_q41))
   10027                 :             :                         {
   10028                 :           0 :                         case INTEGER_CST:
   10029                 :           0 :                           {
   10030                 :           0 :                             {
   10031                 :           0 :                               tree captures[4] ATTRIBUTE_UNUSED = { _p1, _q30, _p0, _q41 };
   10032                 :           0 :                               tree res = generic_simplify_116 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
   10033                 :           0 :                               if (res) return res;
   10034                 :             :                             }
   10035                 :           0 :                             break;
   10036                 :             :                           }
   10037                 :             :                         default:;
   10038                 :             :                         }
   10039                 :             :                     }
   10040                 :             :                 }
   10041                 :             :             }
   10042                 :          17 :             break;
   10043                 :             :           }
   10044                 :             :         default:;
   10045                 :             :         }
   10046                 :             :     }
   10047                 :             : }
   10048                 :      642292 :   switch (TREE_CODE (_p0))
   10049                 :             :     {
   10050                 :        2481 :     case LSHIFT_EXPR:
   10051                 :        2481 :       {
   10052                 :        2481 :         tree _q20 = TREE_OPERAND (_p0, 0);
   10053                 :        2481 :         tree _q21 = TREE_OPERAND (_p0, 1);
   10054                 :        2481 :         switch (TREE_CODE (_q21))
   10055                 :             :           {
   10056                 :        1101 :           case INTEGER_CST:
   10057                 :        1101 :             {
   10058                 :        1101 :               switch (TREE_CODE (_p1))
   10059                 :             :                 {
   10060                 :           9 :                 case LSHIFT_EXPR:
   10061                 :           9 :                   {
   10062                 :           9 :                     tree _q50 = TREE_OPERAND (_p1, 0);
   10063                 :           9 :                     tree _q51 = TREE_OPERAND (_p1, 1);
   10064                 :           9 :                     if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
   10065                 :             :                       {
   10066                 :           3 :                         switch (TREE_CODE (_q51))
   10067                 :             :                           {
   10068                 :           3 :                           case INTEGER_CST:
   10069                 :           3 :                             {
   10070                 :           3 :                               {
   10071                 :           3 :                                 tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _p1, _q51 };
   10072                 :           3 :                                 tree res = generic_simplify_144 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
   10073                 :           3 :                                 if (res) return res;
   10074                 :             :                               }
   10075                 :           1 :                               break;
   10076                 :             :                             }
   10077                 :             :                           default:;
   10078                 :             :                           }
   10079                 :             :                       }
   10080                 :             :                     break;
   10081                 :             :                   }
   10082                 :        1099 :                 default:;
   10083                 :             :                 }
   10084                 :        1099 :               if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   10085                 :             :                 {
   10086                 :          57 :                   {
   10087                 :          57 :                     tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q21 };
   10088                 :          57 :                     tree res = generic_simplify_145 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
   10089                 :          57 :                     if (res) return res;
   10090                 :             :                   }
   10091                 :             :                 }
   10092                 :             :               break;
   10093                 :             :             }
   10094                 :             :           default:;
   10095                 :             :           }
   10096                 :             :         break;
   10097                 :             :       }
   10098                 :      642290 :     default:;
   10099                 :             :     }
   10100                 :      642290 :   switch (TREE_CODE (_p1))
   10101                 :             :     {
   10102                 :        1981 :     case LSHIFT_EXPR:
   10103                 :        1981 :       {
   10104                 :        1981 :         tree _q30 = TREE_OPERAND (_p1, 0);
   10105                 :        1981 :         tree _q31 = TREE_OPERAND (_p1, 1);
   10106                 :        1981 :         if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   10107                 :             :           {
   10108                 :           3 :             switch (TREE_CODE (_q31))
   10109                 :             :               {
   10110                 :           3 :               case INTEGER_CST:
   10111                 :           3 :                 {
   10112                 :           3 :                   {
   10113                 :           3 :                     tree captures[3] ATTRIBUTE_UNUSED = { _p1, _p0, _q31 };
   10114                 :           3 :                     tree res = generic_simplify_145 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR);
   10115                 :           3 :                     if (res) return res;
   10116                 :             :                   }
   10117                 :           0 :                   break;
   10118                 :             :                 }
   10119                 :             :               default:;
   10120                 :             :               }
   10121                 :             :           }
   10122                 :             :         break;
   10123                 :             :       }
   10124                 :      642287 :     default:;
   10125                 :             :     }
   10126                 :      642287 :   switch (TREE_CODE (_p0))
   10127                 :             :     {
   10128                 :           0 :     case MIN_EXPR:
   10129                 :           0 :       {
   10130                 :           0 :         tree _q20 = TREE_OPERAND (_p0, 0);
   10131                 :           0 :         tree _q21 = TREE_OPERAND (_p0, 1);
   10132                 :           0 :         switch (TREE_CODE (_p1))
   10133                 :             :           {
   10134                 :           0 :           case MAX_EXPR:
   10135                 :           0 :             {
   10136                 :           0 :               tree _q50 = TREE_OPERAND (_p1, 0);
   10137                 :           0 :               tree _q51 = TREE_OPERAND (_p1, 1);
   10138                 :           0 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
   10139                 :             :                 {
   10140                 :           0 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
   10141                 :             :                     {
   10142                 :           0 :                       {
   10143                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   10144                 :           0 :                         if (!HONOR_NANS (captures[0])
   10145                 :             : )
   10146                 :             :                           {
   10147                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1414;
   10148                 :           0 :                             {
   10149                 :           0 :                               tree res_op0;
   10150                 :           0 :                               res_op0 = captures[0];
   10151                 :           0 :                               tree res_op1;
   10152                 :           0 :                               res_op1 = captures[1];
   10153                 :           0 :                               tree _r;
   10154                 :           0 :                               _r = fold_build2_loc (loc, BIT_XOR_EXPR, type, res_op0, res_op1);
   10155                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 883, __FILE__, __LINE__, true);
   10156                 :           0 :                               return _r;
   10157                 :             :                             }
   10158                 :           0 : next_after_fail1414:;
   10159                 :             :                           }
   10160                 :             :                       }
   10161                 :             :                     }
   10162                 :             :                 }
   10163                 :           0 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
   10164                 :             :                 {
   10165                 :           0 :                   if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
   10166                 :             :                     {
   10167                 :           0 :                       {
   10168                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q21, _q20 };
   10169                 :           0 :                         if (!HONOR_NANS (captures[0])
   10170                 :             : )
   10171                 :             :                           {
   10172                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1415;
   10173                 :           0 :                             {
   10174                 :           0 :                               tree res_op0;
   10175                 :           0 :                               res_op0 = captures[0];
   10176                 :           0 :                               tree res_op1;
   10177                 :           0 :                               res_op1 = captures[1];
   10178                 :           0 :                               tree _r;
   10179                 :           0 :                               _r = fold_build2_loc (loc, BIT_XOR_EXPR, type, res_op0, res_op1);
   10180                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 883, __FILE__, __LINE__, true);
   10181                 :           0 :                               return _r;
   10182                 :             :                             }
   10183                 :           0 : next_after_fail1415:;
   10184                 :             :                           }
   10185                 :             :                       }
   10186                 :             :                     }
   10187                 :             :                 }
   10188                 :             :               break;
   10189                 :             :             }
   10190                 :             :           default:;
   10191                 :             :           }
   10192                 :             :         break;
   10193                 :             :       }
   10194                 :           0 :     case MAX_EXPR:
   10195                 :           0 :       {
   10196                 :           0 :         tree _q20 = TREE_OPERAND (_p0, 0);
   10197                 :           0 :         tree _q21 = TREE_OPERAND (_p0, 1);
   10198                 :           0 :         switch (TREE_CODE (_p1))
   10199                 :             :           {
   10200                 :           0 :           case MIN_EXPR:
   10201                 :           0 :             {
   10202                 :           0 :               tree _q50 = TREE_OPERAND (_p1, 0);
   10203                 :           0 :               tree _q51 = TREE_OPERAND (_p1, 1);
   10204                 :           0 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
   10205                 :             :                 {
   10206                 :           0 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
   10207                 :             :                     {
   10208                 :           0 :                       {
   10209                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   10210                 :           0 :                         if (!HONOR_NANS (captures[0])
   10211                 :             : )
   10212                 :             :                           {
   10213                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1416;
   10214                 :           0 :                             {
   10215                 :           0 :                               tree res_op0;
   10216                 :           0 :                               res_op0 = captures[0];
   10217                 :           0 :                               tree res_op1;
   10218                 :           0 :                               res_op1 = captures[1];
   10219                 :           0 :                               tree _r;
   10220                 :           0 :                               _r = fold_build2_loc (loc, BIT_XOR_EXPR, type, res_op0, res_op1);
   10221                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 883, __FILE__, __LINE__, true);
   10222                 :           0 :                               return _r;
   10223                 :             :                             }
   10224                 :           0 : next_after_fail1416:;
   10225                 :             :                           }
   10226                 :             :                       }
   10227                 :             :                     }
   10228                 :             :                 }
   10229                 :           0 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
   10230                 :             :                 {
   10231                 :           0 :                   if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
   10232                 :             :                     {
   10233                 :           0 :                       {
   10234                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   10235                 :           0 :                         if (!HONOR_NANS (captures[0])
   10236                 :             : )
   10237                 :             :                           {
   10238                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1417;
   10239                 :           0 :                             {
   10240                 :           0 :                               tree res_op0;
   10241                 :           0 :                               res_op0 = captures[0];
   10242                 :           0 :                               tree res_op1;
   10243                 :           0 :                               res_op1 = captures[1];
   10244                 :           0 :                               tree _r;
   10245                 :           0 :                               _r = fold_build2_loc (loc, BIT_XOR_EXPR, type, res_op0, res_op1);
   10246                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 883, __FILE__, __LINE__, true);
   10247                 :           0 :                               return _r;
   10248                 :             :                             }
   10249                 :           0 : next_after_fail1417:;
   10250                 :             :                           }
   10251                 :             :                       }
   10252                 :             :                     }
   10253                 :             :                 }
   10254                 :             :               break;
   10255                 :             :             }
   10256                 :             :           default:;
   10257                 :             :           }
   10258                 :             :         break;
   10259                 :             :       }
   10260                 :      642287 :     default:;
   10261                 :             :     }
   10262                 :      642287 :   switch (TREE_CODE (_p1))
   10263                 :             :     {
   10264                 :         243 :     case MULT_EXPR:
   10265                 :         243 :       {
   10266                 :         243 :         tree _q30 = TREE_OPERAND (_p1, 0);
   10267                 :         243 :         tree _q31 = TREE_OPERAND (_p1, 1);
   10268                 :         243 :         switch (TREE_CODE (_q30))
   10269                 :             :           {
   10270                 :           0 :           case BIT_XOR_EXPR:
   10271                 :           0 :             {
   10272                 :           0 :               tree _q40 = TREE_OPERAND (_q30, 0);
   10273                 :           0 :               tree _q41 = TREE_OPERAND (_q30, 1);
   10274                 :           0 :               if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   10275                 :             :                 {
   10276                 :           0 :                   if (tree_zero_one_valued_p (_q31))
   10277                 :             :                     {
   10278                 :           0 :                       {
   10279                 :           0 :                         tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q41, _q31 };
   10280                 :           0 :                         tree res = generic_simplify_167 (loc, type, _p0, _p1, captures);
   10281                 :           0 :                         if (res) return res;
   10282                 :             :                       }
   10283                 :             :                     }
   10284                 :             :                 }
   10285                 :           0 :               if ((_q41 == _p0 && ! TREE_SIDE_EFFECTS (_q41)) || (operand_equal_p (_q41, _p0, 0) && types_match (_q41, _p0)))
   10286                 :             :                 {
   10287                 :           0 :                   if (tree_zero_one_valued_p (_q31))
   10288                 :             :                     {
   10289                 :           0 :                       {
   10290                 :           0 :                         tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q40, _q31 };
   10291                 :           0 :                         tree res = generic_simplify_167 (loc, type, _p0, _p1, captures);
   10292                 :           0 :                         if (res) return res;
   10293                 :             :                       }
   10294                 :             :                     }
   10295                 :             :                 }
   10296                 :             :               break;
   10297                 :             :             }
   10298                 :         243 :           default:;
   10299                 :             :           }
   10300                 :         243 :       if (tree_zero_one_valued_p (_q30))
   10301                 :             :         {
   10302                 :          17 :           switch (TREE_CODE (_q31))
   10303                 :             :             {
   10304                 :           0 :             case BIT_XOR_EXPR:
   10305                 :           0 :               {
   10306                 :           0 :                 tree _q50 = TREE_OPERAND (_q31, 0);
   10307                 :           0 :                 tree _q51 = TREE_OPERAND (_q31, 1);
   10308                 :           0 :                 if ((_q50 == _p0 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _p0, 0) && types_match (_q50, _p0)))
   10309                 :             :                   {
   10310                 :           0 :                     {
   10311                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q51, _q30 };
   10312                 :           0 :                       tree res = generic_simplify_167 (loc, type, _p0, _p1, captures);
   10313                 :           0 :                       if (res) return res;
   10314                 :             :                     }
   10315                 :             :                   }
   10316                 :           0 :                 if ((_q51 == _p0 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _p0, 0) && types_match (_q51, _p0)))
   10317                 :             :                   {
   10318                 :           0 :                     {
   10319                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q50, _q30 };
   10320                 :           0 :                       tree res = generic_simplify_167 (loc, type, _p0, _p1, captures);
   10321                 :           0 :                       if (res) return res;
   10322                 :             :                     }
   10323                 :             :                   }
   10324                 :             :                 break;
   10325                 :             :               }
   10326                 :             :             default:;
   10327                 :             :             }
   10328                 :             :         }
   10329                 :             :         break;
   10330                 :             :       }
   10331                 :      642287 :     default:;
   10332                 :             :     }
   10333                 :      642287 :   switch (TREE_CODE (_p0))
   10334                 :             :     {
   10335                 :           1 :     case VEC_COND_EXPR:
   10336                 :           1 :       {
   10337                 :           1 :         tree _q20 = TREE_OPERAND (_p0, 0);
   10338                 :           1 :         tree _q21 = TREE_OPERAND (_p0, 1);
   10339                 :           1 :         tree _q22 = TREE_OPERAND (_p0, 2);
   10340                 :           1 :         switch (TREE_CODE (_p1))
   10341                 :             :           {
   10342                 :           0 :           case VEC_COND_EXPR:
   10343                 :           0 :             {
   10344                 :           0 :               tree _q60 = TREE_OPERAND (_p1, 0);
   10345                 :           0 :               tree _q61 = TREE_OPERAND (_p1, 1);
   10346                 :           0 :               tree _q62 = TREE_OPERAND (_p1, 2);
   10347                 :           0 :               if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
   10348                 :             :                 {
   10349                 :           0 :                   {
   10350                 :           0 :                     tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1, _q61, _q62 };
   10351                 :           0 :                     if (VECTOR_TYPE_P (type)
   10352                 :           0 :  && (TREE_CODE_CLASS (BIT_XOR_EXPR) != tcc_comparison
   10353                 :             :  || types_match (type, TREE_TYPE (captures[2]))
   10354                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   10355                 :             :  || (optimize_vectors_before_lowering_p ()
   10356                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   10357                 :             : )
   10358                 :             :                       {
   10359                 :           0 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1418;
   10360                 :           0 :                         {
   10361                 :           0 :                           tree res_op0;
   10362                 :           0 :                           res_op0 = captures[1];
   10363                 :           0 :                           tree res_op1;
   10364                 :           0 :                           {
   10365                 :           0 :                             tree _o1[2], _r1;
   10366                 :           0 :                             _o1[0] = captures[2];
   10367                 :           0 :                             _o1[1] = captures[5];
   10368                 :           0 :                             _r1 = fold_build2_loc (loc, BIT_XOR_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   10369                 :           0 :                             if (EXPR_P (_r1))
   10370                 :           0 :                               goto next_after_fail1418;
   10371                 :           0 :                             res_op1 = _r1;
   10372                 :             :                           }
   10373                 :           0 :                           tree res_op2;
   10374                 :           0 :                           {
   10375                 :           0 :                             tree _o1[2], _r1;
   10376                 :           0 :                             _o1[0] = captures[3];
   10377                 :           0 :                             _o1[1] = captures[6];
   10378                 :           0 :                             _r1 = fold_build2_loc (loc, BIT_XOR_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   10379                 :           0 :                             if (EXPR_P (_r1))
   10380                 :           0 :                               goto next_after_fail1418;
   10381                 :           0 :                             res_op2 = _r1;
   10382                 :             :                           }
   10383                 :           0 :                           tree _r;
   10384                 :           0 :                           _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
   10385                 :           0 :                           if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 887, __FILE__, __LINE__, true);
   10386                 :           0 :                           return _r;
   10387                 :             :                         }
   10388                 :           0 : next_after_fail1418:;
   10389                 :             :                       }
   10390                 :             :                   }
   10391                 :             :                 }
   10392                 :             :               break;
   10393                 :             :             }
   10394                 :           1 :           default:;
   10395                 :             :           }
   10396                 :           1 :         {
   10397                 :           1 :           tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1 };
   10398                 :           1 :           if (VECTOR_TYPE_P (type)
   10399                 :           1 :  && (TREE_CODE_CLASS (BIT_XOR_EXPR) != tcc_comparison
   10400                 :             :  || types_match (type, TREE_TYPE (captures[2]))
   10401                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   10402                 :             :  || (optimize_vectors_before_lowering_p ()
   10403                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   10404                 :             : )
   10405                 :             :             {
   10406                 :           1 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1419;
   10407                 :           1 :               {
   10408                 :           1 :                 if (! tree_invariant_p (captures[4])) goto next_after_fail1419;
   10409                 :           0 :                 tree res_op0;
   10410                 :           0 :                 res_op0 = captures[1];
   10411                 :           0 :                 tree res_op1;
   10412                 :           0 :                 {
   10413                 :           0 :                   tree _o1[2], _r1;
   10414                 :           0 :                   _o1[0] = captures[2];
   10415                 :           0 :                   _o1[1] = unshare_expr (captures[4]);
   10416                 :           0 :                   _r1 = fold_build2_loc (loc, BIT_XOR_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   10417                 :           0 :                   if (EXPR_P (_r1))
   10418                 :           0 :                     goto next_after_fail1419;
   10419                 :           0 :                   res_op1 = _r1;
   10420                 :             :                 }
   10421                 :           0 :                 tree res_op2;
   10422                 :           0 :                 {
   10423                 :           0 :                   tree _o1[2], _r1;
   10424                 :           0 :                   _o1[0] = captures[3];
   10425                 :           0 :                   _o1[1] = captures[4];
   10426                 :           0 :                   _r1 = fold_build2_loc (loc, BIT_XOR_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   10427                 :           0 :                   if (EXPR_P (_r1))
   10428                 :           0 :                     goto next_after_fail1419;
   10429                 :           0 :                   res_op2 = _r1;
   10430                 :             :                 }
   10431                 :           0 :                 tree _r;
   10432                 :           0 :                 _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
   10433                 :           0 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 888, __FILE__, __LINE__, true);
   10434                 :           0 :                 return _r;
   10435                 :             :               }
   10436                 :           1 : next_after_fail1419:;
   10437                 :             :             }
   10438                 :             :         }
   10439                 :           1 :         break;
   10440                 :             :       }
   10441                 :      642287 :     default:;
   10442                 :             :     }
   10443                 :      642287 :   switch (TREE_CODE (_p1))
   10444                 :             :     {
   10445                 :           0 :     case VEC_COND_EXPR:
   10446                 :           0 :       {
   10447                 :           0 :         tree _q30 = TREE_OPERAND (_p1, 0);
   10448                 :           0 :         tree _q31 = TREE_OPERAND (_p1, 1);
   10449                 :           0 :         tree _q32 = TREE_OPERAND (_p1, 2);
   10450                 :           0 :         {
   10451                 :           0 :           tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32 };
   10452                 :           0 :           if (VECTOR_TYPE_P (type)
   10453                 :           0 :  && (TREE_CODE_CLASS (BIT_XOR_EXPR) != tcc_comparison
   10454                 :             :  || types_match (type, TREE_TYPE (captures[3]))
   10455                 :             :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[2]))
   10456                 :             :  || (optimize_vectors_before_lowering_p ()
   10457                 :             :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[3]), TREE_TYPE (captures[2]))))
   10458                 :             : )
   10459                 :             :             {
   10460                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1420;
   10461                 :           0 :               {
   10462                 :           0 :                 if (! tree_invariant_p (captures[0])) goto next_after_fail1420;
   10463                 :           0 :                 tree res_op0;
   10464                 :           0 :                 res_op0 = captures[2];
   10465                 :           0 :                 tree res_op1;
   10466                 :           0 :                 {
   10467                 :           0 :                   tree _o1[2], _r1;
   10468                 :           0 :                   _o1[0] = unshare_expr (captures[0]);
   10469                 :           0 :                   _o1[1] = captures[3];
   10470                 :           0 :                   _r1 = fold_build2_loc (loc, BIT_XOR_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   10471                 :           0 :                   if (EXPR_P (_r1))
   10472                 :           0 :                     goto next_after_fail1420;
   10473                 :           0 :                   res_op1 = _r1;
   10474                 :             :                 }
   10475                 :           0 :                 tree res_op2;
   10476                 :           0 :                 {
   10477                 :           0 :                   tree _o1[2], _r1;
   10478                 :           0 :                   _o1[0] = captures[0];
   10479                 :           0 :                   _o1[1] = captures[4];
   10480                 :           0 :                   _r1 = fold_build2_loc (loc, BIT_XOR_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   10481                 :           0 :                   if (EXPR_P (_r1))
   10482                 :           0 :                     goto next_after_fail1420;
   10483                 :           0 :                   res_op2 = _r1;
   10484                 :             :                 }
   10485                 :           0 :                 tree _r;
   10486                 :           0 :                 _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
   10487                 :           0 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 889, __FILE__, __LINE__, true);
   10488                 :           0 :                 return _r;
   10489                 :             :               }
   10490                 :           0 : next_after_fail1420:;
   10491                 :             :             }
   10492                 :             :         }
   10493                 :           0 :         break;
   10494                 :             :       }
   10495                 :      642287 :     default:;
   10496                 :             :     }
   10497                 :      642287 :   switch (TREE_CODE (_p0))
   10498                 :             :     {
   10499                 :          90 :     case LT_EXPR:
   10500                 :          90 :       {
   10501                 :          90 :         tree _q20 = TREE_OPERAND (_p0, 0);
   10502                 :          90 :         tree _q21 = TREE_OPERAND (_p0, 1);
   10503                 :          90 :         if (integer_truep (_p1))
   10504                 :             :           {
   10505                 :          14 :             {
   10506                 :          14 :               tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   10507                 :          14 :               tree res = generic_simplify_168 (loc, type, _p0, _p1, captures, LT_EXPR, GE_EXPR, UNGE_EXPR);
   10508                 :          14 :               if (res) return res;
   10509                 :             :             }
   10510                 :             :           }
   10511                 :          76 :         if (integer_zerop (_q21))
   10512                 :             :           {
   10513                 :          24 :             switch (TREE_CODE (_p1))
   10514                 :             :               {
   10515                 :          17 :               case LT_EXPR:
   10516                 :          17 :                 {
   10517                 :          17 :                   tree _q50 = TREE_OPERAND (_p1, 0);
   10518                 :          17 :                   tree _q51 = TREE_OPERAND (_p1, 1);
   10519                 :          17 :                   if (integer_zerop (_q51))
   10520                 :             :                     {
   10521                 :          17 :                       {
   10522                 :          17 :                         tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q50 };
   10523                 :          17 :                         tree res = generic_simplify_169 (loc, type, _p0, _p1, captures, LT_EXPR);
   10524                 :          17 :                         if (res) return res;
   10525                 :             :                       }
   10526                 :             :                     }
   10527                 :             :                   break;
   10528                 :             :                 }
   10529                 :           0 :               case GE_EXPR:
   10530                 :           0 :                 {
   10531                 :           0 :                   tree _q50 = TREE_OPERAND (_p1, 0);
   10532                 :           0 :                   tree _q51 = TREE_OPERAND (_p1, 1);
   10533                 :           0 :                   if (integer_zerop (_q51))
   10534                 :             :                     {
   10535                 :           0 :                       {
   10536                 :           0 :                         tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q50 };
   10537                 :           0 :                         tree res = generic_simplify_170 (loc, type, _p0, _p1, captures);
   10538                 :           0 :                         if (res) return res;
   10539                 :             :                       }
   10540                 :             :                     }
   10541                 :             :                   break;
   10542                 :             :                 }
   10543                 :             :               default:;
   10544                 :             :               }
   10545                 :             :           }
   10546                 :             :         break;
   10547                 :             :       }
   10548                 :          78 :     case LE_EXPR:
   10549                 :          78 :       {
   10550                 :          78 :         tree _q20 = TREE_OPERAND (_p0, 0);
   10551                 :          78 :         tree _q21 = TREE_OPERAND (_p0, 1);
   10552                 :          78 :         if (integer_truep (_p1))
   10553                 :             :           {
   10554                 :          15 :             {
   10555                 :          15 :               tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   10556                 :          15 :               tree res = generic_simplify_168 (loc, type, _p0, _p1, captures, LE_EXPR, GT_EXPR, UNGT_EXPR);
   10557                 :          15 :               if (res) return res;
   10558                 :             :             }
   10559                 :             :           }
   10560                 :             :         break;
   10561                 :             :       }
   10562                 :         118 :     case EQ_EXPR:
   10563                 :         118 :       {
   10564                 :         118 :         tree _q20 = TREE_OPERAND (_p0, 0);
   10565                 :         118 :         tree _q21 = TREE_OPERAND (_p0, 1);
   10566                 :         118 :         if (integer_truep (_p1))
   10567                 :             :           {
   10568                 :          14 :             {
   10569                 :          14 :               tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   10570                 :          14 :               tree res = generic_simplify_168 (loc, type, _p0, _p1, captures, EQ_EXPR, NE_EXPR, NE_EXPR);
   10571                 :          14 :               if (res) return res;
   10572                 :             :             }
   10573                 :             :           }
   10574                 :             :         break;
   10575                 :             :       }
   10576                 :         113 :     case NE_EXPR:
   10577                 :         113 :       {
   10578                 :         113 :         tree _q20 = TREE_OPERAND (_p0, 0);
   10579                 :         113 :         tree _q21 = TREE_OPERAND (_p0, 1);
   10580                 :         113 :         if (integer_truep (_p1))
   10581                 :             :           {
   10582                 :           7 :             {
   10583                 :           7 :               tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   10584                 :           7 :               tree res = generic_simplify_168 (loc, type, _p0, _p1, captures, NE_EXPR, EQ_EXPR, EQ_EXPR);
   10585                 :           7 :               if (res) return res;
   10586                 :             :             }
   10587                 :             :           }
   10588                 :             :         break;
   10589                 :             :       }
   10590                 :          62 :     case GE_EXPR:
   10591                 :          62 :       {
   10592                 :          62 :         tree _q20 = TREE_OPERAND (_p0, 0);
   10593                 :          62 :         tree _q21 = TREE_OPERAND (_p0, 1);
   10594                 :          62 :         if (integer_truep (_p1))
   10595                 :             :           {
   10596                 :           0 :             {
   10597                 :           0 :               tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   10598                 :           0 :               tree res = generic_simplify_168 (loc, type, _p0, _p1, captures, GE_EXPR, LT_EXPR, UNLT_EXPR);
   10599                 :           0 :               if (res) return res;
   10600                 :             :             }
   10601                 :             :           }
   10602                 :          62 :         if (integer_zerop (_q21))
   10603                 :             :           {
   10604                 :          26 :             switch (TREE_CODE (_p1))
   10605                 :             :               {
   10606                 :           1 :               case GE_EXPR:
   10607                 :           1 :                 {
   10608                 :           1 :                   tree _q50 = TREE_OPERAND (_p1, 0);
   10609                 :           1 :                   tree _q51 = TREE_OPERAND (_p1, 1);
   10610                 :           1 :                   if (integer_zerop (_q51))
   10611                 :             :                     {
   10612                 :           1 :                       {
   10613                 :           1 :                         tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q50 };
   10614                 :           1 :                         tree res = generic_simplify_169 (loc, type, _p0, _p1, captures, GE_EXPR);
   10615                 :           1 :                         if (res) return res;
   10616                 :             :                       }
   10617                 :             :                     }
   10618                 :             :                   break;
   10619                 :             :                 }
   10620                 :           5 :               case LT_EXPR:
   10621                 :           5 :                 {
   10622                 :           5 :                   tree _q50 = TREE_OPERAND (_p1, 0);
   10623                 :           5 :                   tree _q51 = TREE_OPERAND (_p1, 1);
   10624                 :           5 :                   if (integer_zerop (_q51))
   10625                 :             :                     {
   10626                 :           5 :                       {
   10627                 :           5 :                         tree captures[4] ATTRIBUTE_UNUSED = { _p1, _q50, _p0, _q20 };
   10628                 :           5 :                         tree res = generic_simplify_170 (loc, type, _p0, _p1, captures);
   10629                 :           5 :                         if (res) return res;
   10630                 :             :                       }
   10631                 :             :                     }
   10632                 :             :                   break;
   10633                 :             :                 }
   10634                 :             :               default:;
   10635                 :             :               }
   10636                 :             :           }
   10637                 :             :         break;
   10638                 :             :       }
   10639                 :         100 :     case GT_EXPR:
   10640                 :         100 :       {
   10641                 :         100 :         tree _q20 = TREE_OPERAND (_p0, 0);
   10642                 :         100 :         tree _q21 = TREE_OPERAND (_p0, 1);
   10643                 :         100 :         if (integer_truep (_p1))
   10644                 :             :           {
   10645                 :          14 :             {
   10646                 :          14 :               tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   10647                 :          14 :               tree res = generic_simplify_168 (loc, type, _p0, _p1, captures, GT_EXPR, LE_EXPR, UNLE_EXPR);
   10648                 :          14 :               if (res) return res;
   10649                 :             :             }
   10650                 :             :           }
   10651                 :             :         break;
   10652                 :             :       }
   10653                 :           0 :     case UNORDERED_EXPR:
   10654                 :           0 :       {
   10655                 :           0 :         tree _q20 = TREE_OPERAND (_p0, 0);
   10656                 :           0 :         tree _q21 = TREE_OPERAND (_p0, 1);
   10657                 :           0 :         if (integer_truep (_p1))
   10658                 :             :           {
   10659                 :           0 :             {
   10660                 :           0 :               tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   10661                 :           0 :               tree res = generic_simplify_168 (loc, type, _p0, _p1, captures, UNORDERED_EXPR, ORDERED_EXPR, ORDERED_EXPR);
   10662                 :           0 :               if (res) return res;
   10663                 :             :             }
   10664                 :             :           }
   10665                 :             :         break;
   10666                 :             :       }
   10667                 :           0 :     case ORDERED_EXPR:
   10668                 :           0 :       {
   10669                 :           0 :         tree _q20 = TREE_OPERAND (_p0, 0);
   10670                 :           0 :         tree _q21 = TREE_OPERAND (_p0, 1);
   10671                 :           0 :         if (integer_truep (_p1))
   10672                 :             :           {
   10673                 :           0 :             {
   10674                 :           0 :               tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   10675                 :           0 :               tree res = generic_simplify_168 (loc, type, _p0, _p1, captures, ORDERED_EXPR, UNORDERED_EXPR, UNORDERED_EXPR);
   10676                 :           0 :               if (res) return res;
   10677                 :             :             }
   10678                 :             :           }
   10679                 :             :         break;
   10680                 :             :       }
   10681                 :           0 :     case UNLT_EXPR:
   10682                 :           0 :       {
   10683                 :           0 :         tree _q20 = TREE_OPERAND (_p0, 0);
   10684                 :           0 :         tree _q21 = TREE_OPERAND (_p0, 1);
   10685                 :           0 :         if (integer_truep (_p1))
   10686                 :             :           {
   10687                 :           0 :             {
   10688                 :           0 :               tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   10689                 :           0 :               tree res = generic_simplify_168 (loc, type, _p0, _p1, captures, UNLT_EXPR, GE_EXPR, GE_EXPR);
   10690                 :           0 :               if (res) return res;
   10691                 :             :             }
   10692                 :             :           }
   10693                 :             :         break;
   10694                 :             :       }
   10695                 :           0 :     case UNLE_EXPR:
   10696                 :           0 :       {
   10697                 :           0 :         tree _q20 = TREE_OPERAND (_p0, 0);
   10698                 :           0 :         tree _q21 = TREE_OPERAND (_p0, 1);
   10699                 :           0 :         if (integer_truep (_p1))
   10700                 :             :           {
   10701                 :           0 :             {
   10702                 :           0 :               tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   10703                 :           0 :               tree res = generic_simplify_168 (loc, type, _p0, _p1, captures, UNLE_EXPR, GT_EXPR, GT_EXPR);
   10704                 :           0 :               if (res) return res;
   10705                 :             :             }
   10706                 :             :           }
   10707                 :             :         break;
   10708                 :             :       }
   10709                 :           0 :     case UNGT_EXPR:
   10710                 :           0 :       {
   10711                 :           0 :         tree _q20 = TREE_OPERAND (_p0, 0);
   10712                 :           0 :         tree _q21 = TREE_OPERAND (_p0, 1);
   10713                 :           0 :         if (integer_truep (_p1))
   10714                 :             :           {
   10715                 :           0 :             {
   10716                 :           0 :               tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   10717                 :           0 :               tree res = generic_simplify_168 (loc, type, _p0, _p1, captures, UNGT_EXPR, LE_EXPR, LE_EXPR);
   10718                 :           0 :               if (res) return res;
   10719                 :             :             }
   10720                 :             :           }
   10721                 :             :         break;
   10722                 :             :       }
   10723                 :           0 :     case UNGE_EXPR:
   10724                 :           0 :       {
   10725                 :           0 :         tree _q20 = TREE_OPERAND (_p0, 0);
   10726                 :           0 :         tree _q21 = TREE_OPERAND (_p0, 1);
   10727                 :           0 :         if (integer_truep (_p1))
   10728                 :             :           {
   10729                 :           0 :             {
   10730                 :           0 :               tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   10731                 :           0 :               tree res = generic_simplify_168 (loc, type, _p0, _p1, captures, UNGE_EXPR, LT_EXPR, LT_EXPR);
   10732                 :           0 :               if (res) return res;
   10733                 :             :             }
   10734                 :             :           }
   10735                 :             :         break;
   10736                 :             :       }
   10737                 :           0 :     case UNEQ_EXPR:
   10738                 :           0 :       {
   10739                 :           0 :         tree _q20 = TREE_OPERAND (_p0, 0);
   10740                 :           0 :         tree _q21 = TREE_OPERAND (_p0, 1);
   10741                 :           0 :         if (integer_truep (_p1))
   10742                 :             :           {
   10743                 :           0 :             {
   10744                 :           0 :               tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   10745                 :           0 :               tree res = generic_simplify_168 (loc, type, _p0, _p1, captures, UNEQ_EXPR, LTGT_EXPR, LTGT_EXPR);
   10746                 :           0 :               if (res) return res;
   10747                 :             :             }
   10748                 :             :           }
   10749                 :             :         break;
   10750                 :             :       }
   10751                 :           0 :     case LTGT_EXPR:
   10752                 :           0 :       {
   10753                 :           0 :         tree _q20 = TREE_OPERAND (_p0, 0);
   10754                 :           0 :         tree _q21 = TREE_OPERAND (_p0, 1);
   10755                 :           0 :         if (integer_truep (_p1))
   10756                 :             :           {
   10757                 :           0 :             {
   10758                 :           0 :               tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
   10759                 :           0 :               tree res = generic_simplify_168 (loc, type, _p0, _p1, captures, LTGT_EXPR, UNEQ_EXPR, UNEQ_EXPR);
   10760                 :           0 :               if (res) return res;
   10761                 :             :             }
   10762                 :             :           }
   10763                 :             :         break;
   10764                 :             :       }
   10765                 :           7 :     case VEC_PERM_EXPR:
   10766                 :           7 :       {
   10767                 :           7 :         tree _q20 = TREE_OPERAND (_p0, 0);
   10768                 :           7 :         tree _q21 = TREE_OPERAND (_p0, 1);
   10769                 :           7 :         tree _q22 = TREE_OPERAND (_p0, 2);
   10770                 :           7 :         if ((_q21 == _q20 && ! TREE_SIDE_EFFECTS (_q21)) || (operand_equal_p (_q21, _q20, 0) && types_match (_q21, _q20)))
   10771                 :             :           {
   10772                 :           0 :             switch (TREE_CODE (_p1))
   10773                 :             :               {
   10774                 :           0 :               case VEC_PERM_EXPR:
   10775                 :           0 :                 {
   10776                 :           0 :                   tree _q60 = TREE_OPERAND (_p1, 0);
   10777                 :           0 :                   tree _q61 = TREE_OPERAND (_p1, 1);
   10778                 :           0 :                   tree _q62 = TREE_OPERAND (_p1, 2);
   10779                 :           0 :                   if ((_q61 == _q60 && ! TREE_SIDE_EFFECTS (_q61)) || (operand_equal_p (_q61, _q60, 0) && types_match (_q61, _q60)))
   10780                 :             :                     {
   10781                 :           0 :                       if ((_q62 == _q22 && ! TREE_SIDE_EFFECTS (_q62)) || (operand_equal_p (_q62, _q22, 0) && types_match (_q62, _q22)))
   10782                 :             :                         {
   10783                 :           0 :                           {
   10784                 :           0 :                             tree captures[4] ATTRIBUTE_UNUSED = { _q20, _q22, _q60 };
   10785                 :           0 :                             if (VECTOR_INTEGER_TYPE_P (type)
   10786                 :             : )
   10787                 :             :                               {
   10788                 :           0 :                                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1421;
   10789                 :           0 :                                 {
   10790                 :           0 :                                   tree res_op0;
   10791                 :           0 :                                   {
   10792                 :           0 :                                     tree _o1[2], _r1;
   10793                 :           0 :                                     _o1[0] = captures[0];
   10794                 :           0 :                                     _o1[1] = captures[2];
   10795                 :           0 :                                     _r1 = fold_build2_loc (loc, BIT_XOR_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
   10796                 :           0 :                                     captures[3] = _r1;
   10797                 :             :                                   }
   10798                 :           0 :                                   res_op0 = unshare_expr (captures[3]);
   10799                 :           0 :                                   tree res_op1;
   10800                 :           0 :                                   res_op1 = captures[3];
   10801                 :           0 :                                   tree res_op2;
   10802                 :           0 :                                   res_op2 = captures[1];
   10803                 :           0 :                                   tree _r;
   10804                 :           0 :                                   _r = fold_build3_loc (loc, VEC_PERM_EXPR, type, res_op0, res_op1, res_op2);
   10805                 :           0 :                                   if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 890, __FILE__, __LINE__, true);
   10806                 :           0 :                                   return _r;
   10807                 :             :                                 }
   10808                 :           0 : next_after_fail1421:;
   10809                 :             :                               }
   10810                 :             :                           }
   10811                 :             :                         }
   10812                 :             :                     }
   10813                 :             :                   break;
   10814                 :             :                 }
   10815                 :             :               default:;
   10816                 :             :               }
   10817                 :             :           }
   10818                 :             :         break;
   10819                 :             :       }
   10820                 :        2919 :     case CALL_EXPR:
   10821                 :        2919 :       switch (get_call_combined_fn (_p0))
   10822                 :             :         {
   10823                 :           1 :         case CFN_PARITY:
   10824                 :           1 :           if (call_expr_nargs (_p0) == 1)
   10825                 :             :     {
   10826                 :           1 :               tree _q20 = CALL_EXPR_ARG (_p0, 0);
   10827                 :           1 :               switch (TREE_CODE (_p1))
   10828                 :             :                 {
   10829                 :           1 :                 case CALL_EXPR:
   10830                 :           1 :                   switch (get_call_combined_fn (_p1))
   10831                 :             :                     {
   10832                 :           1 :                     case CFN_PARITY:
   10833                 :           1 :                       if (call_expr_nargs (_p1) == 1)
   10834                 :             :     {
   10835                 :           1 :                           tree _q40 = CALL_EXPR_ARG (_p1, 0);
   10836                 :           1 :                           {
   10837                 :           1 :                             tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
   10838                 :           1 :                             tree res = generic_simplify_171 (loc, type, _p0, _p1, captures, CFN_PARITY);
   10839                 :           1 :                             if (res) return res;
   10840                 :             :                           }
   10841                 :             :                         }
   10842                 :             :                       break;
   10843                 :             :                     default:;
   10844                 :             :                     }
   10845                 :             :                   break;
   10846                 :             :                 default:;
   10847                 :             :                 }
   10848                 :             :             }
   10849                 :             :           break;
   10850                 :           1 :         case CFN_BUILT_IN_PARITYL:
   10851                 :           1 :           if (call_expr_nargs (_p0) == 1)
   10852                 :             :     {
   10853                 :           1 :               tree _q20 = CALL_EXPR_ARG (_p0, 0);
   10854                 :           1 :               switch (TREE_CODE (_p1))
   10855                 :             :                 {
   10856                 :           1 :                 case CALL_EXPR:
   10857                 :           1 :                   switch (get_call_combined_fn (_p1))
   10858                 :             :                     {
   10859                 :           1 :                     case CFN_BUILT_IN_PARITYL:
   10860                 :           1 :                       if (call_expr_nargs (_p1) == 1)
   10861                 :             :     {
   10862                 :           1 :                           tree _q40 = CALL_EXPR_ARG (_p1, 0);
   10863                 :           1 :                           {
   10864                 :           1 :                             tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
   10865                 :           1 :                             tree res = generic_simplify_171 (loc, type, _p0, _p1, captures, CFN_BUILT_IN_PARITYL);
   10866                 :           1 :                             if (res) return res;
   10867                 :             :                           }
   10868                 :             :                         }
   10869                 :             :                       break;
   10870                 :             :                     default:;
   10871                 :             :                     }
   10872                 :             :                   break;
   10873                 :             :                 default:;
   10874                 :             :                 }
   10875                 :             :             }
   10876                 :             :           break;
   10877                 :           0 :         case CFN_BUILT_IN_PARITYIMAX:
   10878                 :           0 :           if (call_expr_nargs (_p0) == 1)
   10879                 :             :     {
   10880                 :           0 :               tree _q20 = CALL_EXPR_ARG (_p0, 0);
   10881                 :           0 :               switch (TREE_CODE (_p1))
   10882                 :             :                 {
   10883                 :           0 :                 case CALL_EXPR:
   10884                 :           0 :                   switch (get_call_combined_fn (_p1))
   10885                 :             :                     {
   10886                 :           0 :                     case CFN_BUILT_IN_PARITYIMAX:
   10887                 :           0 :                       if (call_expr_nargs (_p1) == 1)
   10888                 :             :     {
   10889                 :           0 :                           tree _q40 = CALL_EXPR_ARG (_p1, 0);
   10890                 :           0 :                           {
   10891                 :           0 :                             tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
   10892                 :           0 :                             tree res = generic_simplify_171 (loc, type, _p0, _p1, captures, CFN_BUILT_IN_PARITYIMAX);
   10893                 :           0 :                             if (res) return res;
   10894                 :             :                           }
   10895                 :             :                         }
   10896                 :             :                       break;
   10897                 :             :                     default:;
   10898                 :             :                     }
   10899                 :             :                   break;
   10900                 :             :                 default:;
   10901                 :             :                 }
   10902                 :             :             }
   10903                 :             :           break;
   10904                 :           1 :         case CFN_BUILT_IN_PARITY:
   10905                 :           1 :           if (call_expr_nargs (_p0) == 1)
   10906                 :             :     {
   10907                 :           1 :               tree _q20 = CALL_EXPR_ARG (_p0, 0);
   10908                 :           1 :               switch (TREE_CODE (_p1))
   10909                 :             :                 {
   10910                 :           1 :                 case CALL_EXPR:
   10911                 :           1 :                   switch (get_call_combined_fn (_p1))
   10912                 :             :                     {
   10913                 :           1 :                     case CFN_BUILT_IN_PARITY:
   10914                 :           1 :                       if (call_expr_nargs (_p1) == 1)
   10915                 :             :     {
   10916                 :           1 :                           tree _q40 = CALL_EXPR_ARG (_p1, 0);
   10917                 :           1 :                           {
   10918                 :           1 :                             tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
   10919                 :           1 :                             tree res = generic_simplify_171 (loc, type, _p0, _p1, captures, CFN_BUILT_IN_PARITY);
   10920                 :           1 :                             if (res) return res;
   10921                 :             :                           }
   10922                 :             :                         }
   10923                 :             :                       break;
   10924                 :             :                     default:;
   10925                 :             :                     }
   10926                 :             :                   break;
   10927                 :             :                 default:;
   10928                 :             :                 }
   10929                 :             :             }
   10930                 :             :           break;
   10931                 :           8 :         case CFN_BUILT_IN_PARITYLL:
   10932                 :           8 :           if (call_expr_nargs (_p0) == 1)
   10933                 :             :     {
   10934                 :           8 :               tree _q20 = CALL_EXPR_ARG (_p0, 0);
   10935                 :           8 :               switch (TREE_CODE (_p1))
   10936                 :             :                 {
   10937                 :           8 :                 case CALL_EXPR:
   10938                 :           8 :                   switch (get_call_combined_fn (_p1))
   10939                 :             :                     {
   10940                 :           8 :                     case CFN_BUILT_IN_PARITYLL:
   10941                 :           8 :                       if (call_expr_nargs (_p1) == 1)
   10942                 :             :     {
   10943                 :           8 :                           tree _q40 = CALL_EXPR_ARG (_p1, 0);
   10944                 :           8 :                           {
   10945                 :           8 :                             tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
   10946                 :           8 :                             tree res = generic_simplify_171 (loc, type, _p0, _p1, captures, CFN_BUILT_IN_PARITYLL);
   10947                 :           8 :                             if (res) return res;
   10948                 :             :                           }
   10949                 :             :                         }
   10950                 :             :                       break;
   10951                 :             :                     default:;
   10952                 :             :                     }
   10953                 :             :                   break;
   10954                 :             :                 default:;
   10955                 :             :                 }
   10956                 :             :             }
   10957                 :             :           break;
   10958                 :             :         default:;
   10959                 :             :         }
   10960                 :             :       break;
   10961                 :             :     default:;
   10962                 :             :     }
   10963                 :             :   return NULL_TREE;
   10964                 :             : }
   10965                 :             : 
   10966                 :             : tree
   10967                 :        1432 : generic_simplify_LROTATE_EXPR (location_t ARG_UNUSED (loc), enum tree_code ARG_UNUSED (code), const tree ARG_UNUSED (type), tree _p0, tree _p1)
   10968                 :             : {
   10969                 :        1432 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   10970                 :        1432 :   if (integer_all_onesp (_p0))
   10971                 :             :     {
   10972                 :           0 :       {
   10973                 :           0 :         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   10974                 :           0 :         tree res = generic_simplify_513 (loc, type, _p0, _p1, captures, LROTATE_EXPR);
   10975                 :           0 :         if (res) return res;
   10976                 :             :       }
   10977                 :             :     }
   10978                 :        1432 :   if (integer_zerop (_p1))
   10979                 :             :     {
   10980                 :           0 :       {
   10981                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   10982                 :           0 :         tree res = generic_simplify_372 (loc, type, _p0, _p1, captures, LROTATE_EXPR);
   10983                 :           0 :         if (res) return res;
   10984                 :             :       }
   10985                 :             :     }
   10986                 :        1432 :   if (integer_zerop (_p0))
   10987                 :             :     {
   10988                 :           0 :       {
   10989                 :           0 :         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   10990                 :           0 :         tree res = generic_simplify_373 (loc, type, _p0, _p1, captures, LROTATE_EXPR);
   10991                 :           0 :         if (res) return res;
   10992                 :             :       }
   10993                 :             :     }
   10994                 :        1432 :   switch (TREE_CODE (_p1))
   10995                 :             :     {
   10996                 :           0 :     case VECTOR_CST:
   10997                 :           0 :       {
   10998                 :           0 :         {
   10999                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   11000                 :           0 :           tree res = generic_simplify_374 (loc, type, _p0, _p1, captures, LROTATE_EXPR);
   11001                 :           0 :           if (res) return res;
   11002                 :             :         }
   11003                 :           0 :         break;
   11004                 :             :       }
   11005                 :           0 :     case CONSTRUCTOR:
   11006                 :           0 :       {
   11007                 :           0 :         {
   11008                 :           0 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   11009                 :           0 :           tree res = generic_simplify_375 (loc, type, _p0, _p1, captures, LROTATE_EXPR);
   11010                 :           0 :           if (res) return res;
   11011                 :             :         }
   11012                 :           0 :         break;
   11013                 :             :       }
   11014                 :         909 :     case INTEGER_CST:
   11015                 :         909 :       {
   11016                 :         909 :         {
   11017                 :         909 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   11018                 :         909 :           if (TREE_SIDE_EFFECTS (captures[1])) goto next_after_fail1770;
   11019                 :         909 :           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1770;
   11020                 :         909 :           {
   11021                 :         909 :             tree res_op0;
   11022                 :         909 :             res_op0 = captures[0];
   11023                 :         909 :             tree res_op1;
   11024                 :         909 :             res_op1 =  const_binop (MINUS_EXPR, TREE_TYPE (captures[1]),
   11025                 :         909 :  build_int_cst (TREE_TYPE (captures[1]),
   11026                 :         909 :  element_precision (type)), captures[1]);
   11027                 :         909 :             tree _r;
   11028                 :         909 :             _r = fold_build2_loc (loc, RROTATE_EXPR, type, res_op0, res_op1);
   11029                 :         909 :             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1020, __FILE__, __LINE__, true);
   11030                 :         909 :             return _r;
   11031                 :             :           }
   11032                 :           0 : next_after_fail1770:;
   11033                 :             :         }
   11034                 :           0 :         break;
   11035                 :             :       }
   11036                 :           0 :     case MINUS_EXPR:
   11037                 :           0 :       {
   11038                 :           0 :         tree _q30 = TREE_OPERAND (_p1, 0);
   11039                 :           0 :         tree _q31 = TREE_OPERAND (_p1, 1);
   11040                 :           0 :         switch (TREE_CODE (_q30))
   11041                 :             :           {
   11042                 :           0 :           case INTEGER_CST:
   11043                 :           0 :             {
   11044                 :           0 :               {
   11045                 :           0 :                 tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q30, _q31 };
   11046                 :           0 :                 tree res = generic_simplify_514 (loc, type, _p0, _p1, captures, LROTATE_EXPR, RROTATE_EXPR);
   11047                 :           0 :                 if (res) return res;
   11048                 :             :               }
   11049                 :           0 :               break;
   11050                 :             :             }
   11051                 :             :           default:;
   11052                 :             :           }
   11053                 :             :         break;
   11054                 :             :       }
   11055                 :         523 :     default:;
   11056                 :             :     }
   11057                 :         523 :   switch (TREE_CODE (_p0))
   11058                 :             :     {
   11059                 :           0 :     case LROTATE_EXPR:
   11060                 :           0 :       {
   11061                 :           0 :         tree _q20 = TREE_OPERAND (_p0, 0);
   11062                 :           0 :         tree _q21 = TREE_OPERAND (_p0, 1);
   11063                 :           0 :         switch (TREE_CODE (_q21))
   11064                 :             :           {
   11065                 :           0 :           case INTEGER_CST:
   11066                 :           0 :             {
   11067                 :           0 :               switch (TREE_CODE (_p1))
   11068                 :             :                 {
   11069                 :           0 :                 case INTEGER_CST:
   11070                 :           0 :                   {
   11071                 :           0 :                     {
   11072                 :           0 :                       tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   11073                 :           0 :                       tree res = generic_simplify_376 (loc, type, _p0, _p1, captures, LROTATE_EXPR);
   11074                 :           0 :                       if (res) return res;
   11075                 :             :                     }
   11076                 :           0 :                     break;
   11077                 :             :                   }
   11078                 :             :                 default:;
   11079                 :             :                 }
   11080                 :             :               break;
   11081                 :             :             }
   11082                 :             :           default:;
   11083                 :             :           }
   11084                 :             :         break;
   11085                 :             :       }
   11086                 :             :     default:;
   11087                 :             :     }
   11088                 :             :   return NULL_TREE;
   11089                 :             : }
   11090                 :             : 
   11091                 :             : tree
   11092                 :      777416 : generic_simplify_UNLT_EXPR (location_t ARG_UNUSED (loc), enum tree_code ARG_UNUSED (code), const tree ARG_UNUSED (type), tree _p0, tree _p1)
   11093                 :             : {
   11094                 :      777416 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   11095                 :      777416 :   switch (TREE_CODE (_p0))
   11096                 :             :     {
   11097                 :           0 :     case VEC_COND_EXPR:
   11098                 :           0 :       {
   11099                 :           0 :         tree _q20 = TREE_OPERAND (_p0, 0);
   11100                 :           0 :         tree _q21 = TREE_OPERAND (_p0, 1);
   11101                 :           0 :         tree _q22 = TREE_OPERAND (_p0, 2);
   11102                 :           0 :         switch (TREE_CODE (_p1))
   11103                 :             :           {
   11104                 :           0 :           case VEC_COND_EXPR:
   11105                 :           0 :             {
   11106                 :           0 :               tree _q60 = TREE_OPERAND (_p1, 0);
   11107                 :           0 :               tree _q61 = TREE_OPERAND (_p1, 1);
   11108                 :           0 :               tree _q62 = TREE_OPERAND (_p1, 2);
   11109                 :           0 :               if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
   11110                 :             :                 {
   11111                 :           0 :                   {
   11112                 :           0 :                     tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1, _q61, _q62 };
   11113                 :           0 :                     if (VECTOR_TYPE_P (type)
   11114                 :           0 :  && (TREE_CODE_CLASS (UNLT_EXPR) != tcc_comparison
   11115                 :           0 :  || types_match (type, TREE_TYPE (captures[2]))
   11116                 :           0 :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   11117                 :             :  || (optimize_vectors_before_lowering_p ()
   11118                 :           0 :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   11119                 :             : )
   11120                 :             :                       {
   11121                 :           0 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1782;
   11122                 :           0 :                         {
   11123                 :           0 :                           tree res_op0;
   11124                 :           0 :                           res_op0 = captures[1];
   11125                 :           0 :                           tree res_op1;
   11126                 :           0 :                           {
   11127                 :           0 :                             tree _o1[2], _r1;
   11128                 :           0 :                             _o1[0] = captures[2];
   11129                 :           0 :                             _o1[1] = captures[5];
   11130                 :           0 :                             _r1 = fold_build2_loc (loc, UNLT_EXPR, type, _o1[0], _o1[1]);
   11131                 :           0 :                             if (EXPR_P (_r1))
   11132                 :           0 :                               goto next_after_fail1782;
   11133                 :           0 :                             res_op1 = _r1;
   11134                 :             :                           }
   11135                 :           0 :                           tree res_op2;
   11136                 :           0 :                           {
   11137                 :           0 :                             tree _o1[2], _r1;
   11138                 :           0 :                             _o1[0] = captures[3];
   11139                 :           0 :                             _o1[1] = captures[6];
   11140                 :           0 :                             _r1 = fold_build2_loc (loc, UNLT_EXPR, type, _o1[0], _o1[1]);
   11141                 :           0 :                             if (EXPR_P (_r1))
   11142                 :           0 :                               goto next_after_fail1782;
   11143                 :           0 :                             res_op2 = _r1;
   11144                 :             :                           }
   11145                 :           0 :                           tree _r;
   11146                 :           0 :                           _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
   11147                 :           0 :                           if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 887, __FILE__, __LINE__, true);
   11148                 :           0 :                           return _r;
   11149                 :             :                         }
   11150                 :           0 : next_after_fail1782:;
   11151                 :             :                       }
   11152                 :             :                   }
   11153                 :             :                 }
   11154                 :             :               break;
   11155                 :             :             }
   11156                 :           0 :           default:;
   11157                 :             :           }
   11158                 :           0 :         {
   11159                 :           0 :           tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1 };
   11160                 :           0 :           if (VECTOR_TYPE_P (type)
   11161                 :           0 :  && (TREE_CODE_CLASS (UNLT_EXPR) != tcc_comparison
   11162                 :           0 :  || types_match (type, TREE_TYPE (captures[2]))
   11163                 :           0 :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   11164                 :             :  || (optimize_vectors_before_lowering_p ()
   11165                 :           0 :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   11166                 :             : )
   11167                 :             :             {
   11168                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1783;
   11169                 :           0 :               {
   11170                 :           0 :                 if (! tree_invariant_p (captures[4])) goto next_after_fail1783;
   11171                 :           0 :                 tree res_op0;
   11172                 :           0 :                 res_op0 = captures[1];
   11173                 :           0 :                 tree res_op1;
   11174                 :           0 :                 {
   11175                 :           0 :                   tree _o1[2], _r1;
   11176                 :           0 :                   _o1[0] = captures[2];
   11177                 :           0 :                   _o1[1] = unshare_expr (captures[4]);
   11178                 :           0 :                   _r1 = fold_build2_loc (loc, UNLT_EXPR, type, _o1[0], _o1[1]);
   11179                 :           0 :                   if (EXPR_P (_r1))
   11180                 :           0 :                     goto next_after_fail1783;
   11181                 :           0 :                   res_op1 = _r1;
   11182                 :             :                 }
   11183                 :           0 :                 tree res_op2;
   11184                 :           0 :                 {
   11185                 :           0 :                   tree _o1[2], _r1;
   11186                 :           0 :                   _o1[0] = captures[3];
   11187                 :           0 :                   _o1[1] = captures[4];
   11188                 :           0 :                   _r1 = fold_build2_loc (loc, UNLT_EXPR, type, _o1[0], _o1[1]);
   11189                 :           0 :                   if (EXPR_P (_r1))
   11190                 :           0 :                     goto next_after_fail1783;
   11191                 :           0 :                   res_op2 = _r1;
   11192                 :             :                 }
   11193                 :           0 :                 tree _r;
   11194                 :           0 :                 _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
   11195                 :           0 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 888, __FILE__, __LINE__, true);
   11196                 :           0 :                 return _r;
   11197                 :             :               }
   11198                 :           0 : next_after_fail1783:;
   11199                 :             :             }
   11200                 :             :         }
   11201                 :           0 :         break;
   11202                 :             :       }
   11203                 :      777416 :     default:;
   11204                 :             :     }
   11205                 :      777416 :   switch (TREE_CODE (_p1))
   11206                 :             :     {
   11207                 :           0 :     case VEC_COND_EXPR:
   11208                 :           0 :       {
   11209                 :           0 :         tree _q30 = TREE_OPERAND (_p1, 0);
   11210                 :           0 :         tree _q31 = TREE_OPERAND (_p1, 1);
   11211                 :           0 :         tree _q32 = TREE_OPERAND (_p1, 2);
   11212                 :           0 :         {
   11213                 :           0 :           tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32 };
   11214                 :           0 :           if (VECTOR_TYPE_P (type)
   11215                 :           0 :  && (TREE_CODE_CLASS (UNLT_EXPR) != tcc_comparison
   11216                 :           0 :  || types_match (type, TREE_TYPE (captures[3]))
   11217                 :           0 :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[2]))
   11218                 :             :  || (optimize_vectors_before_lowering_p ()
   11219                 :           0 :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[3]), TREE_TYPE (captures[2]))))
   11220                 :             : )
   11221                 :             :             {
   11222                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1784;
   11223                 :           0 :               {
   11224                 :           0 :                 if (! tree_invariant_p (captures[0])) goto next_after_fail1784;
   11225                 :           0 :                 tree res_op0;
   11226                 :           0 :                 res_op0 = captures[2];
   11227                 :           0 :                 tree res_op1;
   11228                 :           0 :                 {
   11229                 :           0 :                   tree _o1[2], _r1;
   11230                 :           0 :                   _o1[0] = unshare_expr (captures[0]);
   11231                 :           0 :                   _o1[1] = captures[3];
   11232                 :           0 :                   _r1 = fold_build2_loc (loc, UNLT_EXPR, type, _o1[0], _o1[1]);
   11233                 :           0 :                   if (EXPR_P (_r1))
   11234                 :           0 :                     goto next_after_fail1784;
   11235                 :           0 :                   res_op1 = _r1;
   11236                 :             :                 }
   11237                 :           0 :                 tree res_op2;
   11238                 :           0 :                 {
   11239                 :           0 :                   tree _o1[2], _r1;
   11240                 :           0 :                   _o1[0] = captures[0];
   11241                 :           0 :                   _o1[1] = captures[4];
   11242                 :           0 :                   _r1 = fold_build2_loc (loc, UNLT_EXPR, type, _o1[0], _o1[1]);
   11243                 :           0 :                   if (EXPR_P (_r1))
   11244                 :           0 :                     goto next_after_fail1784;
   11245                 :           0 :                   res_op2 = _r1;
   11246                 :             :                 }
   11247                 :           0 :                 tree _r;
   11248                 :           0 :                 _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
   11249                 :           0 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 889, __FILE__, __LINE__, true);
   11250                 :           0 :                 return _r;
   11251                 :             :               }
   11252                 :           0 : next_after_fail1784:;
   11253                 :             :             }
   11254                 :             :         }
   11255                 :           0 :         break;
   11256                 :             :       }
   11257                 :      777416 :     default:;
   11258                 :             :     }
   11259                 :      777416 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   11260                 :             :     {
   11261                 :           0 :       {
   11262                 :           0 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   11263                 :           0 :         tree res = generic_simplify_536 (loc, type, _p0, _p1, captures, UNLT_EXPR);
   11264                 :           0 :         if (res) return res;
   11265                 :             :       }
   11266                 :             :     }
   11267                 :      777416 :   switch (TREE_CODE (_p0))
   11268                 :             :     {
   11269                 :         249 :     case FLOAT_EXPR:
   11270                 :         249 :       {
   11271                 :         249 :         tree _q20 = TREE_OPERAND (_p0, 0);
   11272                 :         249 :         switch (TREE_CODE (_p1))
   11273                 :             :           {
   11274                 :           0 :           case FLOAT_EXPR:
   11275                 :           0 :             {
   11276                 :           0 :               tree _q40 = TREE_OPERAND (_p1, 0);
   11277                 :           0 :               {
   11278                 :           0 :                 tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q40 };
   11279                 :           0 :                 tree res = generic_simplify_252 (loc, type, _p0, _p1, captures, UNLT_EXPR, LT_EXPR);
   11280                 :           0 :                 if (res) return res;
   11281                 :             :               }
   11282                 :           0 :               break;
   11283                 :             :             }
   11284                 :             :           default:;
   11285                 :             :           }
   11286                 :             :         break;
   11287                 :             :       }
   11288                 :           0 :     case NEGATE_EXPR:
   11289                 :           0 :       {
   11290                 :           0 :         tree _q20 = TREE_OPERAND (_p0, 0);
   11291                 :           0 :         switch (TREE_CODE (_p1))
   11292                 :             :           {
   11293                 :           0 :           case NEGATE_EXPR:
   11294                 :           0 :             {
   11295                 :           0 :               tree _q40 = TREE_OPERAND (_p1, 0);
   11296                 :           0 :               {
   11297                 :           0 :                 tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q40 };
   11298                 :           0 :                 tree res = generic_simplify_255 (loc, type, _p0, _p1, captures, UNLT_EXPR, UNGT_EXPR);
   11299                 :           0 :                 if (res) return res;
   11300                 :             :               }
   11301                 :           0 :               break;
   11302                 :             :             }
   11303                 :           0 :           default:;
   11304                 :             :           }
   11305                 :           0 :       if (CONSTANT_CLASS_P (_p1))
   11306                 :             :         {
   11307                 :           0 :           {
   11308                 :           0 :             tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   11309                 :           0 :             tree res = generic_simplify_256 (loc, type, _p0, _p1, captures, UNLT_EXPR, UNGT_EXPR);
   11310                 :           0 :             if (res) return res;
   11311                 :             :           }
   11312                 :             :         }
   11313                 :             :         break;
   11314                 :             :       }
   11315                 :      777416 :     default:;
   11316                 :             :     }
   11317                 :      777416 :   switch (TREE_CODE (_p1))
   11318                 :             :     {
   11319                 :      390062 :     case REAL_CST:
   11320                 :      390062 :       {
   11321                 :      390062 :         {
   11322                 :      390062 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   11323                 :      390062 :           tree res = generic_simplify_535 (loc, type, _p0, _p1, captures, UNLT_EXPR);
   11324                 :      390062 :           if (res) return res;
   11325                 :             :         }
   11326                 :      390060 :         break;
   11327                 :             :       }
   11328                 :             :     default:;
   11329                 :             :     }
   11330                 :             :   return NULL_TREE;
   11331                 :             : }
   11332                 :             : 
   11333                 :             : tree
   11334                 :      444112 : generic_simplify_UNGE_EXPR (location_t ARG_UNUSED (loc), enum tree_code ARG_UNUSED (code), const tree ARG_UNUSED (type), tree _p0, tree _p1)
   11335                 :             : {
   11336                 :      444112 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   11337                 :      444112 :   switch (TREE_CODE (_p0))
   11338                 :             :     {
   11339                 :           0 :     case VEC_COND_EXPR:
   11340                 :           0 :       {
   11341                 :           0 :         tree _q20 = TREE_OPERAND (_p0, 0);
   11342                 :           0 :         tree _q21 = TREE_OPERAND (_p0, 1);
   11343                 :           0 :         tree _q22 = TREE_OPERAND (_p0, 2);
   11344                 :           0 :         switch (TREE_CODE (_p1))
   11345                 :             :           {
   11346                 :           0 :           case VEC_COND_EXPR:
   11347                 :           0 :             {
   11348                 :           0 :               tree _q60 = TREE_OPERAND (_p1, 0);
   11349                 :           0 :               tree _q61 = TREE_OPERAND (_p1, 1);
   11350                 :           0 :               tree _q62 = TREE_OPERAND (_p1, 2);
   11351                 :           0 :               if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
   11352                 :             :                 {
   11353                 :           0 :                   {
   11354                 :           0 :                     tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1, _q61, _q62 };
   11355                 :           0 :                     if (VECTOR_TYPE_P (type)
   11356                 :           0 :  && (TREE_CODE_CLASS (UNGE_EXPR) != tcc_comparison
   11357                 :           0 :  || types_match (type, TREE_TYPE (captures[2]))
   11358                 :           0 :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   11359                 :             :  || (optimize_vectors_before_lowering_p ()
   11360                 :           0 :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   11361                 :             : )
   11362                 :             :                       {
   11363                 :           0 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1791;
   11364                 :           0 :                         {
   11365                 :           0 :                           tree res_op0;
   11366                 :           0 :                           res_op0 = captures[1];
   11367                 :           0 :                           tree res_op1;
   11368                 :           0 :                           {
   11369                 :           0 :                             tree _o1[2], _r1;
   11370                 :           0 :                             _o1[0] = captures[2];
   11371                 :           0 :                             _o1[1] = captures[5];
   11372                 :           0 :                             _r1 = fold_build2_loc (loc, UNGE_EXPR, type, _o1[0], _o1[1]);
   11373                 :           0 :                             if (EXPR_P (_r1))
   11374                 :           0 :                               goto next_after_fail1791;
   11375                 :           0 :                             res_op1 = _r1;
   11376                 :             :                           }
   11377                 :           0 :                           tree res_op2;
   11378                 :           0 :                           {
   11379                 :           0 :                             tree _o1[2], _r1;
   11380                 :           0 :                             _o1[0] = captures[3];
   11381                 :           0 :                             _o1[1] = captures[6];
   11382                 :           0 :                             _r1 = fold_build2_loc (loc, UNGE_EXPR, type, _o1[0], _o1[1]);
   11383                 :           0 :                             if (EXPR_P (_r1))
   11384                 :           0 :                               goto next_after_fail1791;
   11385                 :           0 :                             res_op2 = _r1;
   11386                 :             :                           }
   11387                 :           0 :                           tree _r;
   11388                 :           0 :                           _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
   11389                 :           0 :                           if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 887, __FILE__, __LINE__, true);
   11390                 :           0 :                           return _r;
   11391                 :             :                         }
   11392                 :           0 : next_after_fail1791:;
   11393                 :             :                       }
   11394                 :             :                   }
   11395                 :             :                 }
   11396                 :             :               break;
   11397                 :             :             }
   11398                 :           0 :           default:;
   11399                 :             :           }
   11400                 :           0 :         {
   11401                 :           0 :           tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1 };
   11402                 :           0 :           if (VECTOR_TYPE_P (type)
   11403                 :           0 :  && (TREE_CODE_CLASS (UNGE_EXPR) != tcc_comparison
   11404                 :           0 :  || types_match (type, TREE_TYPE (captures[2]))
   11405                 :           0 :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
   11406                 :             :  || (optimize_vectors_before_lowering_p ()
   11407                 :           0 :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
   11408                 :             : )
   11409                 :             :             {
   11410                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1792;
   11411                 :           0 :               {
   11412                 :           0 :                 if (! tree_invariant_p (captures[4])) goto next_after_fail1792;
   11413                 :           0 :                 tree res_op0;
   11414                 :           0 :                 res_op0 = captures[1];
   11415                 :           0 :                 tree res_op1;
   11416                 :           0 :                 {
   11417                 :           0 :                   tree _o1[2], _r1;
   11418                 :           0 :                   _o1[0] = captures[2];
   11419                 :           0 :                   _o1[1] = unshare_expr (captures[4]);
   11420                 :           0 :                   _r1 = fold_build2_loc (loc, UNGE_EXPR, type, _o1[0], _o1[1]);
   11421                 :           0 :                   if (EXPR_P (_r1))
   11422                 :           0 :                     goto next_after_fail1792;
   11423                 :           0 :                   res_op1 = _r1;
   11424                 :             :                 }
   11425                 :           0 :                 tree res_op2;
   11426                 :           0 :                 {
   11427                 :           0 :                   tree _o1[2], _r1;
   11428                 :           0 :                   _o1[0] = captures[3];
   11429                 :           0 :                   _o1[1] = captures[4];
   11430                 :           0 :                   _r1 = fold_build2_loc (loc, UNGE_EXPR, type, _o1[0], _o1[1]);
   11431                 :           0 :                   if (EXPR_P (_r1))
   11432                 :           0 :                     goto next_after_fail1792;
   11433                 :           0 :                   res_op2 = _r1;
   11434                 :             :                 }
   11435                 :           0 :                 tree _r;
   11436                 :           0 :                 _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
   11437                 :           0 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 888, __FILE__, __LINE__, true);
   11438                 :           0 :                 return _r;
   11439                 :             :               }
   11440                 :           0 : next_after_fail1792:;
   11441                 :             :             }
   11442                 :             :         }
   11443                 :           0 :         break;
   11444                 :             :       }
   11445                 :      444112 :     default:;
   11446                 :             :     }
   11447                 :      444112 :   switch (TREE_CODE (_p1))
   11448                 :             :     {
   11449                 :           0 :     case VEC_COND_EXPR:
   11450                 :           0 :       {
   11451                 :           0 :         tree _q30 = TREE_OPERAND (_p1, 0);
   11452                 :           0 :         tree _q31 = TREE_OPERAND (_p1, 1);
   11453                 :           0 :         tree _q32 = TREE_OPERAND (_p1, 2);
   11454                 :           0 :         {
   11455                 :           0 :           tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32 };
   11456                 :           0 :           if (VECTOR_TYPE_P (type)
   11457                 :           0 :  && (TREE_CODE_CLASS (UNGE_EXPR) != tcc_comparison
   11458                 :           0 :  || types_match (type, TREE_TYPE (captures[3]))
   11459                 :           0 :  || expand_vec_cond_expr_p (type, TREE_TYPE (captures[2]))
   11460                 :             :  || (optimize_vectors_before_lowering_p ()
   11461                 :           0 :  && !expand_vec_cond_expr_p (TREE_TYPE (captures[3]), TREE_TYPE (captures[2]))))
   11462                 :             : )
   11463                 :             :             {
   11464                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1793;
   11465                 :           0 :               {
   11466                 :           0 :                 if (! tree_invariant_p (captures[0])) goto next_after_fail1793;
   11467                 :           0 :                 tree res_op0;
   11468                 :           0 :                 res_op0 = captures[2];
   11469                 :           0 :                 tree res_op1;
   11470                 :           0 :                 {
   11471                 :           0 :                   tree _o1[2], _r1;
   11472                 :           0 :                   _o1[0] = unshare_expr (captures[0]);
   11473                 :           0 :                   _o1[1] = captures[3];
   11474                 :           0 :                   _r1 = fold_build2_loc (loc, UNGE_EXPR, type, _o1[0], _o1[1]);
   11475                 :           0 :                   if (EXPR_P (_r1))
   11476                 :           0 :                     goto next_after_fail1793;
   11477                 :           0 :                   res_op1 = _r1;
   11478                 :             :                 }
   11479                 :           0 :                 tree res_op2;
   11480                 :           0 :                 {
   11481                 :           0 :                   tree _o1[2], _r1;
   11482                 :           0 :                   _o1[0] = captures[0];
   11483                 :           0 :                   _o1[1] = captures[4];
   11484                 :           0 :                   _r1 = fold_build2_loc (loc, UNGE_EXPR, type, _o1[0], _o1[1]);
   11485                 :           0 :                   if (EXPR_P (_r1))
   11486                 :           0 :                     goto next_after_fail1793;
   11487                 :           0 :                   res_op2 = _r1;
   11488                 :             :                 }
   11489                 :           0 :                 tree _r;
   11490                 :           0 :                 _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
   11491                 :           0 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 889, __FILE__, __LINE__, true);
   11492                 :           0 :                 return _r;
   11493                 :             :               }
   11494                 :           0 : next_after_fail1793:;
   11495                 :             :             }
   11496                 :             :         }
   11497                 :           0 :         break;
   11498                 :             :       }
   11499                 :      444112 :     default:;
   11500                 :             :     }
   11501                 :      444112 :   if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
   11502                 :             :     {
   11503                 :          30 :       {
   11504                 :          30 :         tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
   11505                 :          30 :         tree res = generic_simplify_537 (loc, type, _p0, _p1, captures, UNGE_EXPR);
   11506                 :          30 :         if (res) return res;
   11507                 :             :       }
   11508                 :             :     }
   11509                 :      444082 :   switch (TREE_CODE (_p0))
   11510                 :             :     {
   11511                 :         249 :     case FLOAT_EXPR:
   11512                 :         249 :       {
   11513                 :         249 :         tree _q20 = TREE_OPERAND (_p0, 0);
   11514                 :         249 :         switch (TREE_CODE (_p1))
   11515                 :             :           {
   11516                 :           0 :           case FLOAT_EXPR:
   11517                 :           0 :             {
   11518                 :           0 :               tree _q40 = TREE_OPERAND (_p1, 0);
   11519                 :           0 :               {
   11520                 :           0 :                 tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q40 };
   11521                 :           0 :                 tree res = generic_simplify_252 (loc, type, _p0, _p1, captures, UNGE_EXPR, GE_EXPR);
   11522                 :           0 :                 if (res) return res;
   11523                 :             :               }
   11524                 :           0 :               break;
   11525                 :             :             }
   11526                 :             :           default:;
   11527                 :             :           }
   11528                 :             :         break;
   11529                 :             :       }
   11530                 :         112 :     case NEGATE_EXPR:
   11531                 :         112 :       {
   11532                 :         112 :         tree _q20 = TREE_OPERAND (_p0, 0);
   11533                 :         112 :         switch (TREE_CODE (_p1))
   11534                 :             :           {
   11535                 :           0 :           case NEGATE_EXPR:
   11536                 :           0 :             {
   11537                 :           0 :               tree _q40 = TREE_OPERAND (_p1, 0);
   11538                 :           0 :               {
   11539                 :           0 :                 tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q40 };
   11540                 :           0 :                 tree res = generic_simplify_255 (loc, type, _p0, _p1, captures, UNGE_EXPR, UNLE_EXPR);
   11541                 :           0 :                 if (res) return res;
   11542                 :             :               }
   11543                 :           0 :               break;
   11544                 :             :             }
   11545                 :         112 :           default:;
   11546                 :             :           }
   11547                 :         112 :       if (CONSTANT_CLASS_P (_p1))
   11548                 :             :         {
   11549                 :         112 :           {
   11550                 :         112 :             tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   11551                 :         112 :             tree res = generic_simplify_256 (loc, type, _p0, _p1, captures, UNGE_EXPR, UNLE_EXPR);
   11552                 :         112 :             if (res) return res;
   11553                 :             :           }
   11554                 :             :         }
   11555                 :             :         break;
   11556                 :             :       }
   11557                 :      443970 :     default:;
   11558                 :             :     }
   11559                 :      443970 :   switch (TREE_CODE (_p1))
   11560                 :             :     {
   11561                 :       53200 :     case REAL_CST:
   11562                 :       53200 :       {
   11563                 :       53200 :         {
   11564                 :       53200 :           tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   11565                 :       53200 :           tree res = generic_simplify_535 (loc, type, _p0, _p1, captures, UNGE_EXPR);
   11566                 :       53200 :           if (res) return res;
   11567                 :             :         }
   11568                 :       53198 :         break;
   11569                 :             :       }
   11570                 :             :     default:;
   11571                 :             :     }
   11572                 :             :   return NULL_TREE;
   11573                 :             : }
   11574                 :             : 
   11575                 :             : tree
   11576                 :      306817 : generic_simplify_VEC_COND_EXPR (location_t ARG_UNUSED (loc), enum tree_code ARG_UNUSED (code), const tree ARG_UNUSED (type), tree _p0, tree _p1, tree _p2)
   11577                 :             : {
   11578                 :      306817 :   const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
   11579                 :      306817 :   switch (TREE_CODE (_p0))
   11580                 :             :     {
   11581                 :        3281 :     case VECTOR_CST:
   11582                 :        3281 :       {
   11583                 :        3281 :         {
   11584                 :        3281 :           tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p1, _p2 };
   11585                 :        3281 :           if (integer_all_onesp (captures[0])
   11586                 :             : )
   11587                 :             :             {
   11588                 :         549 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1903;
   11589                 :         549 :               {
   11590                 :         549 :                 tree _r;
   11591                 :         549 :                 _r = captures[1];
   11592                 :         549 :                 if (TREE_SIDE_EFFECTS (captures[0]))
   11593                 :           0 :                   _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
   11594                 :         549 :                 if (TREE_SIDE_EFFECTS (captures[2]))
   11595                 :           0 :                   _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
   11596                 :         549 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1062, __FILE__, __LINE__, true);
   11597                 :         549 :                 return _r;
   11598                 :             :               }
   11599                 :           0 : next_after_fail1903:;
   11600                 :             :             }
   11601                 :             :           else
   11602                 :             :             {
   11603                 :        2732 :               if (integer_zerop (captures[0])
   11604                 :             : )
   11605                 :             :                 {
   11606                 :        1387 :                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1904;
   11607                 :        1387 :                   {
   11608                 :        1387 :                     tree _r;
   11609                 :        1387 :                     _r = captures[2];
   11610                 :        1387 :                     if (TREE_SIDE_EFFECTS (captures[0]))
   11611                 :           0 :                       _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
   11612                 :        1387 :                     if (TREE_SIDE_EFFECTS (captures[1]))
   11613                 :           0 :                       _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
   11614                 :        1387 :                     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1063, __FILE__, __LINE__, true);
   11615                 :        1387 :                     return _r;
   11616                 :             :                   }
   11617                 :           0 : next_after_fail1904:;
   11618                 :             :                 }
   11619                 :             :             }
   11620                 :             :         }
   11621                 :        1345 :         break;
   11622                 :             :       }
   11623                 :      304881 :     default:;
   11624                 :             :     }
   11625                 :      304881 :   switch (TREE_CODE (_p1))
   11626                 :             :     {
   11627                 :      263309 :     case VECTOR_CST:
   11628                 :      263309 :       {
   11629                 :      263309 :         switch (TREE_CODE (_p2))
   11630                 :             :           {
   11631                 :      257551 :           case VECTOR_CST:
   11632                 :      257551 :             {
   11633                 :      257551 :               {
   11634                 :      257551 :                 tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p1, _p2 };
   11635                 :      257551 :                 if (VECTOR_BOOLEAN_TYPE_P (type)
   11636                 :      257680 :  && types_match (type, TREE_TYPE (captures[0]))
   11637                 :             : )
   11638                 :             :                   {
   11639                 :         122 :                     if (integer_zerop (captures[1]) && integer_all_onesp (captures[2])
   11640                 :             : )
   11641                 :             :                       {
   11642                 :          28 :                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1905;
   11643                 :          28 :                         {
   11644                 :          28 :                           tree res_op0;
   11645                 :          28 :                           res_op0 = captures[0];
   11646                 :          28 :                           tree _r;
   11647                 :          28 :                           _r = fold_build1_loc (loc, BIT_NOT_EXPR, type, res_op0);
   11648                 :          28 :                           if (TREE_SIDE_EFFECTS (captures[1]))
   11649                 :           0 :                             _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
   11650                 :          28 :                           if (TREE_SIDE_EFFECTS (captures[2]))
   11651                 :           0 :                             _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
   11652                 :          28 :                           if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1064, __FILE__, __LINE__, true);
   11653                 :          28 :                           return _r;
   11654                 :             :                         }
   11655                 :           0 : next_after_fail1905:;
   11656                 :             :                       }
   11657                 :             :                     else
   11658                 :             :                       {
   11659                 :          94 :                         if (integer_all_onesp (captures[1]) && integer_zerop (captures[2])
   11660                 :             : )
   11661                 :             :                           {
   11662                 :          64 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1906;
   11663                 :          64 :                             {
   11664                 :          64 :                               tree _r;
   11665                 :          64 :                               _r = captures[0];
   11666                 :          64 :                               if (TREE_SIDE_EFFECTS (captures[1]))
   11667                 :           0 :                                 _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
   11668                 :          64 :                               if (TREE_SIDE_EFFECTS (captures[2]))
   11669                 :           0 :                                 _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
   11670                 :          64 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1065, __FILE__, __LINE__, true);
   11671                 :          64 :                               return _r;
   11672                 :             :                             }
   11673                 :           0 : next_after_fail1906:;
   11674                 :             :                           }
   11675                 :             :                       }
   11676                 :             :                   }
   11677                 :             :               }
   11678                 :      257459 :               break;
   11679                 :             :             }
   11680                 :             :           default:;
   11681                 :             :           }
   11682                 :             :         break;
   11683                 :             :       }
   11684                 :      304789 :     default:;
   11685                 :             :     }
   11686                 :      304789 :   switch (TREE_CODE (_p0))
   11687                 :             :     {
   11688                 :        1128 :     case NE_EXPR:
   11689                 :        1128 :       {
   11690                 :        1128 :         tree _q20 = TREE_OPERAND (_p0, 0);
   11691                 :        1128 :         tree _q21 = TREE_OPERAND (_p0, 1);
   11692                 :        1128 :         switch (TREE_CODE (_p1))
   11693                 :             :           {
   11694                 :           6 :           case MINUS_EXPR:
   11695                 :           6 :             {
   11696                 :           6 :               tree _q50 = TREE_OPERAND (_p1, 0);
   11697                 :           6 :               tree _q51 = TREE_OPERAND (_p1, 1);
   11698                 :           6 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
   11699                 :             :                 {
   11700                 :           6 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
   11701                 :             :                     {
   11702                 :           6 :                       if (integer_zerop (_p2))
   11703                 :             :                         {
   11704                 :           6 :                           {
   11705                 :           6 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   11706                 :           6 :                             tree res = generic_simplify_520 (loc, type, _p0, _p1, _p2, captures);
   11707                 :           6 :                             if (res) return res;
   11708                 :             :                           }
   11709                 :             :                         }
   11710                 :             :                     }
   11711                 :             :                 }
   11712                 :           0 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
   11713                 :             :                 {
   11714                 :           0 :                   if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
   11715                 :             :                     {
   11716                 :           0 :                       if (integer_zerop (_p2))
   11717                 :             :                         {
   11718                 :           0 :                           {
   11719                 :           0 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q21, _q20, _p1 };
   11720                 :           0 :                             tree res = generic_simplify_520 (loc, type, _p0, _p1, _p2, captures);
   11721                 :           0 :                             if (res) return res;
   11722                 :             :                           }
   11723                 :             :                         }
   11724                 :             :                     }
   11725                 :             :                 }
   11726                 :             :               break;
   11727                 :             :             }
   11728                 :           6 :           case BIT_XOR_EXPR:
   11729                 :           6 :             {
   11730                 :           6 :               tree _q50 = TREE_OPERAND (_p1, 0);
   11731                 :           6 :               tree _q51 = TREE_OPERAND (_p1, 1);
   11732                 :           6 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
   11733                 :             :                 {
   11734                 :           6 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
   11735                 :             :                     {
   11736                 :           6 :                       if (integer_zerop (_p2))
   11737                 :             :                         {
   11738                 :           6 :                           {
   11739                 :           6 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   11740                 :           6 :                             tree res = generic_simplify_521 (loc, type, _p0, _p1, _p2, captures);
   11741                 :           6 :                             if (res) return res;
   11742                 :             :                           }
   11743                 :             :                         }
   11744                 :             :                     }
   11745                 :             :                 }
   11746                 :           0 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
   11747                 :             :                 {
   11748                 :           0 :                   if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
   11749                 :             :                     {
   11750                 :           0 :                       if (integer_zerop (_p2))
   11751                 :             :                         {
   11752                 :           0 :                           {
   11753                 :           0 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q21, _q20, _p1 };
   11754                 :           0 :                             tree res = generic_simplify_521 (loc, type, _p0, _p1, _p2, captures);
   11755                 :           0 :                             if (res) return res;
   11756                 :             :                           }
   11757                 :             :                         }
   11758                 :             :                     }
   11759                 :             :                 }
   11760                 :             :               break;
   11761                 :             :             }
   11762                 :           6 :           case BIT_AND_EXPR:
   11763                 :           6 :             {
   11764                 :           6 :               tree _q50 = TREE_OPERAND (_p1, 0);
   11765                 :           6 :               tree _q51 = TREE_OPERAND (_p1, 1);
   11766                 :           6 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
   11767                 :             :                 {
   11768                 :           6 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
   11769                 :             :                     {
   11770                 :           6 :                       if ((_p2 == _q20 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q20, 0) && types_match (_p2, _q20)))
   11771                 :             :                         {
   11772                 :           6 :                           {
   11773                 :           6 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   11774                 :           6 :                             tree res = generic_simplify_522 (loc, type, _p0, _p1, _p2, captures, BIT_AND_EXPR);
   11775                 :           6 :                             if (res) return res;
   11776                 :             :                           }
   11777                 :             :                         }
   11778                 :           0 :                       if ((_p2 == _q21 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q21, 0) && types_match (_p2, _q21)))
   11779                 :             :                         {
   11780                 :           0 :                           {
   11781                 :           0 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q21, _q20, _p1 };
   11782                 :           0 :                             tree res = generic_simplify_522 (loc, type, _p0, _p1, _p2, captures, BIT_AND_EXPR);
   11783                 :           0 :                             if (res) return res;
   11784                 :             :                           }
   11785                 :             :                         }
   11786                 :             :                     }
   11787                 :             :                 }
   11788                 :           0 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
   11789                 :             :                 {
   11790                 :           0 :                   if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
   11791                 :             :                     {
   11792                 :           0 :                       if ((_p2 == _q20 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q20, 0) && types_match (_p2, _q20)))
   11793                 :             :                         {
   11794                 :           0 :                           {
   11795                 :           0 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   11796                 :           0 :                             tree res = generic_simplify_522 (loc, type, _p0, _p1, _p2, captures, BIT_AND_EXPR);
   11797                 :           0 :                             if (res) return res;
   11798                 :             :                           }
   11799                 :             :                         }
   11800                 :           0 :                       if ((_p2 == _q21 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q21, 0) && types_match (_p2, _q21)))
   11801                 :             :                         {
   11802                 :           0 :                           {
   11803                 :           0 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q21, _q20, _p1 };
   11804                 :           0 :                             tree res = generic_simplify_522 (loc, type, _p0, _p1, _p2, captures, BIT_AND_EXPR);
   11805                 :           0 :                             if (res) return res;
   11806                 :             :                           }
   11807                 :             :                         }
   11808                 :             :                     }
   11809                 :             :                 }
   11810                 :             :               break;
   11811                 :             :             }
   11812                 :           6 :           case BIT_IOR_EXPR:
   11813                 :           6 :             {
   11814                 :           6 :               tree _q50 = TREE_OPERAND (_p1, 0);
   11815                 :           6 :               tree _q51 = TREE_OPERAND (_p1, 1);
   11816                 :           6 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
   11817                 :             :                 {
   11818                 :           6 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
   11819                 :             :                     {
   11820                 :           6 :                       if ((_p2 == _q20 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q20, 0) && types_match (_p2, _q20)))
   11821                 :             :                         {
   11822                 :           6 :                           {
   11823                 :           6 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   11824                 :           6 :                             tree res = generic_simplify_522 (loc, type, _p0, _p1, _p2, captures, BIT_IOR_EXPR);
   11825                 :           6 :                             if (res) return res;
   11826                 :             :                           }
   11827                 :             :                         }
   11828                 :           0 :                       if ((_p2 == _q21 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q21, 0) && types_match (_p2, _q21)))
   11829                 :             :                         {
   11830                 :           0 :                           {
   11831                 :           0 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q21, _q20, _p1 };
   11832                 :           0 :                             tree res = generic_simplify_522 (loc, type, _p0, _p1, _p2, captures, BIT_IOR_EXPR);
   11833                 :           0 :                             if (res) return res;
   11834                 :             :                           }
   11835                 :             :                         }
   11836                 :             :                     }
   11837                 :             :                 }
   11838                 :           0 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
   11839                 :             :                 {
   11840                 :           0 :                   if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
   11841                 :             :                     {
   11842                 :           0 :                       if ((_p2 == _q20 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q20, 0) && types_match (_p2, _q20)))
   11843                 :             :                         {
   11844                 :           0 :                           {
   11845                 :           0 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   11846                 :           0 :                             tree res = generic_simplify_522 (loc, type, _p0, _p1, _p2, captures, BIT_IOR_EXPR);
   11847                 :           0 :                             if (res) return res;
   11848                 :             :                           }
   11849                 :             :                         }
   11850                 :           0 :                       if ((_p2 == _q21 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q21, 0) && types_match (_p2, _q21)))
   11851                 :             :                         {
   11852                 :           0 :                           {
   11853                 :           0 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q21, _q20, _p1 };
   11854                 :           0 :                             tree res = generic_simplify_522 (loc, type, _p0, _p1, _p2, captures, BIT_IOR_EXPR);
   11855                 :           0 :                             if (res) return res;
   11856                 :             :                           }
   11857                 :             :                         }
   11858                 :             :                     }
   11859                 :             :                 }
   11860                 :             :               break;
   11861                 :             :             }
   11862                 :           0 :           case MIN_EXPR:
   11863                 :           0 :             {
   11864                 :           0 :               tree _q50 = TREE_OPERAND (_p1, 0);
   11865                 :           0 :               tree _q51 = TREE_OPERAND (_p1, 1);
   11866                 :           0 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
   11867                 :             :                 {
   11868                 :           0 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
   11869                 :             :                     {
   11870                 :           0 :                       if ((_p2 == _q20 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q20, 0) && types_match (_p2, _q20)))
   11871                 :             :                         {
   11872                 :           0 :                           {
   11873                 :           0 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   11874                 :           0 :                             tree res = generic_simplify_522 (loc, type, _p0, _p1, _p2, captures, MIN_EXPR);
   11875                 :           0 :                             if (res) return res;
   11876                 :             :                           }
   11877                 :             :                         }
   11878                 :           0 :                       if ((_p2 == _q21 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q21, 0) && types_match (_p2, _q21)))
   11879                 :             :                         {
   11880                 :           0 :                           {
   11881                 :           0 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q21, _q20, _p1 };
   11882                 :           0 :                             tree res = generic_simplify_522 (loc, type, _p0, _p1, _p2, captures, MIN_EXPR);
   11883                 :           0 :                             if (res) return res;
   11884                 :             :                           }
   11885                 :             :                         }
   11886                 :             :                     }
   11887                 :             :                 }
   11888                 :           0 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
   11889                 :             :                 {
   11890                 :           0 :                   if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
   11891                 :             :                     {
   11892                 :           0 :                       if ((_p2 == _q20 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q20, 0) && types_match (_p2, _q20)))
   11893                 :             :                         {
   11894                 :           0 :                           {
   11895                 :           0 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   11896                 :           0 :                             tree res = generic_simplify_522 (loc, type, _p0, _p1, _p2, captures, MIN_EXPR);
   11897                 :           0 :                             if (res) return res;
   11898                 :             :                           }
   11899                 :             :                         }
   11900                 :           0 :                       if ((_p2 == _q21 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q21, 0) && types_match (_p2, _q21)))
   11901                 :             :                         {
   11902                 :           0 :                           {
   11903                 :           0 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q21, _q20, _p1 };
   11904                 :           0 :                             tree res = generic_simplify_522 (loc, type, _p0, _p1, _p2, captures, MIN_EXPR);
   11905                 :           0 :                             if (res) return res;
   11906                 :             :                           }
   11907                 :             :                         }
   11908                 :             :                     }
   11909                 :             :                 }
   11910                 :             :               break;
   11911                 :             :             }
   11912                 :           0 :           case MAX_EXPR:
   11913                 :           0 :             {
   11914                 :           0 :               tree _q50 = TREE_OPERAND (_p1, 0);
   11915                 :           0 :               tree _q51 = TREE_OPERAND (_p1, 1);
   11916                 :           0 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
   11917                 :             :                 {
   11918                 :           0 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
   11919                 :             :                     {
   11920                 :           0 :                       if ((_p2 == _q20 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q20, 0) && types_match (_p2, _q20)))
   11921                 :             :                         {
   11922                 :           0 :                           {
   11923                 :           0 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   11924                 :           0 :                             tree res = generic_simplify_522 (loc, type, _p0, _p1, _p2, captures, MAX_EXPR);
   11925                 :           0 :                             if (res) return res;
   11926                 :             :                           }
   11927                 :             :                         }
   11928                 :           0 :                       if ((_p2 == _q21 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q21, 0) && types_match (_p2, _q21)))
   11929                 :             :                         {
   11930                 :           0 :                           {
   11931                 :           0 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q21, _q20, _p1 };
   11932                 :           0 :                             tree res = generic_simplify_522 (loc, type, _p0, _p1, _p2, captures, MAX_EXPR);
   11933                 :           0 :                             if (res) return res;
   11934                 :             :                           }
   11935                 :             :                         }
   11936                 :             :                     }
   11937                 :             :                 }
   11938                 :           0 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
   11939                 :             :                 {
   11940                 :           0 :                   if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
   11941                 :             :                     {
   11942                 :           0 :                       if ((_p2 == _q20 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q20, 0) && types_match (_p2, _q20)))
   11943                 :             :                         {
   11944                 :           0 :                           {
   11945                 :           0 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   11946                 :           0 :                             tree res = generic_simplify_522 (loc, type, _p0, _p1, _p2, captures, MAX_EXPR);
   11947                 :           0 :                             if (res) return res;
   11948                 :             :                           }
   11949                 :             :                         }
   11950                 :           0 :                       if ((_p2 == _q21 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q21, 0) && types_match (_p2, _q21)))
   11951                 :             :                         {
   11952                 :           0 :                           {
   11953                 :           0 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q21, _q20, _p1 };
   11954                 :           0 :                             tree res = generic_simplify_522 (loc, type, _p0, _p1, _p2, captures, MAX_EXPR);
   11955                 :           0 :                             if (res) return res;
   11956                 :             :                           }
   11957                 :             :                         }
   11958                 :             :                     }
   11959                 :             :                 }
   11960                 :             :               break;
   11961                 :             :             }
   11962                 :           6 :           case MULT_EXPR:
   11963                 :           6 :             {
   11964                 :           6 :               tree _q50 = TREE_OPERAND (_p1, 0);
   11965                 :           6 :               tree _q51 = TREE_OPERAND (_p1, 1);
   11966                 :           6 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
   11967                 :             :                 {
   11968                 :           6 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
   11969                 :             :                     {
   11970                 :           6 :                       switch (TREE_CODE (_p2))
   11971                 :             :                         {
   11972                 :           6 :                         case MULT_EXPR:
   11973                 :           6 :                           {
   11974                 :           6 :                             tree _q80 = TREE_OPERAND (_p2, 0);
   11975                 :           6 :                             tree _q81 = TREE_OPERAND (_p2, 1);
   11976                 :           6 :                             if ((_q80 == _q20 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q20, 0) && types_match (_q80, _q20)))
   11977                 :             :                               {
   11978                 :           6 :                                 if ((_q81 == _q20 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q20, 0) && types_match (_q81, _q20)))
   11979                 :             :                                   {
   11980                 :           6 :                                     {
   11981                 :           6 :                                       tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   11982                 :           6 :                                       const enum tree_code op = MULT_EXPR;
   11983                 :           6 :                                       if (ANY_INTEGRAL_TYPE_P (type)
   11984                 :             : )
   11985                 :             :                                         {
   11986                 :           6 :                                           if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1907;
   11987                 :           6 :                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1907;
   11988                 :           6 :                                           {
   11989                 :           6 :                                             tree _r;
   11990                 :           6 :                                             _r = captures[2];
   11991                 :           6 :                                             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1027, __FILE__, __LINE__, true);
   11992                 :           6 :                                             return _r;
   11993                 :             :                                           }
   11994                 :           0 : next_after_fail1907:;
   11995                 :             :                                         }
   11996                 :             :                                     }
   11997                 :             :                                   }
   11998                 :             :                               }
   11999                 :             :                             break;
   12000                 :             :                           }
   12001                 :             :                         default:;
   12002                 :             :                         }
   12003                 :             :                     }
   12004                 :             :                 }
   12005                 :           0 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
   12006                 :             :                 {
   12007                 :           0 :                   if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
   12008                 :             :                     {
   12009                 :           0 :                       switch (TREE_CODE (_p2))
   12010                 :             :                         {
   12011                 :           0 :                         case MULT_EXPR:
   12012                 :           0 :                           {
   12013                 :           0 :                             tree _q80 = TREE_OPERAND (_p2, 0);
   12014                 :           0 :                             tree _q81 = TREE_OPERAND (_p2, 1);
   12015                 :           0 :                             if ((_q80 == _q21 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q21, 0) && types_match (_q80, _q21)))
   12016                 :             :                               {
   12017                 :           0 :                                 if ((_q81 == _q21 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q21, 0) && types_match (_q81, _q21)))
   12018                 :             :                                   {
   12019                 :           0 :                                     {
   12020                 :           0 :                                       tree captures[3] ATTRIBUTE_UNUSED = { _q21, _q20, _p1 };
   12021                 :           0 :                                       const enum tree_code op = MULT_EXPR;
   12022                 :           0 :                                       if (ANY_INTEGRAL_TYPE_P (type)
   12023                 :             : )
   12024                 :             :                                         {
   12025                 :           0 :                                           if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1908;
   12026                 :           0 :                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1908;
   12027                 :           0 :                                           {
   12028                 :           0 :                                             tree _r;
   12029                 :           0 :                                             _r = captures[2];
   12030                 :           0 :                                             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1027, __FILE__, __LINE__, true);
   12031                 :           0 :                                             return _r;
   12032                 :             :                                           }
   12033                 :           0 : next_after_fail1908:;
   12034                 :             :                                         }
   12035                 :             :                                     }
   12036                 :             :                                   }
   12037                 :             :                               }
   12038                 :             :                             break;
   12039                 :             :                           }
   12040                 :             :                         default:;
   12041                 :             :                         }
   12042                 :             :                     }
   12043                 :             :                 }
   12044                 :             :               break;
   12045                 :             :             }
   12046                 :          22 :           case PLUS_EXPR:
   12047                 :          22 :             {
   12048                 :          22 :               tree _q50 = TREE_OPERAND (_p1, 0);
   12049                 :          22 :               tree _q51 = TREE_OPERAND (_p1, 1);
   12050                 :          22 :               if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
   12051                 :             :                 {
   12052                 :          12 :                   if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
   12053                 :             :                     {
   12054                 :          12 :                       switch (TREE_CODE (_p2))
   12055                 :             :                         {
   12056                 :           6 :                         case PLUS_EXPR:
   12057                 :           6 :                           {
   12058                 :           6 :                             tree _q80 = TREE_OPERAND (_p2, 0);
   12059                 :           6 :                             tree _q81 = TREE_OPERAND (_p2, 1);
   12060                 :           6 :                             if ((_q80 == _q20 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q20, 0) && types_match (_q80, _q20)))
   12061                 :             :                               {
   12062                 :           6 :                                 if ((_q81 == _q20 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q20, 0) && types_match (_q81, _q20)))
   12063                 :             :                                   {
   12064                 :           6 :                                     {
   12065                 :           6 :                                       tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
   12066                 :           6 :                                       const enum tree_code op = PLUS_EXPR;
   12067                 :           6 :                                       if (ANY_INTEGRAL_TYPE_P (type)
   12068                 :             : )
   12069                 :             :                                         {
   12070                 :           6 :                                           if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1909;
   12071                 :           6 :                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1909;
   12072                 :           6 :                                           {
   12073                 :           6 :                                             tree _r;
   12074                 :           6 :                                             _r = captures[2];
   12075                 :           6 :                                             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1027, __FILE__, __LINE__, true);
   12076                 :           6 :                                             return _r;
   12077                 :             :                                           }
   12078                 :           0 : next_after_fail1909:;
   12079                 :             :                                         }
   12080                 :             :                                     }
   12081                 :             :                                   }
   12082                 :             :                               }
   12083                 :             :                             break;
   12084                 :             :                           }
   12085                 :           6 :                         case MULT_EXPR:
   12086                 :           6 :                           {
   12087                 :           6 :                             tree _q80 = TREE_OPERAND (_p2, 0);
   12088                 :           6 :                             tree _q81 = TREE_OPERAND (_p2, 1);
   12089                 :           6 :                             if ((_q80 == _q20 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q20, 0) && types_match (_q80, _q20)))
   12090                 :             :                               {
   12091                 :           6 :                                 if (uniform_integer_cst_p (_q81))
   12092                 :             :                                   {
   12093                 :           6 :                                     {
   12094                 :           6 :                                       tree captures[4] ATTRIBUTE_UNUSED = { _q20, _q21, _p1, _q81 };
   12095                 :           6 :                                       if (wi::to_wide (uniform_integer_cst_p (captures[3])) == 2
   12096                 :             : )
   12097                 :             :                                         {
   12098                 :           6 :                                           if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1910;
   12099                 :           6 :                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1910;
   12100                 :           6 :                                           {
   12101                 :           6 :                                             tree _r;
   12102                 :           6 :                                             _r = captures[2];
   12103                 :           6 :                                             if (TREE_SIDE_EFFECTS (captures[3]))
   12104                 :           0 :                                               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[3]), _r);
   12105                 :           6 :                                             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1028, __FILE__, __LINE__, true);
   12106                 :           6 :                                             return _r;
   12107                 :             :                                           }
   12108                 :           0 : next_after_fail1910:;
   12109                 :             :                                         }
   12110                 :             :                                     }
   12111                 :             :                                   }
   12112                 :             :                               }
   12113                 :           0 :                             if ((_q80 == _q21 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q21, 0) && types_match (_q80, _q21)))
   12114                 :             :                               {
   12115                 :           0 :                                 if (uniform_integer_cst_p (_q81))
   12116                 :             :                                   {
   12117                 :           0 :                                     {
   12118                 :           0 :                                       tree captures[4] ATTRIBUTE_UNUSED = { _q21, _q20, _p1, _q81 };
   12119                 :           0 :                                       if (wi::to_wide (uniform_integer_cst_p (captures[3])) == 2
   12120                 :             : )
   12121                 :             :                                         {
   12122                 :           0 :                                           if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1911;
   12123                 :           0 :                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1911;
   12124                 :           0 :                                           {
   12125                 :           0 :                                             tree _r;
   12126                 :           0 :                                             _r = captures[2];
   12127                 :           0 :                                             if (TREE_SIDE_EFFECTS (captures[3]))
   12128                 :           0 :                                               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[3]), _r);
   12129                 :           0 :                                             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1028, __FILE__, __LINE__, true);
   12130                 :           0 :                                             return _r;
   12131                 :             :                                           }
   12132                 :           0 : next_after_fail1911:;
   12133                 :             :                                         }
   12134                 :             :                                     }
   12135                 :             :                                   }
   12136                 :             :                               }
   12137                 :             :                             break;
   12138                 :             :                           }
   12139                 :             :                         default:;
   12140                 :             :                         }
   12141                 :             :                     }
   12142                 :             :                 }
   12143                 :          10 :               if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
   12144                 :             :                 {
   12145                 :           0 :                   if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
   12146                 :             :                     {
   12147                 :           0 :                       switch (TREE_CODE (_p2))
   12148                 :             :                         {
   12149                 :           0 :                         case PLUS_EXPR:
   12150                 :           0 :                           {
   12151                 :           0 :                             tree _q80 = TREE_OPERAND (_p2, 0);
   12152                 :           0 :                             tree _q81 = TREE_OPERAND (_p2, 1);
   12153                 :           0 :                             if ((_q80 == _q21 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q21, 0) && types_match (_q80, _q21)))
   12154                 :             :                               {
   12155                 :           0 :                                 if ((_q81 == _q21 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q21, 0) && types_match (_q81, _q21)))
   12156                 :             :                                   {
   12157                 :           0 :                                     {
   12158                 :           0 :                                       tree captures[3] ATTRIBUTE_UNUSED = { _q21, _q20, _p1 };
   12159                 :           0 :                                       const enum tree_code op = PLUS_EXPR;
   12160                 :           0 :                                       if (ANY_INTEGRAL_TYPE_P (type)
   12161                 :             : )
   12162                 :             :                                         {
   12163                 :           0 :                                           if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1912;
   12164                 :           0 :                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1912;
   12165                 :           0 :                                           {
   12166                 :           0 :                                             tree _r;
   12167                 :           0 :                                             _r = captures[2];
   12168                 :           0 :                                             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1027, __FILE__, __LINE__, true);
   12169                 :           0 :                                             return _r;
   12170                 :             :                                           }
   12171                 :           0 : next_after_fail1912:;
   12172                 :             :                                         }
   12173                 :             :                                     }
   12174                 :             :                                   }
   12175                 :             :                               }
   12176                 :             :                             break;
   12177                 :             :                           }
   12178                 :           0 :                         case MULT_EXPR:
   12179                 :           0 :                           {
   12180                 :           0 :                             tree _q80 = TREE_OPERAND (_p2, 0);
   12181                 :           0 :                             tree _q81 = TREE_OPERAND (_p2, 1);
   12182                 :           0 :                             if ((_q80 == _q20 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q20, 0) && types_match (_q80, _q20)))
   12183                 :             :                               {
   12184                 :           0 :                                 if (uniform_integer_cst_p (_q81))
   12185                 :             :                                   {
   12186                 :           0 :                                     {
   12187                 :           0 :                                       tree captures[4] ATTRIBUTE_UNUSED = { _q20, _q21, _p1, _q81 };
   12188                 :           0 :                                       if (wi::to_wide (uniform_integer_cst_p (captures[3])) == 2
   12189                 :             : )
   12190                 :             :                                         {
   12191                 :           0 :                                           if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1913;
   12192                 :           0 :                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1913;
   12193                 :           0 :                                           {
   12194                 :           0 :                                             tree _r;
   12195                 :           0 :                                             _r = captures[2];
   12196                 :           0 :                                             if (TREE_SIDE_EFFECTS (captures[3]))
   12197                 :           0 :                                               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[3]), _r);
   12198                 :           0 :                                             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1028, __FILE__, __LINE__, true);
   12199                 :           0 :                                             return _r;
   12200                 :             :                                           }
   12201                 :           0 : next_after_fail1913:;
   12202                 :             :                                         }
   12203                 :             :                                     }
   12204                 :             :                                   }
   12205                 :             :                               }
   12206                 :           0 :                             if ((_q80 == _q21 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q21, 0) && types_match (_q80, _q21)))
   12207                 :             :                               {
   12208                 :           0 :                                 if (uniform_integer_cst_p (_q81))
   12209                 :             :                                   {
   12210                 :           0 :                                     {
   12211                 :           0 :                                       tree captures[4] ATTRIBUTE_UNUSED = { _q21, _q20, _p1, _q81 };
   12212                 :           0 :                                       if (wi::to_wide (uniform_integer_cst_p (captures[3])) == 2
   12213                 :             : )
   12214                 :             :                                         {
   12215                 :           0 :                                           if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1914;
   12216                 :           0 :                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1914;
   12217                 :           0 :                                           {
   12218                 :           0 :                                             tree _r;
   12219                 :           0 :                                             _r = captures[2];
   12220                 :           0 :                                             if (TREE_SIDE_EFFECTS (captures[3]))
   12221                 :           0 :                                               _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[3]), _r);
   12222                 :           0 :                                             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1028, __FILE__, __LINE__, true);
   12223                 :           0 :                                             return _r;
   12224                 :             :                                           }
   12225                 :           0 : next_after_fail1914:;
   12226                 :             :                                         }
   12227                 :             :                                     }
   12228                 :             :                                   }
   12229                 :             :                               }
   12230                 :             :                             break;
   12231                 :             :                           }
   12232                 :             :                         default:;
   12233                 :             :                         }
   12234                 :             :                     }
   12235                 :             :                 }
   12236                 :             :               break;
   12237                 :             :             }
   12238                 :             :           default:;
   12239                 :             :           }
   12240                 :             :         break;
   12241                 :             :       }
   12242                 :      304747 :     default:;
   12243                 :             :     }
   12244                 :      304747 :   switch (TREE_CODE (_p1))
   12245                 :             :     {
   12246                 :           6 :     case VEC_COND_EXPR:
   12247                 :           6 :       {
   12248                 :           6 :         tree _q30 = TREE_OPERAND (_p1, 0);
   12249                 :           6 :         tree _q31 = TREE_OPERAND (_p1, 1);
   12250                 :           6 :         tree _q32 = TREE_OPERAND (_p1, 2);
   12251                 :           6 :         if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   12252                 :             :           {
   12253                 :           0 :             {
   12254                 :           0 :               tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _p2 };
   12255                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1915;
   12256                 :           0 :               {
   12257                 :           0 :                 tree res_op0;
   12258                 :           0 :                 res_op0 = captures[0];
   12259                 :           0 :                 tree res_op1;
   12260                 :           0 :                 res_op1 = captures[1];
   12261                 :           0 :                 tree res_op2;
   12262                 :           0 :                 res_op2 = captures[3];
   12263                 :           0 :                 tree _r;
   12264                 :           0 :                 _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
   12265                 :           0 :                 if (TREE_SIDE_EFFECTS (captures[2]))
   12266                 :           0 :                   _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
   12267                 :           0 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1037, __FILE__, __LINE__, true);
   12268                 :           0 :                 return _r;
   12269                 :             :               }
   12270                 :           0 : next_after_fail1915:;
   12271                 :             :             }
   12272                 :             :           }
   12273                 :             :         break;
   12274                 :             :       }
   12275                 :      304747 :     default:;
   12276                 :             :     }
   12277                 :      304747 :   switch (TREE_CODE (_p2))
   12278                 :             :     {
   12279                 :           3 :     case VEC_COND_EXPR:
   12280                 :           3 :       {
   12281                 :           3 :         tree _q40 = TREE_OPERAND (_p2, 0);
   12282                 :           3 :         tree _q41 = TREE_OPERAND (_p2, 1);
   12283                 :           3 :         tree _q42 = TREE_OPERAND (_p2, 2);
   12284                 :           3 :         if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   12285                 :             :           {
   12286                 :           0 :             {
   12287                 :           0 :               tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p1, _q41, _q42 };
   12288                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1916;
   12289                 :           0 :               {
   12290                 :           0 :                 tree res_op0;
   12291                 :           0 :                 res_op0 = captures[0];
   12292                 :           0 :                 tree res_op1;
   12293                 :           0 :                 res_op1 = captures[1];
   12294                 :           0 :                 tree res_op2;
   12295                 :           0 :                 res_op2 = captures[3];
   12296                 :           0 :                 tree _r;
   12297                 :           0 :                 _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
   12298                 :           0 :                 if (TREE_SIDE_EFFECTS (captures[2]))
   12299                 :           0 :                   _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
   12300                 :           0 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1038, __FILE__, __LINE__, true);
   12301                 :           0 :                 return _r;
   12302                 :             :               }
   12303                 :           0 : next_after_fail1916:;
   12304                 :             :             }
   12305                 :             :           }
   12306                 :           3 :         {
   12307                 :           3 :           tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42 };
   12308                 :           3 :           if (inverse_conditions_p (captures[0], captures[2])
   12309                 :             : )
   12310                 :             :             {
   12311                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1917;
   12312                 :           0 :               {
   12313                 :           0 :                 tree res_op0;
   12314                 :           0 :                 res_op0 = captures[0];
   12315                 :           0 :                 tree res_op1;
   12316                 :           0 :                 res_op1 = captures[1];
   12317                 :           0 :                 tree res_op2;
   12318                 :           0 :                 res_op2 = captures[3];
   12319                 :           0 :                 tree _r;
   12320                 :           0 :                 _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
   12321                 :           0 :                 if (TREE_SIDE_EFFECTS (captures[2]))
   12322                 :           0 :                   _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
   12323                 :           0 :                 if (TREE_SIDE_EFFECTS (captures[4]))
   12324                 :           0 :                   _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[4]), _r);
   12325                 :           0 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1039, __FILE__, __LINE__, true);
   12326                 :           0 :                 return _r;
   12327                 :             :               }
   12328                 :           0 : next_after_fail1917:;
   12329                 :             :             }
   12330                 :             :         }
   12331                 :           3 :         break;
   12332                 :             :       }
   12333                 :      304747 :     default:;
   12334                 :             :     }
   12335                 :      304747 :   switch (TREE_CODE (_p1))
   12336                 :             :     {
   12337                 :           6 :     case VEC_COND_EXPR:
   12338                 :           6 :       {
   12339                 :           6 :         tree _q30 = TREE_OPERAND (_p1, 0);
   12340                 :           6 :         tree _q31 = TREE_OPERAND (_p1, 1);
   12341                 :           6 :         tree _q32 = TREE_OPERAND (_p1, 2);
   12342                 :           6 :         {
   12343                 :           6 :           tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q30, _q31, _q32, _p2 };
   12344                 :           6 :           if (inverse_conditions_p (captures[0], captures[1])
   12345                 :             : )
   12346                 :             :             {
   12347                 :           0 :               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1918;
   12348                 :           0 :               {
   12349                 :           0 :                 tree res_op0;
   12350                 :           0 :                 res_op0 = captures[0];
   12351                 :           0 :                 tree res_op1;
   12352                 :           0 :                 res_op1 = captures[3];
   12353                 :           0 :                 tree res_op2;
   12354                 :           0 :                 res_op2 = captures[4];
   12355                 :           0 :                 tree _r;
   12356                 :           0 :                 _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
   12357                 :           0 :                 if (TREE_SIDE_EFFECTS (captures[1]))
   12358                 :           0 :                   _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
   12359                 :           0 :                 if (TREE_SIDE_EFFECTS (captures[2]))
   12360                 :           0 :                   _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
   12361                 :           0 :                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1040, __FILE__, __LINE__, true);
   12362                 :           0 :                 return _r;
   12363                 :             :               }
   12364                 :           0 : next_after_fail1918:;
   12365                 :             :             }
   12366                 :             :         }
   12367                 :           6 :         break;
   12368                 :             :       }
   12369                 :      304747 :     default:;
   12370                 :             :     }
   12371                 :      304747 :   if ((_p2 == _p1 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _p1, 0) && types_match (_p2, _p1)))
   12372                 :             :     {
   12373                 :          33 :       {
   12374                 :          33 :         tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
   12375                 :          33 :         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1919;
   12376                 :          33 :         {
   12377                 :          33 :           tree _r;
   12378                 :          33 :           _r = captures[1];
   12379                 :          33 :           if (TREE_SIDE_EFFECTS (captures[0]))
   12380                 :           0 :             _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
   12381                 :          33 :           if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1041, __FILE__, __LINE__, true);
   12382                 :          33 :           return _r;
   12383                 :             :         }
   12384                 :           0 : next_after_fail1919:;
   12385                 :             :       }
   12386                 :             :     }
   12387                 :      304714 :   switch (TREE_CODE (_p0))
   12388                 :             :     {
   12389                 :       64249 :     case EQ_EXPR:
   12390                 :       64249 :       {
   12391                 :       64249 :         tree _q20 = TREE_OPERAND (_p0, 0);
   12392                 :       64249 :         tree _q21 = TREE_OPERAND (_p0, 1);
   12393                 :       64249 :         if (zerop (_q21))
   12394                 :             :           {
   12395                 :         399 :             switch (TREE_CODE (_p2))
   12396                 :             :               {
   12397                 :           0 :               case NEGATE_EXPR:
   12398                 :           0 :                 {
   12399                 :           0 :                   tree _q60 = TREE_OPERAND (_p2, 0);
   12400                 :           0 :                   if ((_q60 == _p1 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _p1, 0) && types_match (_q60, _p1)))
   12401                 :             :                     {
   12402                 :           0 :                       {
   12403                 :           0 :                         tree captures[3] ATTRIBUTE_UNUSED = { _q20, _p1, _p2 };
   12404                 :           0 :                         const enum tree_code cmp = EQ_EXPR;
   12405                 :           0 :                         if (!HONOR_SIGNED_ZEROS (type)
   12406                 :           0 :  && bitwise_equal_p (captures[0], captures[1])
   12407                 :             : )
   12408                 :             :                           {
   12409                 :           0 :                             if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1920;
   12410                 :           0 :                             if (TREE_SIDE_EFFECTS (_p2)) goto next_after_fail1920;
   12411                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1920;
   12412                 :           0 :                             {
   12413                 :           0 :                               tree _r;
   12414                 :           0 :                               _r = captures[2];
   12415                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1042, __FILE__, __LINE__, true);
   12416                 :           0 :                               return _r;
   12417                 :             :                             }
   12418                 :           0 : next_after_fail1920:;
   12419                 :             :                           }
   12420                 :             :                       }
   12421                 :             :                     }
   12422                 :             :                   break;
   12423                 :             :                 }
   12424                 :         399 :               default:;
   12425                 :             :               }
   12426                 :         399 :             if (zerop (_p1))
   12427                 :             :               {
   12428                 :          18 :                 switch (TREE_CODE (_p2))
   12429                 :             :                   {
   12430                 :           0 :                   case NEGATE_EXPR:
   12431                 :           0 :                     {
   12432                 :           0 :                       tree _q60 = TREE_OPERAND (_p2, 0);
   12433                 :           0 :                       {
   12434                 :           0 :                         tree captures[3] ATTRIBUTE_UNUSED = { _q20, _p2, _q60 };
   12435                 :           0 :                         const enum tree_code cmp = EQ_EXPR;
   12436                 :           0 :                         if (!HONOR_SIGNED_ZEROS (type)
   12437                 :           0 :  && bitwise_equal_p (captures[0], captures[2])
   12438                 :             : )
   12439                 :             :                           {
   12440                 :           0 :                             if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1921;
   12441                 :           0 :                             if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1921;
   12442                 :           0 :                             if (TREE_SIDE_EFFECTS (_p2)) goto next_after_fail1921;
   12443                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1921;
   12444                 :           0 :                             {
   12445                 :           0 :                               tree _r;
   12446                 :           0 :                               _r = captures[1];
   12447                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1043, __FILE__, __LINE__, true);
   12448                 :           0 :                               return _r;
   12449                 :             :                             }
   12450                 :           0 : next_after_fail1921:;
   12451                 :             :                           }
   12452                 :             :                       }
   12453                 :           0 :                       break;
   12454                 :             :                     }
   12455                 :             :                   default:;
   12456                 :             :                   }
   12457                 :             :               }
   12458                 :             :           }
   12459                 :       64249 :         switch (TREE_CODE (_q20))
   12460                 :             :           {
   12461                 :           0 :           case MINUS_EXPR:
   12462                 :           0 :             {
   12463                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
   12464                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
   12465                 :           0 :               if (zerop (_q21))
   12466                 :             :                 {
   12467                 :           0 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   12468                 :             :                     {
   12469                 :           0 :                       switch (TREE_CODE (_p2))
   12470                 :             :                         {
   12471                 :           0 :                         case MINUS_EXPR:
   12472                 :           0 :                           {
   12473                 :           0 :                             tree _q80 = TREE_OPERAND (_p2, 0);
   12474                 :           0 :                             tree _q81 = TREE_OPERAND (_p2, 1);
   12475                 :           0 :                             if ((_q80 == _q31 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q31, 0) && types_match (_q80, _q31)))
   12476                 :             :                               {
   12477                 :           0 :                                 if ((_q81 == _q30 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q30, 0) && types_match (_q81, _q30)))
   12478                 :             :                                   {
   12479                 :           0 :                                     {
   12480                 :           0 :                                       tree captures[4] ATTRIBUTE_UNUSED = { _q20, _q30, _q31, _p2 };
   12481                 :           0 :                                       const enum tree_code cmp = EQ_EXPR;
   12482                 :           0 :                                       if (!HONOR_SIGNED_ZEROS (type)
   12483                 :             : )
   12484                 :             :                                         {
   12485                 :           0 :                                           if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1922;
   12486                 :           0 :                                           if (TREE_SIDE_EFFECTS (_p2)) goto next_after_fail1922;
   12487                 :           0 :                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1922;
   12488                 :           0 :                                           {
   12489                 :           0 :                                             tree _r;
   12490                 :           0 :                                             _r = captures[3];
   12491                 :           0 :                                             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1044, __FILE__, __LINE__, true);
   12492                 :           0 :                                             return _r;
   12493                 :             :                                           }
   12494                 :           0 : next_after_fail1922:;
   12495                 :             :                                         }
   12496                 :             :                                     }
   12497                 :             :                                   }
   12498                 :             :                               }
   12499                 :             :                             break;
   12500                 :             :                           }
   12501                 :             :                         default:;
   12502                 :             :                         }
   12503                 :             :                     }
   12504                 :             :                 }
   12505                 :           0 :               if (integer_zerop (_q21))
   12506                 :             :                 {
   12507                 :           0 :                   if (integer_zerop (_p1))
   12508                 :             :                     {
   12509                 :           0 :                       switch (TREE_CODE (_p2))
   12510                 :             :                         {
   12511                 :           0 :                         case MINUS_EXPR:
   12512                 :           0 :                           {
   12513                 :           0 :                             tree _q80 = TREE_OPERAND (_p2, 0);
   12514                 :           0 :                             tree _q81 = TREE_OPERAND (_p2, 1);
   12515                 :           0 :                             if ((_q80 == _q31 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q31, 0) && types_match (_q80, _q31)))
   12516                 :             :                               {
   12517                 :           0 :                                 if ((_q81 == _q30 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q30, 0) && types_match (_q81, _q30)))
   12518                 :             :                                   {
   12519                 :           0 :                                     {
   12520                 :           0 :                                       tree captures[4] ATTRIBUTE_UNUSED = { _q20, _q30, _q31, _p2 };
   12521                 :           0 :                                       tree res = generic_simplify_523 (loc, type, _p0, _p1, _p2, captures, EQ_EXPR);
   12522                 :           0 :                                       if (res) return res;
   12523                 :             :                                     }
   12524                 :             :                                   }
   12525                 :             :                               }
   12526                 :             :                             break;
   12527                 :             :                           }
   12528                 :             :                         default:;
   12529                 :             :                         }
   12530                 :             :                     }
   12531                 :             :                 }
   12532                 :             :               break;
   12533                 :             :             }
   12534                 :             :           default:;
   12535                 :             :           }
   12536                 :             :         break;
   12537                 :             :       }
   12538                 :           0 :     case UNEQ_EXPR:
   12539                 :           0 :       {
   12540                 :           0 :         tree _q20 = TREE_OPERAND (_p0, 0);
   12541                 :           0 :         tree _q21 = TREE_OPERAND (_p0, 1);
   12542                 :           0 :         if (zerop (_q21))
   12543                 :             :           {
   12544                 :           0 :             switch (TREE_CODE (_p2))
   12545                 :             :               {
   12546                 :           0 :               case NEGATE_EXPR:
   12547                 :           0 :                 {
   12548                 :           0 :                   tree _q60 = TREE_OPERAND (_p2, 0);
   12549                 :           0 :                   if ((_q60 == _p1 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _p1, 0) && types_match (_q60, _p1)))
   12550                 :             :                     {
   12551                 :           0 :                       {
   12552                 :           0 :                         tree captures[3] ATTRIBUTE_UNUSED = { _q20, _p1, _p2 };
   12553                 :           0 :                         const enum tree_code cmp = UNEQ_EXPR;
   12554                 :           0 :                         if (!HONOR_SIGNED_ZEROS (type)
   12555                 :           0 :  && bitwise_equal_p (captures[0], captures[1])
   12556                 :             : )
   12557                 :             :                           {
   12558                 :           0 :                             if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1923;
   12559                 :           0 :                             if (TREE_SIDE_EFFECTS (_p2)) goto next_after_fail1923;
   12560                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1923;
   12561                 :           0 :                             {
   12562                 :           0 :                               tree _r;
   12563                 :           0 :                               _r = captures[2];
   12564                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1042, __FILE__, __LINE__, true);
   12565                 :           0 :                               return _r;
   12566                 :             :                             }
   12567                 :           0 : next_after_fail1923:;
   12568                 :             :                           }
   12569                 :             :                       }
   12570                 :             :                     }
   12571                 :             :                   break;
   12572                 :             :                 }
   12573                 :           0 :               default:;
   12574                 :             :               }
   12575                 :           0 :             if (zerop (_p1))
   12576                 :             :               {
   12577                 :           0 :                 switch (TREE_CODE (_p2))
   12578                 :             :                   {
   12579                 :           0 :                   case NEGATE_EXPR:
   12580                 :           0 :                     {
   12581                 :           0 :                       tree _q60 = TREE_OPERAND (_p2, 0);
   12582                 :           0 :                       {
   12583                 :           0 :                         tree captures[3] ATTRIBUTE_UNUSED = { _q20, _p2, _q60 };
   12584                 :           0 :                         const enum tree_code cmp = UNEQ_EXPR;
   12585                 :           0 :                         if (!HONOR_SIGNED_ZEROS (type)
   12586                 :           0 :  && bitwise_equal_p (captures[0], captures[2])
   12587                 :             : )
   12588                 :             :                           {
   12589                 :           0 :                             if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1924;
   12590                 :           0 :                             if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1924;
   12591                 :           0 :                             if (TREE_SIDE_EFFECTS (_p2)) goto next_after_fail1924;
   12592                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1924;
   12593                 :           0 :                             {
   12594                 :           0 :                               tree _r;
   12595                 :           0 :                               _r = captures[1];
   12596                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1043, __FILE__, __LINE__, true);
   12597                 :           0 :                               return _r;
   12598                 :             :                             }
   12599                 :           0 : next_after_fail1924:;
   12600                 :             :                           }
   12601                 :             :                       }
   12602                 :           0 :                       break;
   12603                 :             :                     }
   12604                 :             :                   default:;
   12605                 :             :                   }
   12606                 :             :               }
   12607                 :             :           }
   12608                 :           0 :         switch (TREE_CODE (_q20))
   12609                 :             :           {
   12610                 :           0 :           case MINUS_EXPR:
   12611                 :           0 :             {
   12612                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
   12613                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
   12614                 :           0 :               if (zerop (_q21))
   12615                 :             :                 {
   12616                 :           0 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   12617                 :             :                     {
   12618                 :           0 :                       switch (TREE_CODE (_p2))
   12619                 :             :                         {
   12620                 :           0 :                         case MINUS_EXPR:
   12621                 :           0 :                           {
   12622                 :           0 :                             tree _q80 = TREE_OPERAND (_p2, 0);
   12623                 :           0 :                             tree _q81 = TREE_OPERAND (_p2, 1);
   12624                 :           0 :                             if ((_q80 == _q31 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q31, 0) && types_match (_q80, _q31)))
   12625                 :             :                               {
   12626                 :           0 :                                 if ((_q81 == _q30 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q30, 0) && types_match (_q81, _q30)))
   12627                 :             :                                   {
   12628                 :           0 :                                     {
   12629                 :           0 :                                       tree captures[4] ATTRIBUTE_UNUSED = { _q20, _q30, _q31, _p2 };
   12630                 :           0 :                                       const enum tree_code cmp = UNEQ_EXPR;
   12631                 :           0 :                                       if (!HONOR_SIGNED_ZEROS (type)
   12632                 :             : )
   12633                 :             :                                         {
   12634                 :           0 :                                           if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1925;
   12635                 :           0 :                                           if (TREE_SIDE_EFFECTS (_p2)) goto next_after_fail1925;
   12636                 :           0 :                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1925;
   12637                 :           0 :                                           {
   12638                 :           0 :                                             tree _r;
   12639                 :           0 :                                             _r = captures[3];
   12640                 :           0 :                                             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1044, __FILE__, __LINE__, true);
   12641                 :           0 :                                             return _r;
   12642                 :             :                                           }
   12643                 :           0 : next_after_fail1925:;
   12644                 :             :                                         }
   12645                 :             :                                     }
   12646                 :             :                                   }
   12647                 :             :                               }
   12648                 :             :                             break;
   12649                 :             :                           }
   12650                 :             :                         default:;
   12651                 :             :                         }
   12652                 :             :                     }
   12653                 :             :                 }
   12654                 :           0 :               if (integer_zerop (_q21))
   12655                 :             :                 {
   12656                 :           0 :                   if (integer_zerop (_p1))
   12657                 :             :                     {
   12658                 :           0 :                       switch (TREE_CODE (_p2))
   12659                 :             :                         {
   12660                 :           0 :                         case MINUS_EXPR:
   12661                 :           0 :                           {
   12662                 :           0 :                             tree _q80 = TREE_OPERAND (_p2, 0);
   12663                 :           0 :                             tree _q81 = TREE_OPERAND (_p2, 1);
   12664                 :           0 :                             if ((_q80 == _q31 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q31, 0) && types_match (_q80, _q31)))
   12665                 :             :                               {
   12666                 :           0 :                                 if ((_q81 == _q30 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q30, 0) && types_match (_q81, _q30)))
   12667                 :             :                                   {
   12668                 :           0 :                                     {
   12669                 :           0 :                                       tree captures[4] ATTRIBUTE_UNUSED = { _q20, _q30, _q31, _p2 };
   12670                 :           0 :                                       tree res = generic_simplify_523 (loc, type, _p0, _p1, _p2, captures, UNEQ_EXPR);
   12671                 :           0 :                                       if (res) return res;
   12672                 :             :                                     }
   12673                 :             :                                   }
   12674                 :             :                               }
   12675                 :             :                             break;
   12676                 :             :                           }
   12677                 :             :                         default:;
   12678                 :             :                         }
   12679                 :             :                     }
   12680                 :             :                 }
   12681                 :             :               break;
   12682                 :             :             }
   12683                 :             :           default:;
   12684                 :             :           }
   12685                 :             :         break;
   12686                 :             :       }
   12687                 :        1086 :     case NE_EXPR:
   12688                 :        1086 :       {
   12689                 :        1086 :         tree _q20 = TREE_OPERAND (_p0, 0);
   12690                 :        1086 :         tree _q21 = TREE_OPERAND (_p0, 1);
   12691                 :        1086 :         if (zerop (_q21))
   12692                 :             :           {
   12693                 :         237 :             switch (TREE_CODE (_p2))
   12694                 :             :               {
   12695                 :           0 :               case NEGATE_EXPR:
   12696                 :           0 :                 {
   12697                 :           0 :                   tree _q60 = TREE_OPERAND (_p2, 0);
   12698                 :           0 :                   if ((_q60 == _p1 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _p1, 0) && types_match (_q60, _p1)))
   12699                 :             :                     {
   12700                 :           0 :                       {
   12701                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   12702                 :           0 :                         const enum tree_code cmp = NE_EXPR;
   12703                 :           0 :                         if (!HONOR_SIGNED_ZEROS (type)
   12704                 :           0 :  && bitwise_equal_p (captures[0], captures[1])
   12705                 :             : )
   12706                 :             :                           {
   12707                 :           0 :                             if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1926;
   12708                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1926;
   12709                 :           0 :                             {
   12710                 :           0 :                               tree _r;
   12711                 :           0 :                               _r = captures[1];
   12712                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1045, __FILE__, __LINE__, true);
   12713                 :           0 :                               return _r;
   12714                 :             :                             }
   12715                 :           0 : next_after_fail1926:;
   12716                 :             :                           }
   12717                 :             :                       }
   12718                 :             :                     }
   12719                 :             :                   break;
   12720                 :             :                 }
   12721                 :         237 :               default:;
   12722                 :             :               }
   12723                 :         237 :           if (integer_zerop (_p2))
   12724                 :             :             {
   12725                 :         138 :               {
   12726                 :         138 :                 tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   12727                 :         138 :                 const enum tree_code cmp = NE_EXPR;
   12728                 :         138 :                 if (!HONOR_SIGNED_ZEROS (type)
   12729                 :         138 :  && bitwise_equal_p (captures[0], captures[1])
   12730                 :             : )
   12731                 :             :                   {
   12732                 :           0 :                     if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1927;
   12733                 :           0 :                     if (TREE_SIDE_EFFECTS (_p2)) goto next_after_fail1927;
   12734                 :           0 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1927;
   12735                 :           0 :                     {
   12736                 :           0 :                       tree _r;
   12737                 :           0 :                       _r = captures[1];
   12738                 :           0 :                       if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1046, __FILE__, __LINE__, true);
   12739                 :           0 :                       return _r;
   12740                 :             :                     }
   12741                 :         138 : next_after_fail1927:;
   12742                 :             :                   }
   12743                 :             :               }
   12744                 :             :             }
   12745                 :             :           }
   12746                 :        1086 :         switch (TREE_CODE (_q20))
   12747                 :             :           {
   12748                 :          40 :           case MINUS_EXPR:
   12749                 :          40 :             {
   12750                 :          40 :               tree _q30 = TREE_OPERAND (_q20, 0);
   12751                 :          40 :               tree _q31 = TREE_OPERAND (_q20, 1);
   12752                 :          40 :               if (zerop (_q21))
   12753                 :             :                 {
   12754                 :           0 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   12755                 :             :                     {
   12756                 :           0 :                       switch (TREE_CODE (_p2))
   12757                 :             :                         {
   12758                 :           0 :                         case MINUS_EXPR:
   12759                 :           0 :                           {
   12760                 :           0 :                             tree _q80 = TREE_OPERAND (_p2, 0);
   12761                 :           0 :                             tree _q81 = TREE_OPERAND (_p2, 1);
   12762                 :           0 :                             if ((_q80 == _q31 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q31, 0) && types_match (_q80, _q31)))
   12763                 :             :                               {
   12764                 :           0 :                                 if ((_q81 == _q30 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q30, 0) && types_match (_q81, _q30)))
   12765                 :             :                                   {
   12766                 :           0 :                                     {
   12767                 :           0 :                                       tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q30, _q31 };
   12768                 :           0 :                                       const enum tree_code cmp = NE_EXPR;
   12769                 :           0 :                                       if (!HONOR_SIGNED_ZEROS (type)
   12770                 :             : )
   12771                 :             :                                         {
   12772                 :           0 :                                           if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1928;
   12773                 :           0 :                                           if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1928;
   12774                 :           0 :                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1928;
   12775                 :           0 :                                           {
   12776                 :           0 :                                             tree _r;
   12777                 :           0 :                                             _r = captures[0];
   12778                 :           0 :                                             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1047, __FILE__, __LINE__, true);
   12779                 :           0 :                                             return _r;
   12780                 :             :                                           }
   12781                 :           0 : next_after_fail1928:;
   12782                 :             :                                         }
   12783                 :             :                                     }
   12784                 :             :                                   }
   12785                 :             :                               }
   12786                 :             :                             break;
   12787                 :             :                           }
   12788                 :             :                         default:;
   12789                 :             :                         }
   12790                 :             :                     }
   12791                 :             :                 }
   12792                 :          40 :               if (integer_zerop (_q21))
   12793                 :             :                 {
   12794                 :           0 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   12795                 :             :                     {
   12796                 :           0 :                       if (integer_zerop (_p2))
   12797                 :             :                         {
   12798                 :           0 :                           {
   12799                 :           0 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q30, _q31 };
   12800                 :           0 :                             tree res = generic_simplify_524 (loc, type, _p0, _p1, _p2, captures, NE_EXPR);
   12801                 :           0 :                             if (res) return res;
   12802                 :             :                           }
   12803                 :             :                         }
   12804                 :             :                     }
   12805                 :             :                 }
   12806                 :             :               break;
   12807                 :             :             }
   12808                 :             :           default:;
   12809                 :             :           }
   12810                 :             :         break;
   12811                 :             :       }
   12812                 :           0 :     case LTGT_EXPR:
   12813                 :           0 :       {
   12814                 :           0 :         tree _q20 = TREE_OPERAND (_p0, 0);
   12815                 :           0 :         tree _q21 = TREE_OPERAND (_p0, 1);
   12816                 :           0 :         if (zerop (_q21))
   12817                 :             :           {
   12818                 :           0 :             switch (TREE_CODE (_p2))
   12819                 :             :               {
   12820                 :           0 :               case NEGATE_EXPR:
   12821                 :           0 :                 {
   12822                 :           0 :                   tree _q60 = TREE_OPERAND (_p2, 0);
   12823                 :           0 :                   if ((_q60 == _p1 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _p1, 0) && types_match (_q60, _p1)))
   12824                 :             :                     {
   12825                 :           0 :                       {
   12826                 :           0 :                         tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   12827                 :           0 :                         const enum tree_code cmp = LTGT_EXPR;
   12828                 :           0 :                         if (!HONOR_SIGNED_ZEROS (type)
   12829                 :           0 :  && bitwise_equal_p (captures[0], captures[1])
   12830                 :             : )
   12831                 :             :                           {
   12832                 :           0 :                             if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1929;
   12833                 :           0 :                             if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1929;
   12834                 :           0 :                             {
   12835                 :           0 :                               tree _r;
   12836                 :           0 :                               _r = captures[1];
   12837                 :           0 :                               if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1045, __FILE__, __LINE__, true);
   12838                 :           0 :                               return _r;
   12839                 :             :                             }
   12840                 :           0 : next_after_fail1929:;
   12841                 :             :                           }
   12842                 :             :                       }
   12843                 :             :                     }
   12844                 :             :                   break;
   12845                 :             :                 }
   12846                 :           0 :               default:;
   12847                 :             :               }
   12848                 :           0 :           if (integer_zerop (_p2))
   12849                 :             :             {
   12850                 :           0 :               {
   12851                 :           0 :                 tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
   12852                 :           0 :                 const enum tree_code cmp = LTGT_EXPR;
   12853                 :           0 :                 if (!HONOR_SIGNED_ZEROS (type)
   12854                 :           0 :  && bitwise_equal_p (captures[0], captures[1])
   12855                 :             : )
   12856                 :             :                   {
   12857                 :           0 :                     if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1930;
   12858                 :           0 :                     if (TREE_SIDE_EFFECTS (_p2)) goto next_after_fail1930;
   12859                 :           0 :                     if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1930;
   12860                 :           0 :                     {
   12861                 :           0 :                       tree _r;
   12862                 :           0 :                       _r = captures[1];
   12863                 :           0 :                       if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1046, __FILE__, __LINE__, true);
   12864                 :           0 :                       return _r;
   12865                 :             :                     }
   12866                 :           0 : next_after_fail1930:;
   12867                 :             :                   }
   12868                 :             :               }
   12869                 :             :             }
   12870                 :             :           }
   12871                 :           0 :         switch (TREE_CODE (_q20))
   12872                 :             :           {
   12873                 :           0 :           case MINUS_EXPR:
   12874                 :           0 :             {
   12875                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
   12876                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
   12877                 :           0 :               if (zerop (_q21))
   12878                 :             :                 {
   12879                 :           0 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   12880                 :             :                     {
   12881                 :           0 :                       switch (TREE_CODE (_p2))
   12882                 :             :                         {
   12883                 :           0 :                         case MINUS_EXPR:
   12884                 :           0 :                           {
   12885                 :           0 :                             tree _q80 = TREE_OPERAND (_p2, 0);
   12886                 :           0 :                             tree _q81 = TREE_OPERAND (_p2, 1);
   12887                 :           0 :                             if ((_q80 == _q31 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q31, 0) && types_match (_q80, _q31)))
   12888                 :             :                               {
   12889                 :           0 :                                 if ((_q81 == _q30 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q30, 0) && types_match (_q81, _q30)))
   12890                 :             :                                   {
   12891                 :           0 :                                     {
   12892                 :           0 :                                       tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q30, _q31 };
   12893                 :           0 :                                       const enum tree_code cmp = LTGT_EXPR;
   12894                 :           0 :                                       if (!HONOR_SIGNED_ZEROS (type)
   12895                 :             : )
   12896                 :             :                                         {
   12897                 :           0 :                                           if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1931;
   12898                 :           0 :                                           if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1931;
   12899                 :           0 :                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1931;
   12900                 :           0 :                                           {
   12901                 :           0 :                                             tree _r;
   12902                 :           0 :                                             _r = captures[0];
   12903                 :           0 :                                             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1047, __FILE__, __LINE__, true);
   12904                 :           0 :                                             return _r;
   12905                 :             :                                           }
   12906                 :           0 : next_after_fail1931:;
   12907                 :             :                                         }
   12908                 :             :                                     }
   12909                 :             :                                   }
   12910                 :             :                               }
   12911                 :             :                             break;
   12912                 :             :                           }
   12913                 :             :                         default:;
   12914                 :             :                         }
   12915                 :             :                     }
   12916                 :             :                 }
   12917                 :           0 :               if (integer_zerop (_q21))
   12918                 :             :                 {
   12919                 :           0 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   12920                 :             :                     {
   12921                 :           0 :                       if (integer_zerop (_p2))
   12922                 :             :                         {
   12923                 :           0 :                           {
   12924                 :           0 :                             tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q30, _q31 };
   12925                 :           0 :                             tree res = generic_simplify_524 (loc, type, _p0, _p1, _p2, captures, LTGT_EXPR);
   12926                 :           0 :                             if (res) return res;
   12927                 :             :                           }
   12928                 :             :                         }
   12929                 :             :                     }
   12930                 :             :                 }
   12931                 :             :               break;
   12932                 :             :             }
   12933                 :             :           default:;
   12934                 :             :           }
   12935                 :             :         break;
   12936                 :             :       }
   12937                 :        1117 :     case GE_EXPR:
   12938                 :        1117 :       {
   12939                 :        1117 :         tree _q20 = TREE_OPERAND (_p0, 0);
   12940                 :        1117 :         tree _q21 = TREE_OPERAND (_p0, 1);
   12941                 :        1117 :         switch (TREE_CODE (_q20))
   12942                 :             :           {
   12943                 :           0 :           CASE_CONVERT:
   12944                 :           0 :             {
   12945                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
   12946                 :           0 :               if (zerop (_q21))
   12947                 :             :                 {
   12948                 :           0 :                   switch (TREE_CODE (_p2))
   12949                 :             :                     {
   12950                 :           0 :                     case NEGATE_EXPR:
   12951                 :           0 :                       {
   12952                 :           0 :                         tree _q70 = TREE_OPERAND (_p2, 0);
   12953                 :           0 :                         if ((_q70 == _p1 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _p1, 0) && types_match (_q70, _p1)))
   12954                 :             :                           {
   12955                 :           0 :                             {
   12956                 :           0 :                               tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q30, _p1 };
   12957                 :           0 :                               const enum tree_code cmp = GE_EXPR;
   12958                 :           0 :                               if (!HONOR_SIGNED_ZEROS (TREE_TYPE (captures[1]))
   12959                 :           0 :  && !TYPE_UNSIGNED (TREE_TYPE (captures[1]))
   12960                 :           0 :  && element_precision (captures[1])
   12961                 :           0 :  <= element_precision (captures[0])
   12962                 :           0 :  && bitwise_equal_p (captures[1], captures[2])
   12963                 :             : )
   12964                 :             :                                 {
   12965                 :           0 :                                   if (TYPE_UNSIGNED (TREE_TYPE (captures[2]))
   12966                 :             : )
   12967                 :             :                                     {
   12968                 :           0 :                                       {
   12969                 :           0 :  tree stype = signed_type_for (TREE_TYPE (captures[2]));
   12970                 :           0 :                                           if (types_match (captures[0], stype)
   12971                 :             : )
   12972                 :             :                                             {
   12973                 :           0 :                                               if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1932;
   12974                 :           0 :                                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1932;
   12975                 :           0 :                                               {
   12976                 :           0 :                                                 tree res_op0;
   12977                 :           0 :                                                 res_op0 = captures[0];
   12978                 :           0 :                                                 tree _r;
   12979                 :           0 :                                                 _r = fold_build1_loc (loc, ABSU_EXPR, type, res_op0);
   12980                 :           0 :                                                 if (TREE_SIDE_EFFECTS (captures[2]))
   12981                 :           0 :                                                   _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
   12982                 :           0 :                                                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1050, __FILE__, __LINE__, true);
   12983                 :           0 :                                                 return _r;
   12984                 :             :                                               }
   12985                 :           0 : next_after_fail1932:;
   12986                 :             :                                             }
   12987                 :             :                                           else
   12988                 :             :                                             {
   12989                 :           0 :                                               if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1933;
   12990                 :           0 :                                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1933;
   12991                 :           0 :                                               {
   12992                 :           0 :                                                 tree res_op0;
   12993                 :           0 :                                                 {
   12994                 :           0 :                                                   tree _o1[1], _r1;
   12995                 :           0 :                                                   _o1[0] = captures[2];
   12996                 :           0 :                                                   if (TREE_TYPE (_o1[0]) != stype)
   12997                 :             :                                                     {
   12998                 :           0 :                                                       _r1 = fold_build1_loc (loc, NOP_EXPR, stype, _o1[0]);
   12999                 :             :                                                     }
   13000                 :             :                                                   else
   13001                 :             :                                                     _r1 = _o1[0];
   13002                 :           0 :                                                   res_op0 = _r1;
   13003                 :             :                                                 }
   13004                 :           0 :                                                 tree _r;
   13005                 :           0 :                                                 _r = fold_build1_loc (loc, ABSU_EXPR, type, res_op0);
   13006                 :           0 :                                                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1051, __FILE__, __LINE__, true);
   13007                 :           0 :                                                 return _r;
   13008                 :             :                                               }
   13009                 :           0 : next_after_fail1933:;
   13010                 :             :                                             }
   13011                 :             :                                       }
   13012                 :             :                                     }
   13013                 :             :                                   else
   13014                 :             :                                     {
   13015                 :           0 :                                       if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1934;
   13016                 :           0 :                                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1934;
   13017                 :           0 :                                       {
   13018                 :           0 :                                         tree res_op0;
   13019                 :           0 :                                         res_op0 = captures[2];
   13020                 :           0 :                                         tree _r;
   13021                 :           0 :                                         _r = fold_build1_loc (loc, ABS_EXPR, type, res_op0);
   13022                 :           0 :                                         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1052, __FILE__, __LINE__, true);
   13023                 :           0 :                                         return _r;
   13024                 :             :                                       }
   13025                 :           0 : next_after_fail1934:;
   13026                 :             :                                     }
   13027                 :             :                                 }
   13028                 :             :                             }
   13029                 :             :                           }
   13030                 :             :                         break;
   13031                 :             :                       }
   13032                 :             :                     default:;
   13033                 :             :                     }
   13034                 :             :                 }
   13035                 :             :               break;
   13036                 :             :             }
   13037                 :        1117 :           default:;
   13038                 :             :           }
   13039                 :        1117 :         if (zerop (_q21))
   13040                 :             :           {
   13041                 :         334 :             switch (TREE_CODE (_p2))
   13042                 :             :               {
   13043                 :           3 :               case NEGATE_EXPR:
   13044                 :           3 :                 {
   13045                 :           3 :                   tree _q60 = TREE_OPERAND (_p2, 0);
   13046                 :           3 :                   if ((_q60 == _p1 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _p1, 0) && types_match (_q60, _p1)))
   13047                 :             :                     {
   13048                 :           3 :                       {
   13049                 :           3 :                         tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q20, _p1 };
   13050                 :           3 :                         const enum tree_code cmp = GE_EXPR;
   13051                 :           3 :                         if (!HONOR_SIGNED_ZEROS (TREE_TYPE (captures[1]))
   13052                 :           3 :  && !TYPE_UNSIGNED (TREE_TYPE (captures[1]))
   13053                 :           6 :  && element_precision (captures[1])
   13054                 :           3 :  <= element_precision (captures[0])
   13055                 :           6 :  && bitwise_equal_p (captures[1], captures[2])
   13056                 :             : )
   13057                 :             :                           {
   13058                 :           3 :                             if (TYPE_UNSIGNED (TREE_TYPE (captures[2]))
   13059                 :             : )
   13060                 :             :                               {
   13061                 :           0 :                                 {
   13062                 :           0 :  tree stype = signed_type_for (TREE_TYPE (captures[2]));
   13063                 :           0 :                                     if (types_match (captures[0], stype)
   13064                 :             : )
   13065                 :             :                                       {
   13066                 :           0 :                                         if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1935;
   13067                 :           0 :                                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1935;
   13068                 :           0 :                                         {
   13069                 :           0 :                                           tree res_op0;
   13070                 :           0 :                                           res_op0 = captures[0];
   13071                 :           0 :                                           tree _r;
   13072                 :           0 :                                           _r = fold_build1_loc (loc, ABSU_EXPR, type, res_op0);
   13073                 :           0 :                                           if (TREE_SIDE_EFFECTS (captures[2]))
   13074                 :           0 :                                             _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
   13075                 :           0 :                                           if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1050, __FILE__, __LINE__, true);
   13076                 :           0 :                                           return _r;
   13077                 :             :                                         }
   13078                 :           0 : next_after_fail1935:;
   13079                 :             :                                       }
   13080                 :             :                                     else
   13081                 :             :                                       {
   13082                 :           0 :                                         if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1936;
   13083                 :           0 :                                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1936;
   13084                 :           0 :                                         {
   13085                 :           0 :                                           tree res_op0;
   13086                 :           0 :                                           {
   13087                 :           0 :                                             tree _o1[1], _r1;
   13088                 :           0 :                                             _o1[0] = captures[2];
   13089                 :           0 :                                             if (TREE_TYPE (_o1[0]) != stype)
   13090                 :             :                                               {
   13091                 :           0 :                                                 _r1 = fold_build1_loc (loc, NOP_EXPR, stype, _o1[0]);
   13092                 :             :                                               }
   13093                 :             :                                             else
   13094                 :             :                                               _r1 = _o1[0];
   13095                 :           0 :                                             res_op0 = _r1;
   13096                 :             :                                           }
   13097                 :           0 :                                           tree _r;
   13098                 :           0 :                                           _r = fold_build1_loc (loc, ABSU_EXPR, type, res_op0);
   13099                 :           0 :                                           if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1051, __FILE__, __LINE__, true);
   13100                 :           0 :                                           return _r;
   13101                 :             :                                         }
   13102                 :           0 : next_after_fail1936:;
   13103                 :             :                                       }
   13104                 :             :                                 }
   13105                 :             :                               }
   13106                 :             :                             else
   13107                 :             :                               {
   13108                 :           3 :                                 if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1937;
   13109                 :           3 :                                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1937;
   13110                 :           3 :                                 {
   13111                 :           3 :                                   tree res_op0;
   13112                 :           3 :                                   res_op0 = captures[2];
   13113                 :           3 :                                   tree _r;
   13114                 :           3 :                                   _r = fold_build1_loc (loc, ABS_EXPR, type, res_op0);
   13115                 :           3 :                                   if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1052, __FILE__, __LINE__, true);
   13116                 :           3 :                                   return _r;
   13117                 :             :                                 }
   13118                 :           0 : next_after_fail1937:;
   13119                 :             :                               }
   13120                 :             :                           }
   13121                 :             :                       }
   13122                 :             :                     }
   13123                 :             :                   break;
   13124                 :             :                 }
   13125                 :             :               default:;
   13126                 :             :               }
   13127                 :             :           }
   13128                 :        1114 :         switch (TREE_CODE (_q20))
   13129                 :             :           {
   13130                 :           0 :           case MINUS_EXPR:
   13131                 :           0 :             {
   13132                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
   13133                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
   13134                 :           0 :               if (zerop (_q21))
   13135                 :             :                 {
   13136                 :           0 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   13137                 :             :                     {
   13138                 :           0 :                       switch (TREE_CODE (_p2))
   13139                 :             :                         {
   13140                 :           0 :                         case MINUS_EXPR:
   13141                 :           0 :                           {
   13142                 :           0 :                             tree _q80 = TREE_OPERAND (_p2, 0);
   13143                 :           0 :                             tree _q81 = TREE_OPERAND (_p2, 1);
   13144                 :           0 :                             if ((_q80 == _q31 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q31, 0) && types_match (_q80, _q31)))
   13145                 :             :                               {
   13146                 :           0 :                                 if ((_q81 == _q30 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q30, 0) && types_match (_q81, _q30)))
   13147                 :             :                                   {
   13148                 :           0 :                                     {
   13149                 :           0 :                                       tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q30, _q31 };
   13150                 :           0 :                                       const enum tree_code cmp = GE_EXPR;
   13151                 :           0 :                                       if (!HONOR_SIGNED_ZEROS (type)
   13152                 :           0 :  && !TYPE_UNSIGNED (type)
   13153                 :             : )
   13154                 :             :                                         {
   13155                 :           0 :                                           if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1938;
   13156                 :           0 :                                           if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1938;
   13157                 :           0 :                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1938;
   13158                 :           0 :                                           {
   13159                 :           0 :                                             tree res_op0;
   13160                 :           0 :                                             res_op0 = captures[0];
   13161                 :           0 :                                             tree _r;
   13162                 :           0 :                                             _r = fold_build1_loc (loc, ABS_EXPR, type, res_op0);
   13163                 :           0 :                                             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1053, __FILE__, __LINE__, true);
   13164                 :           0 :                                             return _r;
   13165                 :             :                                           }
   13166                 :           0 : next_after_fail1938:;
   13167                 :             :                                         }
   13168                 :             :                                     }
   13169                 :             :                                   }
   13170                 :             :                               }
   13171                 :             :                             break;
   13172                 :             :                           }
   13173                 :             :                         default:;
   13174                 :             :                         }
   13175                 :             :                     }
   13176                 :             :                 }
   13177                 :             :               break;
   13178                 :             :             }
   13179                 :             :           default:;
   13180                 :             :           }
   13181                 :             :         break;
   13182                 :             :       }
   13183                 :       64377 :     case GT_EXPR:
   13184                 :       64377 :       {
   13185                 :       64377 :         tree _q20 = TREE_OPERAND (_p0, 0);
   13186                 :       64377 :         tree _q21 = TREE_OPERAND (_p0, 1);
   13187                 :       64377 :         switch (TREE_CODE (_q20))
   13188                 :             :           {
   13189                 :          13 :           CASE_CONVERT:
   13190                 :          13 :             {
   13191                 :          13 :               tree _q30 = TREE_OPERAND (_q20, 0);
   13192                 :          13 :               if (zerop (_q21))
   13193                 :             :                 {
   13194                 :           1 :                   switch (TREE_CODE (_p2))
   13195                 :             :                     {
   13196                 :           0 :                     case NEGATE_EXPR:
   13197                 :           0 :                       {
   13198                 :           0 :                         tree _q70 = TREE_OPERAND (_p2, 0);
   13199                 :           0 :                         if ((_q70 == _p1 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _p1, 0) && types_match (_q70, _p1)))
   13200                 :             :                           {
   13201                 :           0 :                             {
   13202                 :           0 :                               tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q30, _p1 };
   13203                 :           0 :                               const enum tree_code cmp = GT_EXPR;
   13204                 :           0 :                               if (!HONOR_SIGNED_ZEROS (TREE_TYPE (captures[1]))
   13205                 :           0 :  && !TYPE_UNSIGNED (TREE_TYPE (captures[1]))
   13206                 :           0 :  && element_precision (captures[1])
   13207                 :           0 :  <= element_precision (captures[0])
   13208                 :           0 :  && bitwise_equal_p (captures[1], captures[2])
   13209                 :             : )
   13210                 :             :                                 {
   13211                 :           0 :                                   if (TYPE_UNSIGNED (TREE_TYPE (captures[2]))
   13212                 :             : )
   13213                 :             :                                     {
   13214                 :           0 :                                       {
   13215                 :           0 :  tree stype = signed_type_for (TREE_TYPE (captures[2]));
   13216                 :           0 :                                           if (types_match (captures[0], stype)
   13217                 :             : )
   13218                 :             :                                             {
   13219                 :           0 :                                               if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1939;
   13220                 :           0 :                                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1939;
   13221                 :           0 :                                               {
   13222                 :           0 :                                                 tree res_op0;
   13223                 :           0 :                                                 res_op0 = captures[0];
   13224                 :           0 :                                                 tree _r;
   13225                 :           0 :                                                 _r = fold_build1_loc (loc, ABSU_EXPR, type, res_op0);
   13226                 :           0 :                                                 if (TREE_SIDE_EFFECTS (captures[2]))
   13227                 :           0 :                                                   _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
   13228                 :           0 :                                                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1050, __FILE__, __LINE__, true);
   13229                 :           0 :                                                 return _r;
   13230                 :             :                                               }
   13231                 :           0 : next_after_fail1939:;
   13232                 :             :                                             }
   13233                 :             :                                           else
   13234                 :             :                                             {
   13235                 :           0 :                                               if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1940;
   13236                 :           0 :                                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1940;
   13237                 :           0 :                                               {
   13238                 :           0 :                                                 tree res_op0;
   13239                 :           0 :                                                 {
   13240                 :           0 :                                                   tree _o1[1], _r1;
   13241                 :           0 :                                                   _o1[0] = captures[2];
   13242                 :           0 :                                                   if (TREE_TYPE (_o1[0]) != stype)
   13243                 :             :                                                     {
   13244                 :           0 :                                                       _r1 = fold_build1_loc (loc, NOP_EXPR, stype, _o1[0]);
   13245                 :             :                                                     }
   13246                 :             :                                                   else
   13247                 :             :                                                     _r1 = _o1[0];
   13248                 :           0 :                                                   res_op0 = _r1;
   13249                 :             :                                                 }
   13250                 :           0 :                                                 tree _r;
   13251                 :           0 :                                                 _r = fold_build1_loc (loc, ABSU_EXPR, type, res_op0);
   13252                 :           0 :                                                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1051, __FILE__, __LINE__, true);
   13253                 :           0 :                                                 return _r;
   13254                 :             :                                               }
   13255                 :           0 : next_after_fail1940:;
   13256                 :             :                                             }
   13257                 :             :                                       }
   13258                 :             :                                     }
   13259                 :             :                                   else
   13260                 :             :                                     {
   13261                 :           0 :                                       if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1941;
   13262                 :           0 :                                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1941;
   13263                 :           0 :                                       {
   13264                 :           0 :                                         tree res_op0;
   13265                 :           0 :                                         res_op0 = captures[2];
   13266                 :           0 :                                         tree _r;
   13267                 :           0 :                                         _r = fold_build1_loc (loc, ABS_EXPR, type, res_op0);
   13268                 :           0 :                                         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1052, __FILE__, __LINE__, true);
   13269                 :           0 :                                         return _r;
   13270                 :             :                                       }
   13271                 :           0 : next_after_fail1941:;
   13272                 :             :                                     }
   13273                 :             :                                 }
   13274                 :             :                             }
   13275                 :             :                           }
   13276                 :             :                         break;
   13277                 :             :                       }
   13278                 :             :                     default:;
   13279                 :             :                     }
   13280                 :             :                 }
   13281                 :             :               break;
   13282                 :             :             }
   13283                 :       64377 :           default:;
   13284                 :             :           }
   13285                 :       64377 :         if (zerop (_q21))
   13286                 :             :           {
   13287                 :          77 :             switch (TREE_CODE (_p2))
   13288                 :             :               {
   13289                 :           3 :               case NEGATE_EXPR:
   13290                 :           3 :                 {
   13291                 :           3 :                   tree _q60 = TREE_OPERAND (_p2, 0);
   13292                 :           3 :                   if ((_q60 == _p1 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _p1, 0) && types_match (_q60, _p1)))
   13293                 :             :                     {
   13294                 :           3 :                       {
   13295                 :           3 :                         tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q20, _p1 };
   13296                 :           3 :                         const enum tree_code cmp = GT_EXPR;
   13297                 :           3 :                         if (!HONOR_SIGNED_ZEROS (TREE_TYPE (captures[1]))
   13298                 :           3 :  && !TYPE_UNSIGNED (TREE_TYPE (captures[1]))
   13299                 :           6 :  && element_precision (captures[1])
   13300                 :           3 :  <= element_precision (captures[0])
   13301                 :           6 :  && bitwise_equal_p (captures[1], captures[2])
   13302                 :             : )
   13303                 :             :                           {
   13304                 :           3 :                             if (TYPE_UNSIGNED (TREE_TYPE (captures[2]))
   13305                 :             : )
   13306                 :             :                               {
   13307                 :           0 :                                 {
   13308                 :           0 :  tree stype = signed_type_for (TREE_TYPE (captures[2]));
   13309                 :           0 :                                     if (types_match (captures[0], stype)
   13310                 :             : )
   13311                 :             :                                       {
   13312                 :           0 :                                         if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1942;
   13313                 :           0 :                                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1942;
   13314                 :           0 :                                         {
   13315                 :           0 :                                           tree res_op0;
   13316                 :           0 :                                           res_op0 = captures[0];
   13317                 :           0 :                                           tree _r;
   13318                 :           0 :                                           _r = fold_build1_loc (loc, ABSU_EXPR, type, res_op0);
   13319                 :           0 :                                           if (TREE_SIDE_EFFECTS (captures[2]))
   13320                 :           0 :                                             _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
   13321                 :           0 :                                           if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1050, __FILE__, __LINE__, true);
   13322                 :           0 :                                           return _r;
   13323                 :             :                                         }
   13324                 :           0 : next_after_fail1942:;
   13325                 :             :                                       }
   13326                 :             :                                     else
   13327                 :             :                                       {
   13328                 :           0 :                                         if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1943;
   13329                 :           0 :                                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1943;
   13330                 :           0 :                                         {
   13331                 :           0 :                                           tree res_op0;
   13332                 :           0 :                                           {
   13333                 :           0 :                                             tree _o1[1], _r1;
   13334                 :           0 :                                             _o1[0] = captures[2];
   13335                 :           0 :                                             if (TREE_TYPE (_o1[0]) != stype)
   13336                 :             :                                               {
   13337                 :           0 :                                                 _r1 = fold_build1_loc (loc, NOP_EXPR, stype, _o1[0]);
   13338                 :             :                                               }
   13339                 :             :                                             else
   13340                 :             :                                               _r1 = _o1[0];
   13341                 :           0 :                                             res_op0 = _r1;
   13342                 :             :                                           }
   13343                 :           0 :                                           tree _r;
   13344                 :           0 :                                           _r = fold_build1_loc (loc, ABSU_EXPR, type, res_op0);
   13345                 :           0 :                                           if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1051, __FILE__, __LINE__, true);
   13346                 :           0 :                                           return _r;
   13347                 :             :                                         }
   13348                 :           0 : next_after_fail1943:;
   13349                 :             :                                       }
   13350                 :             :                                 }
   13351                 :             :                               }
   13352                 :             :                             else
   13353                 :             :                               {
   13354                 :           3 :                                 if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1944;
   13355                 :           3 :                                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1944;
   13356                 :           3 :                                 {
   13357                 :           3 :                                   tree res_op0;
   13358                 :           3 :                                   res_op0 = captures[2];
   13359                 :           3 :                                   tree _r;
   13360                 :           3 :                                   _r = fold_build1_loc (loc, ABS_EXPR, type, res_op0);
   13361                 :           3 :                                   if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1052, __FILE__, __LINE__, true);
   13362                 :           3 :                                   return _r;
   13363                 :             :                                 }
   13364                 :           0 : next_after_fail1944:;
   13365                 :             :                               }
   13366                 :             :                           }
   13367                 :             :                       }
   13368                 :             :                     }
   13369                 :             :                   break;
   13370                 :             :                 }
   13371                 :             :               default:;
   13372                 :             :               }
   13373                 :             :           }
   13374                 :       64374 :         switch (TREE_CODE (_q20))
   13375                 :             :           {
   13376                 :           0 :           case MINUS_EXPR:
   13377                 :           0 :             {
   13378                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
   13379                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
   13380                 :           0 :               if (zerop (_q21))
   13381                 :             :                 {
   13382                 :           0 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   13383                 :             :                     {
   13384                 :           0 :                       switch (TREE_CODE (_p2))
   13385                 :             :                         {
   13386                 :           0 :                         case MINUS_EXPR:
   13387                 :           0 :                           {
   13388                 :           0 :                             tree _q80 = TREE_OPERAND (_p2, 0);
   13389                 :           0 :                             tree _q81 = TREE_OPERAND (_p2, 1);
   13390                 :           0 :                             if ((_q80 == _q31 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q31, 0) && types_match (_q80, _q31)))
   13391                 :             :                               {
   13392                 :           0 :                                 if ((_q81 == _q30 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q30, 0) && types_match (_q81, _q30)))
   13393                 :             :                                   {
   13394                 :           0 :                                     {
   13395                 :           0 :                                       tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q30, _q31 };
   13396                 :           0 :                                       const enum tree_code cmp = GT_EXPR;
   13397                 :           0 :                                       if (!HONOR_SIGNED_ZEROS (type)
   13398                 :           0 :  && !TYPE_UNSIGNED (type)
   13399                 :             : )
   13400                 :             :                                         {
   13401                 :           0 :                                           if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1945;
   13402                 :           0 :                                           if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1945;
   13403                 :           0 :                                           if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1945;
   13404                 :           0 :                                           {
   13405                 :           0 :                                             tree res_op0;
   13406                 :           0 :                                             res_op0 = captures[0];
   13407                 :           0 :                                             tree _r;
   13408                 :           0 :                                             _r = fold_build1_loc (loc, ABS_EXPR, type, res_op0);
   13409                 :           0 :                                             if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1053, __FILE__, __LINE__, true);
   13410                 :           0 :                                             return _r;
   13411                 :             :                                           }
   13412                 :           0 : next_after_fail1945:;
   13413                 :             :                                         }
   13414                 :             :                                     }
   13415                 :             :                                   }
   13416                 :             :                               }
   13417                 :             :                             break;
   13418                 :             :                           }
   13419                 :             :                         default:;
   13420                 :             :                         }
   13421                 :             :                     }
   13422                 :             :                 }
   13423                 :             :               break;
   13424                 :             :             }
   13425                 :             :           default:;
   13426                 :             :           }
   13427                 :             :         break;
   13428                 :             :       }
   13429                 :         813 :     case LE_EXPR:
   13430                 :         813 :       {
   13431                 :         813 :         tree _q20 = TREE_OPERAND (_p0, 0);
   13432                 :         813 :         tree _q21 = TREE_OPERAND (_p0, 1);
   13433                 :         813 :         switch (TREE_CODE (_q20))
   13434                 :             :           {
   13435                 :           0 :           CASE_CONVERT:
   13436                 :           0 :             {
   13437                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
   13438                 :           0 :               if (zerop (_q21))
   13439                 :             :                 {
   13440                 :           0 :                   switch (TREE_CODE (_p2))
   13441                 :             :                     {
   13442                 :           0 :                     case NEGATE_EXPR:
   13443                 :           0 :                       {
   13444                 :           0 :                         tree _q70 = TREE_OPERAND (_p2, 0);
   13445                 :           0 :                         if ((_q70 == _p1 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _p1, 0) && types_match (_q70, _p1)))
   13446                 :             :                           {
   13447                 :           0 :                             {
   13448                 :           0 :                               tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q30, _p1 };
   13449                 :           0 :                               const enum tree_code cmp = LE_EXPR;
   13450                 :           0 :                               if (!HONOR_SIGNED_ZEROS (TREE_TYPE (captures[1]))
   13451                 :           0 :  && !TYPE_UNSIGNED (TREE_TYPE (captures[1]))
   13452                 :           0 :  && element_precision (captures[1])
   13453                 :           0 :  <= element_precision (captures[0])
   13454                 :           0 :  && bitwise_equal_p (captures[1], captures[2])
   13455                 :             : )
   13456                 :             :                                 {
   13457                 :           0 :                                   if ((ANY_INTEGRAL_TYPE_P (TREE_TYPE (captures[2]))
   13458                 :           0 :  && !TYPE_OVERFLOW_WRAPS (TREE_TYPE (captures[2])))
   13459                 :           0 :  || TYPE_UNSIGNED (TREE_TYPE (captures[2]))
   13460                 :             : )
   13461                 :             :                                     {
   13462                 :           0 :                                       {
   13463                 :           0 :  tree stype = signed_type_for (TREE_TYPE (captures[2]));
   13464                 :           0 :  tree utype = unsigned_type_for (TREE_TYPE (captures[2]));
   13465                 :           0 :                                           if (types_match (captures[0], stype)
   13466                 :             : )
   13467                 :             :                                             {
   13468                 :           0 :                                               if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1946;
   13469                 :           0 :                                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1946;
   13470                 :           0 :                                               {
   13471                 :           0 :                                                 tree res_op0;
   13472                 :           0 :                                                 {
   13473                 :           0 :                                                   tree _o1[1], _r1;
   13474                 :           0 :                                                   {
   13475                 :           0 :                                                     tree _o2[1], _r2;
   13476                 :           0 :                                                     _o2[0] = captures[0];
   13477                 :           0 :                                                     _r2 = fold_build1_loc (loc, ABSU_EXPR, utype, _o2[0]);
   13478                 :           0 :                                                     _o1[0] = _r2;
   13479                 :             :                                                   }
   13480                 :           0 :                                                   _r1 = fold_build1_loc (loc, NEGATE_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
   13481                 :           0 :                                                   res_op0 = _r1;
   13482                 :             :                                                 }
   13483                 :           0 :                                                 tree _r;
   13484                 :           0 :                                                 _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
   13485                 :           0 :                                                 if (TREE_SIDE_EFFECTS (captures[2]))
   13486                 :           0 :                                                   _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
   13487                 :           0 :                                                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1054, __FILE__, __LINE__, true);
   13488                 :           0 :                                                 return _r;
   13489                 :             :                                               }
   13490                 :           0 : next_after_fail1946:;
   13491                 :             :                                             }
   13492                 :             :                                           else
   13493                 :             :                                             {
   13494                 :           0 :                                               if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1947;
   13495                 :           0 :                                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1947;
   13496                 :           0 :                                               {
   13497                 :           0 :                                                 tree res_op0;
   13498                 :           0 :                                                 {
   13499                 :           0 :                                                   tree _o1[1], _r1;
   13500                 :           0 :                                                   {
   13501                 :           0 :                                                     tree _o2[1], _r2;
   13502                 :           0 :                                                     {
   13503                 :           0 :                                                       tree _o3[1], _r3;
   13504                 :           0 :                                                       _o3[0] = captures[2];
   13505                 :           0 :                                                       if (TREE_TYPE (_o3[0]) != stype)
   13506                 :             :                                                         {
   13507                 :           0 :                                                           _r3 = fold_build1_loc (loc, NOP_EXPR, stype, _o3[0]);
   13508                 :             :                                                         }
   13509                 :             :                                                       else
   13510                 :             :                                                         _r3 = _o3[0];
   13511                 :           0 :                                                       _o2[0] = _r3;
   13512                 :             :                                                     }
   13513                 :           0 :                                                     _r2 = fold_build1_loc (loc, ABSU_EXPR, utype, _o2[0]);
   13514                 :           0 :                                                     _o1[0] = _r2;
   13515                 :             :                                                   }
   13516                 :           0 :                                                   _r1 = fold_build1_loc (loc, NEGATE_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
   13517                 :           0 :                                                   res_op0 = _r1;
   13518                 :             :                                                 }
   13519                 :           0 :                                                 tree _r;
   13520                 :           0 :                                                 _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
   13521                 :           0 :                                                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1055, __FILE__, __LINE__, true);
   13522                 :           0 :                                                 return _r;
   13523                 :             :                                               }
   13524                 :           0 : next_after_fail1947:;
   13525                 :             :                                             }
   13526                 :             :                                       }
   13527                 :             :                                     }
   13528                 :             :                                   else
   13529                 :             :                                     {
   13530                 :           0 :                                       if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1948;
   13531                 :           0 :                                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1948;
   13532                 :           0 :                                       {
   13533                 :           0 :                                         tree res_op0;
   13534                 :           0 :                                         {
   13535                 :           0 :                                           tree _o1[1], _r1;
   13536                 :           0 :                                           {
   13537                 :           0 :                                             tree _o2[1], _r2;
   13538                 :           0 :                                             _o2[0] = captures[2];
   13539                 :           0 :                                             _r2 = fold_build1_loc (loc, ABS_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
   13540                 :           0 :                                             _o1[0] = _r2;
   13541                 :             :                                           }
   13542                 :           0 :                                           _r1 = fold_build1_loc (loc, NEGATE_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
   13543                 :           0 :                                           res_op0 = _r1;
   13544                 :             :                                         }
   13545                 :           0 :                                         tree _r;
   13546                 :           0 :                                         _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
   13547                 :           0 :                                         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1056, __FILE__, __LINE__, true);
   13548                 :           0 :                                         return _r;
   13549                 :             :                                       }
   13550                 :           0 : next_after_fail1948:;
   13551                 :             :                                     }
   13552                 :             :                                 }
   13553                 :             :                             }
   13554                 :             :                           }
   13555                 :             :                         break;
   13556                 :             :                       }
   13557                 :             :                     default:;
   13558                 :             :                     }
   13559                 :             :                 }
   13560                 :             :               break;
   13561                 :             :             }
   13562                 :         813 :           default:;
   13563                 :             :           }
   13564                 :         813 :         if (zerop (_q21))
   13565                 :             :           {
   13566                 :          18 :             switch (TREE_CODE (_p2))
   13567                 :             :               {
   13568                 :           0 :               case NEGATE_EXPR:
   13569                 :           0 :                 {
   13570                 :           0 :                   tree _q60 = TREE_OPERAND (_p2, 0);
   13571                 :           0 :                   if ((_q60 == _p1 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _p1, 0) && types_match (_q60, _p1)))
   13572                 :             :                     {
   13573                 :           0 :                       {
   13574                 :           0 :                         tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q20, _p1 };
   13575                 :           0 :                         const enum tree_code cmp = LE_EXPR;
   13576                 :           0 :                         if (!HONOR_SIGNED_ZEROS (TREE_TYPE (captures[1]))
   13577                 :           0 :  && !TYPE_UNSIGNED (TREE_TYPE (captures[1]))
   13578                 :           0 :  && element_precision (captures[1])
   13579                 :           0 :  <= element_precision (captures[0])
   13580                 :           0 :  && bitwise_equal_p (captures[1], captures[2])
   13581                 :             : )
   13582                 :             :                           {
   13583                 :           0 :                             if ((ANY_INTEGRAL_TYPE_P (TREE_TYPE (captures[2]))
   13584                 :           0 :  && !TYPE_OVERFLOW_WRAPS (TREE_TYPE (captures[2])))
   13585                 :           0 :  || TYPE_UNSIGNED (TREE_TYPE (captures[2]))
   13586                 :             : )
   13587                 :             :                               {
   13588                 :           0 :                                 {
   13589                 :           0 :  tree stype = signed_type_for (TREE_TYPE (captures[2]));
   13590                 :           0 :  tree utype = unsigned_type_for (TREE_TYPE (captures[2]));
   13591                 :           0 :                                     if (types_match (captures[0], stype)
   13592                 :             : )
   13593                 :             :                                       {
   13594                 :           0 :                                         if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1949;
   13595                 :           0 :                                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1949;
   13596                 :           0 :                                         {
   13597                 :           0 :                                           tree res_op0;
   13598                 :           0 :                                           {
   13599                 :           0 :                                             tree _o1[1], _r1;
   13600                 :           0 :                                             {
   13601                 :           0 :                                               tree _o2[1], _r2;
   13602                 :           0 :                                               _o2[0] = captures[0];
   13603                 :           0 :                                               _r2 = fold_build1_loc (loc, ABSU_EXPR, utype, _o2[0]);
   13604                 :           0 :                                               _o1[0] = _r2;
   13605                 :             :                                             }
   13606                 :           0 :                                             _r1 = fold_build1_loc (loc, NEGATE_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
   13607                 :           0 :                                             res_op0 = _r1;
   13608                 :             :                                           }
   13609                 :           0 :                                           tree _r;
   13610                 :           0 :                                           _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
   13611                 :           0 :                                           if (TREE_SIDE_EFFECTS (captures[2]))
   13612                 :           0 :                                             _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
   13613                 :           0 :                                           if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1054, __FILE__, __LINE__, true);
   13614                 :           0 :                                           return _r;
   13615                 :             :                                         }
   13616                 :           0 : next_after_fail1949:;
   13617                 :             :                                       }
   13618                 :             :                                     else
   13619                 :             :                                       {
   13620                 :           0 :                                         if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1950;
   13621                 :           0 :                                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1950;
   13622                 :           0 :                                         {
   13623                 :           0 :                                           tree res_op0;
   13624                 :           0 :                                           {
   13625                 :           0 :                                             tree _o1[1], _r1;
   13626                 :           0 :                                             {
   13627                 :           0 :                                               tree _o2[1], _r2;
   13628                 :           0 :                                               {
   13629                 :           0 :                                                 tree _o3[1], _r3;
   13630                 :           0 :                                                 _o3[0] = captures[2];
   13631                 :           0 :                                                 if (TREE_TYPE (_o3[0]) != stype)
   13632                 :             :                                                   {
   13633                 :           0 :                                                     _r3 = fold_build1_loc (loc, NOP_EXPR, stype, _o3[0]);
   13634                 :             :                                                   }
   13635                 :             :                                                 else
   13636                 :             :                                                   _r3 = _o3[0];
   13637                 :           0 :                                                 _o2[0] = _r3;
   13638                 :             :                                               }
   13639                 :           0 :                                               _r2 = fold_build1_loc (loc, ABSU_EXPR, utype, _o2[0]);
   13640                 :           0 :                                               _o1[0] = _r2;
   13641                 :             :                                             }
   13642                 :           0 :                                             _r1 = fold_build1_loc (loc, NEGATE_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
   13643                 :           0 :                                             res_op0 = _r1;
   13644                 :             :                                           }
   13645                 :           0 :                                           tree _r;
   13646                 :           0 :                                           _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
   13647                 :           0 :                                           if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1055, __FILE__, __LINE__, true);
   13648                 :           0 :                                           return _r;
   13649                 :             :                                         }
   13650                 :           0 : next_after_fail1950:;
   13651                 :             :                                       }
   13652                 :             :                                 }
   13653                 :             :                               }
   13654                 :             :                             else
   13655                 :             :                               {
   13656                 :           0 :                                 if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1951;
   13657                 :           0 :                                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1951;
   13658                 :           0 :                                 {
   13659                 :           0 :                                   tree res_op0;
   13660                 :           0 :                                   {
   13661                 :           0 :                                     tree _o1[1], _r1;
   13662                 :           0 :                                     {
   13663                 :           0 :                                       tree _o2[1], _r2;
   13664                 :           0 :                                       _o2[0] = captures[2];
   13665                 :           0 :                                       _r2 = fold_build1_loc (loc, ABS_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
   13666                 :           0 :                                       _o1[0] = _r2;
   13667                 :             :                                     }
   13668                 :           0 :                                     _r1 = fold_build1_loc (loc, NEGATE_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
   13669                 :           0 :                                     res_op0 = _r1;
   13670                 :             :                                   }
   13671                 :           0 :                                   tree _r;
   13672                 :           0 :                                   _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
   13673                 :           0 :                                   if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1056, __FILE__, __LINE__, true);
   13674                 :           0 :                                   return _r;
   13675                 :             :                                 }
   13676                 :           0 : next_after_fail1951:;
   13677                 :             :                               }
   13678                 :             :                           }
   13679                 :             :                       }
   13680                 :             :                     }
   13681                 :             :                   break;
   13682                 :             :                 }
   13683                 :             :               default:;
   13684                 :             :               }
   13685                 :             :           }
   13686                 :         813 :         switch (TREE_CODE (_q20))
   13687                 :             :           {
   13688                 :           0 :           case MINUS_EXPR:
   13689                 :           0 :             {
   13690                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
   13691                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
   13692                 :           0 :               if (zerop (_q21))
   13693                 :             :                 {
   13694                 :           0 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   13695                 :             :                     {
   13696                 :           0 :                       switch (TREE_CODE (_p2))
   13697                 :             :                         {
   13698                 :           0 :                         case MINUS_EXPR:
   13699                 :           0 :                           {
   13700                 :           0 :                             tree _q80 = TREE_OPERAND (_p2, 0);
   13701                 :           0 :                             tree _q81 = TREE_OPERAND (_p2, 1);
   13702                 :           0 :                             if ((_q80 == _q31 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q31, 0) && types_match (_q80, _q31)))
   13703                 :             :                               {
   13704                 :           0 :                                 if ((_q81 == _q30 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q30, 0) && types_match (_q81, _q30)))
   13705                 :             :                                   {
   13706                 :           0 :                                     {
   13707                 :           0 :                                       tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q30, _q31 };
   13708                 :           0 :                                       const enum tree_code cmp = LE_EXPR;
   13709                 :           0 :                                       if (!HONOR_SIGNED_ZEROS (type)
   13710                 :           0 :  && !TYPE_UNSIGNED (type)
   13711                 :             : )
   13712                 :             :                                         {
   13713                 :           0 :                                           if (ANY_INTEGRAL_TYPE_P (type)
   13714                 :           0 :  && !TYPE_OVERFLOW_WRAPS (type)
   13715                 :             : )
   13716                 :             :                                             {
   13717                 :           0 :                                               {
   13718                 :           0 :  tree utype = unsigned_type_for (type);
   13719                 :           0 :                                                   if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1952;
   13720                 :           0 :                                                   if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1952;
   13721                 :           0 :                                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1952;
   13722                 :           0 :                                                   {
   13723                 :           0 :                                                     tree res_op0;
   13724                 :           0 :                                                     {
   13725                 :           0 :                                                       tree _o1[1], _r1;
   13726                 :           0 :                                                       {
   13727                 :           0 :                                                         tree _o2[1], _r2;
   13728                 :           0 :                                                         _o2[0] = captures[0];
   13729                 :           0 :                                                         _r2 = fold_build1_loc (loc, ABSU_EXPR, utype, _o2[0]);
   13730                 :           0 :                                                         _o1[0] = _r2;
   13731                 :             :                                                       }
   13732                 :           0 :                                                       _r1 = fold_build1_loc (loc, NEGATE_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
   13733                 :           0 :                                                       res_op0 = _r1;
   13734                 :             :                                                     }
   13735                 :           0 :                                                     tree _r;
   13736                 :           0 :                                                     _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
   13737                 :           0 :                                                     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1057, __FILE__, __LINE__, true);
   13738                 :           0 :                                                     return _r;
   13739                 :             :                                                   }
   13740                 :           0 : next_after_fail1952:;
   13741                 :             :                                               }
   13742                 :             :                                             }
   13743                 :             :                                           else
   13744                 :             :                                             {
   13745                 :           0 :                                               if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1953;
   13746                 :           0 :                                               if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1953;
   13747                 :           0 :                                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1953;
   13748                 :           0 :                                               {
   13749                 :           0 :                                                 tree res_op0;
   13750                 :           0 :                                                 {
   13751                 :           0 :                                                   tree _o1[1], _r1;
   13752                 :           0 :                                                   _o1[0] = captures[0];
   13753                 :           0 :                                                   _r1 = fold_build1_loc (loc, ABS_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
   13754                 :           0 :                                                   res_op0 = _r1;
   13755                 :             :                                                 }
   13756                 :           0 :                                                 tree _r;
   13757                 :           0 :                                                 _r = fold_build1_loc (loc, NEGATE_EXPR, type, res_op0);
   13758                 :           0 :                                                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1058, __FILE__, __LINE__, true);
   13759                 :           0 :                                                 return _r;
   13760                 :             :                                               }
   13761                 :           0 : next_after_fail1953:;
   13762                 :             :                                             }
   13763                 :             :                                         }
   13764                 :             :                                     }
   13765                 :             :                                   }
   13766                 :             :                               }
   13767                 :             :                             break;
   13768                 :             :                           }
   13769                 :             :                         default:;
   13770                 :             :                         }
   13771                 :             :                     }
   13772                 :             :                 }
   13773                 :             :               break;
   13774                 :             :             }
   13775                 :             :           default:;
   13776                 :             :           }
   13777                 :             :         break;
   13778                 :             :       }
   13779                 :       20010 :     case LT_EXPR:
   13780                 :       20010 :       {
   13781                 :       20010 :         tree _q20 = TREE_OPERAND (_p0, 0);
   13782                 :       20010 :         tree _q21 = TREE_OPERAND (_p0, 1);
   13783                 :       20010 :         switch (TREE_CODE (_q20))
   13784                 :             :           {
   13785                 :           0 :           CASE_CONVERT:
   13786                 :           0 :             {
   13787                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
   13788                 :           0 :               if (zerop (_q21))
   13789                 :             :                 {
   13790                 :           0 :                   switch (TREE_CODE (_p2))
   13791                 :             :                     {
   13792                 :           0 :                     case NEGATE_EXPR:
   13793                 :           0 :                       {
   13794                 :           0 :                         tree _q70 = TREE_OPERAND (_p2, 0);
   13795                 :           0 :                         if ((_q70 == _p1 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _p1, 0) && types_match (_q70, _p1)))
   13796                 :             :                           {
   13797                 :           0 :                             {
   13798                 :           0 :                               tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q30, _p1 };
   13799                 :           0 :                               const enum tree_code cmp = LT_EXPR;
   13800                 :           0 :                               if (!HONOR_SIGNED_ZEROS (TREE_TYPE (captures[1]))
   13801                 :           0 :  && !TYPE_UNSIGNED (TREE_TYPE (captures[1]))
   13802                 :           0 :  && element_precision (captures[1])
   13803                 :           0 :  <= element_precision (captures[0])
   13804                 :           0 :  && bitwise_equal_p (captures[1], captures[2])
   13805                 :             : )
   13806                 :             :                                 {
   13807                 :           0 :                                   if ((ANY_INTEGRAL_TYPE_P (TREE_TYPE (captures[2]))
   13808                 :           0 :  && !TYPE_OVERFLOW_WRAPS (TREE_TYPE (captures[2])))
   13809                 :           0 :  || TYPE_UNSIGNED (TREE_TYPE (captures[2]))
   13810                 :             : )
   13811                 :             :                                     {
   13812                 :           0 :                                       {
   13813                 :           0 :  tree stype = signed_type_for (TREE_TYPE (captures[2]));
   13814                 :           0 :  tree utype = unsigned_type_for (TREE_TYPE (captures[2]));
   13815                 :           0 :                                           if (types_match (captures[0], stype)
   13816                 :             : )
   13817                 :             :                                             {
   13818                 :           0 :                                               if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1954;
   13819                 :           0 :                                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1954;
   13820                 :           0 :                                               {
   13821                 :           0 :                                                 tree res_op0;
   13822                 :           0 :                                                 {
   13823                 :           0 :                                                   tree _o1[1], _r1;
   13824                 :           0 :                                                   {
   13825                 :           0 :                                                     tree _o2[1], _r2;
   13826                 :           0 :                                                     _o2[0] = captures[0];
   13827                 :           0 :                                                     _r2 = fold_build1_loc (loc, ABSU_EXPR, utype, _o2[0]);
   13828                 :           0 :                                                     _o1[0] = _r2;
   13829                 :             :                                                   }
   13830                 :           0 :                                                   _r1 = fold_build1_loc (loc, NEGATE_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
   13831                 :           0 :                                                   res_op0 = _r1;
   13832                 :             :                                                 }
   13833                 :           0 :                                                 tree _r;
   13834                 :           0 :                                                 _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
   13835                 :           0 :                                                 if (TREE_SIDE_EFFECTS (captures[2]))
   13836                 :           0 :                                                   _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
   13837                 :           0 :                                                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1054, __FILE__, __LINE__, true);
   13838                 :           0 :                                                 return _r;
   13839                 :             :                                               }
   13840                 :           0 : next_after_fail1954:;
   13841                 :             :                                             }
   13842                 :             :                                           else
   13843                 :             :                                             {
   13844                 :           0 :                                               if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1955;
   13845                 :           0 :                                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1955;
   13846                 :           0 :                                               {
   13847                 :           0 :                                                 tree res_op0;
   13848                 :           0 :                                                 {
   13849                 :           0 :                                                   tree _o1[1], _r1;
   13850                 :           0 :                                                   {
   13851                 :           0 :                                                     tree _o2[1], _r2;
   13852                 :           0 :                                                     {
   13853                 :           0 :                                                       tree _o3[1], _r3;
   13854                 :           0 :                                                       _o3[0] = captures[2];
   13855                 :           0 :                                                       if (TREE_TYPE (_o3[0]) != stype)
   13856                 :             :                                                         {
   13857                 :           0 :                                                           _r3 = fold_build1_loc (loc, NOP_EXPR, stype, _o3[0]);
   13858                 :             :                                                         }
   13859                 :             :                                                       else
   13860                 :             :                                                         _r3 = _o3[0];
   13861                 :           0 :                                                       _o2[0] = _r3;
   13862                 :             :                                                     }
   13863                 :           0 :                                                     _r2 = fold_build1_loc (loc, ABSU_EXPR, utype, _o2[0]);
   13864                 :           0 :                                                     _o1[0] = _r2;
   13865                 :             :                                                   }
   13866                 :           0 :                                                   _r1 = fold_build1_loc (loc, NEGATE_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
   13867                 :           0 :                                                   res_op0 = _r1;
   13868                 :             :                                                 }
   13869                 :           0 :                                                 tree _r;
   13870                 :           0 :                                                 _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
   13871                 :           0 :                                                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1055, __FILE__, __LINE__, true);
   13872                 :           0 :                                                 return _r;
   13873                 :             :                                               }
   13874                 :           0 : next_after_fail1955:;
   13875                 :             :                                             }
   13876                 :             :                                       }
   13877                 :             :                                     }
   13878                 :             :                                   else
   13879                 :             :                                     {
   13880                 :           0 :                                       if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1956;
   13881                 :           0 :                                       if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1956;
   13882                 :           0 :                                       {
   13883                 :           0 :                                         tree res_op0;
   13884                 :           0 :                                         {
   13885                 :           0 :                                           tree _o1[1], _r1;
   13886                 :           0 :                                           {
   13887                 :           0 :                                             tree _o2[1], _r2;
   13888                 :           0 :                                             _o2[0] = captures[2];
   13889                 :           0 :                                             _r2 = fold_build1_loc (loc, ABS_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
   13890                 :           0 :                                             _o1[0] = _r2;
   13891                 :             :                                           }
   13892                 :           0 :                                           _r1 = fold_build1_loc (loc, NEGATE_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
   13893                 :           0 :                                           res_op0 = _r1;
   13894                 :             :                                         }
   13895                 :           0 :                                         tree _r;
   13896                 :           0 :                                         _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
   13897                 :           0 :                                         if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1056, __FILE__, __LINE__, true);
   13898                 :           0 :                                         return _r;
   13899                 :             :                                       }
   13900                 :           0 : next_after_fail1956:;
   13901                 :             :                                     }
   13902                 :             :                                 }
   13903                 :             :                             }
   13904                 :             :                           }
   13905                 :             :                         break;
   13906                 :             :                       }
   13907                 :             :                     default:;
   13908                 :             :                     }
   13909                 :             :                 }
   13910                 :             :               break;
   13911                 :             :             }
   13912                 :       20010 :           default:;
   13913                 :             :           }
   13914                 :       20010 :         if (zerop (_q21))
   13915                 :             :           {
   13916                 :         535 :             switch (TREE_CODE (_p2))
   13917                 :             :               {
   13918                 :          16 :               case NEGATE_EXPR:
   13919                 :          16 :                 {
   13920                 :          16 :                   tree _q60 = TREE_OPERAND (_p2, 0);
   13921                 :          16 :                   if ((_q60 == _p1 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _p1, 0) && types_match (_q60, _p1)))
   13922                 :             :                     {
   13923                 :          16 :                       {
   13924                 :          16 :                         tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q20, _p1 };
   13925                 :          16 :                         const enum tree_code cmp = LT_EXPR;
   13926                 :          16 :                         if (!HONOR_SIGNED_ZEROS (TREE_TYPE (captures[1]))
   13927                 :          16 :  && !TYPE_UNSIGNED (TREE_TYPE (captures[1]))
   13928                 :          32 :  && element_precision (captures[1])
   13929                 :          16 :  <= element_precision (captures[0])
   13930                 :          32 :  && bitwise_equal_p (captures[1], captures[2])
   13931                 :             : )
   13932                 :             :                           {
   13933                 :          32 :                             if ((ANY_INTEGRAL_TYPE_P (TREE_TYPE (captures[2]))
   13934                 :          16 :  && !TYPE_OVERFLOW_WRAPS (TREE_TYPE (captures[2])))
   13935                 :          16 :  || TYPE_UNSIGNED (TREE_TYPE (captures[2]))
   13936                 :             : )
   13937                 :             :                               {
   13938                 :          16 :                                 {
   13939                 :          16 :  tree stype = signed_type_for (TREE_TYPE (captures[2]));
   13940                 :          16 :  tree utype = unsigned_type_for (TREE_TYPE (captures[2]));
   13941                 :          16 :                                     if (types_match (captures[0], stype)
   13942                 :             : )
   13943                 :             :                                       {
   13944                 :          16 :                                         if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1957;
   13945                 :          16 :                                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1957;
   13946                 :          16 :                                         {
   13947                 :          16 :                                           tree res_op0;
   13948                 :          16 :                                           {
   13949                 :          16 :                                             tree _o1[1], _r1;
   13950                 :          16 :                                             {
   13951                 :          16 :                                               tree _o2[1], _r2;
   13952                 :          16 :                                               _o2[0] = captures[0];
   13953                 :          16 :                                               _r2 = fold_build1_loc (loc, ABSU_EXPR, utype, _o2[0]);
   13954                 :          16 :                                               _o1[0] = _r2;
   13955                 :             :                                             }
   13956                 :          16 :                                             _r1 = fold_build1_loc (loc, NEGATE_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
   13957                 :          16 :                                             res_op0 = _r1;
   13958                 :             :                                           }
   13959                 :          16 :                                           tree _r;
   13960                 :          16 :                                           _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
   13961                 :          16 :                                           if (TREE_SIDE_EFFECTS (captures[2]))
   13962                 :           0 :                                             _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
   13963                 :          16 :                                           if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1054, __FILE__, __LINE__, true);
   13964                 :          16 :                                           return _r;
   13965                 :             :                                         }
   13966                 :           0 : next_after_fail1957:;
   13967                 :             :                                       }
   13968                 :             :                                     else
   13969                 :             :                                       {
   13970                 :           0 :                                         if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1958;
   13971                 :           0 :                                         if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1958;
   13972                 :           0 :                                         {
   13973                 :           0 :                                           tree res_op0;
   13974                 :           0 :                                           {
   13975                 :           0 :                                             tree _o1[1], _r1;
   13976                 :           0 :                                             {
   13977                 :           0 :                                               tree _o2[1], _r2;
   13978                 :           0 :                                               {
   13979                 :           0 :                                                 tree _o3[1], _r3;
   13980                 :           0 :                                                 _o3[0] = captures[2];
   13981                 :           0 :                                                 if (TREE_TYPE (_o3[0]) != stype)
   13982                 :             :                                                   {
   13983                 :           0 :                                                     _r3 = fold_build1_loc (loc, NOP_EXPR, stype, _o3[0]);
   13984                 :             :                                                   }
   13985                 :             :                                                 else
   13986                 :             :                                                   _r3 = _o3[0];
   13987                 :           0 :                                                 _o2[0] = _r3;
   13988                 :             :                                               }
   13989                 :           0 :                                               _r2 = fold_build1_loc (loc, ABSU_EXPR, utype, _o2[0]);
   13990                 :           0 :                                               _o1[0] = _r2;
   13991                 :             :                                             }
   13992                 :           0 :                                             _r1 = fold_build1_loc (loc, NEGATE_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
   13993                 :           0 :                                             res_op0 = _r1;
   13994                 :             :                                           }
   13995                 :           0 :                                           tree _r;
   13996                 :           0 :                                           _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
   13997                 :           0 :                                           if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1055, __FILE__, __LINE__, true);
   13998                 :           0 :                                           return _r;
   13999                 :             :                                         }
   14000                 :           0 : next_after_fail1958:;
   14001                 :             :                                       }
   14002                 :             :                                 }
   14003                 :             :                               }
   14004                 :             :                             else
   14005                 :             :                               {
   14006                 :           0 :                                 if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1959;
   14007                 :           0 :                                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1959;
   14008                 :           0 :                                 {
   14009                 :           0 :                                   tree res_op0;
   14010                 :           0 :                                   {
   14011                 :           0 :                                     tree _o1[1], _r1;
   14012                 :           0 :                                     {
   14013                 :           0 :                                       tree _o2[1], _r2;
   14014                 :           0 :                                       _o2[0] = captures[2];
   14015                 :           0 :                                       _r2 = fold_build1_loc (loc, ABS_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
   14016                 :           0 :                                       _o1[0] = _r2;
   14017                 :             :                                     }
   14018                 :           0 :                                     _r1 = fold_build1_loc (loc, NEGATE_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
   14019                 :           0 :                                     res_op0 = _r1;
   14020                 :             :                                   }
   14021                 :           0 :                                   tree _r;
   14022                 :           0 :                                   _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
   14023                 :           0 :                                   if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1056, __FILE__, __LINE__, true);
   14024                 :           0 :                                   return _r;
   14025                 :             :                                 }
   14026                 :           0 : next_after_fail1959:;
   14027                 :             :                               }
   14028                 :             :                           }
   14029                 :             :                       }
   14030                 :             :                     }
   14031                 :             :                   break;
   14032                 :             :                 }
   14033                 :             :               default:;
   14034                 :             :               }
   14035                 :             :           }
   14036                 :       19994 :         switch (TREE_CODE (_q20))
   14037                 :             :           {
   14038                 :           0 :           case MINUS_EXPR:
   14039                 :           0 :             {
   14040                 :           0 :               tree _q30 = TREE_OPERAND (_q20, 0);
   14041                 :           0 :               tree _q31 = TREE_OPERAND (_q20, 1);
   14042                 :           0 :               if (zerop (_q21))
   14043                 :             :                 {
   14044                 :           0 :                   if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
   14045                 :             :                     {
   14046                 :           0 :                       switch (TREE_CODE (_p2))
   14047                 :             :                         {
   14048                 :           0 :                         case MINUS_EXPR:
   14049                 :           0 :                           {
   14050                 :           0 :                             tree _q80 = TREE_OPERAND (_p2, 0);
   14051                 :           0 :                             tree _q81 = TREE_OPERAND (_p2, 1);
   14052                 :           0 :                             if ((_q80 == _q31 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q31, 0) && types_match (_q80, _q31)))
   14053                 :             :                               {
   14054                 :           0 :                                 if ((_q81 == _q30 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q30, 0) && types_match (_q81, _q30)))
   14055                 :             :                                   {
   14056                 :           0 :                                     {
   14057                 :           0 :                                       tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q30, _q31 };
   14058                 :           0 :                                       const enum tree_code cmp = LT_EXPR;
   14059                 :           0 :                                       if (!HONOR_SIGNED_ZEROS (type)
   14060                 :           0 :  && !TYPE_UNSIGNED (type)
   14061                 :             : )
   14062                 :             :                                         {
   14063                 :           0 :                                           if (ANY_INTEGRAL_TYPE_P (type)
   14064                 :           0 :  && !TYPE_OVERFLOW_WRAPS (type)
   14065                 :             : )
   14066                 :             :                                             {
   14067                 :           0 :                                               {
   14068                 :           0 :  tree utype = unsigned_type_for (type);
   14069                 :           0 :                                                   if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1960;
   14070                 :           0 :                                                   if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1960;
   14071                 :           0 :                                                   if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1960;
   14072                 :           0 :                                                   {
   14073                 :           0 :                                                     tree res_op0;
   14074                 :           0 :                                                     {
   14075                 :           0 :                                                       tree _o1[1], _r1;
   14076                 :           0 :                                                       {
   14077                 :           0 :                                                         tree _o2[1], _r2;
   14078                 :           0 :                                                         _o2[0] = captures[0];
   14079                 :           0 :                                                         _r2 = fold_build1_loc (loc, ABSU_EXPR, utype, _o2[0]);
   14080                 :           0 :                                                         _o1[0] = _r2;
   14081                 :             :                                                       }
   14082                 :           0 :                                                       _r1 = fold_build1_loc (loc, NEGATE_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
   14083                 :           0 :                                                       res_op0 = _r1;
   14084                 :             :                                                     }
   14085                 :           0 :                                                     tree _r;
   14086                 :           0 :                                                     _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
   14087                 :           0 :                                                     if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1057, __FILE__, __LINE__, true);
   14088                 :           0 :                                                     return _r;
   14089                 :             :                                                   }
   14090                 :           0 : next_after_fail1960:;
   14091                 :             :                                               }
   14092                 :             :                                             }
   14093                 :             :                                           else
   14094                 :             :                                             {
   14095                 :           0 :                                               if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1961;
   14096                 :           0 :                                               if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1961;
   14097                 :           0 :                                               if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1961;
   14098                 :           0 :                                               {
   14099                 :           0 :                                                 tree res_op0;
   14100                 :           0 :                                                 {
   14101                 :           0 :                                                   tree _o1[1], _r1;
   14102                 :           0 :                                                   _o1[0] = captures[0];
   14103                 :           0 :                                                   _r1 = fold_build1_loc (loc, ABS_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
   14104                 :           0 :                                                   res_op0 = _r1;
   14105                 :             :                                                 }
   14106                 :           0 :                                                 tree _r;
   14107                 :           0 :                                                 _r = fold_build1_loc (loc, NEGATE_EXPR, type, res_op0);
   14108                 :           0 :                                                 if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1058, __FILE__, __LINE__, true);
   14109                 :           0 :                                                 return _r;
   14110                 :             :                                               }
   14111                 :           0 : next_after_fail1961:;
   14112                 :             :                                             }
   14113                 :             :                                         }
   14114                 :             :                                     }
   14115                 :             :                                   }
   14116                 :             :                               }
   14117                 :             :                             break;
   14118                 :             :                           }
   14119                 :             :                         default:;
   14120                 :             :                         }
   14121                 :             :                     }
   14122                 :             :                 }
   14123                 :             :               break;
   14124                 :             :             }
   14125                 :             :           default:;
   14126                 :             :           }
   14127                 :             :         break;
   14128                 :             :       }
   14129                 :      304692 :     default:;
   14130                 :             :     }
   14131                 :      304692 : {
   14132                 :      304692 :   tree _p0_pops[1];
   14133                 :      304692 :   if (tree_logical_inverted_value (_p0, _p0_pops))
   14134                 :             :     {
   14135                 :         336 :       tree _q20 = _p0_pops[0];
   14136                 :         336 :       if (tree_truth_valued_p (_q20))
   14137                 :             :         {
   14138                 :           0 :           {
   14139                 :           0 :             tree captures[3] ATTRIBUTE_UNUSED = { _q20, _p1, _p2 };
   14140                 :           0 :             if (VEC_COND_EXPR == VEC_COND_EXPR
   14141                 :             :  || TYPE_UNSIGNED (TREE_TYPE (captures[0]))
   14142                 :             : )
   14143                 :             :               {
   14144                 :           0 :                 if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1962;
   14145                 :           0 :                 {
   14146                 :           0 :                   tree res_op0;
   14147                 :           0 :                   res_op0 = captures[0];
   14148                 :           0 :                   tree res_op1;
   14149                 :           0 :                   res_op1 = captures[2];
   14150                 :           0 :                   tree res_op2;
   14151                 :           0 :                   res_op2 = captures[1];
   14152                 :           0 :                   tree _r;
   14153                 :           0 :                   _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
   14154                 :           0 :                   if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1061, __FILE__, __LINE__, true);
   14155                 :           0 :                   return _r;
   14156                 :             :                 }
   14157                 :           0 : next_after_fail1962:;
   14158                 :             :               }
   14159                 :             :           }
   14160                 :             :         }
   14161                 :             :     }
   14162                 :             : }
   14163                 :      304692 :   switch (TREE_CODE (_p1))
   14164                 :             :     {
   14165                 :           0 :     case VIEW_CONVERT_EXPR:
   14166                 :           0 :       {
   14167                 :           0 :         tree _q30 = TREE_OPERAND (_p1, 0);
   14168                 :           0 :         switch (TREE_CODE (_q30))
   14169                 :             :           {
   14170                 :           0 :           case CALL_EXPR:
   14171                 :           0 :             switch (get_call_combined_fn (_q30))
   14172                 :             :               {
   14173                 :           0 :               case CFN_COND_ADD:
   14174                 :           0 :                 if (call_expr_nargs (_q30) == 4)
   14175                 :             :     {
   14176                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   14177                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   14178                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   14179                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   14180                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   14181                 :             :                       {
   14182                 :           0 :                         {
   14183                 :           0 :                           tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _p2 };
   14184                 :           0 :                           tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_ADD);
   14185                 :           0 :                           if (res) return res;
   14186                 :             :                         }
   14187                 :             :                       }
   14188                 :             :                   }
   14189                 :             :                 break;
   14190                 :           0 :               case CFN_COND_AND:
   14191                 :           0 :                 if (call_expr_nargs (_q30) == 4)
   14192                 :             :     {
   14193                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   14194                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   14195                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   14196                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   14197                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   14198                 :             :                       {
   14199                 :           0 :                         {
   14200                 :           0 :                           tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _p2 };
   14201                 :           0 :                           tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_AND);
   14202                 :           0 :                           if (res) return res;
   14203                 :             :                         }
   14204                 :             :                       }
   14205                 :             :                   }
   14206                 :             :                 break;
   14207                 :           0 :               case CFN_COND_DIV:
   14208                 :           0 :                 if (call_expr_nargs (_q30) == 4)
   14209                 :             :     {
   14210                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   14211                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   14212                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   14213                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   14214                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   14215                 :             :                       {
   14216                 :           0 :                         {
   14217                 :           0 :                           tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _p2 };
   14218                 :           0 :                           tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_DIV);
   14219                 :           0 :                           if (res) return res;
   14220                 :             :                         }
   14221                 :             :                       }
   14222                 :             :                   }
   14223                 :             :                 break;
   14224                 :           0 :               case CFN_COND_IOR:
   14225                 :           0 :                 if (call_expr_nargs (_q30) == 4)
   14226                 :             :     {
   14227                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   14228                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   14229                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   14230                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   14231                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   14232                 :             :                       {
   14233                 :           0 :                         {
   14234                 :           0 :                           tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _p2 };
   14235                 :           0 :                           tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_IOR);
   14236                 :           0 :                           if (res) return res;
   14237                 :             :                         }
   14238                 :             :                       }
   14239                 :             :                   }
   14240                 :             :                 break;
   14241                 :           0 :               case CFN_COND_MAX:
   14242                 :           0 :                 if (call_expr_nargs (_q30) == 4)
   14243                 :             :     {
   14244                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   14245                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   14246                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   14247                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   14248                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   14249                 :             :                       {
   14250                 :           0 :                         {
   14251                 :           0 :                           tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _p2 };
   14252                 :           0 :                           tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_MAX);
   14253                 :           0 :                           if (res) return res;
   14254                 :             :                         }
   14255                 :             :                       }
   14256                 :             :                   }
   14257                 :             :                 break;
   14258                 :           0 :               case CFN_COND_MIN:
   14259                 :           0 :                 if (call_expr_nargs (_q30) == 4)
   14260                 :             :     {
   14261                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   14262                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   14263                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   14264                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   14265                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   14266                 :             :                       {
   14267                 :           0 :                         {
   14268                 :           0 :                           tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _p2 };
   14269                 :           0 :                           tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_MIN);
   14270                 :           0 :                           if (res) return res;
   14271                 :             :                         }
   14272                 :             :                       }
   14273                 :             :                   }
   14274                 :             :                 break;
   14275                 :           0 :               case CFN_COND_MOD:
   14276                 :           0 :                 if (call_expr_nargs (_q30) == 4)
   14277                 :             :     {
   14278                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   14279                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   14280                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   14281                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   14282                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   14283                 :             :                       {
   14284                 :           0 :                         {
   14285                 :           0 :                           tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _p2 };
   14286                 :           0 :                           tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_MOD);
   14287                 :           0 :                           if (res) return res;
   14288                 :             :                         }
   14289                 :             :                       }
   14290                 :             :                   }
   14291                 :             :                 break;
   14292                 :           0 :               case CFN_COND_MUL:
   14293                 :           0 :                 if (call_expr_nargs (_q30) == 4)
   14294                 :             :     {
   14295                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   14296                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   14297                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   14298                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   14299                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   14300                 :             :                       {
   14301                 :           0 :                         {
   14302                 :           0 :                           tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _p2 };
   14303                 :           0 :                           tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_MUL);
   14304                 :           0 :                           if (res) return res;
   14305                 :             :                         }
   14306                 :             :                       }
   14307                 :             :                   }
   14308                 :             :                 break;
   14309                 :           0 :               case CFN_COND_SHL:
   14310                 :           0 :                 if (call_expr_nargs (_q30) == 4)
   14311                 :             :     {
   14312                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   14313                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   14314                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   14315                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   14316                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   14317                 :             :                       {
   14318                 :           0 :                         {
   14319                 :           0 :                           tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _p2 };
   14320                 :           0 :                           tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_SHL);
   14321                 :           0 :                           if (res) return res;
   14322                 :             :                         }
   14323                 :             :                       }
   14324                 :             :                   }
   14325                 :             :                 break;
   14326                 :           0 :               case CFN_COND_SHR:
   14327                 :           0 :                 if (call_expr_nargs (_q30) == 4)
   14328                 :             :     {
   14329                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   14330                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   14331                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   14332                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   14333                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   14334                 :             :                       {
   14335                 :           0 :                         {
   14336                 :           0 :                           tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _p2 };
   14337                 :           0 :                           tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_SHR);
   14338                 :           0 :                           if (res) return res;
   14339                 :             :                         }
   14340                 :             :                       }
   14341                 :             :                   }
   14342                 :             :                 break;
   14343                 :           0 :               case CFN_COND_SUB:
   14344                 :           0 :                 if (call_expr_nargs (_q30) == 4)
   14345                 :             :     {
   14346                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   14347                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   14348                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   14349                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   14350                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   14351                 :             :                       {
   14352                 :           0 :                         {
   14353                 :           0 :                           tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _p2 };
   14354                 :           0 :                           tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_SUB);
   14355                 :           0 :                           if (res) return res;
   14356                 :             :                         }
   14357                 :             :                       }
   14358                 :             :                   }
   14359                 :             :                 break;
   14360                 :           0 :               case CFN_COND_XOR:
   14361                 :           0 :                 if (call_expr_nargs (_q30) == 4)
   14362                 :             :     {
   14363                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   14364                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   14365                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   14366                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   14367                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   14368                 :             :                       {
   14369                 :           0 :                         {
   14370                 :           0 :                           tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _p2 };
   14371                 :           0 :                           tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_XOR);
   14372                 :           0 :                           if (res) return res;
   14373                 :             :                         }
   14374                 :             :                       }
   14375                 :             :                   }
   14376                 :             :                 break;
   14377                 :           0 :               case CFN_COND_COPYSIGN:
   14378                 :           0 :                 if (call_expr_nargs (_q30) == 4)
   14379                 :             :     {
   14380                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   14381                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   14382                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   14383                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   14384                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   14385                 :             :                       {
   14386                 :           0 :                         {
   14387                 :           0 :                           tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _p2 };
   14388                 :           0 :                           tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_COPYSIGN);
   14389                 :           0 :                           if (res) return res;
   14390                 :             :                         }
   14391                 :             :                       }
   14392                 :             :                   }
   14393                 :             :                 break;
   14394                 :           0 :               case CFN_COND_FMAX:
   14395                 :           0 :                 if (call_expr_nargs (_q30) == 4)
   14396                 :             :     {
   14397                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   14398                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   14399                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   14400                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   14401                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   14402                 :             :                       {
   14403                 :           0 :                         {
   14404                 :           0 :                           tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _p2 };
   14405                 :           0 :                           tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FMAX);
   14406                 :           0 :                           if (res) return res;
   14407                 :             :                         }
   14408                 :             :                       }
   14409                 :             :                   }
   14410                 :             :                 break;
   14411                 :           0 :               case CFN_COND_FMIN:
   14412                 :           0 :                 if (call_expr_nargs (_q30) == 4)
   14413                 :             :     {
   14414                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   14415                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   14416                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   14417                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   14418                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   14419                 :             :                       {
   14420                 :           0 :                         {
   14421                 :           0 :                           tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _p2 };
   14422                 :           0 :                           tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FMIN);
   14423                 :           0 :                           if (res) return res;
   14424                 :             :                         }
   14425                 :             :                       }
   14426                 :             :                   }
   14427                 :             :                 break;
   14428                 :           0 :               case CFN_COND_RDIV:
   14429                 :           0 :                 if (call_expr_nargs (_q30) == 4)
   14430                 :             :     {
   14431                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   14432                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   14433                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   14434                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   14435                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   14436                 :             :                       {
   14437                 :           0 :                         {
   14438                 :           0 :                           tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _p2 };
   14439                 :           0 :                           tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_RDIV);
   14440                 :           0 :                           if (res) return res;
   14441                 :             :                         }
   14442                 :             :                       }
   14443                 :             :                   }
   14444                 :             :                 break;
   14445                 :             :               default:;
   14446                 :             :               }
   14447                 :             :             break;
   14448                 :             :           default:;
   14449                 :             :           }
   14450                 :             :         break;
   14451                 :             :       }
   14452                 :          12 :     case CALL_EXPR:
   14453                 :          12 :       switch (get_call_combined_fn (_p1))
   14454                 :             :         {
   14455                 :           0 :         case CFN_COND_ADD:
   14456                 :           0 :           if (call_expr_nargs (_p1) == 4)
   14457                 :             :     {
   14458                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   14459                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   14460                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   14461                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   14462                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   14463                 :             :                 {
   14464                 :           0 :                   {
   14465                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _p2 };
   14466                 :           0 :                     tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_ADD);
   14467                 :           0 :                     if (res) return res;
   14468                 :             :                   }
   14469                 :             :                 }
   14470                 :             :             }
   14471                 :             :           break;
   14472                 :           0 :         case CFN_COND_AND:
   14473                 :           0 :           if (call_expr_nargs (_p1) == 4)
   14474                 :             :     {
   14475                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   14476                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   14477                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   14478                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   14479                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   14480                 :             :                 {
   14481                 :           0 :                   {
   14482                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _p2 };
   14483                 :           0 :                     tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_AND);
   14484                 :           0 :                     if (res) return res;
   14485                 :             :                   }
   14486                 :             :                 }
   14487                 :             :             }
   14488                 :             :           break;
   14489                 :           0 :         case CFN_COND_DIV:
   14490                 :           0 :           if (call_expr_nargs (_p1) == 4)
   14491                 :             :     {
   14492                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   14493                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   14494                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   14495                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   14496                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   14497                 :             :                 {
   14498                 :           0 :                   {
   14499                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _p2 };
   14500                 :           0 :                     tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_DIV);
   14501                 :           0 :                     if (res) return res;
   14502                 :             :                   }
   14503                 :             :                 }
   14504                 :             :             }
   14505                 :             :           break;
   14506                 :           0 :         case CFN_COND_IOR:
   14507                 :           0 :           if (call_expr_nargs (_p1) == 4)
   14508                 :             :     {
   14509                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   14510                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   14511                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   14512                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   14513                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   14514                 :             :                 {
   14515                 :           0 :                   {
   14516                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _p2 };
   14517                 :           0 :                     tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_IOR);
   14518                 :           0 :                     if (res) return res;
   14519                 :             :                   }
   14520                 :             :                 }
   14521                 :             :             }
   14522                 :             :           break;
   14523                 :           0 :         case CFN_COND_MAX:
   14524                 :           0 :           if (call_expr_nargs (_p1) == 4)
   14525                 :             :     {
   14526                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   14527                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   14528                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   14529                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   14530                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   14531                 :             :                 {
   14532                 :           0 :                   {
   14533                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _p2 };
   14534                 :           0 :                     tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_MAX);
   14535                 :           0 :                     if (res) return res;
   14536                 :             :                   }
   14537                 :             :                 }
   14538                 :             :             }
   14539                 :             :           break;
   14540                 :           0 :         case CFN_COND_MIN:
   14541                 :           0 :           if (call_expr_nargs (_p1) == 4)
   14542                 :             :     {
   14543                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   14544                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   14545                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   14546                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   14547                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   14548                 :             :                 {
   14549                 :           0 :                   {
   14550                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _p2 };
   14551                 :           0 :                     tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_MIN);
   14552                 :           0 :                     if (res) return res;
   14553                 :             :                   }
   14554                 :             :                 }
   14555                 :             :             }
   14556                 :             :           break;
   14557                 :           0 :         case CFN_COND_MOD:
   14558                 :           0 :           if (call_expr_nargs (_p1) == 4)
   14559                 :             :     {
   14560                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   14561                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   14562                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   14563                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   14564                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   14565                 :             :                 {
   14566                 :           0 :                   {
   14567                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _p2 };
   14568                 :           0 :                     tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_MOD);
   14569                 :           0 :                     if (res) return res;
   14570                 :             :                   }
   14571                 :             :                 }
   14572                 :             :             }
   14573                 :             :           break;
   14574                 :           0 :         case CFN_COND_MUL:
   14575                 :           0 :           if (call_expr_nargs (_p1) == 4)
   14576                 :             :     {
   14577                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   14578                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   14579                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   14580                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   14581                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   14582                 :             :                 {
   14583                 :           0 :                   {
   14584                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _p2 };
   14585                 :           0 :                     tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_MUL);
   14586                 :           0 :                     if (res) return res;
   14587                 :             :                   }
   14588                 :             :                 }
   14589                 :             :             }
   14590                 :             :           break;
   14591                 :           0 :         case CFN_COND_SHL:
   14592                 :           0 :           if (call_expr_nargs (_p1) == 4)
   14593                 :             :     {
   14594                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   14595                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   14596                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   14597                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   14598                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   14599                 :             :                 {
   14600                 :           0 :                   {
   14601                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _p2 };
   14602                 :           0 :                     tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_SHL);
   14603                 :           0 :                     if (res) return res;
   14604                 :             :                   }
   14605                 :             :                 }
   14606                 :             :             }
   14607                 :             :           break;
   14608                 :           0 :         case CFN_COND_SHR:
   14609                 :           0 :           if (call_expr_nargs (_p1) == 4)
   14610                 :             :     {
   14611                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   14612                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   14613                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   14614                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   14615                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   14616                 :             :                 {
   14617                 :           0 :                   {
   14618                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _p2 };
   14619                 :           0 :                     tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_SHR);
   14620                 :           0 :                     if (res) return res;
   14621                 :             :                   }
   14622                 :             :                 }
   14623                 :             :             }
   14624                 :             :           break;
   14625                 :           0 :         case CFN_COND_SUB:
   14626                 :           0 :           if (call_expr_nargs (_p1) == 4)
   14627                 :             :     {
   14628                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   14629                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   14630                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   14631                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   14632                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   14633                 :             :                 {
   14634                 :           0 :                   {
   14635                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _p2 };
   14636                 :           0 :                     tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_SUB);
   14637                 :           0 :                     if (res) return res;
   14638                 :             :                   }
   14639                 :             :                 }
   14640                 :             :             }
   14641                 :             :           break;
   14642                 :           0 :         case CFN_COND_XOR:
   14643                 :           0 :           if (call_expr_nargs (_p1) == 4)
   14644                 :             :     {
   14645                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   14646                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   14647                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   14648                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   14649                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   14650                 :             :                 {
   14651                 :           0 :                   {
   14652                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _p2 };
   14653                 :           0 :                     tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_XOR);
   14654                 :           0 :                     if (res) return res;
   14655                 :             :                   }
   14656                 :             :                 }
   14657                 :             :             }
   14658                 :             :           break;
   14659                 :           0 :         case CFN_COND_COPYSIGN:
   14660                 :           0 :           if (call_expr_nargs (_p1) == 4)
   14661                 :             :     {
   14662                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   14663                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   14664                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   14665                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   14666                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   14667                 :             :                 {
   14668                 :           0 :                   {
   14669                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _p2 };
   14670                 :           0 :                     tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_COPYSIGN);
   14671                 :           0 :                     if (res) return res;
   14672                 :             :                   }
   14673                 :             :                 }
   14674                 :             :             }
   14675                 :             :           break;
   14676                 :           0 :         case CFN_COND_FMAX:
   14677                 :           0 :           if (call_expr_nargs (_p1) == 4)
   14678                 :             :     {
   14679                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   14680                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   14681                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   14682                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   14683                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   14684                 :             :                 {
   14685                 :           0 :                   {
   14686                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _p2 };
   14687                 :           0 :                     tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FMAX);
   14688                 :           0 :                     if (res) return res;
   14689                 :             :                   }
   14690                 :             :                 }
   14691                 :             :             }
   14692                 :             :           break;
   14693                 :           0 :         case CFN_COND_FMIN:
   14694                 :           0 :           if (call_expr_nargs (_p1) == 4)
   14695                 :             :     {
   14696                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   14697                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   14698                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   14699                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   14700                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   14701                 :             :                 {
   14702                 :           0 :                   {
   14703                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _p2 };
   14704                 :           0 :                     tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FMIN);
   14705                 :           0 :                     if (res) return res;
   14706                 :             :                   }
   14707                 :             :                 }
   14708                 :             :             }
   14709                 :             :           break;
   14710                 :           0 :         case CFN_COND_RDIV:
   14711                 :           0 :           if (call_expr_nargs (_p1) == 4)
   14712                 :             :     {
   14713                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   14714                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   14715                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   14716                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   14717                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   14718                 :             :                 {
   14719                 :           0 :                   {
   14720                 :           0 :                     tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _p2 };
   14721                 :           0 :                     tree res = generic_simplify_525 (loc, type, _p0, _p1, _p2, captures, CFN_COND_RDIV);
   14722                 :           0 :                     if (res) return res;
   14723                 :             :                   }
   14724                 :             :                 }
   14725                 :             :             }
   14726                 :             :           break;
   14727                 :             :         default:;
   14728                 :             :         }
   14729                 :             :       break;
   14730                 :      304692 :     default:;
   14731                 :             :     }
   14732                 :      304692 :   switch (TREE_CODE (_p2))
   14733                 :             :     {
   14734                 :           0 :     case VIEW_CONVERT_EXPR:
   14735                 :           0 :       {
   14736                 :           0 :         tree _q40 = TREE_OPERAND (_p2, 0);
   14737                 :           0 :         switch (TREE_CODE (_q40))
   14738                 :             :           {
   14739                 :           0 :           case CALL_EXPR:
   14740                 :           0 :             switch (get_call_combined_fn (_q40))
   14741                 :             :               {
   14742                 :           0 :               case CFN_COND_ADD:
   14743                 :           0 :                 if (call_expr_nargs (_q40) == 4)
   14744                 :             :     {
   14745                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   14746                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   14747                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   14748                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   14749                 :           0 :                     {
   14750                 :           0 :                       tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53 };
   14751                 :           0 :                       tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_ADD);
   14752                 :           0 :                       if (res) return res;
   14753                 :             :                     }
   14754                 :             :                   }
   14755                 :             :                 break;
   14756                 :           0 :               case CFN_COND_AND:
   14757                 :           0 :                 if (call_expr_nargs (_q40) == 4)
   14758                 :             :     {
   14759                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   14760                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   14761                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   14762                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   14763                 :           0 :                     {
   14764                 :           0 :                       tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53 };
   14765                 :           0 :                       tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_AND);
   14766                 :           0 :                       if (res) return res;
   14767                 :             :                     }
   14768                 :             :                   }
   14769                 :             :                 break;
   14770                 :           0 :               case CFN_COND_DIV:
   14771                 :           0 :                 if (call_expr_nargs (_q40) == 4)
   14772                 :             :     {
   14773                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   14774                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   14775                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   14776                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   14777                 :           0 :                     {
   14778                 :           0 :                       tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53 };
   14779                 :           0 :                       tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_DIV);
   14780                 :           0 :                       if (res) return res;
   14781                 :             :                     }
   14782                 :             :                   }
   14783                 :             :                 break;
   14784                 :           0 :               case CFN_COND_IOR:
   14785                 :           0 :                 if (call_expr_nargs (_q40) == 4)
   14786                 :             :     {
   14787                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   14788                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   14789                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   14790                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   14791                 :           0 :                     {
   14792                 :           0 :                       tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53 };
   14793                 :           0 :                       tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_IOR);
   14794                 :           0 :                       if (res) return res;
   14795                 :             :                     }
   14796                 :             :                   }
   14797                 :             :                 break;
   14798                 :           0 :               case CFN_COND_MAX:
   14799                 :           0 :                 if (call_expr_nargs (_q40) == 4)
   14800                 :             :     {
   14801                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   14802                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   14803                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   14804                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   14805                 :           0 :                     {
   14806                 :           0 :                       tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53 };
   14807                 :           0 :                       tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_MAX);
   14808                 :           0 :                       if (res) return res;
   14809                 :             :                     }
   14810                 :             :                   }
   14811                 :             :                 break;
   14812                 :           0 :               case CFN_COND_MIN:
   14813                 :           0 :                 if (call_expr_nargs (_q40) == 4)
   14814                 :             :     {
   14815                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   14816                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   14817                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   14818                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   14819                 :           0 :                     {
   14820                 :           0 :                       tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53 };
   14821                 :           0 :                       tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_MIN);
   14822                 :           0 :                       if (res) return res;
   14823                 :             :                     }
   14824                 :             :                   }
   14825                 :             :                 break;
   14826                 :           0 :               case CFN_COND_MOD:
   14827                 :           0 :                 if (call_expr_nargs (_q40) == 4)
   14828                 :             :     {
   14829                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   14830                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   14831                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   14832                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   14833                 :           0 :                     {
   14834                 :           0 :                       tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53 };
   14835                 :           0 :                       tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_MOD);
   14836                 :           0 :                       if (res) return res;
   14837                 :             :                     }
   14838                 :             :                   }
   14839                 :             :                 break;
   14840                 :           0 :               case CFN_COND_MUL:
   14841                 :           0 :                 if (call_expr_nargs (_q40) == 4)
   14842                 :             :     {
   14843                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   14844                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   14845                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   14846                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   14847                 :           0 :                     {
   14848                 :           0 :                       tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53 };
   14849                 :           0 :                       tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_MUL);
   14850                 :           0 :                       if (res) return res;
   14851                 :             :                     }
   14852                 :             :                   }
   14853                 :             :                 break;
   14854                 :           0 :               case CFN_COND_SHL:
   14855                 :           0 :                 if (call_expr_nargs (_q40) == 4)
   14856                 :             :     {
   14857                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   14858                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   14859                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   14860                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   14861                 :           0 :                     {
   14862                 :           0 :                       tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53 };
   14863                 :           0 :                       tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_SHL);
   14864                 :           0 :                       if (res) return res;
   14865                 :             :                     }
   14866                 :             :                   }
   14867                 :             :                 break;
   14868                 :           0 :               case CFN_COND_SHR:
   14869                 :           0 :                 if (call_expr_nargs (_q40) == 4)
   14870                 :             :     {
   14871                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   14872                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   14873                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   14874                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   14875                 :           0 :                     {
   14876                 :           0 :                       tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53 };
   14877                 :           0 :                       tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_SHR);
   14878                 :           0 :                       if (res) return res;
   14879                 :             :                     }
   14880                 :             :                   }
   14881                 :             :                 break;
   14882                 :           0 :               case CFN_COND_SUB:
   14883                 :           0 :                 if (call_expr_nargs (_q40) == 4)
   14884                 :             :     {
   14885                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   14886                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   14887                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   14888                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   14889                 :           0 :                     {
   14890                 :           0 :                       tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53 };
   14891                 :           0 :                       tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_SUB);
   14892                 :           0 :                       if (res) return res;
   14893                 :             :                     }
   14894                 :             :                   }
   14895                 :             :                 break;
   14896                 :           0 :               case CFN_COND_XOR:
   14897                 :           0 :                 if (call_expr_nargs (_q40) == 4)
   14898                 :             :     {
   14899                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   14900                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   14901                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   14902                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   14903                 :           0 :                     {
   14904                 :           0 :                       tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53 };
   14905                 :           0 :                       tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_XOR);
   14906                 :           0 :                       if (res) return res;
   14907                 :             :                     }
   14908                 :             :                   }
   14909                 :             :                 break;
   14910                 :           0 :               case CFN_COND_COPYSIGN:
   14911                 :           0 :                 if (call_expr_nargs (_q40) == 4)
   14912                 :             :     {
   14913                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   14914                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   14915                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   14916                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   14917                 :           0 :                     {
   14918                 :           0 :                       tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53 };
   14919                 :           0 :                       tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_COPYSIGN);
   14920                 :           0 :                       if (res) return res;
   14921                 :             :                     }
   14922                 :             :                   }
   14923                 :             :                 break;
   14924                 :           0 :               case CFN_COND_FMAX:
   14925                 :           0 :                 if (call_expr_nargs (_q40) == 4)
   14926                 :             :     {
   14927                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   14928                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   14929                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   14930                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   14931                 :           0 :                     {
   14932                 :           0 :                       tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53 };
   14933                 :           0 :                       tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FMAX);
   14934                 :           0 :                       if (res) return res;
   14935                 :             :                     }
   14936                 :             :                   }
   14937                 :             :                 break;
   14938                 :           0 :               case CFN_COND_FMIN:
   14939                 :           0 :                 if (call_expr_nargs (_q40) == 4)
   14940                 :             :     {
   14941                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   14942                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   14943                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   14944                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   14945                 :           0 :                     {
   14946                 :           0 :                       tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53 };
   14947                 :           0 :                       tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FMIN);
   14948                 :           0 :                       if (res) return res;
   14949                 :             :                     }
   14950                 :             :                   }
   14951                 :             :                 break;
   14952                 :           0 :               case CFN_COND_RDIV:
   14953                 :           0 :                 if (call_expr_nargs (_q40) == 4)
   14954                 :             :     {
   14955                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   14956                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   14957                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   14958                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   14959                 :           0 :                     {
   14960                 :           0 :                       tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53 };
   14961                 :           0 :                       tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_RDIV);
   14962                 :           0 :                       if (res) return res;
   14963                 :             :                     }
   14964                 :             :                   }
   14965                 :             :                 break;
   14966                 :             :               default:;
   14967                 :             :               }
   14968                 :             :             break;
   14969                 :             :           default:;
   14970                 :             :           }
   14971                 :             :         break;
   14972                 :             :       }
   14973                 :          12 :     case CALL_EXPR:
   14974                 :          12 :       switch (get_call_combined_fn (_p2))
   14975                 :             :         {
   14976                 :           0 :         case CFN_COND_ADD:
   14977                 :           0 :           if (call_expr_nargs (_p2) == 4)
   14978                 :             :     {
   14979                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   14980                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   14981                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   14982                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   14983                 :           0 :               {
   14984                 :           0 :                 tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43 };
   14985                 :           0 :                 tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_ADD);
   14986                 :           0 :                 if (res) return res;
   14987                 :             :               }
   14988                 :             :             }
   14989                 :             :           break;
   14990                 :           0 :         case CFN_COND_AND:
   14991                 :           0 :           if (call_expr_nargs (_p2) == 4)
   14992                 :             :     {
   14993                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   14994                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   14995                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   14996                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   14997                 :           0 :               {
   14998                 :           0 :                 tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43 };
   14999                 :           0 :                 tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_AND);
   15000                 :           0 :                 if (res) return res;
   15001                 :             :               }
   15002                 :             :             }
   15003                 :             :           break;
   15004                 :           0 :         case CFN_COND_DIV:
   15005                 :           0 :           if (call_expr_nargs (_p2) == 4)
   15006                 :             :     {
   15007                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   15008                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   15009                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   15010                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   15011                 :           0 :               {
   15012                 :           0 :                 tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43 };
   15013                 :           0 :                 tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_DIV);
   15014                 :           0 :                 if (res) return res;
   15015                 :             :               }
   15016                 :             :             }
   15017                 :             :           break;
   15018                 :           0 :         case CFN_COND_IOR:
   15019                 :           0 :           if (call_expr_nargs (_p2) == 4)
   15020                 :             :     {
   15021                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   15022                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   15023                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   15024                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   15025                 :           0 :               {
   15026                 :           0 :                 tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43 };
   15027                 :           0 :                 tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_IOR);
   15028                 :           0 :                 if (res) return res;
   15029                 :             :               }
   15030                 :             :             }
   15031                 :             :           break;
   15032                 :           0 :         case CFN_COND_MAX:
   15033                 :           0 :           if (call_expr_nargs (_p2) == 4)
   15034                 :             :     {
   15035                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   15036                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   15037                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   15038                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   15039                 :           0 :               {
   15040                 :           0 :                 tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43 };
   15041                 :           0 :                 tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_MAX);
   15042                 :           0 :                 if (res) return res;
   15043                 :             :               }
   15044                 :             :             }
   15045                 :             :           break;
   15046                 :           0 :         case CFN_COND_MIN:
   15047                 :           0 :           if (call_expr_nargs (_p2) == 4)
   15048                 :             :     {
   15049                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   15050                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   15051                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   15052                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   15053                 :           0 :               {
   15054                 :           0 :                 tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43 };
   15055                 :           0 :                 tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_MIN);
   15056                 :           0 :                 if (res) return res;
   15057                 :             :               }
   15058                 :             :             }
   15059                 :             :           break;
   15060                 :           0 :         case CFN_COND_MOD:
   15061                 :           0 :           if (call_expr_nargs (_p2) == 4)
   15062                 :             :     {
   15063                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   15064                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   15065                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   15066                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   15067                 :           0 :               {
   15068                 :           0 :                 tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43 };
   15069                 :           0 :                 tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_MOD);
   15070                 :           0 :                 if (res) return res;
   15071                 :             :               }
   15072                 :             :             }
   15073                 :             :           break;
   15074                 :           0 :         case CFN_COND_MUL:
   15075                 :           0 :           if (call_expr_nargs (_p2) == 4)
   15076                 :             :     {
   15077                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   15078                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   15079                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   15080                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   15081                 :           0 :               {
   15082                 :           0 :                 tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43 };
   15083                 :           0 :                 tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_MUL);
   15084                 :           0 :                 if (res) return res;
   15085                 :             :               }
   15086                 :             :             }
   15087                 :             :           break;
   15088                 :           0 :         case CFN_COND_SHL:
   15089                 :           0 :           if (call_expr_nargs (_p2) == 4)
   15090                 :             :     {
   15091                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   15092                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   15093                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   15094                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   15095                 :           0 :               {
   15096                 :           0 :                 tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43 };
   15097                 :           0 :                 tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_SHL);
   15098                 :           0 :                 if (res) return res;
   15099                 :             :               }
   15100                 :             :             }
   15101                 :             :           break;
   15102                 :           0 :         case CFN_COND_SHR:
   15103                 :           0 :           if (call_expr_nargs (_p2) == 4)
   15104                 :             :     {
   15105                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   15106                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   15107                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   15108                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   15109                 :           0 :               {
   15110                 :           0 :                 tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43 };
   15111                 :           0 :                 tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_SHR);
   15112                 :           0 :                 if (res) return res;
   15113                 :             :               }
   15114                 :             :             }
   15115                 :             :           break;
   15116                 :           0 :         case CFN_COND_SUB:
   15117                 :           0 :           if (call_expr_nargs (_p2) == 4)
   15118                 :             :     {
   15119                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   15120                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   15121                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   15122                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   15123                 :           0 :               {
   15124                 :           0 :                 tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43 };
   15125                 :           0 :                 tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_SUB);
   15126                 :           0 :                 if (res) return res;
   15127                 :             :               }
   15128                 :             :             }
   15129                 :             :           break;
   15130                 :           0 :         case CFN_COND_XOR:
   15131                 :           0 :           if (call_expr_nargs (_p2) == 4)
   15132                 :             :     {
   15133                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   15134                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   15135                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   15136                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   15137                 :           0 :               {
   15138                 :           0 :                 tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43 };
   15139                 :           0 :                 tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_XOR);
   15140                 :           0 :                 if (res) return res;
   15141                 :             :               }
   15142                 :             :             }
   15143                 :             :           break;
   15144                 :           0 :         case CFN_COND_COPYSIGN:
   15145                 :           0 :           if (call_expr_nargs (_p2) == 4)
   15146                 :             :     {
   15147                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   15148                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   15149                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   15150                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   15151                 :           0 :               {
   15152                 :           0 :                 tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43 };
   15153                 :           0 :                 tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_COPYSIGN);
   15154                 :           0 :                 if (res) return res;
   15155                 :             :               }
   15156                 :             :             }
   15157                 :             :           break;
   15158                 :           0 :         case CFN_COND_FMAX:
   15159                 :           0 :           if (call_expr_nargs (_p2) == 4)
   15160                 :             :     {
   15161                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   15162                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   15163                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   15164                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   15165                 :           0 :               {
   15166                 :           0 :                 tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43 };
   15167                 :           0 :                 tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FMAX);
   15168                 :           0 :                 if (res) return res;
   15169                 :             :               }
   15170                 :             :             }
   15171                 :             :           break;
   15172                 :           0 :         case CFN_COND_FMIN:
   15173                 :           0 :           if (call_expr_nargs (_p2) == 4)
   15174                 :             :     {
   15175                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   15176                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   15177                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   15178                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   15179                 :           0 :               {
   15180                 :           0 :                 tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43 };
   15181                 :           0 :                 tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FMIN);
   15182                 :           0 :                 if (res) return res;
   15183                 :             :               }
   15184                 :             :             }
   15185                 :             :           break;
   15186                 :           0 :         case CFN_COND_RDIV:
   15187                 :           0 :           if (call_expr_nargs (_p2) == 4)
   15188                 :             :     {
   15189                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   15190                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   15191                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   15192                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   15193                 :           0 :               {
   15194                 :           0 :                 tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43 };
   15195                 :           0 :                 tree res = generic_simplify_526 (loc, type, _p0, _p1, _p2, captures, CFN_COND_RDIV);
   15196                 :           0 :                 if (res) return res;
   15197                 :             :               }
   15198                 :             :             }
   15199                 :             :           break;
   15200                 :             :         default:;
   15201                 :             :         }
   15202                 :             :       break;
   15203                 :      304692 :     default:;
   15204                 :             :     }
   15205                 :      304692 :   switch (TREE_CODE (_p1))
   15206                 :             :     {
   15207                 :           0 :     case VIEW_CONVERT_EXPR:
   15208                 :           0 :       {
   15209                 :           0 :         tree _q30 = TREE_OPERAND (_p1, 0);
   15210                 :           0 :         switch (TREE_CODE (_q30))
   15211                 :             :           {
   15212                 :           0 :           case CALL_EXPR:
   15213                 :           0 :             switch (get_call_combined_fn (_q30))
   15214                 :             :               {
   15215                 :           0 :               case CFN_COND_FMA:
   15216                 :           0 :                 if (call_expr_nargs (_q30) == 5)
   15217                 :             :     {
   15218                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   15219                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   15220                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   15221                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   15222                 :           0 :                     tree _q44 = CALL_EXPR_ARG (_q30, 4);
   15223                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   15224                 :             :                       {
   15225                 :           0 :                         {
   15226                 :           0 :                           tree captures[6] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _q44, _p2 };
   15227                 :           0 :                           tree res = generic_simplify_527 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FMA);
   15228                 :           0 :                           if (res) return res;
   15229                 :             :                         }
   15230                 :             :                       }
   15231                 :             :                   }
   15232                 :             :                 break;
   15233                 :           0 :               case CFN_COND_FMS:
   15234                 :           0 :                 if (call_expr_nargs (_q30) == 5)
   15235                 :             :     {
   15236                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   15237                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   15238                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   15239                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   15240                 :           0 :                     tree _q44 = CALL_EXPR_ARG (_q30, 4);
   15241                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   15242                 :             :                       {
   15243                 :           0 :                         {
   15244                 :           0 :                           tree captures[6] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _q44, _p2 };
   15245                 :           0 :                           tree res = generic_simplify_527 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FMS);
   15246                 :           0 :                           if (res) return res;
   15247                 :             :                         }
   15248                 :             :                       }
   15249                 :             :                   }
   15250                 :             :                 break;
   15251                 :           0 :               case CFN_COND_FNMA:
   15252                 :           0 :                 if (call_expr_nargs (_q30) == 5)
   15253                 :             :     {
   15254                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   15255                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   15256                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   15257                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   15258                 :           0 :                     tree _q44 = CALL_EXPR_ARG (_q30, 4);
   15259                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   15260                 :             :                       {
   15261                 :           0 :                         {
   15262                 :           0 :                           tree captures[6] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _q44, _p2 };
   15263                 :           0 :                           tree res = generic_simplify_527 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FNMA);
   15264                 :           0 :                           if (res) return res;
   15265                 :             :                         }
   15266                 :             :                       }
   15267                 :             :                   }
   15268                 :             :                 break;
   15269                 :           0 :               case CFN_COND_FNMS:
   15270                 :           0 :                 if (call_expr_nargs (_q30) == 5)
   15271                 :             :     {
   15272                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   15273                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   15274                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   15275                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   15276                 :           0 :                     tree _q44 = CALL_EXPR_ARG (_q30, 4);
   15277                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   15278                 :             :                       {
   15279                 :           0 :                         {
   15280                 :           0 :                           tree captures[6] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _q44, _p2 };
   15281                 :           0 :                           tree res = generic_simplify_527 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FNMS);
   15282                 :           0 :                           if (res) return res;
   15283                 :             :                         }
   15284                 :             :                       }
   15285                 :             :                   }
   15286                 :             :                 break;
   15287                 :             :               default:;
   15288                 :             :               }
   15289                 :             :             break;
   15290                 :             :           default:;
   15291                 :             :           }
   15292                 :             :         break;
   15293                 :             :       }
   15294                 :          12 :     case CALL_EXPR:
   15295                 :          12 :       switch (get_call_combined_fn (_p1))
   15296                 :             :         {
   15297                 :           0 :         case CFN_COND_FMA:
   15298                 :           0 :           if (call_expr_nargs (_p1) == 5)
   15299                 :             :     {
   15300                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   15301                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   15302                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   15303                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   15304                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   15305                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   15306                 :             :                 {
   15307                 :           0 :                   {
   15308                 :           0 :                     tree captures[6] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _q34, _p2 };
   15309                 :           0 :                     tree res = generic_simplify_527 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FMA);
   15310                 :           0 :                     if (res) return res;
   15311                 :             :                   }
   15312                 :             :                 }
   15313                 :             :             }
   15314                 :             :           break;
   15315                 :           0 :         case CFN_COND_FMS:
   15316                 :           0 :           if (call_expr_nargs (_p1) == 5)
   15317                 :             :     {
   15318                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   15319                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   15320                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   15321                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   15322                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   15323                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   15324                 :             :                 {
   15325                 :           0 :                   {
   15326                 :           0 :                     tree captures[6] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _q34, _p2 };
   15327                 :           0 :                     tree res = generic_simplify_527 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FMS);
   15328                 :           0 :                     if (res) return res;
   15329                 :             :                   }
   15330                 :             :                 }
   15331                 :             :             }
   15332                 :             :           break;
   15333                 :           0 :         case CFN_COND_FNMA:
   15334                 :           0 :           if (call_expr_nargs (_p1) == 5)
   15335                 :             :     {
   15336                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   15337                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   15338                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   15339                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   15340                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   15341                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   15342                 :             :                 {
   15343                 :           0 :                   {
   15344                 :           0 :                     tree captures[6] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _q34, _p2 };
   15345                 :           0 :                     tree res = generic_simplify_527 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FNMA);
   15346                 :           0 :                     if (res) return res;
   15347                 :             :                   }
   15348                 :             :                 }
   15349                 :             :             }
   15350                 :             :           break;
   15351                 :           0 :         case CFN_COND_FNMS:
   15352                 :           0 :           if (call_expr_nargs (_p1) == 5)
   15353                 :             :     {
   15354                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   15355                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   15356                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   15357                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   15358                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   15359                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   15360                 :             :                 {
   15361                 :           0 :                   {
   15362                 :           0 :                     tree captures[6] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _q34, _p2 };
   15363                 :           0 :                     tree res = generic_simplify_527 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FNMS);
   15364                 :           0 :                     if (res) return res;
   15365                 :             :                   }
   15366                 :             :                 }
   15367                 :             :             }
   15368                 :             :           break;
   15369                 :             :         default:;
   15370                 :             :         }
   15371                 :             :       break;
   15372                 :      304692 :     default:;
   15373                 :             :     }
   15374                 :      304692 :   switch (TREE_CODE (_p2))
   15375                 :             :     {
   15376                 :           0 :     case VIEW_CONVERT_EXPR:
   15377                 :           0 :       {
   15378                 :           0 :         tree _q40 = TREE_OPERAND (_p2, 0);
   15379                 :           0 :         switch (TREE_CODE (_q40))
   15380                 :             :           {
   15381                 :           0 :           case CALL_EXPR:
   15382                 :           0 :             switch (get_call_combined_fn (_q40))
   15383                 :             :               {
   15384                 :           0 :               case CFN_COND_FMA:
   15385                 :           0 :                 if (call_expr_nargs (_q40) == 5)
   15386                 :             :     {
   15387                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   15388                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   15389                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   15390                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   15391                 :           0 :                     tree _q54 = CALL_EXPR_ARG (_q40, 4);
   15392                 :           0 :                     {
   15393                 :           0 :                       tree captures[7] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53, _q54 };
   15394                 :           0 :                       tree res = generic_simplify_528 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FMA);
   15395                 :           0 :                       if (res) return res;
   15396                 :             :                     }
   15397                 :             :                   }
   15398                 :             :                 break;
   15399                 :           0 :               case CFN_COND_FMS:
   15400                 :           0 :                 if (call_expr_nargs (_q40) == 5)
   15401                 :             :     {
   15402                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   15403                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   15404                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   15405                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   15406                 :           0 :                     tree _q54 = CALL_EXPR_ARG (_q40, 4);
   15407                 :           0 :                     {
   15408                 :           0 :                       tree captures[7] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53, _q54 };
   15409                 :           0 :                       tree res = generic_simplify_528 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FMS);
   15410                 :           0 :                       if (res) return res;
   15411                 :             :                     }
   15412                 :             :                   }
   15413                 :             :                 break;
   15414                 :           0 :               case CFN_COND_FNMA:
   15415                 :           0 :                 if (call_expr_nargs (_q40) == 5)
   15416                 :             :     {
   15417                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   15418                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   15419                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   15420                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   15421                 :           0 :                     tree _q54 = CALL_EXPR_ARG (_q40, 4);
   15422                 :           0 :                     {
   15423                 :           0 :                       tree captures[7] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53, _q54 };
   15424                 :           0 :                       tree res = generic_simplify_528 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FNMA);
   15425                 :           0 :                       if (res) return res;
   15426                 :             :                     }
   15427                 :             :                   }
   15428                 :             :                 break;
   15429                 :           0 :               case CFN_COND_FNMS:
   15430                 :           0 :                 if (call_expr_nargs (_q40) == 5)
   15431                 :             :     {
   15432                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   15433                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   15434                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   15435                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   15436                 :           0 :                     tree _q54 = CALL_EXPR_ARG (_q40, 4);
   15437                 :           0 :                     {
   15438                 :           0 :                       tree captures[7] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53, _q54 };
   15439                 :           0 :                       tree res = generic_simplify_528 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FNMS);
   15440                 :           0 :                       if (res) return res;
   15441                 :             :                     }
   15442                 :             :                   }
   15443                 :             :                 break;
   15444                 :             :               default:;
   15445                 :             :               }
   15446                 :             :             break;
   15447                 :             :           default:;
   15448                 :             :           }
   15449                 :             :         break;
   15450                 :             :       }
   15451                 :          12 :     case CALL_EXPR:
   15452                 :          12 :       switch (get_call_combined_fn (_p2))
   15453                 :             :         {
   15454                 :           0 :         case CFN_COND_FMA:
   15455                 :           0 :           if (call_expr_nargs (_p2) == 5)
   15456                 :             :     {
   15457                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   15458                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   15459                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   15460                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   15461                 :           0 :               tree _q44 = CALL_EXPR_ARG (_p2, 4);
   15462                 :           0 :               {
   15463                 :           0 :                 tree captures[7] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43, _q44 };
   15464                 :           0 :                 tree res = generic_simplify_528 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FMA);
   15465                 :           0 :                 if (res) return res;
   15466                 :             :               }
   15467                 :             :             }
   15468                 :             :           break;
   15469                 :           0 :         case CFN_COND_FMS:
   15470                 :           0 :           if (call_expr_nargs (_p2) == 5)
   15471                 :             :     {
   15472                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   15473                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   15474                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   15475                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   15476                 :           0 :               tree _q44 = CALL_EXPR_ARG (_p2, 4);
   15477                 :           0 :               {
   15478                 :           0 :                 tree captures[7] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43, _q44 };
   15479                 :           0 :                 tree res = generic_simplify_528 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FMS);
   15480                 :           0 :                 if (res) return res;
   15481                 :             :               }
   15482                 :             :             }
   15483                 :             :           break;
   15484                 :           0 :         case CFN_COND_FNMA:
   15485                 :           0 :           if (call_expr_nargs (_p2) == 5)
   15486                 :             :     {
   15487                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   15488                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   15489                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   15490                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   15491                 :           0 :               tree _q44 = CALL_EXPR_ARG (_p2, 4);
   15492                 :           0 :               {
   15493                 :           0 :                 tree captures[7] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43, _q44 };
   15494                 :           0 :                 tree res = generic_simplify_528 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FNMA);
   15495                 :           0 :                 if (res) return res;
   15496                 :             :               }
   15497                 :             :             }
   15498                 :             :           break;
   15499                 :           0 :         case CFN_COND_FNMS:
   15500                 :           0 :           if (call_expr_nargs (_p2) == 5)
   15501                 :             :     {
   15502                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   15503                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   15504                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   15505                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   15506                 :           0 :               tree _q44 = CALL_EXPR_ARG (_p2, 4);
   15507                 :           0 :               {
   15508                 :           0 :                 tree captures[7] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43, _q44 };
   15509                 :           0 :                 tree res = generic_simplify_528 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FNMS);
   15510                 :           0 :                 if (res) return res;
   15511                 :             :               }
   15512                 :             :             }
   15513                 :             :           break;
   15514                 :             :         default:;
   15515                 :             :         }
   15516                 :             :       break;
   15517                 :      304692 :     default:;
   15518                 :             :     }
   15519                 :      304692 :   switch (TREE_CODE (_p1))
   15520                 :             :     {
   15521                 :           0 :     case VIEW_CONVERT_EXPR:
   15522                 :           0 :       {
   15523                 :           0 :         tree _q30 = TREE_OPERAND (_p1, 0);
   15524                 :           0 :         switch (TREE_CODE (_q30))
   15525                 :             :           {
   15526                 :           0 :           case CALL_EXPR:
   15527                 :           0 :             switch (get_call_combined_fn (_q30))
   15528                 :             :               {
   15529                 :           0 :               case CFN_COND_LEN_ADD:
   15530                 :           0 :                 if (call_expr_nargs (_q30) == 6)
   15531                 :             :     {
   15532                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   15533                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   15534                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   15535                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   15536                 :           0 :                     tree _q44 = CALL_EXPR_ARG (_q30, 4);
   15537                 :           0 :                     tree _q45 = CALL_EXPR_ARG (_q30, 5);
   15538                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   15539                 :             :                       {
   15540                 :           0 :                         {
   15541                 :           0 :                           tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _q44, _q45, _p2 };
   15542                 :           0 :                           tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_ADD);
   15543                 :           0 :                           if (res) return res;
   15544                 :             :                         }
   15545                 :             :                       }
   15546                 :             :                   }
   15547                 :             :                 break;
   15548                 :           0 :               case CFN_COND_LEN_AND:
   15549                 :           0 :                 if (call_expr_nargs (_q30) == 6)
   15550                 :             :     {
   15551                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   15552                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   15553                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   15554                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   15555                 :           0 :                     tree _q44 = CALL_EXPR_ARG (_q30, 4);
   15556                 :           0 :                     tree _q45 = CALL_EXPR_ARG (_q30, 5);
   15557                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   15558                 :             :                       {
   15559                 :           0 :                         {
   15560                 :           0 :                           tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _q44, _q45, _p2 };
   15561                 :           0 :                           tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_AND);
   15562                 :           0 :                           if (res) return res;
   15563                 :             :                         }
   15564                 :             :                       }
   15565                 :             :                   }
   15566                 :             :                 break;
   15567                 :           0 :               case CFN_COND_LEN_DIV:
   15568                 :           0 :                 if (call_expr_nargs (_q30) == 6)
   15569                 :             :     {
   15570                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   15571                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   15572                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   15573                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   15574                 :           0 :                     tree _q44 = CALL_EXPR_ARG (_q30, 4);
   15575                 :           0 :                     tree _q45 = CALL_EXPR_ARG (_q30, 5);
   15576                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   15577                 :             :                       {
   15578                 :           0 :                         {
   15579                 :           0 :                           tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _q44, _q45, _p2 };
   15580                 :           0 :                           tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_DIV);
   15581                 :           0 :                           if (res) return res;
   15582                 :             :                         }
   15583                 :             :                       }
   15584                 :             :                   }
   15585                 :             :                 break;
   15586                 :           0 :               case CFN_COND_LEN_IOR:
   15587                 :           0 :                 if (call_expr_nargs (_q30) == 6)
   15588                 :             :     {
   15589                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   15590                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   15591                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   15592                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   15593                 :           0 :                     tree _q44 = CALL_EXPR_ARG (_q30, 4);
   15594                 :           0 :                     tree _q45 = CALL_EXPR_ARG (_q30, 5);
   15595                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   15596                 :             :                       {
   15597                 :           0 :                         {
   15598                 :           0 :                           tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _q44, _q45, _p2 };
   15599                 :           0 :                           tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_IOR);
   15600                 :           0 :                           if (res) return res;
   15601                 :             :                         }
   15602                 :             :                       }
   15603                 :             :                   }
   15604                 :             :                 break;
   15605                 :           0 :               case CFN_COND_LEN_MAX:
   15606                 :           0 :                 if (call_expr_nargs (_q30) == 6)
   15607                 :             :     {
   15608                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   15609                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   15610                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   15611                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   15612                 :           0 :                     tree _q44 = CALL_EXPR_ARG (_q30, 4);
   15613                 :           0 :                     tree _q45 = CALL_EXPR_ARG (_q30, 5);
   15614                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   15615                 :             :                       {
   15616                 :           0 :                         {
   15617                 :           0 :                           tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _q44, _q45, _p2 };
   15618                 :           0 :                           tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_MAX);
   15619                 :           0 :                           if (res) return res;
   15620                 :             :                         }
   15621                 :             :                       }
   15622                 :             :                   }
   15623                 :             :                 break;
   15624                 :           0 :               case CFN_COND_LEN_MIN:
   15625                 :           0 :                 if (call_expr_nargs (_q30) == 6)
   15626                 :             :     {
   15627                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   15628                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   15629                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   15630                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   15631                 :           0 :                     tree _q44 = CALL_EXPR_ARG (_q30, 4);
   15632                 :           0 :                     tree _q45 = CALL_EXPR_ARG (_q30, 5);
   15633                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   15634                 :             :                       {
   15635                 :           0 :                         {
   15636                 :           0 :                           tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _q44, _q45, _p2 };
   15637                 :           0 :                           tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_MIN);
   15638                 :           0 :                           if (res) return res;
   15639                 :             :                         }
   15640                 :             :                       }
   15641                 :             :                   }
   15642                 :             :                 break;
   15643                 :           0 :               case CFN_COND_LEN_MOD:
   15644                 :           0 :                 if (call_expr_nargs (_q30) == 6)
   15645                 :             :     {
   15646                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   15647                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   15648                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   15649                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   15650                 :           0 :                     tree _q44 = CALL_EXPR_ARG (_q30, 4);
   15651                 :           0 :                     tree _q45 = CALL_EXPR_ARG (_q30, 5);
   15652                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   15653                 :             :                       {
   15654                 :           0 :                         {
   15655                 :           0 :                           tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _q44, _q45, _p2 };
   15656                 :           0 :                           tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_MOD);
   15657                 :           0 :                           if (res) return res;
   15658                 :             :                         }
   15659                 :             :                       }
   15660                 :             :                   }
   15661                 :             :                 break;
   15662                 :           0 :               case CFN_COND_LEN_MUL:
   15663                 :           0 :                 if (call_expr_nargs (_q30) == 6)
   15664                 :             :     {
   15665                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   15666                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   15667                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   15668                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   15669                 :           0 :                     tree _q44 = CALL_EXPR_ARG (_q30, 4);
   15670                 :           0 :                     tree _q45 = CALL_EXPR_ARG (_q30, 5);
   15671                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   15672                 :             :                       {
   15673                 :           0 :                         {
   15674                 :           0 :                           tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _q44, _q45, _p2 };
   15675                 :           0 :                           tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_MUL);
   15676                 :           0 :                           if (res) return res;
   15677                 :             :                         }
   15678                 :             :                       }
   15679                 :             :                   }
   15680                 :             :                 break;
   15681                 :           0 :               case CFN_COND_LEN_SHL:
   15682                 :           0 :                 if (call_expr_nargs (_q30) == 6)
   15683                 :             :     {
   15684                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   15685                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   15686                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   15687                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   15688                 :           0 :                     tree _q44 = CALL_EXPR_ARG (_q30, 4);
   15689                 :           0 :                     tree _q45 = CALL_EXPR_ARG (_q30, 5);
   15690                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   15691                 :             :                       {
   15692                 :           0 :                         {
   15693                 :           0 :                           tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _q44, _q45, _p2 };
   15694                 :           0 :                           tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_SHL);
   15695                 :           0 :                           if (res) return res;
   15696                 :             :                         }
   15697                 :             :                       }
   15698                 :             :                   }
   15699                 :             :                 break;
   15700                 :           0 :               case CFN_COND_LEN_SHR:
   15701                 :           0 :                 if (call_expr_nargs (_q30) == 6)
   15702                 :             :     {
   15703                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   15704                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   15705                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   15706                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   15707                 :           0 :                     tree _q44 = CALL_EXPR_ARG (_q30, 4);
   15708                 :           0 :                     tree _q45 = CALL_EXPR_ARG (_q30, 5);
   15709                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   15710                 :             :                       {
   15711                 :           0 :                         {
   15712                 :           0 :                           tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _q44, _q45, _p2 };
   15713                 :           0 :                           tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_SHR);
   15714                 :           0 :                           if (res) return res;
   15715                 :             :                         }
   15716                 :             :                       }
   15717                 :             :                   }
   15718                 :             :                 break;
   15719                 :           0 :               case CFN_COND_LEN_SUB:
   15720                 :           0 :                 if (call_expr_nargs (_q30) == 6)
   15721                 :             :     {
   15722                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   15723                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   15724                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   15725                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   15726                 :           0 :                     tree _q44 = CALL_EXPR_ARG (_q30, 4);
   15727                 :           0 :                     tree _q45 = CALL_EXPR_ARG (_q30, 5);
   15728                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   15729                 :             :                       {
   15730                 :           0 :                         {
   15731                 :           0 :                           tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _q44, _q45, _p2 };
   15732                 :           0 :                           tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_SUB);
   15733                 :           0 :                           if (res) return res;
   15734                 :             :                         }
   15735                 :             :                       }
   15736                 :             :                   }
   15737                 :             :                 break;
   15738                 :           0 :               case CFN_COND_LEN_XOR:
   15739                 :           0 :                 if (call_expr_nargs (_q30) == 6)
   15740                 :             :     {
   15741                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   15742                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   15743                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   15744                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   15745                 :           0 :                     tree _q44 = CALL_EXPR_ARG (_q30, 4);
   15746                 :           0 :                     tree _q45 = CALL_EXPR_ARG (_q30, 5);
   15747                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   15748                 :             :                       {
   15749                 :           0 :                         {
   15750                 :           0 :                           tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _q44, _q45, _p2 };
   15751                 :           0 :                           tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_XOR);
   15752                 :           0 :                           if (res) return res;
   15753                 :             :                         }
   15754                 :             :                       }
   15755                 :             :                   }
   15756                 :             :                 break;
   15757                 :           0 :               case CFN_COND_LEN_FMAX:
   15758                 :           0 :                 if (call_expr_nargs (_q30) == 6)
   15759                 :             :     {
   15760                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   15761                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   15762                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   15763                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   15764                 :           0 :                     tree _q44 = CALL_EXPR_ARG (_q30, 4);
   15765                 :           0 :                     tree _q45 = CALL_EXPR_ARG (_q30, 5);
   15766                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   15767                 :             :                       {
   15768                 :           0 :                         {
   15769                 :           0 :                           tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _q44, _q45, _p2 };
   15770                 :           0 :                           tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_FMAX);
   15771                 :           0 :                           if (res) return res;
   15772                 :             :                         }
   15773                 :             :                       }
   15774                 :             :                   }
   15775                 :             :                 break;
   15776                 :           0 :               case CFN_COND_LEN_FMIN:
   15777                 :           0 :                 if (call_expr_nargs (_q30) == 6)
   15778                 :             :     {
   15779                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   15780                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   15781                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   15782                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   15783                 :           0 :                     tree _q44 = CALL_EXPR_ARG (_q30, 4);
   15784                 :           0 :                     tree _q45 = CALL_EXPR_ARG (_q30, 5);
   15785                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   15786                 :             :                       {
   15787                 :           0 :                         {
   15788                 :           0 :                           tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _q44, _q45, _p2 };
   15789                 :           0 :                           tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_FMIN);
   15790                 :           0 :                           if (res) return res;
   15791                 :             :                         }
   15792                 :             :                       }
   15793                 :             :                   }
   15794                 :             :                 break;
   15795                 :           0 :               case CFN_COND_LEN_RDIV:
   15796                 :           0 :                 if (call_expr_nargs (_q30) == 6)
   15797                 :             :     {
   15798                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   15799                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   15800                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   15801                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   15802                 :           0 :                     tree _q44 = CALL_EXPR_ARG (_q30, 4);
   15803                 :           0 :                     tree _q45 = CALL_EXPR_ARG (_q30, 5);
   15804                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   15805                 :             :                       {
   15806                 :           0 :                         {
   15807                 :           0 :                           tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _q44, _q45, _p2 };
   15808                 :           0 :                           tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_RDIV);
   15809                 :           0 :                           if (res) return res;
   15810                 :             :                         }
   15811                 :             :                       }
   15812                 :             :                   }
   15813                 :             :                 break;
   15814                 :           0 :               case CFN_COND_LEN_COPYSIGN:
   15815                 :           0 :                 if (call_expr_nargs (_q30) == 6)
   15816                 :             :     {
   15817                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   15818                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   15819                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   15820                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   15821                 :           0 :                     tree _q44 = CALL_EXPR_ARG (_q30, 4);
   15822                 :           0 :                     tree _q45 = CALL_EXPR_ARG (_q30, 5);
   15823                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   15824                 :             :                       {
   15825                 :           0 :                         {
   15826                 :           0 :                           tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _q44, _q45, _p2 };
   15827                 :           0 :                           tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_COPYSIGN);
   15828                 :           0 :                           if (res) return res;
   15829                 :             :                         }
   15830                 :             :                       }
   15831                 :             :                   }
   15832                 :             :                 break;
   15833                 :             :               default:;
   15834                 :             :               }
   15835                 :             :             break;
   15836                 :             :           default:;
   15837                 :             :           }
   15838                 :             :         break;
   15839                 :             :       }
   15840                 :          12 :     case CALL_EXPR:
   15841                 :          12 :       switch (get_call_combined_fn (_p1))
   15842                 :             :         {
   15843                 :           0 :         case CFN_COND_LEN_ADD:
   15844                 :           0 :           if (call_expr_nargs (_p1) == 6)
   15845                 :             :     {
   15846                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   15847                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   15848                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   15849                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   15850                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   15851                 :           0 :               tree _q35 = CALL_EXPR_ARG (_p1, 5);
   15852                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   15853                 :             :                 {
   15854                 :           0 :                   {
   15855                 :           0 :                     tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _q34, _q35, _p2 };
   15856                 :           0 :                     tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_ADD);
   15857                 :           0 :                     if (res) return res;
   15858                 :             :                   }
   15859                 :             :                 }
   15860                 :             :             }
   15861                 :             :           break;
   15862                 :           0 :         case CFN_COND_LEN_AND:
   15863                 :           0 :           if (call_expr_nargs (_p1) == 6)
   15864                 :             :     {
   15865                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   15866                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   15867                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   15868                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   15869                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   15870                 :           0 :               tree _q35 = CALL_EXPR_ARG (_p1, 5);
   15871                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   15872                 :             :                 {
   15873                 :           0 :                   {
   15874                 :           0 :                     tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _q34, _q35, _p2 };
   15875                 :           0 :                     tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_AND);
   15876                 :           0 :                     if (res) return res;
   15877                 :             :                   }
   15878                 :             :                 }
   15879                 :             :             }
   15880                 :             :           break;
   15881                 :           0 :         case CFN_COND_LEN_DIV:
   15882                 :           0 :           if (call_expr_nargs (_p1) == 6)
   15883                 :             :     {
   15884                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   15885                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   15886                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   15887                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   15888                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   15889                 :           0 :               tree _q35 = CALL_EXPR_ARG (_p1, 5);
   15890                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   15891                 :             :                 {
   15892                 :           0 :                   {
   15893                 :           0 :                     tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _q34, _q35, _p2 };
   15894                 :           0 :                     tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_DIV);
   15895                 :           0 :                     if (res) return res;
   15896                 :             :                   }
   15897                 :             :                 }
   15898                 :             :             }
   15899                 :             :           break;
   15900                 :           0 :         case CFN_COND_LEN_IOR:
   15901                 :           0 :           if (call_expr_nargs (_p1) == 6)
   15902                 :             :     {
   15903                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   15904                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   15905                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   15906                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   15907                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   15908                 :           0 :               tree _q35 = CALL_EXPR_ARG (_p1, 5);
   15909                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   15910                 :             :                 {
   15911                 :           0 :                   {
   15912                 :           0 :                     tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _q34, _q35, _p2 };
   15913                 :           0 :                     tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_IOR);
   15914                 :           0 :                     if (res) return res;
   15915                 :             :                   }
   15916                 :             :                 }
   15917                 :             :             }
   15918                 :             :           break;
   15919                 :           0 :         case CFN_COND_LEN_MAX:
   15920                 :           0 :           if (call_expr_nargs (_p1) == 6)
   15921                 :             :     {
   15922                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   15923                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   15924                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   15925                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   15926                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   15927                 :           0 :               tree _q35 = CALL_EXPR_ARG (_p1, 5);
   15928                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   15929                 :             :                 {
   15930                 :           0 :                   {
   15931                 :           0 :                     tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _q34, _q35, _p2 };
   15932                 :           0 :                     tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_MAX);
   15933                 :           0 :                     if (res) return res;
   15934                 :             :                   }
   15935                 :             :                 }
   15936                 :             :             }
   15937                 :             :           break;
   15938                 :           0 :         case CFN_COND_LEN_MIN:
   15939                 :           0 :           if (call_expr_nargs (_p1) == 6)
   15940                 :             :     {
   15941                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   15942                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   15943                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   15944                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   15945                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   15946                 :           0 :               tree _q35 = CALL_EXPR_ARG (_p1, 5);
   15947                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   15948                 :             :                 {
   15949                 :           0 :                   {
   15950                 :           0 :                     tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _q34, _q35, _p2 };
   15951                 :           0 :                     tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_MIN);
   15952                 :           0 :                     if (res) return res;
   15953                 :             :                   }
   15954                 :             :                 }
   15955                 :             :             }
   15956                 :             :           break;
   15957                 :           0 :         case CFN_COND_LEN_MOD:
   15958                 :           0 :           if (call_expr_nargs (_p1) == 6)
   15959                 :             :     {
   15960                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   15961                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   15962                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   15963                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   15964                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   15965                 :           0 :               tree _q35 = CALL_EXPR_ARG (_p1, 5);
   15966                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   15967                 :             :                 {
   15968                 :           0 :                   {
   15969                 :           0 :                     tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _q34, _q35, _p2 };
   15970                 :           0 :                     tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_MOD);
   15971                 :           0 :                     if (res) return res;
   15972                 :             :                   }
   15973                 :             :                 }
   15974                 :             :             }
   15975                 :             :           break;
   15976                 :           0 :         case CFN_COND_LEN_MUL:
   15977                 :           0 :           if (call_expr_nargs (_p1) == 6)
   15978                 :             :     {
   15979                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   15980                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   15981                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   15982                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   15983                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   15984                 :           0 :               tree _q35 = CALL_EXPR_ARG (_p1, 5);
   15985                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   15986                 :             :                 {
   15987                 :           0 :                   {
   15988                 :           0 :                     tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _q34, _q35, _p2 };
   15989                 :           0 :                     tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_MUL);
   15990                 :           0 :                     if (res) return res;
   15991                 :             :                   }
   15992                 :             :                 }
   15993                 :             :             }
   15994                 :             :           break;
   15995                 :           0 :         case CFN_COND_LEN_SHL:
   15996                 :           0 :           if (call_expr_nargs (_p1) == 6)
   15997                 :             :     {
   15998                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   15999                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   16000                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   16001                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   16002                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   16003                 :           0 :               tree _q35 = CALL_EXPR_ARG (_p1, 5);
   16004                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   16005                 :             :                 {
   16006                 :           0 :                   {
   16007                 :           0 :                     tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _q34, _q35, _p2 };
   16008                 :           0 :                     tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_SHL);
   16009                 :           0 :                     if (res) return res;
   16010                 :             :                   }
   16011                 :             :                 }
   16012                 :             :             }
   16013                 :             :           break;
   16014                 :           0 :         case CFN_COND_LEN_SHR:
   16015                 :           0 :           if (call_expr_nargs (_p1) == 6)
   16016                 :             :     {
   16017                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   16018                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   16019                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   16020                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   16021                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   16022                 :           0 :               tree _q35 = CALL_EXPR_ARG (_p1, 5);
   16023                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   16024                 :             :                 {
   16025                 :           0 :                   {
   16026                 :           0 :                     tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _q34, _q35, _p2 };
   16027                 :           0 :                     tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_SHR);
   16028                 :           0 :                     if (res) return res;
   16029                 :             :                   }
   16030                 :             :                 }
   16031                 :             :             }
   16032                 :             :           break;
   16033                 :           0 :         case CFN_COND_LEN_SUB:
   16034                 :           0 :           if (call_expr_nargs (_p1) == 6)
   16035                 :             :     {
   16036                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   16037                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   16038                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   16039                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   16040                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   16041                 :           0 :               tree _q35 = CALL_EXPR_ARG (_p1, 5);
   16042                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   16043                 :             :                 {
   16044                 :           0 :                   {
   16045                 :           0 :                     tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _q34, _q35, _p2 };
   16046                 :           0 :                     tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_SUB);
   16047                 :           0 :                     if (res) return res;
   16048                 :             :                   }
   16049                 :             :                 }
   16050                 :             :             }
   16051                 :             :           break;
   16052                 :           0 :         case CFN_COND_LEN_XOR:
   16053                 :           0 :           if (call_expr_nargs (_p1) == 6)
   16054                 :             :     {
   16055                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   16056                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   16057                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   16058                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   16059                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   16060                 :           0 :               tree _q35 = CALL_EXPR_ARG (_p1, 5);
   16061                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   16062                 :             :                 {
   16063                 :           0 :                   {
   16064                 :           0 :                     tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _q34, _q35, _p2 };
   16065                 :           0 :                     tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_XOR);
   16066                 :           0 :                     if (res) return res;
   16067                 :             :                   }
   16068                 :             :                 }
   16069                 :             :             }
   16070                 :             :           break;
   16071                 :           0 :         case CFN_COND_LEN_FMAX:
   16072                 :           0 :           if (call_expr_nargs (_p1) == 6)
   16073                 :             :     {
   16074                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   16075                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   16076                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   16077                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   16078                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   16079                 :           0 :               tree _q35 = CALL_EXPR_ARG (_p1, 5);
   16080                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   16081                 :             :                 {
   16082                 :           0 :                   {
   16083                 :           0 :                     tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _q34, _q35, _p2 };
   16084                 :           0 :                     tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_FMAX);
   16085                 :           0 :                     if (res) return res;
   16086                 :             :                   }
   16087                 :             :                 }
   16088                 :             :             }
   16089                 :             :           break;
   16090                 :           0 :         case CFN_COND_LEN_FMIN:
   16091                 :           0 :           if (call_expr_nargs (_p1) == 6)
   16092                 :             :     {
   16093                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   16094                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   16095                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   16096                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   16097                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   16098                 :           0 :               tree _q35 = CALL_EXPR_ARG (_p1, 5);
   16099                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   16100                 :             :                 {
   16101                 :           0 :                   {
   16102                 :           0 :                     tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _q34, _q35, _p2 };
   16103                 :           0 :                     tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_FMIN);
   16104                 :           0 :                     if (res) return res;
   16105                 :             :                   }
   16106                 :             :                 }
   16107                 :             :             }
   16108                 :             :           break;
   16109                 :           0 :         case CFN_COND_LEN_RDIV:
   16110                 :           0 :           if (call_expr_nargs (_p1) == 6)
   16111                 :             :     {
   16112                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   16113                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   16114                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   16115                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   16116                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   16117                 :           0 :               tree _q35 = CALL_EXPR_ARG (_p1, 5);
   16118                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   16119                 :             :                 {
   16120                 :           0 :                   {
   16121                 :           0 :                     tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _q34, _q35, _p2 };
   16122                 :           0 :                     tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_RDIV);
   16123                 :           0 :                     if (res) return res;
   16124                 :             :                   }
   16125                 :             :                 }
   16126                 :             :             }
   16127                 :             :           break;
   16128                 :           0 :         case CFN_COND_LEN_COPYSIGN:
   16129                 :           0 :           if (call_expr_nargs (_p1) == 6)
   16130                 :             :     {
   16131                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   16132                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   16133                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   16134                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   16135                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   16136                 :           0 :               tree _q35 = CALL_EXPR_ARG (_p1, 5);
   16137                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   16138                 :             :                 {
   16139                 :           0 :                   {
   16140                 :           0 :                     tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _q34, _q35, _p2 };
   16141                 :           0 :                     tree res = generic_simplify_529 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_COPYSIGN);
   16142                 :           0 :                     if (res) return res;
   16143                 :             :                   }
   16144                 :             :                 }
   16145                 :             :             }
   16146                 :             :           break;
   16147                 :             :         default:;
   16148                 :             :         }
   16149                 :             :       break;
   16150                 :      304692 :     default:;
   16151                 :             :     }
   16152                 :      304692 :   switch (TREE_CODE (_p2))
   16153                 :             :     {
   16154                 :           0 :     case VIEW_CONVERT_EXPR:
   16155                 :           0 :       {
   16156                 :           0 :         tree _q40 = TREE_OPERAND (_p2, 0);
   16157                 :           0 :         switch (TREE_CODE (_q40))
   16158                 :             :           {
   16159                 :           0 :           case CALL_EXPR:
   16160                 :           0 :             switch (get_call_combined_fn (_q40))
   16161                 :             :               {
   16162                 :           0 :               case CFN_COND_LEN_ADD:
   16163                 :           0 :                 if (call_expr_nargs (_q40) == 6)
   16164                 :             :     {
   16165                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   16166                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   16167                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   16168                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   16169                 :           0 :                     tree _q54 = CALL_EXPR_ARG (_q40, 4);
   16170                 :           0 :                     tree _q55 = CALL_EXPR_ARG (_q40, 5);
   16171                 :           0 :                     {
   16172                 :           0 :                       tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53, _q54, _q55 };
   16173                 :           0 :                       tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_ADD);
   16174                 :           0 :                       if (res) return res;
   16175                 :             :                     }
   16176                 :             :                   }
   16177                 :             :                 break;
   16178                 :           0 :               case CFN_COND_LEN_AND:
   16179                 :           0 :                 if (call_expr_nargs (_q40) == 6)
   16180                 :             :     {
   16181                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   16182                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   16183                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   16184                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   16185                 :           0 :                     tree _q54 = CALL_EXPR_ARG (_q40, 4);
   16186                 :           0 :                     tree _q55 = CALL_EXPR_ARG (_q40, 5);
   16187                 :           0 :                     {
   16188                 :           0 :                       tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53, _q54, _q55 };
   16189                 :           0 :                       tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_AND);
   16190                 :           0 :                       if (res) return res;
   16191                 :             :                     }
   16192                 :             :                   }
   16193                 :             :                 break;
   16194                 :           0 :               case CFN_COND_LEN_DIV:
   16195                 :           0 :                 if (call_expr_nargs (_q40) == 6)
   16196                 :             :     {
   16197                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   16198                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   16199                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   16200                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   16201                 :           0 :                     tree _q54 = CALL_EXPR_ARG (_q40, 4);
   16202                 :           0 :                     tree _q55 = CALL_EXPR_ARG (_q40, 5);
   16203                 :           0 :                     {
   16204                 :           0 :                       tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53, _q54, _q55 };
   16205                 :           0 :                       tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_DIV);
   16206                 :           0 :                       if (res) return res;
   16207                 :             :                     }
   16208                 :             :                   }
   16209                 :             :                 break;
   16210                 :           0 :               case CFN_COND_LEN_IOR:
   16211                 :           0 :                 if (call_expr_nargs (_q40) == 6)
   16212                 :             :     {
   16213                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   16214                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   16215                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   16216                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   16217                 :           0 :                     tree _q54 = CALL_EXPR_ARG (_q40, 4);
   16218                 :           0 :                     tree _q55 = CALL_EXPR_ARG (_q40, 5);
   16219                 :           0 :                     {
   16220                 :           0 :                       tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53, _q54, _q55 };
   16221                 :           0 :                       tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_IOR);
   16222                 :           0 :                       if (res) return res;
   16223                 :             :                     }
   16224                 :             :                   }
   16225                 :             :                 break;
   16226                 :           0 :               case CFN_COND_LEN_MAX:
   16227                 :           0 :                 if (call_expr_nargs (_q40) == 6)
   16228                 :             :     {
   16229                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   16230                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   16231                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   16232                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   16233                 :           0 :                     tree _q54 = CALL_EXPR_ARG (_q40, 4);
   16234                 :           0 :                     tree _q55 = CALL_EXPR_ARG (_q40, 5);
   16235                 :           0 :                     {
   16236                 :           0 :                       tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53, _q54, _q55 };
   16237                 :           0 :                       tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_MAX);
   16238                 :           0 :                       if (res) return res;
   16239                 :             :                     }
   16240                 :             :                   }
   16241                 :             :                 break;
   16242                 :           0 :               case CFN_COND_LEN_MIN:
   16243                 :           0 :                 if (call_expr_nargs (_q40) == 6)
   16244                 :             :     {
   16245                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   16246                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   16247                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   16248                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   16249                 :           0 :                     tree _q54 = CALL_EXPR_ARG (_q40, 4);
   16250                 :           0 :                     tree _q55 = CALL_EXPR_ARG (_q40, 5);
   16251                 :           0 :                     {
   16252                 :           0 :                       tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53, _q54, _q55 };
   16253                 :           0 :                       tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_MIN);
   16254                 :           0 :                       if (res) return res;
   16255                 :             :                     }
   16256                 :             :                   }
   16257                 :             :                 break;
   16258                 :           0 :               case CFN_COND_LEN_MOD:
   16259                 :           0 :                 if (call_expr_nargs (_q40) == 6)
   16260                 :             :     {
   16261                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   16262                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   16263                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   16264                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   16265                 :           0 :                     tree _q54 = CALL_EXPR_ARG (_q40, 4);
   16266                 :           0 :                     tree _q55 = CALL_EXPR_ARG (_q40, 5);
   16267                 :           0 :                     {
   16268                 :           0 :                       tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53, _q54, _q55 };
   16269                 :           0 :                       tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_MOD);
   16270                 :           0 :                       if (res) return res;
   16271                 :             :                     }
   16272                 :             :                   }
   16273                 :             :                 break;
   16274                 :           0 :               case CFN_COND_LEN_MUL:
   16275                 :           0 :                 if (call_expr_nargs (_q40) == 6)
   16276                 :             :     {
   16277                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   16278                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   16279                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   16280                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   16281                 :           0 :                     tree _q54 = CALL_EXPR_ARG (_q40, 4);
   16282                 :           0 :                     tree _q55 = CALL_EXPR_ARG (_q40, 5);
   16283                 :           0 :                     {
   16284                 :           0 :                       tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53, _q54, _q55 };
   16285                 :           0 :                       tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_MUL);
   16286                 :           0 :                       if (res) return res;
   16287                 :             :                     }
   16288                 :             :                   }
   16289                 :             :                 break;
   16290                 :           0 :               case CFN_COND_LEN_SHL:
   16291                 :           0 :                 if (call_expr_nargs (_q40) == 6)
   16292                 :             :     {
   16293                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   16294                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   16295                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   16296                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   16297                 :           0 :                     tree _q54 = CALL_EXPR_ARG (_q40, 4);
   16298                 :           0 :                     tree _q55 = CALL_EXPR_ARG (_q40, 5);
   16299                 :           0 :                     {
   16300                 :           0 :                       tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53, _q54, _q55 };
   16301                 :           0 :                       tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_SHL);
   16302                 :           0 :                       if (res) return res;
   16303                 :             :                     }
   16304                 :             :                   }
   16305                 :             :                 break;
   16306                 :           0 :               case CFN_COND_LEN_SHR:
   16307                 :           0 :                 if (call_expr_nargs (_q40) == 6)
   16308                 :             :     {
   16309                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   16310                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   16311                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   16312                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   16313                 :           0 :                     tree _q54 = CALL_EXPR_ARG (_q40, 4);
   16314                 :           0 :                     tree _q55 = CALL_EXPR_ARG (_q40, 5);
   16315                 :           0 :                     {
   16316                 :           0 :                       tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53, _q54, _q55 };
   16317                 :           0 :                       tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_SHR);
   16318                 :           0 :                       if (res) return res;
   16319                 :             :                     }
   16320                 :             :                   }
   16321                 :             :                 break;
   16322                 :           0 :               case CFN_COND_LEN_SUB:
   16323                 :           0 :                 if (call_expr_nargs (_q40) == 6)
   16324                 :             :     {
   16325                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   16326                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   16327                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   16328                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   16329                 :           0 :                     tree _q54 = CALL_EXPR_ARG (_q40, 4);
   16330                 :           0 :                     tree _q55 = CALL_EXPR_ARG (_q40, 5);
   16331                 :           0 :                     {
   16332                 :           0 :                       tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53, _q54, _q55 };
   16333                 :           0 :                       tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_SUB);
   16334                 :           0 :                       if (res) return res;
   16335                 :             :                     }
   16336                 :             :                   }
   16337                 :             :                 break;
   16338                 :           0 :               case CFN_COND_LEN_XOR:
   16339                 :           0 :                 if (call_expr_nargs (_q40) == 6)
   16340                 :             :     {
   16341                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   16342                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   16343                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   16344                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   16345                 :           0 :                     tree _q54 = CALL_EXPR_ARG (_q40, 4);
   16346                 :           0 :                     tree _q55 = CALL_EXPR_ARG (_q40, 5);
   16347                 :           0 :                     {
   16348                 :           0 :                       tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53, _q54, _q55 };
   16349                 :           0 :                       tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_XOR);
   16350                 :           0 :                       if (res) return res;
   16351                 :             :                     }
   16352                 :             :                   }
   16353                 :             :                 break;
   16354                 :           0 :               case CFN_COND_LEN_FMAX:
   16355                 :           0 :                 if (call_expr_nargs (_q40) == 6)
   16356                 :             :     {
   16357                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   16358                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   16359                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   16360                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   16361                 :           0 :                     tree _q54 = CALL_EXPR_ARG (_q40, 4);
   16362                 :           0 :                     tree _q55 = CALL_EXPR_ARG (_q40, 5);
   16363                 :           0 :                     {
   16364                 :           0 :                       tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53, _q54, _q55 };
   16365                 :           0 :                       tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_FMAX);
   16366                 :           0 :                       if (res) return res;
   16367                 :             :                     }
   16368                 :             :                   }
   16369                 :             :                 break;
   16370                 :           0 :               case CFN_COND_LEN_FMIN:
   16371                 :           0 :                 if (call_expr_nargs (_q40) == 6)
   16372                 :             :     {
   16373                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   16374                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   16375                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   16376                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   16377                 :           0 :                     tree _q54 = CALL_EXPR_ARG (_q40, 4);
   16378                 :           0 :                     tree _q55 = CALL_EXPR_ARG (_q40, 5);
   16379                 :           0 :                     {
   16380                 :           0 :                       tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53, _q54, _q55 };
   16381                 :           0 :                       tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_FMIN);
   16382                 :           0 :                       if (res) return res;
   16383                 :             :                     }
   16384                 :             :                   }
   16385                 :             :                 break;
   16386                 :           0 :               case CFN_COND_LEN_RDIV:
   16387                 :           0 :                 if (call_expr_nargs (_q40) == 6)
   16388                 :             :     {
   16389                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   16390                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   16391                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   16392                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   16393                 :           0 :                     tree _q54 = CALL_EXPR_ARG (_q40, 4);
   16394                 :           0 :                     tree _q55 = CALL_EXPR_ARG (_q40, 5);
   16395                 :           0 :                     {
   16396                 :           0 :                       tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53, _q54, _q55 };
   16397                 :           0 :                       tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_RDIV);
   16398                 :           0 :                       if (res) return res;
   16399                 :             :                     }
   16400                 :             :                   }
   16401                 :             :                 break;
   16402                 :           0 :               case CFN_COND_LEN_COPYSIGN:
   16403                 :           0 :                 if (call_expr_nargs (_q40) == 6)
   16404                 :             :     {
   16405                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   16406                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   16407                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   16408                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   16409                 :           0 :                     tree _q54 = CALL_EXPR_ARG (_q40, 4);
   16410                 :           0 :                     tree _q55 = CALL_EXPR_ARG (_q40, 5);
   16411                 :           0 :                     {
   16412                 :           0 :                       tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53, _q54, _q55 };
   16413                 :           0 :                       tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_COPYSIGN);
   16414                 :           0 :                       if (res) return res;
   16415                 :             :                     }
   16416                 :             :                   }
   16417                 :             :                 break;
   16418                 :             :               default:;
   16419                 :             :               }
   16420                 :             :             break;
   16421                 :             :           default:;
   16422                 :             :           }
   16423                 :             :         break;
   16424                 :             :       }
   16425                 :          12 :     case CALL_EXPR:
   16426                 :          12 :       switch (get_call_combined_fn (_p2))
   16427                 :             :         {
   16428                 :           0 :         case CFN_COND_LEN_ADD:
   16429                 :           0 :           if (call_expr_nargs (_p2) == 6)
   16430                 :             :     {
   16431                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   16432                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   16433                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   16434                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   16435                 :           0 :               tree _q44 = CALL_EXPR_ARG (_p2, 4);
   16436                 :           0 :               tree _q45 = CALL_EXPR_ARG (_p2, 5);
   16437                 :           0 :               {
   16438                 :           0 :                 tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43, _q44, _q45 };
   16439                 :           0 :                 tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_ADD);
   16440                 :           0 :                 if (res) return res;
   16441                 :             :               }
   16442                 :             :             }
   16443                 :             :           break;
   16444                 :           0 :         case CFN_COND_LEN_AND:
   16445                 :           0 :           if (call_expr_nargs (_p2) == 6)
   16446                 :             :     {
   16447                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   16448                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   16449                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   16450                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   16451                 :           0 :               tree _q44 = CALL_EXPR_ARG (_p2, 4);
   16452                 :           0 :               tree _q45 = CALL_EXPR_ARG (_p2, 5);
   16453                 :           0 :               {
   16454                 :           0 :                 tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43, _q44, _q45 };
   16455                 :           0 :                 tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_AND);
   16456                 :           0 :                 if (res) return res;
   16457                 :             :               }
   16458                 :             :             }
   16459                 :             :           break;
   16460                 :           0 :         case CFN_COND_LEN_DIV:
   16461                 :           0 :           if (call_expr_nargs (_p2) == 6)
   16462                 :             :     {
   16463                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   16464                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   16465                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   16466                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   16467                 :           0 :               tree _q44 = CALL_EXPR_ARG (_p2, 4);
   16468                 :           0 :               tree _q45 = CALL_EXPR_ARG (_p2, 5);
   16469                 :           0 :               {
   16470                 :           0 :                 tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43, _q44, _q45 };
   16471                 :           0 :                 tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_DIV);
   16472                 :           0 :                 if (res) return res;
   16473                 :             :               }
   16474                 :             :             }
   16475                 :             :           break;
   16476                 :           0 :         case CFN_COND_LEN_IOR:
   16477                 :           0 :           if (call_expr_nargs (_p2) == 6)
   16478                 :             :     {
   16479                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   16480                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   16481                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   16482                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   16483                 :           0 :               tree _q44 = CALL_EXPR_ARG (_p2, 4);
   16484                 :           0 :               tree _q45 = CALL_EXPR_ARG (_p2, 5);
   16485                 :           0 :               {
   16486                 :           0 :                 tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43, _q44, _q45 };
   16487                 :           0 :                 tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_IOR);
   16488                 :           0 :                 if (res) return res;
   16489                 :             :               }
   16490                 :             :             }
   16491                 :             :           break;
   16492                 :           0 :         case CFN_COND_LEN_MAX:
   16493                 :           0 :           if (call_expr_nargs (_p2) == 6)
   16494                 :             :     {
   16495                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   16496                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   16497                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   16498                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   16499                 :           0 :               tree _q44 = CALL_EXPR_ARG (_p2, 4);
   16500                 :           0 :               tree _q45 = CALL_EXPR_ARG (_p2, 5);
   16501                 :           0 :               {
   16502                 :           0 :                 tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43, _q44, _q45 };
   16503                 :           0 :                 tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_MAX);
   16504                 :           0 :                 if (res) return res;
   16505                 :             :               }
   16506                 :             :             }
   16507                 :             :           break;
   16508                 :           0 :         case CFN_COND_LEN_MIN:
   16509                 :           0 :           if (call_expr_nargs (_p2) == 6)
   16510                 :             :     {
   16511                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   16512                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   16513                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   16514                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   16515                 :           0 :               tree _q44 = CALL_EXPR_ARG (_p2, 4);
   16516                 :           0 :               tree _q45 = CALL_EXPR_ARG (_p2, 5);
   16517                 :           0 :               {
   16518                 :           0 :                 tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43, _q44, _q45 };
   16519                 :           0 :                 tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_MIN);
   16520                 :           0 :                 if (res) return res;
   16521                 :             :               }
   16522                 :             :             }
   16523                 :             :           break;
   16524                 :           0 :         case CFN_COND_LEN_MOD:
   16525                 :           0 :           if (call_expr_nargs (_p2) == 6)
   16526                 :             :     {
   16527                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   16528                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   16529                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   16530                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   16531                 :           0 :               tree _q44 = CALL_EXPR_ARG (_p2, 4);
   16532                 :           0 :               tree _q45 = CALL_EXPR_ARG (_p2, 5);
   16533                 :           0 :               {
   16534                 :           0 :                 tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43, _q44, _q45 };
   16535                 :           0 :                 tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_MOD);
   16536                 :           0 :                 if (res) return res;
   16537                 :             :               }
   16538                 :             :             }
   16539                 :             :           break;
   16540                 :           0 :         case CFN_COND_LEN_MUL:
   16541                 :           0 :           if (call_expr_nargs (_p2) == 6)
   16542                 :             :     {
   16543                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   16544                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   16545                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   16546                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   16547                 :           0 :               tree _q44 = CALL_EXPR_ARG (_p2, 4);
   16548                 :           0 :               tree _q45 = CALL_EXPR_ARG (_p2, 5);
   16549                 :           0 :               {
   16550                 :           0 :                 tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43, _q44, _q45 };
   16551                 :           0 :                 tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_MUL);
   16552                 :           0 :                 if (res) return res;
   16553                 :             :               }
   16554                 :             :             }
   16555                 :             :           break;
   16556                 :           0 :         case CFN_COND_LEN_SHL:
   16557                 :           0 :           if (call_expr_nargs (_p2) == 6)
   16558                 :             :     {
   16559                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   16560                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   16561                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   16562                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   16563                 :           0 :               tree _q44 = CALL_EXPR_ARG (_p2, 4);
   16564                 :           0 :               tree _q45 = CALL_EXPR_ARG (_p2, 5);
   16565                 :           0 :               {
   16566                 :           0 :                 tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43, _q44, _q45 };
   16567                 :           0 :                 tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_SHL);
   16568                 :           0 :                 if (res) return res;
   16569                 :             :               }
   16570                 :             :             }
   16571                 :             :           break;
   16572                 :           0 :         case CFN_COND_LEN_SHR:
   16573                 :           0 :           if (call_expr_nargs (_p2) == 6)
   16574                 :             :     {
   16575                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   16576                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   16577                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   16578                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   16579                 :           0 :               tree _q44 = CALL_EXPR_ARG (_p2, 4);
   16580                 :           0 :               tree _q45 = CALL_EXPR_ARG (_p2, 5);
   16581                 :           0 :               {
   16582                 :           0 :                 tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43, _q44, _q45 };
   16583                 :           0 :                 tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_SHR);
   16584                 :           0 :                 if (res) return res;
   16585                 :             :               }
   16586                 :             :             }
   16587                 :             :           break;
   16588                 :           0 :         case CFN_COND_LEN_SUB:
   16589                 :           0 :           if (call_expr_nargs (_p2) == 6)
   16590                 :             :     {
   16591                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   16592                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   16593                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   16594                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   16595                 :           0 :               tree _q44 = CALL_EXPR_ARG (_p2, 4);
   16596                 :           0 :               tree _q45 = CALL_EXPR_ARG (_p2, 5);
   16597                 :           0 :               {
   16598                 :           0 :                 tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43, _q44, _q45 };
   16599                 :           0 :                 tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_SUB);
   16600                 :           0 :                 if (res) return res;
   16601                 :             :               }
   16602                 :             :             }
   16603                 :             :           break;
   16604                 :           0 :         case CFN_COND_LEN_XOR:
   16605                 :           0 :           if (call_expr_nargs (_p2) == 6)
   16606                 :             :     {
   16607                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   16608                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   16609                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   16610                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   16611                 :           0 :               tree _q44 = CALL_EXPR_ARG (_p2, 4);
   16612                 :           0 :               tree _q45 = CALL_EXPR_ARG (_p2, 5);
   16613                 :           0 :               {
   16614                 :           0 :                 tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43, _q44, _q45 };
   16615                 :           0 :                 tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_XOR);
   16616                 :           0 :                 if (res) return res;
   16617                 :             :               }
   16618                 :             :             }
   16619                 :             :           break;
   16620                 :           0 :         case CFN_COND_LEN_FMAX:
   16621                 :           0 :           if (call_expr_nargs (_p2) == 6)
   16622                 :             :     {
   16623                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   16624                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   16625                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   16626                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   16627                 :           0 :               tree _q44 = CALL_EXPR_ARG (_p2, 4);
   16628                 :           0 :               tree _q45 = CALL_EXPR_ARG (_p2, 5);
   16629                 :           0 :               {
   16630                 :           0 :                 tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43, _q44, _q45 };
   16631                 :           0 :                 tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_FMAX);
   16632                 :           0 :                 if (res) return res;
   16633                 :             :               }
   16634                 :             :             }
   16635                 :             :           break;
   16636                 :           0 :         case CFN_COND_LEN_FMIN:
   16637                 :           0 :           if (call_expr_nargs (_p2) == 6)
   16638                 :             :     {
   16639                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   16640                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   16641                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   16642                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   16643                 :           0 :               tree _q44 = CALL_EXPR_ARG (_p2, 4);
   16644                 :           0 :               tree _q45 = CALL_EXPR_ARG (_p2, 5);
   16645                 :           0 :               {
   16646                 :           0 :                 tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43, _q44, _q45 };
   16647                 :           0 :                 tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_FMIN);
   16648                 :           0 :                 if (res) return res;
   16649                 :             :               }
   16650                 :             :             }
   16651                 :             :           break;
   16652                 :           0 :         case CFN_COND_LEN_RDIV:
   16653                 :           0 :           if (call_expr_nargs (_p2) == 6)
   16654                 :             :     {
   16655                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   16656                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   16657                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   16658                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   16659                 :           0 :               tree _q44 = CALL_EXPR_ARG (_p2, 4);
   16660                 :           0 :               tree _q45 = CALL_EXPR_ARG (_p2, 5);
   16661                 :           0 :               {
   16662                 :           0 :                 tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43, _q44, _q45 };
   16663                 :           0 :                 tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_RDIV);
   16664                 :           0 :                 if (res) return res;
   16665                 :             :               }
   16666                 :             :             }
   16667                 :             :           break;
   16668                 :           0 :         case CFN_COND_LEN_COPYSIGN:
   16669                 :           0 :           if (call_expr_nargs (_p2) == 6)
   16670                 :             :     {
   16671                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   16672                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   16673                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   16674                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   16675                 :           0 :               tree _q44 = CALL_EXPR_ARG (_p2, 4);
   16676                 :           0 :               tree _q45 = CALL_EXPR_ARG (_p2, 5);
   16677                 :           0 :               {
   16678                 :           0 :                 tree captures[8] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43, _q44, _q45 };
   16679                 :           0 :                 tree res = generic_simplify_530 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_COPYSIGN);
   16680                 :           0 :                 if (res) return res;
   16681                 :             :               }
   16682                 :             :             }
   16683                 :             :           break;
   16684                 :             :         default:;
   16685                 :             :         }
   16686                 :             :       break;
   16687                 :      304692 :     default:;
   16688                 :             :     }
   16689                 :      304692 :   switch (TREE_CODE (_p1))
   16690                 :             :     {
   16691                 :           0 :     case VIEW_CONVERT_EXPR:
   16692                 :           0 :       {
   16693                 :           0 :         tree _q30 = TREE_OPERAND (_p1, 0);
   16694                 :           0 :         switch (TREE_CODE (_q30))
   16695                 :             :           {
   16696                 :           0 :           case CALL_EXPR:
   16697                 :           0 :             switch (get_call_combined_fn (_q30))
   16698                 :             :               {
   16699                 :           0 :               case CFN_COND_LEN_FMA:
   16700                 :           0 :                 if (call_expr_nargs (_q30) == 7)
   16701                 :             :     {
   16702                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   16703                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   16704                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   16705                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   16706                 :           0 :                     tree _q44 = CALL_EXPR_ARG (_q30, 4);
   16707                 :           0 :                     tree _q45 = CALL_EXPR_ARG (_q30, 5);
   16708                 :           0 :                     tree _q46 = CALL_EXPR_ARG (_q30, 6);
   16709                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   16710                 :             :                       {
   16711                 :           0 :                         {
   16712                 :           0 :                           tree captures[8] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _q44, _q45, _q46, _p2 };
   16713                 :           0 :                           tree res = generic_simplify_531 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_FMA);
   16714                 :           0 :                           if (res) return res;
   16715                 :             :                         }
   16716                 :             :                       }
   16717                 :             :                   }
   16718                 :             :                 break;
   16719                 :           0 :               case CFN_COND_LEN_FMS:
   16720                 :           0 :                 if (call_expr_nargs (_q30) == 7)
   16721                 :             :     {
   16722                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   16723                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   16724                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   16725                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   16726                 :           0 :                     tree _q44 = CALL_EXPR_ARG (_q30, 4);
   16727                 :           0 :                     tree _q45 = CALL_EXPR_ARG (_q30, 5);
   16728                 :           0 :                     tree _q46 = CALL_EXPR_ARG (_q30, 6);
   16729                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   16730                 :             :                       {
   16731                 :           0 :                         {
   16732                 :           0 :                           tree captures[8] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _q44, _q45, _q46, _p2 };
   16733                 :           0 :                           tree res = generic_simplify_531 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_FMS);
   16734                 :           0 :                           if (res) return res;
   16735                 :             :                         }
   16736                 :             :                       }
   16737                 :             :                   }
   16738                 :             :                 break;
   16739                 :           0 :               case CFN_COND_LEN_FNMA:
   16740                 :           0 :                 if (call_expr_nargs (_q30) == 7)
   16741                 :             :     {
   16742                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   16743                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   16744                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   16745                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   16746                 :           0 :                     tree _q44 = CALL_EXPR_ARG (_q30, 4);
   16747                 :           0 :                     tree _q45 = CALL_EXPR_ARG (_q30, 5);
   16748                 :           0 :                     tree _q46 = CALL_EXPR_ARG (_q30, 6);
   16749                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   16750                 :             :                       {
   16751                 :           0 :                         {
   16752                 :           0 :                           tree captures[8] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _q44, _q45, _q46, _p2 };
   16753                 :           0 :                           tree res = generic_simplify_531 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_FNMA);
   16754                 :           0 :                           if (res) return res;
   16755                 :             :                         }
   16756                 :             :                       }
   16757                 :             :                   }
   16758                 :             :                 break;
   16759                 :           0 :               case CFN_COND_LEN_FNMS:
   16760                 :           0 :                 if (call_expr_nargs (_q30) == 7)
   16761                 :             :     {
   16762                 :           0 :                     tree _q40 = CALL_EXPR_ARG (_q30, 0);
   16763                 :           0 :                     tree _q41 = CALL_EXPR_ARG (_q30, 1);
   16764                 :           0 :                     tree _q42 = CALL_EXPR_ARG (_q30, 2);
   16765                 :           0 :                     tree _q43 = CALL_EXPR_ARG (_q30, 3);
   16766                 :           0 :                     tree _q44 = CALL_EXPR_ARG (_q30, 4);
   16767                 :           0 :                     tree _q45 = CALL_EXPR_ARG (_q30, 5);
   16768                 :           0 :                     tree _q46 = CALL_EXPR_ARG (_q30, 6);
   16769                 :           0 :                     if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
   16770                 :             :                       {
   16771                 :           0 :                         {
   16772                 :           0 :                           tree captures[8] ATTRIBUTE_UNUSED = { _p0, _q41, _q42, _q43, _q44, _q45, _q46, _p2 };
   16773                 :           0 :                           tree res = generic_simplify_531 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_FNMS);
   16774                 :           0 :                           if (res) return res;
   16775                 :             :                         }
   16776                 :             :                       }
   16777                 :             :                   }
   16778                 :             :                 break;
   16779                 :             :               default:;
   16780                 :             :               }
   16781                 :             :             break;
   16782                 :             :           default:;
   16783                 :             :           }
   16784                 :             :         break;
   16785                 :             :       }
   16786                 :          12 :     case CALL_EXPR:
   16787                 :          12 :       switch (get_call_combined_fn (_p1))
   16788                 :             :         {
   16789                 :           0 :         case CFN_COND_LEN_FMA:
   16790                 :           0 :           if (call_expr_nargs (_p1) == 7)
   16791                 :             :     {
   16792                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   16793                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   16794                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   16795                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   16796                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   16797                 :           0 :               tree _q35 = CALL_EXPR_ARG (_p1, 5);
   16798                 :           0 :               tree _q36 = CALL_EXPR_ARG (_p1, 6);
   16799                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   16800                 :             :                 {
   16801                 :           0 :                   {
   16802                 :           0 :                     tree captures[8] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _q34, _q35, _q36, _p2 };
   16803                 :           0 :                     tree res = generic_simplify_531 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_FMA);
   16804                 :           0 :                     if (res) return res;
   16805                 :             :                   }
   16806                 :             :                 }
   16807                 :             :             }
   16808                 :             :           break;
   16809                 :           0 :         case CFN_COND_LEN_FMS:
   16810                 :           0 :           if (call_expr_nargs (_p1) == 7)
   16811                 :             :     {
   16812                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   16813                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   16814                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   16815                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   16816                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   16817                 :           0 :               tree _q35 = CALL_EXPR_ARG (_p1, 5);
   16818                 :           0 :               tree _q36 = CALL_EXPR_ARG (_p1, 6);
   16819                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   16820                 :             :                 {
   16821                 :           0 :                   {
   16822                 :           0 :                     tree captures[8] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _q34, _q35, _q36, _p2 };
   16823                 :           0 :                     tree res = generic_simplify_531 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_FMS);
   16824                 :           0 :                     if (res) return res;
   16825                 :             :                   }
   16826                 :             :                 }
   16827                 :             :             }
   16828                 :             :           break;
   16829                 :           0 :         case CFN_COND_LEN_FNMA:
   16830                 :           0 :           if (call_expr_nargs (_p1) == 7)
   16831                 :             :     {
   16832                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   16833                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   16834                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   16835                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   16836                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   16837                 :           0 :               tree _q35 = CALL_EXPR_ARG (_p1, 5);
   16838                 :           0 :               tree _q36 = CALL_EXPR_ARG (_p1, 6);
   16839                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   16840                 :             :                 {
   16841                 :           0 :                   {
   16842                 :           0 :                     tree captures[8] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _q34, _q35, _q36, _p2 };
   16843                 :           0 :                     tree res = generic_simplify_531 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_FNMA);
   16844                 :           0 :                     if (res) return res;
   16845                 :             :                   }
   16846                 :             :                 }
   16847                 :             :             }
   16848                 :             :           break;
   16849                 :           0 :         case CFN_COND_LEN_FNMS:
   16850                 :           0 :           if (call_expr_nargs (_p1) == 7)
   16851                 :             :     {
   16852                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   16853                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   16854                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   16855                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   16856                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   16857                 :           0 :               tree _q35 = CALL_EXPR_ARG (_p1, 5);
   16858                 :           0 :               tree _q36 = CALL_EXPR_ARG (_p1, 6);
   16859                 :           0 :               if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
   16860                 :             :                 {
   16861                 :           0 :                   {
   16862                 :           0 :                     tree captures[8] ATTRIBUTE_UNUSED = { _p0, _q31, _q32, _q33, _q34, _q35, _q36, _p2 };
   16863                 :           0 :                     tree res = generic_simplify_531 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_FNMS);
   16864                 :           0 :                     if (res) return res;
   16865                 :             :                   }
   16866                 :             :                 }
   16867                 :             :             }
   16868                 :             :           break;
   16869                 :             :         default:;
   16870                 :             :         }
   16871                 :             :       break;
   16872                 :      304692 :     default:;
   16873                 :             :     }
   16874                 :      304692 :   switch (TREE_CODE (_p2))
   16875                 :             :     {
   16876                 :           0 :     case VIEW_CONVERT_EXPR:
   16877                 :           0 :       {
   16878                 :           0 :         tree _q40 = TREE_OPERAND (_p2, 0);
   16879                 :           0 :         switch (TREE_CODE (_q40))
   16880                 :             :           {
   16881                 :           0 :           case CALL_EXPR:
   16882                 :           0 :             switch (get_call_combined_fn (_q40))
   16883                 :             :               {
   16884                 :           0 :               case CFN_COND_LEN_FMA:
   16885                 :           0 :                 if (call_expr_nargs (_q40) == 7)
   16886                 :             :     {
   16887                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   16888                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   16889                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   16890                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   16891                 :           0 :                     tree _q54 = CALL_EXPR_ARG (_q40, 4);
   16892                 :           0 :                     tree _q55 = CALL_EXPR_ARG (_q40, 5);
   16893                 :           0 :                     tree _q56 = CALL_EXPR_ARG (_q40, 6);
   16894                 :           0 :                     {
   16895                 :           0 :                       tree captures[9] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53, _q54, _q55, _q56 };
   16896                 :           0 :                       tree res = generic_simplify_532 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_FMA);
   16897                 :           0 :                       if (res) return res;
   16898                 :             :                     }
   16899                 :             :                   }
   16900                 :             :                 break;
   16901                 :           0 :               case CFN_COND_LEN_FMS:
   16902                 :           0 :                 if (call_expr_nargs (_q40) == 7)
   16903                 :             :     {
   16904                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   16905                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   16906                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   16907                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   16908                 :           0 :                     tree _q54 = CALL_EXPR_ARG (_q40, 4);
   16909                 :           0 :                     tree _q55 = CALL_EXPR_ARG (_q40, 5);
   16910                 :           0 :                     tree _q56 = CALL_EXPR_ARG (_q40, 6);
   16911                 :           0 :                     {
   16912                 :           0 :                       tree captures[9] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53, _q54, _q55, _q56 };
   16913                 :           0 :                       tree res = generic_simplify_532 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_FMS);
   16914                 :           0 :                       if (res) return res;
   16915                 :             :                     }
   16916                 :             :                   }
   16917                 :             :                 break;
   16918                 :           0 :               case CFN_COND_LEN_FNMA:
   16919                 :           0 :                 if (call_expr_nargs (_q40) == 7)
   16920                 :             :     {
   16921                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   16922                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   16923                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   16924                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   16925                 :           0 :                     tree _q54 = CALL_EXPR_ARG (_q40, 4);
   16926                 :           0 :                     tree _q55 = CALL_EXPR_ARG (_q40, 5);
   16927                 :           0 :                     tree _q56 = CALL_EXPR_ARG (_q40, 6);
   16928                 :           0 :                     {
   16929                 :           0 :                       tree captures[9] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53, _q54, _q55, _q56 };
   16930                 :           0 :                       tree res = generic_simplify_532 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_FNMA);
   16931                 :           0 :                       if (res) return res;
   16932                 :             :                     }
   16933                 :             :                   }
   16934                 :             :                 break;
   16935                 :           0 :               case CFN_COND_LEN_FNMS:
   16936                 :           0 :                 if (call_expr_nargs (_q40) == 7)
   16937                 :             :     {
   16938                 :           0 :                     tree _q50 = CALL_EXPR_ARG (_q40, 0);
   16939                 :           0 :                     tree _q51 = CALL_EXPR_ARG (_q40, 1);
   16940                 :           0 :                     tree _q52 = CALL_EXPR_ARG (_q40, 2);
   16941                 :           0 :                     tree _q53 = CALL_EXPR_ARG (_q40, 3);
   16942                 :           0 :                     tree _q54 = CALL_EXPR_ARG (_q40, 4);
   16943                 :           0 :                     tree _q55 = CALL_EXPR_ARG (_q40, 5);
   16944                 :           0 :                     tree _q56 = CALL_EXPR_ARG (_q40, 6);
   16945                 :           0 :                     {
   16946                 :           0 :                       tree captures[9] ATTRIBUTE_UNUSED = { _p0, _p1, _q50, _q51, _q52, _q53, _q54, _q55, _q56 };
   16947                 :           0 :                       tree res = generic_simplify_532 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_FNMS);
   16948                 :           0 :                       if (res) return res;
   16949                 :             :                     }
   16950                 :             :                   }
   16951                 :             :                 break;
   16952                 :             :               default:;
   16953                 :             :               }
   16954                 :             :             break;
   16955                 :             :           default:;
   16956                 :             :           }
   16957                 :             :         break;
   16958                 :             :       }
   16959                 :          12 :     case CALL_EXPR:
   16960                 :          12 :       switch (get_call_combined_fn (_p2))
   16961                 :             :         {
   16962                 :           0 :         case CFN_COND_LEN_FMA:
   16963                 :           0 :           if (call_expr_nargs (_p2) == 7)
   16964                 :             :     {
   16965                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   16966                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   16967                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   16968                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   16969                 :           0 :               tree _q44 = CALL_EXPR_ARG (_p2, 4);
   16970                 :           0 :               tree _q45 = CALL_EXPR_ARG (_p2, 5);
   16971                 :           0 :               tree _q46 = CALL_EXPR_ARG (_p2, 6);
   16972                 :           0 :               {
   16973                 :           0 :                 tree captures[9] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43, _q44, _q45, _q46 };
   16974                 :           0 :                 tree res = generic_simplify_532 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_FMA);
   16975                 :           0 :                 if (res) return res;
   16976                 :             :               }
   16977                 :             :             }
   16978                 :             :           break;
   16979                 :           0 :         case CFN_COND_LEN_FMS:
   16980                 :           0 :           if (call_expr_nargs (_p2) == 7)
   16981                 :             :     {
   16982                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   16983                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   16984                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   16985                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   16986                 :           0 :               tree _q44 = CALL_EXPR_ARG (_p2, 4);
   16987                 :           0 :               tree _q45 = CALL_EXPR_ARG (_p2, 5);
   16988                 :           0 :               tree _q46 = CALL_EXPR_ARG (_p2, 6);
   16989                 :           0 :               {
   16990                 :           0 :                 tree captures[9] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43, _q44, _q45, _q46 };
   16991                 :           0 :                 tree res = generic_simplify_532 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_FMS);
   16992                 :           0 :                 if (res) return res;
   16993                 :             :               }
   16994                 :             :             }
   16995                 :             :           break;
   16996                 :           0 :         case CFN_COND_LEN_FNMA:
   16997                 :           0 :           if (call_expr_nargs (_p2) == 7)
   16998                 :             :     {
   16999                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   17000                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   17001                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   17002                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   17003                 :           0 :               tree _q44 = CALL_EXPR_ARG (_p2, 4);
   17004                 :           0 :               tree _q45 = CALL_EXPR_ARG (_p2, 5);
   17005                 :           0 :               tree _q46 = CALL_EXPR_ARG (_p2, 6);
   17006                 :           0 :               {
   17007                 :           0 :                 tree captures[9] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43, _q44, _q45, _q46 };
   17008                 :           0 :                 tree res = generic_simplify_532 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_FNMA);
   17009                 :           0 :                 if (res) return res;
   17010                 :             :               }
   17011                 :             :             }
   17012                 :             :           break;
   17013                 :           0 :         case CFN_COND_LEN_FNMS:
   17014                 :           0 :           if (call_expr_nargs (_p2) == 7)
   17015                 :             :     {
   17016                 :           0 :               tree _q40 = CALL_EXPR_ARG (_p2, 0);
   17017                 :           0 :               tree _q41 = CALL_EXPR_ARG (_p2, 1);
   17018                 :           0 :               tree _q42 = CALL_EXPR_ARG (_p2, 2);
   17019                 :           0 :               tree _q43 = CALL_EXPR_ARG (_p2, 3);
   17020                 :           0 :               tree _q44 = CALL_EXPR_ARG (_p2, 4);
   17021                 :           0 :               tree _q45 = CALL_EXPR_ARG (_p2, 5);
   17022                 :           0 :               tree _q46 = CALL_EXPR_ARG (_p2, 6);
   17023                 :           0 :               {
   17024                 :           0 :                 tree captures[9] ATTRIBUTE_UNUSED = { _p0, _p1, _q40, _q41, _q42, _q43, _q44, _q45, _q46 };
   17025                 :           0 :                 tree res = generic_simplify_532 (loc, type, _p0, _p1, _p2, captures, CFN_COND_LEN_FNMS);
   17026                 :           0 :                 if (res) return res;
   17027                 :             :               }
   17028                 :             :             }
   17029                 :             :           break;
   17030                 :             :         default:;
   17031                 :             :         }
   17032                 :             :       break;
   17033                 :      304692 :     default:;
   17034                 :             :     }
   17035                 :      304692 :   switch (TREE_CODE (_p1))
   17036                 :             :     {
   17037                 :          12 :     case CALL_EXPR:
   17038                 :          12 :       switch (get_call_combined_fn (_p1))
   17039                 :             :         {
   17040                 :           0 :         case CFN_COND_ADD:
   17041                 :           0 :           if (call_expr_nargs (_p1) == 4)
   17042                 :             :     {
   17043                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   17044                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   17045                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   17046                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   17047                 :           0 :               if ((_p2 == _q33 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q33, 0) && types_match (_p2, _q33)))
   17048                 :             :                 {
   17049                 :           0 :                   {
   17050                 :           0 :                     tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32, _q33 };
   17051                 :           0 :                     tree res = generic_simplify_533 (loc, type, _p0, _p1, _p2, captures, CFN_COND_ADD);
   17052                 :           0 :                     if (res) return res;
   17053                 :             :                   }
   17054                 :             :                 }
   17055                 :             :             }
   17056                 :             :           break;
   17057                 :           0 :         case CFN_COND_AND:
   17058                 :           0 :           if (call_expr_nargs (_p1) == 4)
   17059                 :             :     {
   17060                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   17061                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   17062                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   17063                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   17064                 :           0 :               if ((_p2 == _q33 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q33, 0) && types_match (_p2, _q33)))
   17065                 :             :                 {
   17066                 :           0 :                   {
   17067                 :           0 :                     tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32, _q33 };
   17068                 :           0 :                     tree res = generic_simplify_533 (loc, type, _p0, _p1, _p2, captures, CFN_COND_AND);
   17069                 :           0 :                     if (res) return res;
   17070                 :             :                   }
   17071                 :             :                 }
   17072                 :             :             }
   17073                 :             :           break;
   17074                 :           0 :         case CFN_COND_DIV:
   17075                 :           0 :           if (call_expr_nargs (_p1) == 4)
   17076                 :             :     {
   17077                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   17078                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   17079                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   17080                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   17081                 :           0 :               if ((_p2 == _q33 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q33, 0) && types_match (_p2, _q33)))
   17082                 :             :                 {
   17083                 :           0 :                   {
   17084                 :           0 :                     tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32, _q33 };
   17085                 :           0 :                     tree res = generic_simplify_533 (loc, type, _p0, _p1, _p2, captures, CFN_COND_DIV);
   17086                 :           0 :                     if (res) return res;
   17087                 :             :                   }
   17088                 :             :                 }
   17089                 :             :             }
   17090                 :             :           break;
   17091                 :           0 :         case CFN_COND_FMA:
   17092                 :           0 :           if (call_expr_nargs (_p1) == 5)
   17093                 :             :     {
   17094                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   17095                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   17096                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   17097                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   17098                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   17099                 :           0 :               if ((_p2 == _q34 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q34, 0) && types_match (_p2, _q34)))
   17100                 :             :                 {
   17101                 :           0 :                   {
   17102                 :           0 :                     tree captures[7] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32, _q33, _q34 };
   17103                 :           0 :                     tree res = generic_simplify_534 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FMA);
   17104                 :           0 :                     if (res) return res;
   17105                 :             :                   }
   17106                 :             :                 }
   17107                 :             :             }
   17108                 :             :           break;
   17109                 :           0 :         case CFN_COND_FMS:
   17110                 :           0 :           if (call_expr_nargs (_p1) == 5)
   17111                 :             :     {
   17112                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   17113                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   17114                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   17115                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   17116                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   17117                 :           0 :               if ((_p2 == _q34 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q34, 0) && types_match (_p2, _q34)))
   17118                 :             :                 {
   17119                 :           0 :                   {
   17120                 :           0 :                     tree captures[7] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32, _q33, _q34 };
   17121                 :           0 :                     tree res = generic_simplify_534 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FMS);
   17122                 :           0 :                     if (res) return res;
   17123                 :             :                   }
   17124                 :             :                 }
   17125                 :             :             }
   17126                 :             :           break;
   17127                 :           0 :         case CFN_COND_IOR:
   17128                 :           0 :           if (call_expr_nargs (_p1) == 4)
   17129                 :             :     {
   17130                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   17131                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   17132                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   17133                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   17134                 :           0 :               if ((_p2 == _q33 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q33, 0) && types_match (_p2, _q33)))
   17135                 :             :                 {
   17136                 :           0 :                   {
   17137                 :           0 :                     tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32, _q33 };
   17138                 :           0 :                     tree res = generic_simplify_533 (loc, type, _p0, _p1, _p2, captures, CFN_COND_IOR);
   17139                 :           0 :                     if (res) return res;
   17140                 :             :                   }
   17141                 :             :                 }
   17142                 :             :             }
   17143                 :             :           break;
   17144                 :           0 :         case CFN_COND_MAX:
   17145                 :           0 :           if (call_expr_nargs (_p1) == 4)
   17146                 :             :     {
   17147                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   17148                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   17149                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   17150                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   17151                 :           0 :               if ((_p2 == _q33 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q33, 0) && types_match (_p2, _q33)))
   17152                 :             :                 {
   17153                 :           0 :                   {
   17154                 :           0 :                     tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32, _q33 };
   17155                 :           0 :                     tree res = generic_simplify_533 (loc, type, _p0, _p1, _p2, captures, CFN_COND_MAX);
   17156                 :           0 :                     if (res) return res;
   17157                 :             :                   }
   17158                 :             :                 }
   17159                 :             :             }
   17160                 :             :           break;
   17161                 :           0 :         case CFN_COND_MIN:
   17162                 :           0 :           if (call_expr_nargs (_p1) == 4)
   17163                 :             :     {
   17164                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   17165                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   17166                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   17167                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   17168                 :           0 :               if ((_p2 == _q33 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q33, 0) && types_match (_p2, _q33)))
   17169                 :             :                 {
   17170                 :           0 :                   {
   17171                 :           0 :                     tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32, _q33 };
   17172                 :           0 :                     tree res = generic_simplify_533 (loc, type, _p0, _p1, _p2, captures, CFN_COND_MIN);
   17173                 :           0 :                     if (res) return res;
   17174                 :             :                   }
   17175                 :             :                 }
   17176                 :             :             }
   17177                 :             :           break;
   17178                 :           0 :         case CFN_COND_MOD:
   17179                 :           0 :           if (call_expr_nargs (_p1) == 4)
   17180                 :             :     {
   17181                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   17182                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   17183                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   17184                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   17185                 :           0 :               if ((_p2 == _q33 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q33, 0) && types_match (_p2, _q33)))
   17186                 :             :                 {
   17187                 :           0 :                   {
   17188                 :           0 :                     tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32, _q33 };
   17189                 :           0 :                     tree res = generic_simplify_533 (loc, type, _p0, _p1, _p2, captures, CFN_COND_MOD);
   17190                 :           0 :                     if (res) return res;
   17191                 :             :                   }
   17192                 :             :                 }
   17193                 :             :             }
   17194                 :             :           break;
   17195                 :           0 :         case CFN_COND_MUL:
   17196                 :           0 :           if (call_expr_nargs (_p1) == 4)
   17197                 :             :     {
   17198                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   17199                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   17200                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   17201                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   17202                 :           0 :               if ((_p2 == _q33 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q33, 0) && types_match (_p2, _q33)))
   17203                 :             :                 {
   17204                 :           0 :                   {
   17205                 :           0 :                     tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32, _q33 };
   17206                 :           0 :                     tree res = generic_simplify_533 (loc, type, _p0, _p1, _p2, captures, CFN_COND_MUL);
   17207                 :           0 :                     if (res) return res;
   17208                 :             :                   }
   17209                 :             :                 }
   17210                 :             :             }
   17211                 :             :           break;
   17212                 :           0 :         case CFN_COND_SHL:
   17213                 :           0 :           if (call_expr_nargs (_p1) == 4)
   17214                 :             :     {
   17215                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   17216                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   17217                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   17218                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   17219                 :           0 :               if ((_p2 == _q33 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q33, 0) && types_match (_p2, _q33)))
   17220                 :             :                 {
   17221                 :           0 :                   {
   17222                 :           0 :                     tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32, _q33 };
   17223                 :           0 :                     tree res = generic_simplify_533 (loc, type, _p0, _p1, _p2, captures, CFN_COND_SHL);
   17224                 :           0 :                     if (res) return res;
   17225                 :             :                   }
   17226                 :             :                 }
   17227                 :             :             }
   17228                 :             :           break;
   17229                 :           0 :         case CFN_COND_SHR:
   17230                 :           0 :           if (call_expr_nargs (_p1) == 4)
   17231                 :             :     {
   17232                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   17233                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   17234                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   17235                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   17236                 :           0 :               if ((_p2 == _q33 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q33, 0) && types_match (_p2, _q33)))
   17237                 :             :                 {
   17238                 :           0 :                   {
   17239                 :           0 :                     tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32, _q33 };
   17240                 :           0 :                     tree res = generic_simplify_533 (loc, type, _p0, _p1, _p2, captures, CFN_COND_SHR);
   17241                 :           0 :                     if (res) return res;
   17242                 :             :                   }
   17243                 :             :                 }
   17244                 :             :             }
   17245                 :             :           break;
   17246                 :           0 :         case CFN_COND_SUB:
   17247                 :           0 :           if (call_expr_nargs (_p1) == 4)
   17248                 :             :     {
   17249                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   17250                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   17251                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   17252                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   17253                 :           0 :               if ((_p2 == _q33 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q33, 0) && types_match (_p2, _q33)))
   17254                 :             :                 {
   17255                 :           0 :                   {
   17256                 :           0 :                     tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32, _q33 };
   17257                 :           0 :                     tree res = generic_simplify_533 (loc, type, _p0, _p1, _p2, captures, CFN_COND_SUB);
   17258                 :           0 :                     if (res) return res;
   17259                 :             :                   }
   17260                 :             :                 }
   17261                 :             :             }
   17262                 :             :           break;
   17263                 :           0 :         case CFN_COND_XOR:
   17264                 :           0 :           if (call_expr_nargs (_p1) == 4)
   17265                 :             :     {
   17266                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   17267                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   17268                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   17269                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   17270                 :           0 :               if ((_p2 == _q33 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q33, 0) && types_match (_p2, _q33)))
   17271                 :             :                 {
   17272                 :           0 :                   {
   17273                 :           0 :                     tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32, _q33 };
   17274                 :           0 :                     tree res = generic_simplify_533 (loc, type, _p0, _p1, _p2, captures, CFN_COND_XOR);
   17275                 :           0 :                     if (res) return res;
   17276                 :             :                   }
   17277                 :             :                 }
   17278                 :             :             }
   17279                 :             :           break;
   17280                 :           0 :         case CFN_COND_COPYSIGN:
   17281                 :           0 :           if (call_expr_nargs (_p1) == 4)
   17282                 :             :     {
   17283                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   17284                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   17285                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   17286                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   17287                 :           0 :               if ((_p2 == _q33 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q33, 0) && types_match (_p2, _q33)))
   17288                 :             :                 {
   17289                 :           0 :                   {
   17290                 :           0 :                     tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32, _q33 };
   17291                 :           0 :                     tree res = generic_simplify_533 (loc, type, _p0, _p1, _p2, captures, CFN_COND_COPYSIGN);
   17292                 :           0 :                     if (res) return res;
   17293                 :             :                   }
   17294                 :             :                 }
   17295                 :             :             }
   17296                 :             :           break;
   17297                 :           0 :         case CFN_COND_FMAX:
   17298                 :           0 :           if (call_expr_nargs (_p1) == 4)
   17299                 :             :     {
   17300                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   17301                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   17302                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   17303                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   17304                 :           0 :               if ((_p2 == _q33 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q33, 0) && types_match (_p2, _q33)))
   17305                 :             :                 {
   17306                 :           0 :                   {
   17307                 :           0 :                     tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32, _q33 };
   17308                 :           0 :                     tree res = generic_simplify_533 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FMAX);
   17309                 :           0 :                     if (res) return res;
   17310                 :             :                   }
   17311                 :             :                 }
   17312                 :             :             }
   17313                 :             :           break;
   17314                 :           0 :         case CFN_COND_FMIN:
   17315                 :           0 :           if (call_expr_nargs (_p1) == 4)
   17316                 :             :     {
   17317                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   17318                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   17319                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   17320                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   17321                 :           0 :               if ((_p2 == _q33 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q33, 0) && types_match (_p2, _q33)))
   17322                 :             :                 {
   17323                 :           0 :                   {
   17324                 :           0 :                     tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32, _q33 };
   17325                 :           0 :                     tree res = generic_simplify_533 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FMIN);
   17326                 :           0 :                     if (res) return res;
   17327                 :             :                   }
   17328                 :             :                 }
   17329                 :             :             }
   17330                 :             :           break;
   17331                 :           0 :         case CFN_COND_FNMA:
   17332                 :           0 :           if (call_expr_nargs (_p1) == 5)
   17333                 :             :     {
   17334                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   17335                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   17336                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   17337                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   17338                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   17339                 :           0 :               if ((_p2 == _q34 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q34, 0) && types_match (_p2, _q34)))
   17340                 :             :                 {
   17341                 :           0 :                   {
   17342                 :           0 :                     tree captures[7] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32, _q33, _q34 };
   17343                 :           0 :                     tree res = generic_simplify_534 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FNMA);
   17344                 :           0 :                     if (res) return res;
   17345                 :             :                   }
   17346                 :             :                 }
   17347                 :             :             }
   17348                 :             :           break;
   17349                 :           0 :         case CFN_COND_FNMS:
   17350                 :           0 :           if (call_expr_nargs (_p1) == 5)
   17351                 :             :     {
   17352                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   17353                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   17354                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   17355                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   17356                 :           0 :               tree _q34 = CALL_EXPR_ARG (_p1, 4);
   17357                 :           0 :               if ((_p2 == _q34 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q34, 0) && types_match (_p2, _q34)))
   17358                 :             :                 {
   17359                 :           0 :                   {
   17360                 :           0 :                     tree captures[7] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32, _q33, _q34 };
   17361                 :           0 :                     tree res = generic_simplify_534 (loc, type, _p0, _p1, _p2, captures, CFN_COND_FNMS);
   17362                 :           0 :                     if (res) return res;
   17363                 :             :                   }
   17364                 :             :                 }
   17365                 :             :             }
   17366                 :             :           break;
   17367                 :           0 :         case CFN_COND_RDIV:
   17368                 :           0 :           if (call_expr_nargs (_p1) == 4)
   17369                 :             :     {
   17370                 :           0 :               tree _q30 = CALL_EXPR_ARG (_p1, 0);
   17371                 :           0 :               tree _q31 = CALL_EXPR_ARG (_p1, 1);
   17372                 :           0 :               tree _q32 = CALL_EXPR_ARG (_p1, 2);
   17373                 :           0 :               tree _q33 = CALL_EXPR_ARG (_p1, 3);
   17374                 :           0 :               if ((_p2 == _q33 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q33, 0) && types_match (_p2, _q33)))
   17375                 :             :                 {
   17376                 :           0 :                   {
   17377                 :           0 :                     tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32, _q33 };
   17378                 :           0 :                     tree res = generic_simplify_533 (loc, type, _p0, _p1, _p2, captures, CFN_COND_RDIV);
   17379                 :           0 :                     if (res) return res;
   17380                 :             :                   }
   17381                 :             :                 }
   17382                 :             :             }
   17383                 :             :           break;
   17384                 :             :         default:;
   17385                 :             :         }
   17386                 :             :       break;
   17387                 :             :     default:;
   17388                 :             :     }
   17389                 :             :   return NULL_TREE;
   17390                 :             : }
   17391                 :             : #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.