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 : 86230210 : tree_logical_inverted_value (tree t, tree *res_ops)
11 : : {
12 : 86230210 : const tree type = TREE_TYPE (t);
13 : 86230210 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
14 : 86230210 : if (TREE_SIDE_EFFECTS (t)) return false;
15 : 79411460 : switch (TREE_CODE (t))
16 : : {
17 : 554142 : case TRUTH_NOT_EXPR:
18 : 554142 : {
19 : 554142 : tree _p0 = TREE_OPERAND (t, 0);
20 : 554142 : {
21 : 554142 : tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
22 : 554142 : {
23 : 554142 : res_ops[0] = captures[0];
24 : 554142 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 23, __FILE__, __LINE__, false);
25 : : return true;
26 : : }
27 : : }
28 : 94800 : break;
29 : : }
30 : 94800 : case BIT_NOT_EXPR:
31 : 94800 : {
32 : 94800 : tree _p0 = TREE_OPERAND (t, 0);
33 : 94800 : if (tree_truth_valued_p (_p0))
34 : : {
35 : 10569 : {
36 : 10569 : tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
37 : 10569 : {
38 : 10569 : res_ops[0] = captures[0];
39 : 10569 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 24, __FILE__, __LINE__, false);
40 : 10569 : return true;
41 : : }
42 : : }
43 : : }
44 : : break;
45 : : }
46 : 1200259 : case EQ_EXPR:
47 : 1200259 : {
48 : 1200259 : tree _p0 = TREE_OPERAND (t, 0);
49 : 1200259 : tree _p1 = TREE_OPERAND (t, 1);
50 : 1200259 : if (integer_zerop (_p1))
51 : : {
52 : 475310 : {
53 : 475310 : tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
54 : 475310 : {
55 : 475310 : res_ops[0] = captures[0];
56 : 475310 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 25, __FILE__, __LINE__, false);
57 : 475310 : return true;
58 : : }
59 : : }
60 : : }
61 : : break;
62 : : }
63 : 1535648 : case NE_EXPR:
64 : 1535648 : {
65 : 1535648 : tree _p0 = TREE_OPERAND (t, 0);
66 : 1535648 : tree _p1 = TREE_OPERAND (t, 1);
67 : 1535648 : if (tree_truth_valued_p (_p0))
68 : : {
69 : 2312 : if (integer_truep (_p1))
70 : : {
71 : 0 : {
72 : 0 : tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
73 : 0 : {
74 : 0 : res_ops[0] = captures[0];
75 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 26, __FILE__, __LINE__, false);
76 : 0 : return true;
77 : : }
78 : : }
79 : : }
80 : : }
81 : : break;
82 : : }
83 : 35993 : case BIT_XOR_EXPR:
84 : 35993 : {
85 : 35993 : tree _p0 = TREE_OPERAND (t, 0);
86 : 35993 : tree _p1 = TREE_OPERAND (t, 1);
87 : 35993 : if (tree_truth_valued_p (_p0))
88 : : {
89 : 5243 : if (integer_truep (_p1))
90 : : {
91 : 0 : {
92 : 0 : tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
93 : 0 : {
94 : 0 : res_ops[0] = captures[0];
95 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 27, __FILE__, __LINE__, false);
96 : 0 : return true;
97 : : }
98 : : }
99 : : }
100 : : }
101 : : break;
102 : : }
103 : : default:;
104 : : }
105 : : return false;
106 : : }
107 : :
108 : : bool
109 : 0 : tree_signed_integer_sat_sub (tree t, tree *res_ops)
110 : : {
111 : 0 : const tree type = TREE_TYPE (t);
112 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
113 : 0 : if (TREE_SIDE_EFFECTS (t)) return false;
114 : 0 : switch (TREE_CODE (t))
115 : : {
116 : 0 : case COND_EXPR:
117 : 0 : {
118 : 0 : tree _p0 = TREE_OPERAND (t, 0);
119 : 0 : tree _p1 = TREE_OPERAND (t, 1);
120 : 0 : tree _p2 = TREE_OPERAND (t, 2);
121 : 0 : switch (TREE_CODE (_p0))
122 : : {
123 : 0 : case LT_EXPR:
124 : 0 : {
125 : 0 : tree _q20 = TREE_OPERAND (_p0, 0);
126 : 0 : tree _q21 = TREE_OPERAND (_p0, 1);
127 : 0 : switch (TREE_CODE (_q20))
128 : : {
129 : 0 : case BIT_AND_EXPR:
130 : 0 : {
131 : 0 : tree _q30 = TREE_OPERAND (_q20, 0);
132 : 0 : tree _q31 = TREE_OPERAND (_q20, 1);
133 : 0 : switch (TREE_CODE (_q30))
134 : : {
135 : 0 : case BIT_XOR_EXPR:
136 : 0 : {
137 : 0 : tree _q40 = TREE_OPERAND (_q30, 0);
138 : 0 : tree _q41 = TREE_OPERAND (_q30, 1);
139 : 0 : switch (TREE_CODE (_q31))
140 : : {
141 : 0 : case BIT_XOR_EXPR:
142 : 0 : {
143 : 0 : tree _q70 = TREE_OPERAND (_q31, 0);
144 : 0 : tree _q71 = TREE_OPERAND (_q31, 1);
145 : 0 : if ((_q70 == _q40 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q40, 0) && types_match (_q70, _q40)))
146 : : {
147 : 0 : {
148 : 0 : tree _q71_pops[1];
149 : 0 : if (tree_nop_convert (_q71, _q71_pops))
150 : : {
151 : 0 : tree _q90 = _q71_pops[0];
152 : 0 : switch (TREE_CODE (_q90))
153 : : {
154 : 0 : case MINUS_EXPR:
155 : 0 : {
156 : 0 : tree _q100 = TREE_OPERAND (_q90, 0);
157 : 0 : tree _q101 = TREE_OPERAND (_q90, 1);
158 : 0 : {
159 : 0 : tree _q100_pops[1];
160 : 0 : if (tree_nop_convert (_q100, _q100_pops))
161 : : {
162 : 0 : tree _q110 = _q100_pops[0];
163 : 0 : if ((_q110 == _q40 && ! TREE_SIDE_EFFECTS (_q110)) || (operand_equal_p (_q110, _q40, 0) && types_match (_q110, _q40)))
164 : : {
165 : 0 : {
166 : 0 : tree _q101_pops[1];
167 : 0 : if (tree_nop_convert (_q101, _q101_pops))
168 : : {
169 : 0 : tree _q130 = _q101_pops[0];
170 : 0 : if ((_q130 == _q41 && ! TREE_SIDE_EFFECTS (_q130)) || (operand_equal_p (_q130, _q41, 0) && types_match (_q130, _q41)))
171 : : {
172 : 0 : if (integer_zerop (_q21))
173 : : {
174 : 0 : {
175 : 0 : tree _p1_pops[1];
176 : 0 : if (tree_signed_integer_sat_val (_p1, _p1_pops))
177 : : {
178 : 0 : tree _q160 = _p1_pops[0];
179 : 0 : if ((_q160 == _q40 && ! TREE_SIDE_EFFECTS (_q160)) || (operand_equal_p (_q160, _q40, 0) && types_match (_q160, _q40)))
180 : : {
181 : 0 : if ((_p2 == _q71 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q71, 0) && types_match (_p2, _q71)))
182 : : {
183 : 0 : {
184 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q40, _q41, _q71 };
185 : 0 : if (INTEGRAL_TYPE_P (type) && !TYPE_UNSIGNED (type)
186 : : )
187 : : {
188 : 0 : {
189 : 0 : res_ops[0] = captures[0];
190 : 0 : res_ops[1] = captures[1];
191 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 78, __FILE__, __LINE__, false);
192 : 0 : return true;
193 : : }
194 : : }
195 : : }
196 : : }
197 : : }
198 : : }
199 : : }
200 : : }
201 : : }
202 : : }
203 : : }
204 : : }
205 : : }
206 : : }
207 : 0 : break;
208 : : }
209 : : default:;
210 : : }
211 : : }
212 : : }
213 : : }
214 : 0 : if ((_q70 == _q41 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q41, 0) && types_match (_q70, _q41)))
215 : : {
216 : 0 : {
217 : 0 : tree _q71_pops[1];
218 : 0 : if (tree_nop_convert (_q71, _q71_pops))
219 : : {
220 : 0 : tree _q90 = _q71_pops[0];
221 : 0 : switch (TREE_CODE (_q90))
222 : : {
223 : 0 : case MINUS_EXPR:
224 : 0 : {
225 : 0 : tree _q100 = TREE_OPERAND (_q90, 0);
226 : 0 : tree _q101 = TREE_OPERAND (_q90, 1);
227 : 0 : {
228 : 0 : tree _q100_pops[1];
229 : 0 : if (tree_nop_convert (_q100, _q100_pops))
230 : : {
231 : 0 : tree _q110 = _q100_pops[0];
232 : 0 : if ((_q110 == _q41 && ! TREE_SIDE_EFFECTS (_q110)) || (operand_equal_p (_q110, _q41, 0) && types_match (_q110, _q41)))
233 : : {
234 : 0 : {
235 : 0 : tree _q101_pops[1];
236 : 0 : if (tree_nop_convert (_q101, _q101_pops))
237 : : {
238 : 0 : tree _q130 = _q101_pops[0];
239 : 0 : if ((_q130 == _q40 && ! TREE_SIDE_EFFECTS (_q130)) || (operand_equal_p (_q130, _q40, 0) && types_match (_q130, _q40)))
240 : : {
241 : 0 : if (integer_zerop (_q21))
242 : : {
243 : 0 : {
244 : 0 : tree _p1_pops[1];
245 : 0 : if (tree_signed_integer_sat_val (_p1, _p1_pops))
246 : : {
247 : 0 : tree _q160 = _p1_pops[0];
248 : 0 : if ((_q160 == _q41 && ! TREE_SIDE_EFFECTS (_q160)) || (operand_equal_p (_q160, _q41, 0) && types_match (_q160, _q41)))
249 : : {
250 : 0 : if ((_p2 == _q71 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q71, 0) && types_match (_p2, _q71)))
251 : : {
252 : 0 : {
253 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q41, _q40, _q71 };
254 : 0 : if (INTEGRAL_TYPE_P (type) && !TYPE_UNSIGNED (type)
255 : : )
256 : : {
257 : 0 : {
258 : 0 : res_ops[0] = captures[0];
259 : 0 : res_ops[1] = captures[1];
260 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 78, __FILE__, __LINE__, false);
261 : 0 : return true;
262 : : }
263 : : }
264 : : }
265 : : }
266 : : }
267 : : }
268 : : }
269 : : }
270 : : }
271 : : }
272 : : }
273 : : }
274 : : }
275 : : }
276 : 0 : break;
277 : : }
278 : : default:;
279 : : }
280 : : }
281 : : }
282 : : }
283 : : break;
284 : : }
285 : 0 : default:;
286 : : }
287 : 0 : {
288 : 0 : tree _q41_pops[1];
289 : 0 : if (tree_nop_convert (_q41, _q41_pops))
290 : : {
291 : 0 : tree _q60 = _q41_pops[0];
292 : 0 : switch (TREE_CODE (_q60))
293 : : {
294 : 0 : case MINUS_EXPR:
295 : 0 : {
296 : 0 : tree _q70 = TREE_OPERAND (_q60, 0);
297 : 0 : tree _q71 = TREE_OPERAND (_q60, 1);
298 : 0 : {
299 : 0 : tree _q70_pops[1];
300 : 0 : if (tree_nop_convert (_q70, _q70_pops))
301 : : {
302 : 0 : tree _q80 = _q70_pops[0];
303 : 0 : if ((_q80 == _q40 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q40, 0) && types_match (_q80, _q40)))
304 : : {
305 : 0 : {
306 : 0 : tree _q71_pops[1];
307 : 0 : if (tree_nop_convert (_q71, _q71_pops))
308 : : {
309 : 0 : tree _q100 = _q71_pops[0];
310 : 0 : switch (TREE_CODE (_q31))
311 : : {
312 : 0 : case BIT_XOR_EXPR:
313 : 0 : {
314 : 0 : tree _q120 = TREE_OPERAND (_q31, 0);
315 : 0 : tree _q121 = TREE_OPERAND (_q31, 1);
316 : 0 : if ((_q120 == _q40 && ! TREE_SIDE_EFFECTS (_q120)) || (operand_equal_p (_q120, _q40, 0) && types_match (_q120, _q40)))
317 : : {
318 : 0 : if ((_q121 == _q100 && ! TREE_SIDE_EFFECTS (_q121)) || (operand_equal_p (_q121, _q100, 0) && types_match (_q121, _q100)))
319 : : {
320 : 0 : if (integer_zerop (_q21))
321 : : {
322 : 0 : {
323 : 0 : tree _p1_pops[1];
324 : 0 : if (tree_signed_integer_sat_val (_p1, _p1_pops))
325 : : {
326 : 0 : tree _q160 = _p1_pops[0];
327 : 0 : if ((_q160 == _q40 && ! TREE_SIDE_EFFECTS (_q160)) || (operand_equal_p (_q160, _q40, 0) && types_match (_q160, _q40)))
328 : : {
329 : 0 : if ((_p2 == _q41 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q41, 0) && types_match (_p2, _q41)))
330 : : {
331 : 0 : {
332 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q40, _q100, _q41 };
333 : 0 : if (INTEGRAL_TYPE_P (type) && !TYPE_UNSIGNED (type)
334 : : )
335 : : {
336 : 0 : {
337 : 0 : res_ops[0] = captures[0];
338 : 0 : res_ops[1] = captures[1];
339 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 78, __FILE__, __LINE__, false);
340 : 0 : return true;
341 : : }
342 : : }
343 : : }
344 : : }
345 : : }
346 : : }
347 : : }
348 : : }
349 : : }
350 : : }
351 : 0 : if ((_q120 == _q100 && ! TREE_SIDE_EFFECTS (_q120)) || (operand_equal_p (_q120, _q100, 0) && types_match (_q120, _q100)))
352 : : {
353 : 0 : if ((_q121 == _q40 && ! TREE_SIDE_EFFECTS (_q121)) || (operand_equal_p (_q121, _q40, 0) && types_match (_q121, _q40)))
354 : : {
355 : 0 : if (integer_zerop (_q21))
356 : : {
357 : 0 : {
358 : 0 : tree _p1_pops[1];
359 : 0 : if (tree_signed_integer_sat_val (_p1, _p1_pops))
360 : : {
361 : 0 : tree _q160 = _p1_pops[0];
362 : 0 : if ((_q160 == _q40 && ! TREE_SIDE_EFFECTS (_q160)) || (operand_equal_p (_q160, _q40, 0) && types_match (_q160, _q40)))
363 : : {
364 : 0 : if ((_p2 == _q41 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q41, 0) && types_match (_p2, _q41)))
365 : : {
366 : 0 : {
367 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q40, _q100, _q41 };
368 : 0 : if (INTEGRAL_TYPE_P (type) && !TYPE_UNSIGNED (type)
369 : : )
370 : : {
371 : 0 : {
372 : 0 : res_ops[0] = captures[0];
373 : 0 : res_ops[1] = captures[1];
374 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 78, __FILE__, __LINE__, false);
375 : 0 : return true;
376 : : }
377 : : }
378 : : }
379 : : }
380 : : }
381 : : }
382 : : }
383 : : }
384 : : }
385 : : }
386 : : break;
387 : : }
388 : : default:;
389 : : }
390 : : }
391 : : }
392 : : }
393 : : }
394 : : }
395 : 0 : break;
396 : : }
397 : : default:;
398 : : }
399 : : }
400 : : }
401 : 0 : break;
402 : : }
403 : : default:;
404 : : }
405 : : break;
406 : : }
407 : : default:;
408 : : }
409 : : break;
410 : : }
411 : 0 : case GE_EXPR:
412 : 0 : {
413 : 0 : tree _q20 = TREE_OPERAND (_p0, 0);
414 : 0 : tree _q21 = TREE_OPERAND (_p0, 1);
415 : 0 : switch (TREE_CODE (_q20))
416 : : {
417 : 0 : case BIT_AND_EXPR:
418 : 0 : {
419 : 0 : tree _q30 = TREE_OPERAND (_q20, 0);
420 : 0 : tree _q31 = TREE_OPERAND (_q20, 1);
421 : 0 : switch (TREE_CODE (_q30))
422 : : {
423 : 0 : case BIT_XOR_EXPR:
424 : 0 : {
425 : 0 : tree _q40 = TREE_OPERAND (_q30, 0);
426 : 0 : tree _q41 = TREE_OPERAND (_q30, 1);
427 : 0 : switch (TREE_CODE (_q31))
428 : : {
429 : 0 : case BIT_XOR_EXPR:
430 : 0 : {
431 : 0 : tree _q70 = TREE_OPERAND (_q31, 0);
432 : 0 : tree _q71 = TREE_OPERAND (_q31, 1);
433 : 0 : if ((_q70 == _q40 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q40, 0) && types_match (_q70, _q40)))
434 : : {
435 : 0 : {
436 : 0 : tree _q71_pops[1];
437 : 0 : if (tree_nop_convert (_q71, _q71_pops))
438 : : {
439 : 0 : tree _q90 = _q71_pops[0];
440 : 0 : switch (TREE_CODE (_q90))
441 : : {
442 : 0 : case MINUS_EXPR:
443 : 0 : {
444 : 0 : tree _q100 = TREE_OPERAND (_q90, 0);
445 : 0 : tree _q101 = TREE_OPERAND (_q90, 1);
446 : 0 : {
447 : 0 : tree _q100_pops[1];
448 : 0 : if (tree_nop_convert (_q100, _q100_pops))
449 : : {
450 : 0 : tree _q110 = _q100_pops[0];
451 : 0 : if ((_q110 == _q40 && ! TREE_SIDE_EFFECTS (_q110)) || (operand_equal_p (_q110, _q40, 0) && types_match (_q110, _q40)))
452 : : {
453 : 0 : {
454 : 0 : tree _q101_pops[1];
455 : 0 : if (tree_nop_convert (_q101, _q101_pops))
456 : : {
457 : 0 : tree _q130 = _q101_pops[0];
458 : 0 : if ((_q130 == _q41 && ! TREE_SIDE_EFFECTS (_q130)) || (operand_equal_p (_q130, _q41, 0) && types_match (_q130, _q41)))
459 : : {
460 : 0 : if (integer_zerop (_q21))
461 : : {
462 : 0 : if ((_p1 == _q71 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q71, 0) && types_match (_p1, _q71)))
463 : : {
464 : 0 : {
465 : 0 : tree _p2_pops[1];
466 : 0 : if (tree_signed_integer_sat_val (_p2, _p2_pops))
467 : : {
468 : 0 : tree _q170 = _p2_pops[0];
469 : 0 : if ((_q170 == _q40 && ! TREE_SIDE_EFFECTS (_q170)) || (operand_equal_p (_q170, _q40, 0) && types_match (_q170, _q40)))
470 : : {
471 : 0 : {
472 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q40, _q41, _q71 };
473 : 0 : if (INTEGRAL_TYPE_P (type) && !TYPE_UNSIGNED (type)
474 : : )
475 : : {
476 : 0 : {
477 : 0 : res_ops[0] = captures[0];
478 : 0 : res_ops[1] = captures[1];
479 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 79, __FILE__, __LINE__, false);
480 : 0 : return true;
481 : : }
482 : : }
483 : : }
484 : : }
485 : : }
486 : : }
487 : : }
488 : : }
489 : : }
490 : : }
491 : : }
492 : : }
493 : : }
494 : : }
495 : 0 : break;
496 : : }
497 : : default:;
498 : : }
499 : : }
500 : : }
501 : : }
502 : 0 : if ((_q70 == _q41 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q41, 0) && types_match (_q70, _q41)))
503 : : {
504 : 0 : {
505 : 0 : tree _q71_pops[1];
506 : 0 : if (tree_nop_convert (_q71, _q71_pops))
507 : : {
508 : 0 : tree _q90 = _q71_pops[0];
509 : 0 : switch (TREE_CODE (_q90))
510 : : {
511 : 0 : case MINUS_EXPR:
512 : 0 : {
513 : 0 : tree _q100 = TREE_OPERAND (_q90, 0);
514 : 0 : tree _q101 = TREE_OPERAND (_q90, 1);
515 : 0 : {
516 : 0 : tree _q100_pops[1];
517 : 0 : if (tree_nop_convert (_q100, _q100_pops))
518 : : {
519 : 0 : tree _q110 = _q100_pops[0];
520 : 0 : if ((_q110 == _q41 && ! TREE_SIDE_EFFECTS (_q110)) || (operand_equal_p (_q110, _q41, 0) && types_match (_q110, _q41)))
521 : : {
522 : 0 : {
523 : 0 : tree _q101_pops[1];
524 : 0 : if (tree_nop_convert (_q101, _q101_pops))
525 : : {
526 : 0 : tree _q130 = _q101_pops[0];
527 : 0 : if ((_q130 == _q40 && ! TREE_SIDE_EFFECTS (_q130)) || (operand_equal_p (_q130, _q40, 0) && types_match (_q130, _q40)))
528 : : {
529 : 0 : if (integer_zerop (_q21))
530 : : {
531 : 0 : if ((_p1 == _q71 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q71, 0) && types_match (_p1, _q71)))
532 : : {
533 : 0 : {
534 : 0 : tree _p2_pops[1];
535 : 0 : if (tree_signed_integer_sat_val (_p2, _p2_pops))
536 : : {
537 : 0 : tree _q170 = _p2_pops[0];
538 : 0 : if ((_q170 == _q41 && ! TREE_SIDE_EFFECTS (_q170)) || (operand_equal_p (_q170, _q41, 0) && types_match (_q170, _q41)))
539 : : {
540 : 0 : {
541 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q41, _q40, _q71 };
542 : 0 : if (INTEGRAL_TYPE_P (type) && !TYPE_UNSIGNED (type)
543 : : )
544 : : {
545 : 0 : {
546 : 0 : res_ops[0] = captures[0];
547 : 0 : res_ops[1] = captures[1];
548 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 79, __FILE__, __LINE__, false);
549 : 0 : return true;
550 : : }
551 : : }
552 : : }
553 : : }
554 : : }
555 : : }
556 : : }
557 : : }
558 : : }
559 : : }
560 : : }
561 : : }
562 : : }
563 : : }
564 : 0 : break;
565 : : }
566 : : default:;
567 : : }
568 : : }
569 : : }
570 : : }
571 : : break;
572 : : }
573 : 0 : default:;
574 : : }
575 : 0 : {
576 : 0 : tree _q41_pops[1];
577 : 0 : if (tree_nop_convert (_q41, _q41_pops))
578 : : {
579 : 0 : tree _q60 = _q41_pops[0];
580 : 0 : switch (TREE_CODE (_q60))
581 : : {
582 : 0 : case MINUS_EXPR:
583 : 0 : {
584 : 0 : tree _q70 = TREE_OPERAND (_q60, 0);
585 : 0 : tree _q71 = TREE_OPERAND (_q60, 1);
586 : 0 : {
587 : 0 : tree _q70_pops[1];
588 : 0 : if (tree_nop_convert (_q70, _q70_pops))
589 : : {
590 : 0 : tree _q80 = _q70_pops[0];
591 : 0 : if ((_q80 == _q40 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q40, 0) && types_match (_q80, _q40)))
592 : : {
593 : 0 : {
594 : 0 : tree _q71_pops[1];
595 : 0 : if (tree_nop_convert (_q71, _q71_pops))
596 : : {
597 : 0 : tree _q100 = _q71_pops[0];
598 : 0 : switch (TREE_CODE (_q31))
599 : : {
600 : 0 : case BIT_XOR_EXPR:
601 : 0 : {
602 : 0 : tree _q120 = TREE_OPERAND (_q31, 0);
603 : 0 : tree _q121 = TREE_OPERAND (_q31, 1);
604 : 0 : if ((_q120 == _q40 && ! TREE_SIDE_EFFECTS (_q120)) || (operand_equal_p (_q120, _q40, 0) && types_match (_q120, _q40)))
605 : : {
606 : 0 : if ((_q121 == _q100 && ! TREE_SIDE_EFFECTS (_q121)) || (operand_equal_p (_q121, _q100, 0) && types_match (_q121, _q100)))
607 : : {
608 : 0 : if (integer_zerop (_q21))
609 : : {
610 : 0 : if ((_p1 == _q41 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q41, 0) && types_match (_p1, _q41)))
611 : : {
612 : 0 : {
613 : 0 : tree _p2_pops[1];
614 : 0 : if (tree_signed_integer_sat_val (_p2, _p2_pops))
615 : : {
616 : 0 : tree _q170 = _p2_pops[0];
617 : 0 : if ((_q170 == _q40 && ! TREE_SIDE_EFFECTS (_q170)) || (operand_equal_p (_q170, _q40, 0) && types_match (_q170, _q40)))
618 : : {
619 : 0 : {
620 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q40, _q100, _q41 };
621 : 0 : if (INTEGRAL_TYPE_P (type) && !TYPE_UNSIGNED (type)
622 : : )
623 : : {
624 : 0 : {
625 : 0 : res_ops[0] = captures[0];
626 : 0 : res_ops[1] = captures[1];
627 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 79, __FILE__, __LINE__, false);
628 : 0 : return true;
629 : : }
630 : : }
631 : : }
632 : : }
633 : : }
634 : : }
635 : : }
636 : : }
637 : : }
638 : : }
639 : 0 : if ((_q120 == _q100 && ! TREE_SIDE_EFFECTS (_q120)) || (operand_equal_p (_q120, _q100, 0) && types_match (_q120, _q100)))
640 : : {
641 : 0 : if ((_q121 == _q40 && ! TREE_SIDE_EFFECTS (_q121)) || (operand_equal_p (_q121, _q40, 0) && types_match (_q121, _q40)))
642 : : {
643 : 0 : if (integer_zerop (_q21))
644 : : {
645 : 0 : if ((_p1 == _q41 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q41, 0) && types_match (_p1, _q41)))
646 : : {
647 : 0 : {
648 : 0 : tree _p2_pops[1];
649 : 0 : if (tree_signed_integer_sat_val (_p2, _p2_pops))
650 : : {
651 : 0 : tree _q170 = _p2_pops[0];
652 : 0 : if ((_q170 == _q40 && ! TREE_SIDE_EFFECTS (_q170)) || (operand_equal_p (_q170, _q40, 0) && types_match (_q170, _q40)))
653 : : {
654 : 0 : {
655 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q40, _q100, _q41 };
656 : 0 : if (INTEGRAL_TYPE_P (type) && !TYPE_UNSIGNED (type)
657 : : )
658 : : {
659 : 0 : {
660 : 0 : res_ops[0] = captures[0];
661 : 0 : res_ops[1] = captures[1];
662 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 79, __FILE__, __LINE__, false);
663 : 0 : return true;
664 : : }
665 : : }
666 : : }
667 : : }
668 : : }
669 : : }
670 : : }
671 : : }
672 : : }
673 : : }
674 : : break;
675 : : }
676 : : default:;
677 : : }
678 : : }
679 : : }
680 : : }
681 : : }
682 : : }
683 : 0 : break;
684 : : }
685 : : default:;
686 : : }
687 : : }
688 : : }
689 : 0 : break;
690 : : }
691 : : default:;
692 : : }
693 : : break;
694 : : }
695 : : default:;
696 : : }
697 : : break;
698 : : }
699 : 0 : case BIT_AND_EXPR:
700 : 0 : {
701 : 0 : tree _q20 = TREE_OPERAND (_p0, 0);
702 : 0 : tree _q21 = TREE_OPERAND (_p0, 1);
703 : 0 : switch (TREE_CODE (_q20))
704 : : {
705 : 0 : case LT_EXPR:
706 : 0 : {
707 : 0 : tree _q30 = TREE_OPERAND (_q20, 0);
708 : 0 : tree _q31 = TREE_OPERAND (_q20, 1);
709 : 0 : switch (TREE_CODE (_q30))
710 : : {
711 : 0 : case BIT_XOR_EXPR:
712 : 0 : {
713 : 0 : tree _q40 = TREE_OPERAND (_q30, 0);
714 : 0 : tree _q41 = TREE_OPERAND (_q30, 1);
715 : 0 : {
716 : 0 : tree _q41_pops[1];
717 : 0 : if (tree_nop_convert (_q41, _q41_pops))
718 : : {
719 : 0 : tree _q60 = _q41_pops[0];
720 : 0 : switch (TREE_CODE (_q60))
721 : : {
722 : 0 : case MINUS_EXPR:
723 : 0 : {
724 : 0 : tree _q70 = TREE_OPERAND (_q60, 0);
725 : 0 : tree _q71 = TREE_OPERAND (_q60, 1);
726 : 0 : {
727 : 0 : tree _q70_pops[1];
728 : 0 : if (tree_nop_convert (_q70, _q70_pops))
729 : : {
730 : 0 : tree _q80 = _q70_pops[0];
731 : 0 : if ((_q80 == _q40 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q40, 0) && types_match (_q80, _q40)))
732 : : {
733 : 0 : {
734 : 0 : tree _q71_pops[1];
735 : 0 : if (tree_nop_convert (_q71, _q71_pops))
736 : : {
737 : 0 : tree _q100 = _q71_pops[0];
738 : 0 : if (integer_zerop (_q31))
739 : : {
740 : 0 : switch (TREE_CODE (_q21))
741 : : {
742 : 0 : case LT_EXPR:
743 : 0 : {
744 : 0 : tree _q130 = TREE_OPERAND (_q21, 0);
745 : 0 : tree _q131 = TREE_OPERAND (_q21, 1);
746 : 0 : switch (TREE_CODE (_q130))
747 : : {
748 : 0 : case BIT_XOR_EXPR:
749 : 0 : {
750 : 0 : tree _q140 = TREE_OPERAND (_q130, 0);
751 : 0 : tree _q141 = TREE_OPERAND (_q130, 1);
752 : 0 : if ((_q140 == _q40 && ! TREE_SIDE_EFFECTS (_q140)) || (operand_equal_p (_q140, _q40, 0) && types_match (_q140, _q40)))
753 : : {
754 : 0 : if ((_q141 == _q100 && ! TREE_SIDE_EFFECTS (_q141)) || (operand_equal_p (_q141, _q100, 0) && types_match (_q141, _q100)))
755 : : {
756 : 0 : if (integer_zerop (_q131))
757 : : {
758 : 0 : {
759 : 0 : tree _p1_pops[1];
760 : 0 : if (tree_signed_integer_sat_val (_p1, _p1_pops))
761 : : {
762 : 0 : tree _q180 = _p1_pops[0];
763 : 0 : if ((_q180 == _q40 && ! TREE_SIDE_EFFECTS (_q180)) || (operand_equal_p (_q180, _q40, 0) && types_match (_q180, _q40)))
764 : : {
765 : 0 : if ((_p2 == _q41 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q41, 0) && types_match (_p2, _q41)))
766 : : {
767 : 0 : {
768 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q40, _q100, _q41 };
769 : 0 : if (INTEGRAL_TYPE_P (type) && !TYPE_UNSIGNED (type)
770 : : )
771 : : {
772 : 0 : {
773 : 0 : res_ops[0] = captures[0];
774 : 0 : res_ops[1] = captures[1];
775 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 80, __FILE__, __LINE__, false);
776 : 0 : return true;
777 : : }
778 : : }
779 : : }
780 : : }
781 : : }
782 : : }
783 : : }
784 : : }
785 : : }
786 : : }
787 : 0 : if ((_q140 == _q100 && ! TREE_SIDE_EFFECTS (_q140)) || (operand_equal_p (_q140, _q100, 0) && types_match (_q140, _q100)))
788 : : {
789 : 0 : if ((_q141 == _q40 && ! TREE_SIDE_EFFECTS (_q141)) || (operand_equal_p (_q141, _q40, 0) && types_match (_q141, _q40)))
790 : : {
791 : 0 : if (integer_zerop (_q131))
792 : : {
793 : 0 : {
794 : 0 : tree _p1_pops[1];
795 : 0 : if (tree_signed_integer_sat_val (_p1, _p1_pops))
796 : : {
797 : 0 : tree _q180 = _p1_pops[0];
798 : 0 : if ((_q180 == _q40 && ! TREE_SIDE_EFFECTS (_q180)) || (operand_equal_p (_q180, _q40, 0) && types_match (_q180, _q40)))
799 : : {
800 : 0 : if ((_p2 == _q41 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q41, 0) && types_match (_p2, _q41)))
801 : : {
802 : 0 : {
803 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q40, _q100, _q41 };
804 : 0 : if (INTEGRAL_TYPE_P (type) && !TYPE_UNSIGNED (type)
805 : : )
806 : : {
807 : 0 : {
808 : 0 : res_ops[0] = captures[0];
809 : 0 : res_ops[1] = captures[1];
810 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 80, __FILE__, __LINE__, false);
811 : 0 : return true;
812 : : }
813 : : }
814 : : }
815 : : }
816 : : }
817 : : }
818 : : }
819 : : }
820 : : }
821 : : }
822 : : break;
823 : : }
824 : : default:;
825 : : }
826 : : break;
827 : : }
828 : : default:;
829 : : }
830 : : }
831 : : }
832 : : }
833 : : }
834 : : }
835 : : }
836 : 0 : break;
837 : : }
838 : : default:;
839 : : }
840 : : }
841 : : }
842 : 0 : if (integer_zerop (_q31))
843 : : {
844 : 0 : switch (TREE_CODE (_q21))
845 : : {
846 : 0 : case LT_EXPR:
847 : 0 : {
848 : 0 : tree _q80 = TREE_OPERAND (_q21, 0);
849 : 0 : tree _q81 = TREE_OPERAND (_q21, 1);
850 : 0 : switch (TREE_CODE (_q80))
851 : : {
852 : 0 : case BIT_XOR_EXPR:
853 : 0 : {
854 : 0 : tree _q90 = TREE_OPERAND (_q80, 0);
855 : 0 : tree _q91 = TREE_OPERAND (_q80, 1);
856 : 0 : if ((_q90 == _q40 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q40, 0) && types_match (_q90, _q40)))
857 : : {
858 : 0 : {
859 : 0 : tree _q91_pops[1];
860 : 0 : if (tree_nop_convert (_q91, _q91_pops))
861 : : {
862 : 0 : tree _q110 = _q91_pops[0];
863 : 0 : switch (TREE_CODE (_q110))
864 : : {
865 : 0 : case MINUS_EXPR:
866 : 0 : {
867 : 0 : tree _q120 = TREE_OPERAND (_q110, 0);
868 : 0 : tree _q121 = TREE_OPERAND (_q110, 1);
869 : 0 : {
870 : 0 : tree _q120_pops[1];
871 : 0 : if (tree_nop_convert (_q120, _q120_pops))
872 : : {
873 : 0 : tree _q130 = _q120_pops[0];
874 : 0 : if ((_q130 == _q40 && ! TREE_SIDE_EFFECTS (_q130)) || (operand_equal_p (_q130, _q40, 0) && types_match (_q130, _q40)))
875 : : {
876 : 0 : {
877 : 0 : tree _q121_pops[1];
878 : 0 : if (tree_nop_convert (_q121, _q121_pops))
879 : : {
880 : 0 : tree _q150 = _q121_pops[0];
881 : 0 : if ((_q150 == _q41 && ! TREE_SIDE_EFFECTS (_q150)) || (operand_equal_p (_q150, _q41, 0) && types_match (_q150, _q41)))
882 : : {
883 : 0 : if (integer_zerop (_q81))
884 : : {
885 : 0 : {
886 : 0 : tree _p1_pops[1];
887 : 0 : if (tree_signed_integer_sat_val (_p1, _p1_pops))
888 : : {
889 : 0 : tree _q180 = _p1_pops[0];
890 : 0 : if ((_q180 == _q40 && ! TREE_SIDE_EFFECTS (_q180)) || (operand_equal_p (_q180, _q40, 0) && types_match (_q180, _q40)))
891 : : {
892 : 0 : if ((_p2 == _q91 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q91, 0) && types_match (_p2, _q91)))
893 : : {
894 : 0 : {
895 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q40, _q41, _q91 };
896 : 0 : if (INTEGRAL_TYPE_P (type) && !TYPE_UNSIGNED (type)
897 : : )
898 : : {
899 : 0 : {
900 : 0 : res_ops[0] = captures[0];
901 : 0 : res_ops[1] = captures[1];
902 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 80, __FILE__, __LINE__, false);
903 : 0 : return true;
904 : : }
905 : : }
906 : : }
907 : : }
908 : : }
909 : : }
910 : : }
911 : : }
912 : : }
913 : : }
914 : : }
915 : : }
916 : : }
917 : : }
918 : 0 : break;
919 : : }
920 : : default:;
921 : : }
922 : : }
923 : : }
924 : : }
925 : 0 : if ((_q90 == _q41 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q41, 0) && types_match (_q90, _q41)))
926 : : {
927 : 0 : {
928 : 0 : tree _q91_pops[1];
929 : 0 : if (tree_nop_convert (_q91, _q91_pops))
930 : : {
931 : 0 : tree _q110 = _q91_pops[0];
932 : 0 : switch (TREE_CODE (_q110))
933 : : {
934 : 0 : case MINUS_EXPR:
935 : 0 : {
936 : 0 : tree _q120 = TREE_OPERAND (_q110, 0);
937 : 0 : tree _q121 = TREE_OPERAND (_q110, 1);
938 : 0 : {
939 : 0 : tree _q120_pops[1];
940 : 0 : if (tree_nop_convert (_q120, _q120_pops))
941 : : {
942 : 0 : tree _q130 = _q120_pops[0];
943 : 0 : if ((_q130 == _q41 && ! TREE_SIDE_EFFECTS (_q130)) || (operand_equal_p (_q130, _q41, 0) && types_match (_q130, _q41)))
944 : : {
945 : 0 : {
946 : 0 : tree _q121_pops[1];
947 : 0 : if (tree_nop_convert (_q121, _q121_pops))
948 : : {
949 : 0 : tree _q150 = _q121_pops[0];
950 : 0 : if ((_q150 == _q40 && ! TREE_SIDE_EFFECTS (_q150)) || (operand_equal_p (_q150, _q40, 0) && types_match (_q150, _q40)))
951 : : {
952 : 0 : if (integer_zerop (_q81))
953 : : {
954 : 0 : {
955 : 0 : tree _p1_pops[1];
956 : 0 : if (tree_signed_integer_sat_val (_p1, _p1_pops))
957 : : {
958 : 0 : tree _q180 = _p1_pops[0];
959 : 0 : if ((_q180 == _q41 && ! TREE_SIDE_EFFECTS (_q180)) || (operand_equal_p (_q180, _q41, 0) && types_match (_q180, _q41)))
960 : : {
961 : 0 : if ((_p2 == _q91 && ! TREE_SIDE_EFFECTS (_p2)) || (operand_equal_p (_p2, _q91, 0) && types_match (_p2, _q91)))
962 : : {
963 : 0 : {
964 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q41, _q40, _q91 };
965 : 0 : if (INTEGRAL_TYPE_P (type) && !TYPE_UNSIGNED (type)
966 : : )
967 : : {
968 : 0 : {
969 : 0 : res_ops[0] = captures[0];
970 : 0 : res_ops[1] = captures[1];
971 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 80, __FILE__, __LINE__, false);
972 : 0 : return true;
973 : : }
974 : : }
975 : : }
976 : : }
977 : : }
978 : : }
979 : : }
980 : : }
981 : : }
982 : : }
983 : : }
984 : : }
985 : : }
986 : : }
987 : 0 : break;
988 : : }
989 : : default:;
990 : : }
991 : : }
992 : : }
993 : : }
994 : : break;
995 : : }
996 : : default:;
997 : : }
998 : : break;
999 : : }
1000 : : default:;
1001 : : }
1002 : : }
1003 : : break;
1004 : : }
1005 : : default:;
1006 : : }
1007 : : break;
1008 : : }
1009 : : default:;
1010 : : }
1011 : : break;
1012 : : }
1013 : 0 : case NE_EXPR:
1014 : 0 : {
1015 : 0 : tree _q20 = TREE_OPERAND (_p0, 0);
1016 : 0 : tree _q21 = TREE_OPERAND (_p0, 1);
1017 : 0 : switch (TREE_CODE (_q20))
1018 : : {
1019 : 0 : case IMAGPART_EXPR:
1020 : 0 : {
1021 : 0 : tree _q30 = TREE_OPERAND (_q20, 0);
1022 : 0 : switch (TREE_CODE (_q30))
1023 : : {
1024 : 0 : case CALL_EXPR:
1025 : 0 : switch (get_call_combined_fn (_q30))
1026 : : {
1027 : 0 : case CFN_SUB_OVERFLOW:
1028 : 0 : if (call_expr_nargs (_q30) == 2)
1029 : : {
1030 : 0 : tree _q40 = CALL_EXPR_ARG (_q30, 0);
1031 : 0 : tree _q41 = CALL_EXPR_ARG (_q30, 1);
1032 : 0 : if (integer_zerop (_q21))
1033 : : {
1034 : 0 : {
1035 : 0 : tree _p1_pops[1];
1036 : 0 : if (tree_signed_integer_sat_val (_p1, _p1_pops))
1037 : : {
1038 : 0 : tree _q80 = _p1_pops[0];
1039 : 0 : if ((_q80 == _q40 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q40, 0) && types_match (_q80, _q40)))
1040 : : {
1041 : 0 : switch (TREE_CODE (_p2))
1042 : : {
1043 : 0 : case REALPART_EXPR:
1044 : 0 : {
1045 : 0 : tree _q100 = TREE_OPERAND (_p2, 0);
1046 : 0 : if ((_q100 == _q30 && ! TREE_SIDE_EFFECTS (_q100)) || (operand_equal_p (_q100, _q30, 0) && types_match (_q100, _q30)))
1047 : : {
1048 : 0 : {
1049 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q40, _q41, _q30 };
1050 : 0 : if (INTEGRAL_TYPE_P (type) && !TYPE_UNSIGNED (type)
1051 : : )
1052 : : {
1053 : 0 : if (types_match (type, captures[0], captures[1])
1054 : : )
1055 : : {
1056 : 0 : {
1057 : 0 : res_ops[0] = captures[0];
1058 : 0 : res_ops[1] = captures[1];
1059 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 81, __FILE__, __LINE__, false);
1060 : 0 : return true;
1061 : : }
1062 : : }
1063 : : }
1064 : : }
1065 : : }
1066 : : break;
1067 : : }
1068 : : default:;
1069 : : }
1070 : : }
1071 : : }
1072 : : }
1073 : : }
1074 : : }
1075 : : break;
1076 : : default:;
1077 : : }
1078 : : break;
1079 : : default:;
1080 : : }
1081 : : break;
1082 : : }
1083 : : default:;
1084 : : }
1085 : : break;
1086 : : }
1087 : : default:;
1088 : : }
1089 : : break;
1090 : : }
1091 : : default:;
1092 : : }
1093 : : return false;
1094 : : }
1095 : :
1096 : : tree
1097 : 2 : generic_simplify_105 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
1098 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
1099 : : const enum tree_code ARG_UNUSED (bitop),
1100 : : const enum tree_code ARG_UNUSED (rbitop))
1101 : : {
1102 : 2 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
1103 : 2 : if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail332;
1104 : 2 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail332;
1105 : 2 : {
1106 : 2 : tree _r;
1107 : 2 : _r = captures[2];
1108 : 2 : if (TREE_SIDE_EFFECTS (captures[1]))
1109 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
1110 : 2 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 202, __FILE__, __LINE__, true);
1111 : : return _r;
1112 : : }
1113 : : next_after_fail332:;
1114 : : return NULL_TREE;
1115 : : }
1116 : :
1117 : : tree
1118 : 2 : generic_simplify_111 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
1119 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
1120 : : const enum tree_code ARG_UNUSED (bitop),
1121 : : const enum tree_code ARG_UNUSED (rbitop))
1122 : : {
1123 : 2 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
1124 : 2 : if (bitop == BIT_AND_EXPR
1125 : : )
1126 : : {
1127 : 1 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail338;
1128 : 1 : {
1129 : 1 : tree _r;
1130 : 1 : _r = build_zero_cst (type);
1131 : 1 : if (TREE_SIDE_EFFECTS (captures[0]))
1132 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
1133 : 1 : if (TREE_SIDE_EFFECTS (captures[1]))
1134 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
1135 : 1 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 205, __FILE__, __LINE__, true);
1136 : 1 : return _r;
1137 : : }
1138 : 0 : next_after_fail338:;
1139 : : }
1140 : : else
1141 : : {
1142 : 1 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail339;
1143 : 1 : {
1144 : 1 : tree _r;
1145 : 1 : _r = build_minus_one_cst (type);
1146 : 1 : if (TREE_SIDE_EFFECTS (captures[0]))
1147 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
1148 : 1 : if (TREE_SIDE_EFFECTS (captures[1]))
1149 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
1150 : 1 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 206, __FILE__, __LINE__, true);
1151 : 1 : return _r;
1152 : : }
1153 : 0 : next_after_fail339:;
1154 : : }
1155 : : return NULL_TREE;
1156 : : }
1157 : :
1158 : : tree
1159 : 0 : generic_simplify_120 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
1160 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
1161 : : const enum tree_code ARG_UNUSED (cmp),
1162 : : const enum tree_code ARG_UNUSED (icmp))
1163 : : {
1164 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
1165 : 0 : if (integer_zerop (captures[5])
1166 : 0 : && invert_tree_comparison (cmp, HONOR_NANS (captures[2])) == icmp
1167 : : )
1168 : : {
1169 : 0 : if (integer_onep (captures[4])
1170 : : )
1171 : : {
1172 : 0 : if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail350;
1173 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail350;
1174 : 0 : {
1175 : 0 : tree res_op0;
1176 : 0 : {
1177 : 0 : tree _o1[3], _r1;
1178 : 0 : _o1[0] = captures[1];
1179 : 0 : _o1[1] = captures[6];
1180 : 0 : _o1[2] = captures[9];
1181 : 0 : _r1 = fold_build3_loc (loc, VEC_COND_EXPR, TREE_TYPE (_o1[1]), _o1[0], _o1[1], _o1[2]);
1182 : 0 : res_op0 = _r1;
1183 : : }
1184 : 0 : tree res_op1;
1185 : 0 : res_op1 = captures[4];
1186 : 0 : tree _r;
1187 : 0 : _r = fold_build2_loc (loc, BIT_AND_EXPR, type, res_op0, res_op1);
1188 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 215, __FILE__, __LINE__, true);
1189 : 0 : return _r;
1190 : : }
1191 : : next_after_fail350:;
1192 : : }
1193 : : else
1194 : : {
1195 : 0 : if (integer_minus_onep (captures[4])
1196 : : )
1197 : : {
1198 : 0 : if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail351;
1199 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail351;
1200 : 0 : {
1201 : 0 : tree res_op0;
1202 : 0 : res_op0 = captures[1];
1203 : 0 : tree res_op1;
1204 : 0 : res_op1 = captures[6];
1205 : 0 : tree res_op2;
1206 : 0 : res_op2 = captures[9];
1207 : 0 : tree _r;
1208 : 0 : _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
1209 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 216, __FILE__, __LINE__, true);
1210 : 0 : return _r;
1211 : : }
1212 : : next_after_fail351:;
1213 : : }
1214 : : }
1215 : : }
1216 : : else
1217 : : {
1218 : 0 : if (integer_zerop (captures[4])
1219 : 0 : && invert_tree_comparison (cmp, HONOR_NANS (captures[2])) == icmp
1220 : : )
1221 : : {
1222 : 0 : if (integer_onep (captures[5])
1223 : : )
1224 : : {
1225 : 0 : if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail352;
1226 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail352;
1227 : 0 : {
1228 : 0 : tree res_op0;
1229 : 0 : {
1230 : 0 : tree _o1[3], _r1;
1231 : 0 : _o1[0] = captures[1];
1232 : 0 : _o1[1] = captures[9];
1233 : 0 : _o1[2] = captures[6];
1234 : 0 : _r1 = fold_build3_loc (loc, VEC_COND_EXPR, TREE_TYPE (_o1[1]), _o1[0], _o1[1], _o1[2]);
1235 : 0 : res_op0 = _r1;
1236 : : }
1237 : 0 : tree res_op1;
1238 : 0 : res_op1 = captures[5];
1239 : 0 : tree _r;
1240 : 0 : _r = fold_build2_loc (loc, BIT_AND_EXPR, type, res_op0, res_op1);
1241 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 217, __FILE__, __LINE__, true);
1242 : 0 : return _r;
1243 : : }
1244 : : next_after_fail352:;
1245 : : }
1246 : : else
1247 : : {
1248 : 0 : if (integer_minus_onep (captures[5])
1249 : : )
1250 : : {
1251 : 0 : if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail353;
1252 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail353;
1253 : 0 : {
1254 : 0 : tree res_op0;
1255 : 0 : res_op0 = captures[1];
1256 : 0 : tree res_op1;
1257 : 0 : res_op1 = captures[9];
1258 : 0 : tree res_op2;
1259 : 0 : res_op2 = captures[6];
1260 : 0 : tree _r;
1261 : 0 : _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
1262 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 218, __FILE__, __LINE__, true);
1263 : 0 : return _r;
1264 : : }
1265 : : next_after_fail353:;
1266 : : }
1267 : : }
1268 : : }
1269 : : }
1270 : : return NULL_TREE;
1271 : : }
1272 : :
1273 : : tree
1274 : 0 : generic_simplify_139 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
1275 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
1276 : : {
1277 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
1278 : 0 : if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail405;
1279 : 0 : if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail405;
1280 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail405;
1281 : 0 : {
1282 : 0 : tree _r;
1283 : 0 : _r = captures[0];
1284 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 244, __FILE__, __LINE__, true);
1285 : : return _r;
1286 : : }
1287 : : next_after_fail405:;
1288 : : return NULL_TREE;
1289 : : }
1290 : :
1291 : : tree
1292 : 0 : generic_simplify_142 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
1293 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
1294 : : const enum tree_code ARG_UNUSED (op))
1295 : : {
1296 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
1297 : 0 : if (INTEGRAL_TYPE_P (type)
1298 : 0 : && tree_int_cst_sgn (captures[5]) > 0
1299 : 0 : && (tree_nonzero_bits (captures[0]) & tree_nonzero_bits (captures[4])) == 0
1300 : : )
1301 : : {
1302 : 0 : {
1303 : 0 : tree t = type;
1304 : 0 : if (!TYPE_OVERFLOW_WRAPS (t))
1305 : 0 : t = unsigned_type_for (t);
1306 : 0 : wide_int wone = wi::one (TYPE_PRECISION (type));
1307 : 0 : wide_int c = wi::add (wi::to_wide (captures[3]),
1308 : 0 : wi::lshift (wone, wi::to_wide (captures[5])));
1309 : 0 : if (TREE_SIDE_EFFECTS (captures[3])) goto next_after_fail408;
1310 : 0 : if (TREE_SIDE_EFFECTS (captures[5])) goto next_after_fail408;
1311 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail408;
1312 : 0 : {
1313 : 0 : tree res_op0;
1314 : 0 : {
1315 : 0 : tree _o1[2], _r1;
1316 : 0 : {
1317 : 0 : tree _o2[1], _r2;
1318 : 0 : _o2[0] = captures[2];
1319 : 0 : if (TREE_TYPE (_o2[0]) != t)
1320 : : {
1321 : 0 : _r2 = fold_build1_loc (loc, NOP_EXPR, t, _o2[0]);
1322 : : }
1323 : : else
1324 : : _r2 = _o2[0];
1325 : 0 : _o1[0] = _r2;
1326 : : }
1327 : 0 : _o1[1] = wide_int_to_tree (t, c);
1328 : 0 : _r1 = fold_build2_loc (loc, MULT_EXPR, t, _o1[0], _o1[1]);
1329 : 0 : res_op0 = _r1;
1330 : : }
1331 : 0 : tree _r;
1332 : 0 : _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
1333 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 208, __FILE__, __LINE__, true);
1334 : 0 : return _r;
1335 : : }
1336 : 0 : next_after_fail408:;
1337 : 0 : }
1338 : : }
1339 : : return NULL_TREE;
1340 : : }
1341 : :
1342 : : tree
1343 : 0 : generic_simplify_146 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
1344 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
1345 : : {
1346 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
1347 : 0 : if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail412;
1348 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail412;
1349 : 0 : {
1350 : 0 : tree _r;
1351 : 0 : _r = captures[1];
1352 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 247, __FILE__, __LINE__, true);
1353 : : return _r;
1354 : : }
1355 : : next_after_fail412:;
1356 : : return NULL_TREE;
1357 : : }
1358 : :
1359 : : tree
1360 : 0 : generic_simplify_149 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
1361 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
1362 : : {
1363 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
1364 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail415;
1365 : 0 : {
1366 : 0 : tree res_op0;
1367 : 0 : {
1368 : 0 : tree _o1[2], _r1;
1369 : 0 : _o1[0] = captures[1];
1370 : 0 : _o1[1] = captures[2];
1371 : 0 : _r1 = fold_build2_loc (loc, BIT_AND_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
1372 : 0 : res_op0 = _r1;
1373 : : }
1374 : 0 : tree _r;
1375 : 0 : _r = fold_build1_loc (loc, BIT_NOT_EXPR, type, res_op0);
1376 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 249, __FILE__, __LINE__, true);
1377 : : return _r;
1378 : : }
1379 : 0 : next_after_fail415:;
1380 : 0 : return NULL_TREE;
1381 : : }
1382 : :
1383 : : tree
1384 : 1 : generic_simplify_153 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
1385 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
1386 : : {
1387 : 1 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
1388 : 1 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail419;
1389 : 1 : {
1390 : 1 : tree res_op0;
1391 : 1 : res_op0 = captures[0];
1392 : 1 : tree _r;
1393 : 1 : _r = fold_build1_loc (loc, BIT_NOT_EXPR, type, res_op0);
1394 : 1 : if (TREE_SIDE_EFFECTS (captures[1]))
1395 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
1396 : 1 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 253, __FILE__, __LINE__, true);
1397 : : return _r;
1398 : : }
1399 : 0 : next_after_fail419:;
1400 : 0 : return NULL_TREE;
1401 : : }
1402 : :
1403 : : tree
1404 : 0 : generic_simplify_158 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
1405 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
1406 : : {
1407 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
1408 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail424;
1409 : 0 : {
1410 : 0 : tree res_op0;
1411 : 0 : res_op0 = captures[0];
1412 : 0 : tree res_op1;
1413 : 0 : res_op1 = captures[1];
1414 : 0 : tree _r;
1415 : 0 : _r = fold_build2_loc (loc, BIT_AND_EXPR, type, res_op0, res_op1);
1416 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 258, __FILE__, __LINE__, true);
1417 : : return _r;
1418 : : }
1419 : 0 : next_after_fail424:;
1420 : 0 : return NULL_TREE;
1421 : : }
1422 : :
1423 : : tree
1424 : 104 : generic_simplify_164 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
1425 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
1426 : : const enum tree_code ARG_UNUSED (opo),
1427 : : const enum tree_code ARG_UNUSED (opi))
1428 : : {
1429 : 104 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
1430 : 104 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail430;
1431 : 104 : {
1432 : 104 : tree res_op0;
1433 : 104 : {
1434 : 104 : tree _o1[1], _r1;
1435 : 104 : _o1[0] = captures[1];
1436 : 104 : _r1 = fold_build1_loc (loc, BIT_NOT_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
1437 : 104 : res_op0 = _r1;
1438 : : }
1439 : 104 : tree res_op1;
1440 : 104 : res_op1 = captures[2];
1441 : 104 : tree _r;
1442 : 104 : _r = fold_build2_loc (loc, BIT_AND_EXPR, type, res_op0, res_op1);
1443 : 104 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 264, __FILE__, __LINE__, true);
1444 : : return _r;
1445 : : }
1446 : 0 : next_after_fail430:;
1447 : 0 : return NULL_TREE;
1448 : : }
1449 : :
1450 : : tree
1451 : 0 : generic_simplify_172 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
1452 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
1453 : : const combined_fn ARG_UNUSED (COPYSIGN_ALL))
1454 : : {
1455 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
1456 : 0 : if (!tree_expr_maybe_nan_p (captures[0]) && !HONOR_SIGNED_ZEROS (type)
1457 : : )
1458 : : {
1459 : 0 : if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail440;
1460 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail440;
1461 : 0 : {
1462 : 0 : tree res_op0;
1463 : 0 : res_op0 = captures[0];
1464 : 0 : tree _r;
1465 : 0 : _r = fold_build1_loc (loc, ABS_EXPR, type, res_op0);
1466 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 273, __FILE__, __LINE__, true);
1467 : 0 : return _r;
1468 : : }
1469 : : next_after_fail440:;
1470 : : }
1471 : : return NULL_TREE;
1472 : : }
1473 : :
1474 : : tree
1475 : 0 : generic_simplify_177 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
1476 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
1477 : : const combined_fn ARG_UNUSED (copysigns))
1478 : : {
1479 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
1480 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail445;
1481 : 0 : {
1482 : 0 : if (! tree_invariant_p (captures[1])) goto next_after_fail445;
1483 : 0 : tree res_op0;
1484 : 0 : res_op0 = unshare_expr (captures[1]);
1485 : 0 : tree res_op1;
1486 : 0 : res_op1 = captures[1];
1487 : 0 : tree _r;
1488 : 0 : _r = fold_build2_loc (loc, MULT_EXPR, type, res_op0, res_op1);
1489 : 0 : if (TREE_SIDE_EFFECTS (captures[2]))
1490 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
1491 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 276, __FILE__, __LINE__, true);
1492 : : return _r;
1493 : : }
1494 : : next_after_fail445:;
1495 : : return NULL_TREE;
1496 : : }
1497 : :
1498 : : tree
1499 : 3307 : generic_simplify_188 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
1500 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
1501 : : const enum tree_code ARG_UNUSED (op))
1502 : : {
1503 : 3307 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
1504 : 3307 : {
1505 : 3307 : poly_widest_int factor;
1506 : 3307 : if (tree_nop_conversion_p (type, TREE_TYPE (captures[2]))
1507 : 3276 : && tree_nop_conversion_p (TREE_TYPE (captures[0]), TREE_TYPE (captures[2]))
1508 : 6583 : && multiple_p (wi::to_poly_widest (captures[3]), wi::to_widest (captures[1]), &factor)
1509 : : )
1510 : : {
1511 : 3234 : {
1512 : 3234 : wi::overflow_type overflow;
1513 : 3234 : wide_int mul;
1514 : 3234 : if (types_match (type, TREE_TYPE (captures[2]))
1515 : 3188 : && types_match (TREE_TYPE (captures[0]), TREE_TYPE (captures[2]))
1516 : 0 : && TREE_CODE (captures[2]) == INTEGER_CST
1517 : 0 : && TREE_CODE (captures[3]) == INTEGER_CST
1518 : 3234 : && (mul = wi::mul (wi::to_wide (captures[2]), wi::to_wide (captures[3]),
1519 : 0 : TYPE_SIGN (type), &overflow),
1520 : 0 : !overflow)
1521 : 3234 : && (TYPE_UNSIGNED (type)
1522 : 3234 : || known_eq (factor, 1)
1523 : 0 : || (get_range_pos_neg (captures[0])
1524 : 0 : | (((op == PLUS_EXPR) ^ (tree_int_cst_sgn (captures[2]) < 0))
1525 : 0 : ? 1 : 2)) != 3)
1526 : : )
1527 : : {
1528 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail458;
1529 : 0 : {
1530 : 0 : tree res_op0;
1531 : 0 : {
1532 : 0 : tree _o1[2], _r1;
1533 : 0 : _o1[0] = captures[0];
1534 : 0 : _o1[1] = wide_int_to_tree (type, factor);
1535 : 0 : _r1 = fold_build2_loc (loc, MULT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
1536 : 0 : res_op0 = _r1;
1537 : : }
1538 : 0 : tree res_op1;
1539 : 0 : res_op1 = wide_int_to_tree (type, mul);
1540 : 0 : tree _r;
1541 : 0 : _r = fold_build2_loc (loc, op, type, res_op0, res_op1);
1542 : 0 : if (TREE_SIDE_EFFECTS (captures[1]))
1543 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
1544 : 0 : if (TREE_SIDE_EFFECTS (captures[2]))
1545 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
1546 : 0 : if (TREE_SIDE_EFFECTS (captures[3]))
1547 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[3]), _r);
1548 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 285, __FILE__, __LINE__, true);
1549 : 0 : return _r;
1550 : : }
1551 : 0 : next_after_fail458:;
1552 : : }
1553 : : else
1554 : : {
1555 : 3234 : {
1556 : 3234 : tree utype = unsigned_type_for (type);
1557 : 3234 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail459;
1558 : 3234 : {
1559 : 3234 : tree res_op0;
1560 : 3234 : {
1561 : 3234 : tree _o1[2], _r1;
1562 : 3234 : {
1563 : 3234 : tree _o2[2], _r2;
1564 : 3234 : {
1565 : 3234 : tree _o3[1], _r3;
1566 : 3234 : _o3[0] = captures[0];
1567 : 3234 : if (TREE_TYPE (_o3[0]) != utype)
1568 : : {
1569 : 3234 : _r3 = fold_build1_loc (loc, NOP_EXPR, utype, _o3[0]);
1570 : : }
1571 : : else
1572 : : _r3 = _o3[0];
1573 : 3234 : _o2[0] = _r3;
1574 : : }
1575 : 3234 : _o2[1] = wide_int_to_tree (utype, factor);
1576 : 3234 : _r2 = fold_build2_loc (loc, MULT_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
1577 : 3234 : _o1[0] = _r2;
1578 : : }
1579 : 3234 : {
1580 : 3234 : tree _o2[2], _r2;
1581 : 3234 : {
1582 : 3234 : tree _o3[1], _r3;
1583 : 3234 : _o3[0] = captures[3];
1584 : 3234 : if (TREE_TYPE (_o3[0]) != utype)
1585 : : {
1586 : 14 : _r3 = fold_build1_loc (loc, NOP_EXPR, utype, _o3[0]);
1587 : : }
1588 : : else
1589 : : _r3 = _o3[0];
1590 : 3234 : _o2[0] = _r3;
1591 : : }
1592 : 3234 : {
1593 : 3234 : tree _o3[1], _r3;
1594 : 3234 : _o3[0] = captures[2];
1595 : 3234 : if (TREE_TYPE (_o3[0]) != utype)
1596 : : {
1597 : 46 : _r3 = fold_build1_loc (loc, NOP_EXPR, utype, _o3[0]);
1598 : : }
1599 : : else
1600 : : _r3 = _o3[0];
1601 : 3234 : _o2[1] = _r3;
1602 : : }
1603 : 3234 : _r2 = fold_build2_loc (loc, MULT_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
1604 : 3234 : _o1[1] = _r2;
1605 : : }
1606 : 3234 : _r1 = fold_build2_loc (loc, op, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
1607 : 3234 : res_op0 = _r1;
1608 : : }
1609 : 3234 : tree _r;
1610 : 3234 : _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
1611 : 3234 : if (TREE_SIDE_EFFECTS (captures[1]))
1612 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
1613 : 3234 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 286, __FILE__, __LINE__, true);
1614 : 3234 : return _r;
1615 : : }
1616 : 0 : next_after_fail459:;
1617 : : }
1618 : : }
1619 : 0 : }
1620 : : }
1621 : 3307 : }
1622 : 73 : return NULL_TREE;
1623 : : }
1624 : :
1625 : : tree
1626 : 36857272 : generic_simplify_217 (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 enum tree_code ARG_UNUSED (cmp))
1629 : : {
1630 : 36857272 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
1631 : 73714604 : if (wi::bit_and_not (get_known_nonzero_bits (captures[1]),
1632 : 110571816 : get_nonzero_bits (captures[0])) != 0
1633 : : )
1634 : : {
1635 : 61764 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail504;
1636 : 61764 : {
1637 : 61764 : tree _r;
1638 : 61764 : _r = constant_boolean_node (cmp == NE_EXPR, type);
1639 : 61764 : if (TREE_SIDE_EFFECTS (captures[0]))
1640 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
1641 : 61764 : if (TREE_SIDE_EFFECTS (captures[1]))
1642 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
1643 : 61764 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 329, __FILE__, __LINE__, true);
1644 : 61764 : return _r;
1645 : : }
1646 : 0 : next_after_fail504:;
1647 : : }
1648 : : return NULL_TREE;
1649 : : }
1650 : :
1651 : : tree
1652 : 6 : generic_simplify_223 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
1653 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
1654 : : const enum tree_code ARG_UNUSED (cmp),
1655 : : const enum tree_code ARG_UNUSED (icmp))
1656 : : {
1657 : 6 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
1658 : 6 : {
1659 : 6 : int c1 = wi::clz (wi::to_wide (captures[0]));
1660 : 6 : int c2 = wi::clz (wi::to_wide (captures[2]));
1661 : 6 : if (c1 < c2
1662 : : )
1663 : : {
1664 : 0 : if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail512;
1665 : 0 : if (TREE_SIDE_EFFECTS (captures[0])) goto next_after_fail512;
1666 : 0 : if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail512;
1667 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail512;
1668 : 0 : {
1669 : 0 : tree _r;
1670 : 0 : _r = constant_boolean_node (cmp == NE_EXPR ? false : true, type);
1671 : 0 : if (TREE_SIDE_EFFECTS (captures[1]))
1672 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
1673 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 337, __FILE__, __LINE__, true);
1674 : 0 : return _r;
1675 : : }
1676 : : next_after_fail512:;
1677 : : }
1678 : : else
1679 : : {
1680 : 6 : if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail513;
1681 : 6 : if (TREE_SIDE_EFFECTS (captures[0])) goto next_after_fail513;
1682 : 6 : if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail513;
1683 : 6 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail513;
1684 : 6 : {
1685 : 6 : tree res_op0;
1686 : 6 : res_op0 = captures[1];
1687 : 6 : tree res_op1;
1688 : 6 : res_op1 = build_int_cst (TREE_TYPE (captures[1]), c1 - c2);
1689 : 6 : tree _r;
1690 : 6 : _r = fold_build2_loc (loc, icmp, type, res_op0, res_op1);
1691 : 6 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 338, __FILE__, __LINE__, true);
1692 : 6 : return _r;
1693 : : }
1694 : : next_after_fail513:;
1695 : : }
1696 : : }
1697 : : return NULL_TREE;
1698 : : }
1699 : :
1700 : : tree
1701 : 391 : generic_simplify_232 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
1702 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
1703 : : const enum tree_code ARG_UNUSED (rotate),
1704 : : const enum tree_code ARG_UNUSED (invrot),
1705 : : const enum tree_code ARG_UNUSED (cmp))
1706 : : {
1707 : 391 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
1708 : 391 : if (integer_zerop (captures[2]) || integer_all_onesp (captures[2])
1709 : : )
1710 : : {
1711 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail531;
1712 : 0 : {
1713 : 0 : tree res_op0;
1714 : 0 : res_op0 = captures[0];
1715 : 0 : tree res_op1;
1716 : 0 : res_op1 = captures[2];
1717 : 0 : tree _r;
1718 : 0 : _r = fold_build2_loc (loc, cmp, type, res_op0, res_op1);
1719 : 0 : if (TREE_SIDE_EFFECTS (captures[1]))
1720 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
1721 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 356, __FILE__, __LINE__, true);
1722 : 0 : return _r;
1723 : : }
1724 : 0 : next_after_fail531:;
1725 : : }
1726 : : return NULL_TREE;
1727 : : }
1728 : :
1729 : : tree
1730 : 56332 : generic_simplify_238 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
1731 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
1732 : : const enum tree_code ARG_UNUSED (cmp))
1733 : : {
1734 : 56332 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
1735 : 56332 : if (single_use (captures[0])
1736 : : )
1737 : : {
1738 : 56332 : if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail538;
1739 : 56332 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail538;
1740 : 56332 : {
1741 : 56332 : tree res_op0;
1742 : 56332 : res_op0 = captures[1];
1743 : 56332 : tree res_op1;
1744 : 56332 : res_op1 = captures[2];
1745 : 56332 : tree _r;
1746 : 56332 : _r = fold_build2_loc (loc, cmp, type, res_op0, res_op1);
1747 : 56332 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 363, __FILE__, __LINE__, true);
1748 : 56332 : return _r;
1749 : : }
1750 : : next_after_fail538:;
1751 : : }
1752 : : return NULL_TREE;
1753 : : }
1754 : :
1755 : : tree
1756 : 46813 : generic_simplify_242 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
1757 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
1758 : : const enum tree_code ARG_UNUSED (cmp))
1759 : : {
1760 : 46813 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
1761 : 90333 : if (! FLOAT_TYPE_P (TREE_TYPE (captures[0]))
1762 : 46850 : || ! tree_expr_maybe_nan_p (captures[0])
1763 : : )
1764 : : {
1765 : 43539 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail546;
1766 : 43539 : {
1767 : 43539 : tree _r;
1768 : 43539 : _r = constant_boolean_node (true, type);
1769 : 43539 : if (TREE_SIDE_EFFECTS (captures[0]))
1770 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
1771 : 43539 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 370, __FILE__, __LINE__, true);
1772 : 43539 : return _r;
1773 : : }
1774 : 0 : next_after_fail546:;
1775 : : }
1776 : : else
1777 : : {
1778 : 3274 : if (cmp != EQ_EXPR
1779 : 3274 : && (! FLOAT_TYPE_P (TREE_TYPE (captures[0]))
1780 : 81 : || ! flag_trapping_math)
1781 : : )
1782 : : {
1783 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail547;
1784 : 0 : {
1785 : 0 : tree res_op0;
1786 : 0 : res_op0 = unshare_expr (captures[0]);
1787 : 0 : tree res_op1;
1788 : 0 : res_op1 = captures[0];
1789 : 0 : tree _r;
1790 : 0 : _r = fold_build2_loc (loc, EQ_EXPR, type, res_op0, res_op1);
1791 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 371, __FILE__, __LINE__, true);
1792 : 0 : return _r;
1793 : : }
1794 : 0 : next_after_fail547:;
1795 : : }
1796 : : }
1797 : : return NULL_TREE;
1798 : : }
1799 : :
1800 : : tree
1801 : 19666 : generic_simplify_249 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
1802 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
1803 : : const enum tree_code ARG_UNUSED (cmp))
1804 : : {
1805 : 19666 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
1806 : 19666 : if (flag_associative_math
1807 : : )
1808 : : {
1809 : 13 : {
1810 : 13 : tree tem = const_binop (MINUS_EXPR, TREE_TYPE (captures[1]), captures[0], captures[2]);
1811 : 13 : if (tem && !TREE_OVERFLOW (tem)
1812 : : )
1813 : : {
1814 : 13 : if (TREE_SIDE_EFFECTS (captures[0])) goto next_after_fail568;
1815 : 13 : if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail568;
1816 : 13 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail568;
1817 : 13 : {
1818 : 13 : tree res_op0;
1819 : 13 : res_op0 = tem;
1820 : 13 : tree res_op1;
1821 : 13 : res_op1 = captures[1];
1822 : 13 : tree _r;
1823 : 13 : _r = fold_build2_loc (loc, cmp, type, res_op0, res_op1);
1824 : 13 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 391, __FILE__, __LINE__, true);
1825 : 13 : return _r;
1826 : : }
1827 : : next_after_fail568:;
1828 : : }
1829 : : }
1830 : : }
1831 : : return NULL_TREE;
1832 : : }
1833 : :
1834 : : tree
1835 : 80813 : generic_simplify_253 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
1836 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
1837 : : const enum tree_code ARG_UNUSED (cmp),
1838 : : const enum tree_code ARG_UNUSED (icmp))
1839 : : {
1840 : 80813 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
1841 : 80813 : if (SCALAR_FLOAT_TYPE_P (TREE_TYPE (captures[1]))
1842 : 80813 : && ! DECIMAL_FLOAT_TYPE_P (TREE_TYPE (captures[1]))
1843 : : )
1844 : : {
1845 : 80322 : {
1846 : 80322 : tree itype = TREE_TYPE (captures[0]);
1847 : 80322 : format_helper fmt (REAL_MODE_FORMAT (TYPE_MODE (TREE_TYPE (captures[1]))));
1848 : 80322 : const REAL_VALUE_TYPE *cst = TREE_REAL_CST_PTR (captures[1]);
1849 : 80322 : bool exception_p = real_isnan (cst)
1850 : 150 : && flag_trapping_math
1851 : 80472 : && ((cmp != EQ_EXPR && cmp != NE_EXPR)
1852 : 30 : || (cst->signalling
1853 : 30 : && HONOR_SNANS (TREE_TYPE (captures[1]))));
1854 : 80322 : if (fmt.can_represent_integral_type_p (itype) && ! exception_p
1855 : : )
1856 : : {
1857 : 39323 : {
1858 : 39323 : signop isign = TYPE_SIGN (itype);
1859 : 39323 : REAL_VALUE_TYPE imin, imax;
1860 : 39323 : real_from_integer (&imin, fmt, wi::min_value (itype), isign);
1861 : 39323 : real_from_integer (&imax, fmt, wi::max_value (itype), isign);
1862 : 39323 : REAL_VALUE_TYPE icst;
1863 : 39323 : if (cmp == GT_EXPR || cmp == GE_EXPR)
1864 : 38990 : real_ceil (&icst, fmt, cst);
1865 : 333 : else if (cmp == LT_EXPR || cmp == LE_EXPR)
1866 : 181 : real_floor (&icst, fmt, cst);
1867 : : else
1868 : 152 : real_trunc (&icst, fmt, cst);
1869 : 39323 : bool cst_int_p = !real_isnan (cst) && real_identical (&icst, cst);
1870 : 39323 : bool overflow_p = false;
1871 : 39323 : wide_int icst_val
1872 : 39323 : = real_to_integer (&icst, &overflow_p, TYPE_PRECISION (itype));
1873 : 39323 : if (real_compare (LT_EXPR, cst, &imin)
1874 : : )
1875 : : {
1876 : 19492 : if (TREE_SIDE_EFFECTS (captures[1])) goto next_after_fail593;
1877 : 19492 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail593;
1878 : 19492 : {
1879 : 19492 : tree _r;
1880 : 19492 : _r = constant_boolean_node (cmp == GT_EXPR || cmp == GE_EXPR || cmp == NE_EXPR,
1881 : : type);
1882 : 19492 : if (TREE_SIDE_EFFECTS (captures[0]))
1883 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
1884 : 19492 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 416, __FILE__, __LINE__, true);
1885 : 19492 : return _r;
1886 : : }
1887 : 0 : next_after_fail593:;
1888 : : }
1889 : : else
1890 : : {
1891 : 19831 : if (real_compare (GT_EXPR, cst, &imax)
1892 : : )
1893 : : {
1894 : 99 : if (TREE_SIDE_EFFECTS (captures[1])) goto next_after_fail594;
1895 : 99 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail594;
1896 : 99 : {
1897 : 99 : tree _r;
1898 : 99 : _r = constant_boolean_node (cmp == LT_EXPR || cmp == LE_EXPR || cmp == NE_EXPR,
1899 : : type);
1900 : 99 : if (TREE_SIDE_EFFECTS (captures[0]))
1901 : 1 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
1902 : 99 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 417, __FILE__, __LINE__, true);
1903 : 99 : return _r;
1904 : : }
1905 : 0 : next_after_fail594:;
1906 : : }
1907 : : else
1908 : : {
1909 : 19732 : if (cst_int_p
1910 : : )
1911 : : {
1912 : 19626 : if (TREE_SIDE_EFFECTS (captures[1])) goto next_after_fail595;
1913 : 19626 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail595;
1914 : 19626 : {
1915 : 19626 : tree res_op0;
1916 : 19626 : res_op0 = captures[0];
1917 : 19626 : tree res_op1;
1918 : 19626 : gcc_assert (!overflow_p); res_op1 =
1919 : 19626 : wide_int_to_tree (itype, icst_val);
1920 : 19626 : tree _r;
1921 : 19626 : _r = fold_build2_loc (loc, cmp, type, res_op0, res_op1);
1922 : 19626 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 418, __FILE__, __LINE__, true);
1923 : 19626 : return _r;
1924 : : }
1925 : 0 : next_after_fail595:;
1926 : : }
1927 : : else
1928 : : {
1929 : 106 : if (cmp == EQ_EXPR || cmp == NE_EXPR
1930 : : )
1931 : : {
1932 : 14 : if (TREE_SIDE_EFFECTS (captures[1])) goto next_after_fail596;
1933 : 14 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail596;
1934 : 14 : {
1935 : 14 : tree _r;
1936 : 14 : _r = constant_boolean_node (cmp == NE_EXPR, type);
1937 : 14 : if (TREE_SIDE_EFFECTS (captures[0]))
1938 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
1939 : 14 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 419, __FILE__, __LINE__, true);
1940 : 14 : return _r;
1941 : : }
1942 : 0 : next_after_fail596:;
1943 : : }
1944 : : else
1945 : : {
1946 : 92 : {
1947 : 92 : gcc_checking_assert (!overflow_p);
1948 : 92 : if (TREE_SIDE_EFFECTS (captures[1])) goto next_after_fail597;
1949 : 92 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail597;
1950 : 92 : {
1951 : 92 : tree res_op0;
1952 : 92 : res_op0 = captures[0];
1953 : 92 : tree res_op1;
1954 : 92 : res_op1 = wide_int_to_tree (itype, icst_val);
1955 : 92 : tree _r;
1956 : 92 : _r = fold_build2_loc (loc, icmp, type, res_op0, res_op1);
1957 : 92 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 420, __FILE__, __LINE__, true);
1958 : 92 : return _r;
1959 : : }
1960 : 0 : next_after_fail597:;
1961 : : }
1962 : : }
1963 : : }
1964 : : }
1965 : : }
1966 : 39323 : }
1967 : : }
1968 : : }
1969 : : }
1970 : : return NULL_TREE;
1971 : : }
1972 : :
1973 : : tree
1974 : 25500750 : generic_simplify_267 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
1975 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
1976 : : const enum tree_code ARG_UNUSED (cmp))
1977 : : {
1978 : 25500750 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
1979 : 25500750 : if (tree_expr_nonzero_p (captures[0])
1980 : : )
1981 : : {
1982 : 913290 : if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail628;
1983 : 913290 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail628;
1984 : 913290 : {
1985 : 913290 : tree _r;
1986 : 913290 : _r = constant_boolean_node (cmp == NE_EXPR, type);
1987 : 913290 : if (TREE_SIDE_EFFECTS (captures[0]))
1988 : 4927 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
1989 : 913290 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 444, __FILE__, __LINE__, true);
1990 : 913290 : return _r;
1991 : : }
1992 : : next_after_fail628:;
1993 : : }
1994 : : return NULL_TREE;
1995 : : }
1996 : :
1997 : : tree
1998 : 665095 : generic_simplify_271 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
1999 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
2000 : : const enum tree_code ARG_UNUSED (cmp),
2001 : : const enum tree_code ARG_UNUSED (ncmp))
2002 : : {
2003 : 665095 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
2004 : 1267899 : if (INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
2005 : 665095 : && type_has_mode_precision_p (TREE_TYPE (captures[1]))
2006 : 665044 : && element_precision (captures[0]) >= element_precision (captures[1])
2007 : 1330190 : && wi::only_sign_bit_p (wi::to_wide (captures[2]), element_precision (captures[1]))
2008 : : )
2009 : : {
2010 : 10567 : {
2011 : 10567 : tree stype = signed_type_for (TREE_TYPE (captures[1]));
2012 : 10567 : if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail632;
2013 : 10567 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail632;
2014 : 10567 : {
2015 : 10567 : tree res_op0;
2016 : 10567 : {
2017 : 10567 : tree _o1[1], _r1;
2018 : 10567 : _o1[0] = captures[1];
2019 : 10567 : if (TREE_TYPE (_o1[0]) != stype)
2020 : : {
2021 : 10359 : _r1 = fold_build1_loc (loc, NOP_EXPR, stype, _o1[0]);
2022 : : }
2023 : : else
2024 : : _r1 = _o1[0];
2025 : 10567 : res_op0 = _r1;
2026 : : }
2027 : 10567 : tree res_op1;
2028 : 10567 : res_op1 = build_zero_cst (stype);
2029 : 10567 : tree _r;
2030 : 10567 : _r = fold_build2_loc (loc, ncmp, type, res_op0, res_op1);
2031 : 10567 : if (TREE_SIDE_EFFECTS (captures[2]))
2032 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
2033 : 10567 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 447, __FILE__, __LINE__, true);
2034 : 10567 : return _r;
2035 : : }
2036 : : next_after_fail632:;
2037 : : }
2038 : : }
2039 : : return NULL_TREE;
2040 : : }
2041 : :
2042 : : tree
2043 : 770105 : generic_simplify_278 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
2044 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
2045 : : const enum tree_code ARG_UNUSED (cmp))
2046 : : {
2047 : 770105 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
2048 : 1175514 : if (((POINTER_TYPE_P (TREE_TYPE (captures[0]))
2049 : 366431 : && !FUNC_OR_METHOD_TYPE_P (TREE_TYPE (TREE_TYPE (captures[0])))
2050 : 328185 : && INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
2051 : 5535 : && !(
2052 : : 1
2053 : 5507 : && TREE_CODE (TREE_TYPE (captures[0])) == REFERENCE_TYPE
2054 : 28 : && (flag_sanitize & (SANITIZE_NULL | SANITIZE_ALIGNMENT))))
2055 : 764610 : || (INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
2056 : 403543 : && POINTER_TYPE_P (TREE_TYPE (captures[1]))
2057 : 1724 : && !FUNC_OR_METHOD_TYPE_P (TREE_TYPE (TREE_TYPE (captures[1])))))
2058 : 776841 : && TYPE_PRECISION (TREE_TYPE (captures[0])) == TYPE_PRECISION (TREE_TYPE (captures[1]))
2059 : : )
2060 : : {
2061 : 6490 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail653;
2062 : 6490 : {
2063 : 6490 : tree res_op0;
2064 : 6490 : res_op0 = captures[0];
2065 : 6490 : tree res_op1;
2066 : 6490 : {
2067 : 6490 : tree _o1[1], _r1;
2068 : 6490 : _o1[0] = captures[1];
2069 : 6490 : if (TREE_TYPE (_o1[0]) != TREE_TYPE (res_op0))
2070 : : {
2071 : 6490 : _r1 = fold_build1_loc (loc, NOP_EXPR, TREE_TYPE (res_op0), _o1[0]);
2072 : : }
2073 : : else
2074 : : _r1 = _o1[0];
2075 : 6490 : res_op1 = _r1;
2076 : : }
2077 : 6490 : tree _r;
2078 : 6490 : _r = fold_build2_loc (loc, cmp, type, res_op0, res_op1);
2079 : 6490 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 459, __FILE__, __LINE__, true);
2080 : 6490 : return _r;
2081 : : }
2082 : 0 : next_after_fail653:;
2083 : : }
2084 : : return NULL_TREE;
2085 : : }
2086 : :
2087 : : tree
2088 : 969576 : generic_simplify_281 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
2089 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
2090 : : const enum tree_code ARG_UNUSED (op),
2091 : : const enum tree_code ARG_UNUSED (rop),
2092 : : const enum tree_code ARG_UNUSED (cmp))
2093 : : {
2094 : 969576 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
2095 : 1939152 : if (!TREE_OVERFLOW (captures[2]) && !TREE_OVERFLOW (captures[3])
2096 : 969576 : && !TYPE_OVERFLOW_SANITIZED (TREE_TYPE (captures[1]))
2097 : 969266 : && !TYPE_OVERFLOW_TRAPS (TREE_TYPE (captures[1]))
2098 : 1938706 : && !TYPE_SATURATING (TREE_TYPE (captures[1]))
2099 : : )
2100 : : {
2101 : 969130 : {
2102 : 969130 : tree res = int_const_binop (rop, captures[3], captures[2]);
2103 : 969130 : if (TREE_OVERFLOW (res)
2104 : 969130 : && TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[1]))
2105 : : )
2106 : : {
2107 : 8291 : if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail660;
2108 : 8291 : if (TREE_SIDE_EFFECTS (captures[3])) goto next_after_fail660;
2109 : 8291 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail660;
2110 : 8291 : {
2111 : 8291 : tree _r;
2112 : 8291 : _r = constant_boolean_node (cmp == NE_EXPR, type);
2113 : 8291 : if (TREE_SIDE_EFFECTS (captures[1]))
2114 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
2115 : 8291 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 466, __FILE__, __LINE__, true);
2116 : 8291 : return _r;
2117 : : }
2118 : : next_after_fail660:;
2119 : : }
2120 : : else
2121 : : {
2122 : 960839 : if (single_use (captures[0])
2123 : : )
2124 : : {
2125 : 960839 : if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail661;
2126 : 960839 : if (TREE_SIDE_EFFECTS (captures[3])) goto next_after_fail661;
2127 : 960839 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail661;
2128 : 960839 : {
2129 : 960839 : tree res_op0;
2130 : 960839 : res_op0 = captures[1];
2131 : 960839 : tree res_op1;
2132 : 960839 : res_op1 = TREE_OVERFLOW (res)
2133 : 960839 : ? drop_tree_overflow (res) : res;
2134 : 960839 : tree _r;
2135 : 960839 : _r = fold_build2_loc (loc, cmp, type, res_op0, res_op1);
2136 : 960839 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 467, __FILE__, __LINE__, true);
2137 : 960839 : return _r;
2138 : : }
2139 : : next_after_fail661:;
2140 : : }
2141 : : }
2142 : : }
2143 : : }
2144 : : return NULL_TREE;
2145 : : }
2146 : :
2147 : : tree
2148 : 374 : generic_simplify_285 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
2149 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
2150 : : const enum tree_code ARG_UNUSED (op),
2151 : : const combined_fn ARG_UNUSED (ctz))
2152 : : {
2153 : 374 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
2154 : 374 : {
2155 : 374 : tree type0 = TREE_TYPE (captures[1]);
2156 : 374 : int prec = TYPE_PRECISION (type0);
2157 : 374 : bool ok = true;
2158 : 374 : if (sanitize_flags_p (SANITIZE_BUILTIN)
2159 : 374 : && (!cfun
2160 : 64 : || (cfun->curr_properties & PROP_ssa) == 0))
2161 : : ok = false;
2162 : 620 : if (ok && prec <= MAX_FIXED_MODE_SIZE
2163 : : )
2164 : : {
2165 : 310 : if (tree_int_cst_sgn (captures[2]) < 0 || wi::to_widest (captures[2]) >= prec
2166 : : )
2167 : : {
2168 : 36 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail675;
2169 : 36 : {
2170 : 36 : tree _r;
2171 : 36 : _r = constant_boolean_node (op == EQ_EXPR ? false : true, type);
2172 : 36 : if (TREE_SIDE_EFFECTS (captures[1]))
2173 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
2174 : 36 : if (TREE_SIDE_EFFECTS (captures[2]))
2175 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
2176 : 36 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 481, __FILE__, __LINE__, true);
2177 : 310 : return _r;
2178 : : }
2179 : 0 : next_after_fail675:;
2180 : : }
2181 : : else
2182 : : {
2183 : 274 : if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail676;
2184 : 274 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail676;
2185 : 274 : {
2186 : 274 : tree res_op0;
2187 : 274 : {
2188 : 274 : tree _o1[2], _r1;
2189 : 274 : _o1[0] = captures[1];
2190 : 274 : _o1[1] = wide_int_to_tree (type0,
2191 : 274 : wi::mask (tree_to_uhwi (captures[2]) + 1,
2192 : : false, prec));
2193 : 274 : _r1 = fold_build2_loc (loc, BIT_AND_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
2194 : 274 : res_op0 = _r1;
2195 : : }
2196 : 274 : tree res_op1;
2197 : 274 : res_op1 = wide_int_to_tree (type0,
2198 : 274 : wi::shifted_mask (tree_to_uhwi (captures[2]), 1,
2199 : : false, prec));
2200 : 274 : tree _r;
2201 : 274 : _r = fold_build2_loc (loc, op, type, res_op0, res_op1);
2202 : 274 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 482, __FILE__, __LINE__, true);
2203 : 274 : return _r;
2204 : : }
2205 : 64 : next_after_fail676:;
2206 : : }
2207 : : }
2208 : : }
2209 : 64 : return NULL_TREE;
2210 : : }
2211 : :
2212 : : tree
2213 : 0 : generic_simplify_293 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
2214 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
2215 : : const combined_fn ARG_UNUSED (COPYSIGN_ALL))
2216 : : {
2217 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
2218 : 0 : if (REAL_VALUE_NEGATIVE (TREE_REAL_CST (captures[0]))
2219 : : )
2220 : : {
2221 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail688;
2222 : 0 : {
2223 : 0 : tree res_op0;
2224 : 0 : {
2225 : 0 : tree _o1[1], _r1;
2226 : 0 : _o1[0] = captures[0];
2227 : 0 : _r1 = fold_build1_loc (loc, NEGATE_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
2228 : 0 : res_op0 = _r1;
2229 : : }
2230 : 0 : tree res_op1;
2231 : 0 : res_op1 = captures[1];
2232 : 0 : tree _r;
2233 : 0 : _r = maybe_build_call_expr_loc (loc, COPYSIGN_ALL, type, 2, res_op0, res_op1);
2234 : 0 : if (!_r)
2235 : 0 : goto next_after_fail688;
2236 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 494, __FILE__, __LINE__, true);
2237 : 0 : return _r;
2238 : : }
2239 : : next_after_fail688:;
2240 : : }
2241 : : return NULL_TREE;
2242 : : }
2243 : :
2244 : : tree
2245 : 7 : generic_simplify_299 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
2246 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
2247 : : const enum tree_code ARG_UNUSED (div))
2248 : : {
2249 : 7 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
2250 : 14 : if ((TYPE_UNSIGNED (type) || tree_expr_nonnegative_p (captures[0]))
2251 : 0 : && (!VECTOR_TYPE_P (type)
2252 : 0 : || target_supports_op_p (type, RSHIFT_EXPR, optab_vector)
2253 : 0 : || target_supports_op_p (type, RSHIFT_EXPR, optab_scalar))
2254 : 7 : && (useless_type_conversion_p (type, TREE_TYPE (captures[2]))
2255 : 0 : || (element_precision (type) >= element_precision (TREE_TYPE (captures[2]))
2256 : 0 : && (TYPE_UNSIGNED (TREE_TYPE (captures[2]))
2257 : 0 : || (element_precision (type)
2258 : 0 : == element_precision (TREE_TYPE (captures[2])))
2259 : 0 : || (INTEGRAL_TYPE_P (type)
2260 : 0 : && (tree_nonzero_bits (captures[0])
2261 : 7 : & wi::mask (element_precision (TREE_TYPE (captures[2])) - 1,
2262 : : true,
2263 : 7 : element_precision (type))) == 0))))
2264 : : )
2265 : : {
2266 : 0 : if (!VECTOR_TYPE_P (type)
2267 : 0 : && useless_type_conversion_p (TREE_TYPE (captures[1]), TREE_TYPE (captures[2]))
2268 : 0 : && element_precision (TREE_TYPE (captures[1])) < element_precision (type)
2269 : : )
2270 : : {
2271 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail694;
2272 : 0 : {
2273 : 0 : tree res_op0;
2274 : 0 : {
2275 : 0 : tree _o1[2], _r1;
2276 : 0 : _o1[0] = captures[1];
2277 : 0 : _o1[1] = captures[3];
2278 : 0 : _r1 = fold_build2_loc (loc, RSHIFT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
2279 : 0 : res_op0 = _r1;
2280 : : }
2281 : 0 : tree _r;
2282 : 0 : _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
2283 : 0 : if (TREE_SIDE_EFFECTS (captures[2]))
2284 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
2285 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 500, __FILE__, __LINE__, true);
2286 : 0 : return _r;
2287 : : }
2288 : 0 : next_after_fail694:;
2289 : : }
2290 : : else
2291 : : {
2292 : 0 : if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail695;
2293 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail695;
2294 : 0 : {
2295 : 0 : tree res_op0;
2296 : 0 : res_op0 = captures[0];
2297 : 0 : tree res_op1;
2298 : 0 : res_op1 = captures[3];
2299 : 0 : tree _r;
2300 : 0 : _r = fold_build2_loc (loc, RSHIFT_EXPR, type, res_op0, res_op1);
2301 : 0 : if (TREE_SIDE_EFFECTS (captures[2]))
2302 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
2303 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 501, __FILE__, __LINE__, true);
2304 : 0 : return _r;
2305 : : }
2306 : : next_after_fail695:;
2307 : : }
2308 : : }
2309 : : return NULL_TREE;
2310 : : }
2311 : :
2312 : : tree
2313 : 196372 : generic_simplify_314 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
2314 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
2315 : : const enum tree_code ARG_UNUSED (mod))
2316 : : {
2317 : 196372 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
2318 : 196372 : if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail712;
2319 : 196372 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail712;
2320 : 196372 : {
2321 : 196372 : tree _r;
2322 : 196372 : _r = build_zero_cst (type);
2323 : 196372 : if (TREE_SIDE_EFFECTS (captures[0]))
2324 : 47 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
2325 : 196372 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 516, __FILE__, __LINE__, true);
2326 : : return _r;
2327 : : }
2328 : : next_after_fail712:;
2329 : : return NULL_TREE;
2330 : : }
2331 : :
2332 : : tree
2333 : 0 : generic_simplify_322 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
2334 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
2335 : : const combined_fn ARG_UNUSED (SQRT))
2336 : : {
2337 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
2338 : 0 : if (flag_unsafe_math_optimizations
2339 : : )
2340 : : {
2341 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail722;
2342 : 0 : {
2343 : 0 : tree res_op0;
2344 : 0 : res_op0 = captures[0];
2345 : 0 : tree _r;
2346 : 0 : _r = maybe_build_call_expr_loc (loc, SQRT, type, 1, res_op0);
2347 : 0 : if (!_r)
2348 : 0 : goto next_after_fail722;
2349 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 526, __FILE__, __LINE__, true);
2350 : 0 : return _r;
2351 : : }
2352 : : next_after_fail722:;
2353 : : }
2354 : : return NULL_TREE;
2355 : : }
2356 : :
2357 : : tree
2358 : 4 : generic_simplify_329 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
2359 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
2360 : : const combined_fn ARG_UNUSED (POW))
2361 : : {
2362 : 4 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
2363 : 4 : if (flag_unsafe_math_optimizations && canonicalize_math_p ()
2364 : : )
2365 : : {
2366 : 4 : if (!TREE_OVERFLOW (captures[2])
2367 : : )
2368 : : {
2369 : 4 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail729;
2370 : 4 : {
2371 : 4 : tree res_op0;
2372 : 4 : res_op0 = captures[1];
2373 : 4 : tree res_op1;
2374 : 4 : {
2375 : 4 : tree _o1[2], _r1;
2376 : 4 : _o1[0] = captures[2];
2377 : 4 : _o1[1] = build_one_cst (type);
2378 : 4 : _r1 = fold_build2_loc (loc, MINUS_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
2379 : 4 : res_op1 = _r1;
2380 : : }
2381 : 4 : tree _r;
2382 : 4 : _r = maybe_build_call_expr_loc (loc, POW, type, 2, res_op0, res_op1);
2383 : 4 : if (!_r)
2384 : 0 : goto next_after_fail729;
2385 : 4 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 533, __FILE__, __LINE__, true);
2386 : 4 : return _r;
2387 : : }
2388 : : next_after_fail729:;
2389 : : }
2390 : : }
2391 : : return NULL_TREE;
2392 : : }
2393 : :
2394 : : tree
2395 : 438399 : generic_simplify_336 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
2396 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
2397 : : const enum tree_code ARG_UNUSED (op))
2398 : : {
2399 : 438399 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
2400 : 876797 : if (ANY_INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
2401 : 876706 : && TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[1]))
2402 : 267513 : && !TYPE_OVERFLOW_SANITIZED (TREE_TYPE (captures[1]))
2403 : 876752 : && (CONSTANT_CLASS_P (captures[1]) || single_use (captures[0]))
2404 : : )
2405 : : {
2406 : 267443 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail738;
2407 : 267443 : {
2408 : 267443 : tree res_op0;
2409 : 267443 : res_op0 = captures[1];
2410 : 267443 : tree res_op1;
2411 : 267443 : res_op1 = build_zero_cst (TREE_TYPE (captures[1]));
2412 : 267443 : tree _r;
2413 : 267443 : _r = fold_build2_loc (loc, op, type, res_op0, res_op1);
2414 : 267443 : if (TREE_SIDE_EFFECTS (captures[2]))
2415 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
2416 : 267443 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 542, __FILE__, __LINE__, true);
2417 : 267443 : return _r;
2418 : : }
2419 : 0 : next_after_fail738:;
2420 : : }
2421 : : return NULL_TREE;
2422 : : }
2423 : :
2424 : : tree
2425 : 0 : generic_simplify_345 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
2426 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
2427 : : const enum tree_code ARG_UNUSED (cmp),
2428 : : const enum tree_code ARG_UNUSED (cmp2))
2429 : : {
2430 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
2431 : 0 : if (tree_nop_conversion_p (TREE_TYPE (captures[0]), TREE_TYPE (captures[2]))
2432 : 0 : && TYPE_UNSIGNED (TREE_TYPE (captures[2])) && !TYPE_UNSIGNED (TREE_TYPE (captures[0]))
2433 : 0 : && wi::gt_p (wi::to_wide (captures[1]), 0, TYPE_SIGN (TREE_TYPE (captures[1])))
2434 : : )
2435 : : {
2436 : 0 : {
2437 : 0 : tree utype = TREE_TYPE (captures[2]);
2438 : 0 : wide_int denom = wi::to_wide (captures[1]);
2439 : 0 : wide_int right = wi::to_wide (captures[2]);
2440 : 0 : wide_int smax = wi::sdiv_trunc (wi::max_value (TREE_TYPE (captures[0])), denom);
2441 : 0 : wide_int smin = wi::sdiv_trunc (wi::min_value (TREE_TYPE (captures[0])), denom);
2442 : 0 : bool small = wi::leu_p (right, smax);
2443 : 0 : bool large = wi::geu_p (right, smin);
2444 : 0 : if (small || large
2445 : : )
2446 : : {
2447 : 0 : if (TREE_SIDE_EFFECTS (captures[1])) goto next_after_fail749;
2448 : 0 : if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail749;
2449 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail749;
2450 : 0 : {
2451 : 0 : tree res_op0;
2452 : 0 : {
2453 : 0 : tree _o1[1], _r1;
2454 : 0 : _o1[0] = captures[0];
2455 : 0 : if (TREE_TYPE (_o1[0]) != utype)
2456 : : {
2457 : 0 : _r1 = fold_build1_loc (loc, NOP_EXPR, utype, _o1[0]);
2458 : : }
2459 : : else
2460 : : _r1 = _o1[0];
2461 : 0 : res_op0 = _r1;
2462 : : }
2463 : 0 : tree res_op1;
2464 : 0 : {
2465 : 0 : tree _o1[2], _r1;
2466 : 0 : _o1[0] = captures[2];
2467 : 0 : {
2468 : 0 : tree _o2[1], _r2;
2469 : 0 : _o2[0] = captures[1];
2470 : 0 : if (TREE_TYPE (_o2[0]) != TREE_TYPE (res_op0))
2471 : : {
2472 : 0 : _r2 = fold_build1_loc (loc, NOP_EXPR, TREE_TYPE (res_op0), _o2[0]);
2473 : : }
2474 : : else
2475 : : _r2 = _o2[0];
2476 : 0 : _o1[1] = _r2;
2477 : : }
2478 : 0 : _r1 = fold_build2_loc (loc, MULT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
2479 : 0 : res_op1 = _r1;
2480 : : }
2481 : 0 : tree _r;
2482 : 0 : _r = fold_build2_loc (loc, cmp, type, res_op0, res_op1);
2483 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 553, __FILE__, __LINE__, true);
2484 : 0 : return _r;
2485 : : }
2486 : 0 : next_after_fail749:;
2487 : : }
2488 : : else
2489 : : {
2490 : 0 : if (TREE_SIDE_EFFECTS (captures[1])) goto next_after_fail750;
2491 : 0 : if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail750;
2492 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail750;
2493 : 0 : {
2494 : 0 : tree res_op0;
2495 : 0 : res_op0 = captures[0];
2496 : 0 : tree res_op1;
2497 : 0 : res_op1 = build_zero_cst (TREE_TYPE (captures[0]));
2498 : 0 : tree _r;
2499 : 0 : _r = fold_build2_loc (loc, cmp2, type, res_op0, res_op1);
2500 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 554, __FILE__, __LINE__, true);
2501 : 0 : return _r;
2502 : : }
2503 : 0 : next_after_fail750:;
2504 : : }
2505 : 0 : }
2506 : : }
2507 : : return NULL_TREE;
2508 : : }
2509 : :
2510 : : tree
2511 : 17114776 : generic_simplify_359 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
2512 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
2513 : : const enum tree_code ARG_UNUSED (cmp),
2514 : : const enum tree_code ARG_UNUSED (acmp))
2515 : : {
2516 : 17114776 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
2517 : 17114776 : {
2518 : 17114776 : tree cst = uniform_integer_cst_p (captures[1]);
2519 : 17114776 : if (tree_int_cst_sgn (cst) == -1
2520 : : )
2521 : : {
2522 : 160127 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail801;
2523 : 160127 : {
2524 : 160127 : tree res_op0;
2525 : 160127 : res_op0 = captures[0];
2526 : 160127 : tree res_op1;
2527 : 160127 : res_op1 = build_uniform_cst (TREE_TYPE (captures[1]),
2528 : 160127 : wide_int_to_tree (TREE_TYPE (cst),
2529 : 160127 : wi::to_wide (cst)
2530 : 320254 : + 1));
2531 : 160127 : tree _r;
2532 : 160127 : _r = fold_build2_loc (loc, acmp, type, res_op0, res_op1);
2533 : 160127 : if (TREE_SIDE_EFFECTS (captures[1]))
2534 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
2535 : 160127 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 588, __FILE__, __LINE__, true);
2536 : 160127 : return _r;
2537 : : }
2538 : 0 : next_after_fail801:;
2539 : : }
2540 : : }
2541 : : return NULL_TREE;
2542 : : }
2543 : :
2544 : : tree
2545 : 0 : generic_simplify_362 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
2546 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
2547 : : const enum tree_code ARG_UNUSED (cmp),
2548 : : const enum tree_code ARG_UNUSED (out))
2549 : : {
2550 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
2551 : 0 : if (TYPE_UNSIGNED (TREE_TYPE (captures[1]))
2552 : 0 : && types_match (TREE_TYPE (captures[1]), TREE_TYPE (captures[2]))
2553 : : )
2554 : : {
2555 : 0 : if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail804;
2556 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail804;
2557 : 0 : {
2558 : 0 : tree res_op0;
2559 : 0 : {
2560 : 0 : tree _o1[1], _r1;
2561 : 0 : _o1[0] = captures[0];
2562 : 0 : _r1 = fold_build1_loc (loc, IMAGPART_EXPR, TREE_TYPE (TREE_TYPE (_o1[0])), _o1[0]);
2563 : 0 : res_op0 = _r1;
2564 : : }
2565 : 0 : tree res_op1;
2566 : 0 : res_op1 = build_zero_cst (TREE_TYPE (captures[1]));
2567 : 0 : tree _r;
2568 : 0 : _r = fold_build2_loc (loc, out, type, res_op0, res_op1);
2569 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 573, __FILE__, __LINE__, true);
2570 : 0 : return _r;
2571 : : }
2572 : : next_after_fail804:;
2573 : : }
2574 : : return NULL_TREE;
2575 : : }
2576 : :
2577 : : tree
2578 : 43 : generic_simplify_367 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
2579 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
2580 : : const enum tree_code ARG_UNUSED (cmp),
2581 : : const enum tree_code ARG_UNUSED (cmp2),
2582 : : const enum tree_code ARG_UNUSED (cmp3),
2583 : : const enum tree_code ARG_UNUSED (bit_op),
2584 : : const combined_fn ARG_UNUSED (ffs))
2585 : : {
2586 : 43 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
2587 : 43 : {
2588 : 43 : int prec = TYPE_PRECISION (TREE_TYPE (captures[1]));
2589 : 43 : if (integer_zerop (captures[2])
2590 : : )
2591 : : {
2592 : 11 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail809;
2593 : 11 : {
2594 : 11 : tree res_op0;
2595 : 11 : res_op0 = captures[1];
2596 : 11 : tree res_op1;
2597 : 11 : res_op1 = build_zero_cst (TREE_TYPE (captures[1]));
2598 : 11 : tree _r;
2599 : 11 : _r = fold_build2_loc (loc, cmp2, type, res_op0, res_op1);
2600 : 11 : if (TREE_SIDE_EFFECTS (captures[2]))
2601 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
2602 : 11 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 592, __FILE__, __LINE__, true);
2603 : 27 : return _r;
2604 : : }
2605 : 0 : next_after_fail809:;
2606 : : }
2607 : : else
2608 : : {
2609 : 32 : if (tree_int_cst_sgn (captures[2]) < 0
2610 : : )
2611 : : {
2612 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail810;
2613 : 0 : {
2614 : 0 : tree _r;
2615 : 0 : _r = constant_boolean_node (cmp == GT_EXPR ? true : false, type);
2616 : 0 : if (TREE_SIDE_EFFECTS (captures[1]))
2617 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
2618 : 0 : if (TREE_SIDE_EFFECTS (captures[2]))
2619 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
2620 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 593, __FILE__, __LINE__, true);
2621 : 0 : return _r;
2622 : : }
2623 : 0 : next_after_fail810:;
2624 : : }
2625 : : else
2626 : : {
2627 : 32 : if (wi::to_widest (captures[2]) >= prec
2628 : : )
2629 : : {
2630 : 14 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail811;
2631 : 14 : {
2632 : 14 : tree _r;
2633 : 14 : _r = constant_boolean_node (cmp == GT_EXPR ? false : true, type);
2634 : 14 : if (TREE_SIDE_EFFECTS (captures[1]))
2635 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
2636 : 14 : if (TREE_SIDE_EFFECTS (captures[2]))
2637 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
2638 : 14 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 594, __FILE__, __LINE__, true);
2639 : 14 : return _r;
2640 : : }
2641 : 0 : next_after_fail811:;
2642 : : }
2643 : : else
2644 : : {
2645 : 18 : if (wi::to_widest (captures[2]) == prec - 1
2646 : : )
2647 : : {
2648 : 2 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail812;
2649 : 2 : {
2650 : 2 : tree res_op0;
2651 : 2 : res_op0 = captures[1];
2652 : 2 : tree res_op1;
2653 : 2 : res_op1 = wide_int_to_tree (TREE_TYPE (captures[1]),
2654 : 2 : wi::shifted_mask (prec - 1, 1,
2655 : : false, prec));
2656 : 2 : tree _r;
2657 : 2 : _r = fold_build2_loc (loc, cmp3, type, res_op0, res_op1);
2658 : 2 : if (TREE_SIDE_EFFECTS (captures[2]))
2659 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
2660 : 2 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 595, __FILE__, __LINE__, true);
2661 : 2 : return _r;
2662 : : }
2663 : 0 : next_after_fail812:;
2664 : : }
2665 : : else
2666 : : {
2667 : 16 : if (single_use (captures[0])
2668 : : )
2669 : : {
2670 : 16 : if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail813;
2671 : 16 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail813;
2672 : 16 : {
2673 : 16 : if (! tree_invariant_p (captures[1])) goto next_after_fail813;
2674 : 0 : tree res_op0;
2675 : 0 : {
2676 : 0 : tree _o1[2], _r1;
2677 : 0 : _o1[0] = unshare_expr (captures[1]);
2678 : 0 : _o1[1] = build_zero_cst (TREE_TYPE (captures[1]));
2679 : 0 : _r1 = fold_build2_loc (loc, cmp2, type, _o1[0], _o1[1]);
2680 : 0 : res_op0 = _r1;
2681 : : }
2682 : 0 : tree res_op1;
2683 : 0 : {
2684 : 0 : tree _o1[2], _r1;
2685 : 0 : {
2686 : 0 : tree _o2[2], _r2;
2687 : 0 : _o2[0] = captures[1];
2688 : 0 : _o2[1] = wide_int_to_tree (TREE_TYPE (captures[1]),
2689 : 0 : wi::mask (tree_to_uhwi (captures[2]),
2690 : : false, prec));
2691 : 0 : _r2 = fold_build2_loc (loc, BIT_AND_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
2692 : 0 : _o1[0] = _r2;
2693 : : }
2694 : 0 : _o1[1] = build_zero_cst (TREE_TYPE (captures[1]));
2695 : 0 : _r1 = fold_build2_loc (loc, cmp3, type, _o1[0], _o1[1]);
2696 : 0 : res_op1 = _r1;
2697 : : }
2698 : 0 : tree _r;
2699 : 0 : _r = fold_build2_loc (loc, bit_op, type, res_op0, res_op1);
2700 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 596, __FILE__, __LINE__, true);
2701 : 0 : return _r;
2702 : : }
2703 : 16 : next_after_fail813:;
2704 : : }
2705 : : }
2706 : : }
2707 : : }
2708 : : }
2709 : : }
2710 : 16 : return NULL_TREE;
2711 : : }
2712 : :
2713 : : tree
2714 : 0 : generic_simplify_389 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
2715 : : tree ARG_UNUSED (_p0), tree *ARG_UNUSED (captures),
2716 : : const combined_fn ARG_UNUSED (copysigns),
2717 : : const combined_fn ARG_UNUSED (coss))
2718 : : {
2719 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
2720 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail855;
2721 : 0 : {
2722 : 0 : tree res_op0;
2723 : 0 : res_op0 = captures[0];
2724 : 0 : tree _r;
2725 : 0 : _r = maybe_build_call_expr_loc (loc, coss, type, 1, res_op0);
2726 : 0 : if (!_r)
2727 : 0 : goto next_after_fail855;
2728 : 0 : if (TREE_SIDE_EFFECTS (captures[1]))
2729 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
2730 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 624, __FILE__, __LINE__, true);
2731 : : return _r;
2732 : : }
2733 : : next_after_fail855:;
2734 : : return NULL_TREE;
2735 : : }
2736 : :
2737 : : tree
2738 : 0 : generic_simplify_392 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
2739 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
2740 : : const combined_fn ARG_UNUSED (copysigns),
2741 : : const combined_fn ARG_UNUSED (pows))
2742 : : {
2743 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
2744 : 0 : {
2745 : 0 : HOST_WIDE_INT n;
2746 : 0 : if (real_isinteger (&TREE_REAL_CST (captures[2]), &n) && (n & 1) == 0
2747 : : )
2748 : : {
2749 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail858;
2750 : 0 : {
2751 : 0 : tree res_op0;
2752 : 0 : res_op0 = captures[0];
2753 : 0 : tree res_op1;
2754 : 0 : res_op1 = captures[2];
2755 : 0 : tree _r;
2756 : 0 : _r = maybe_build_call_expr_loc (loc, pows, type, 2, res_op0, res_op1);
2757 : 0 : if (!_r)
2758 : 0 : goto next_after_fail858;
2759 : 0 : if (TREE_SIDE_EFFECTS (captures[1]))
2760 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
2761 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 627, __FILE__, __LINE__, true);
2762 : 0 : return _r;
2763 : : }
2764 : 0 : next_after_fail858:;
2765 : : }
2766 : : }
2767 : 0 : return NULL_TREE;
2768 : : }
2769 : :
2770 : : tree
2771 : 0 : generic_simplify_394 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
2772 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
2773 : : const combined_fn ARG_UNUSED (pow))
2774 : : {
2775 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
2776 : 0 : if (flag_unsafe_math_optimizations
2777 : : )
2778 : : {
2779 : 0 : if (! HONOR_INFINITIES (type)
2780 : 0 : && ! flag_trapping_math
2781 : 0 : && ! flag_errno_math
2782 : : )
2783 : : {
2784 : 0 : if (! HONOR_NANS (type) && ! HONOR_SIGNED_ZEROS (type)
2785 : : )
2786 : : {
2787 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail860;
2788 : 0 : {
2789 : 0 : tree _r;
2790 : 0 : _r = captures[0];
2791 : 0 : if (TREE_SIDE_EFFECTS (captures[1]))
2792 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
2793 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 629, __FILE__, __LINE__, true);
2794 : 0 : return _r;
2795 : : }
2796 : 0 : next_after_fail860:;
2797 : : }
2798 : : }
2799 : : }
2800 : : return NULL_TREE;
2801 : : }
2802 : :
2803 : : tree
2804 : 0 : generic_simplify_397 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
2805 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
2806 : : const combined_fn ARG_UNUSED (copysigns),
2807 : : const combined_fn ARG_UNUSED (hypots))
2808 : : {
2809 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
2810 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail863;
2811 : 0 : {
2812 : 0 : tree res_op0;
2813 : 0 : res_op0 = captures[0];
2814 : 0 : tree res_op1;
2815 : 0 : res_op1 = captures[2];
2816 : 0 : tree _r;
2817 : 0 : _r = maybe_build_call_expr_loc (loc, hypots, type, 2, res_op0, res_op1);
2818 : 0 : if (!_r)
2819 : 0 : goto next_after_fail863;
2820 : 0 : if (TREE_SIDE_EFFECTS (captures[1]))
2821 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
2822 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 632, __FILE__, __LINE__, true);
2823 : : return _r;
2824 : : }
2825 : : next_after_fail863:;
2826 : : return NULL_TREE;
2827 : : }
2828 : :
2829 : : tree
2830 : 20 : generic_simplify_403 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
2831 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
2832 : : {
2833 : 20 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
2834 : 40 : if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
2835 : 40 : && TYPE_PRECISION (TREE_TYPE (captures[0])) == 1
2836 : : )
2837 : : {
2838 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail869;
2839 : 0 : {
2840 : 0 : tree res_op0;
2841 : 0 : res_op0 = captures[0];
2842 : 0 : tree res_op1;
2843 : 0 : res_op1 = captures[1];
2844 : 0 : tree _r;
2845 : 0 : _r = fold_build2_loc (loc, BIT_AND_EXPR, type, res_op0, res_op1);
2846 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 638, __FILE__, __LINE__, true);
2847 : 0 : return _r;
2848 : : }
2849 : 0 : next_after_fail869:;
2850 : : }
2851 : : return NULL_TREE;
2852 : : }
2853 : :
2854 : : tree
2855 : 788289 : generic_simplify_411 (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 (op))
2858 : : {
2859 : 788289 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
2860 : 788289 : {
2861 : 788289 : tree pmop[2];
2862 : 788289 : tree utype = fold_bit_and_mask (TREE_TYPE (captures[1]), captures[3], op, captures[1], ERROR_MARK,
2863 : : NULL_TREE, NULL_TREE, captures[2], ERROR_MARK,
2864 : : NULL_TREE, NULL_TREE, pmop);
2865 : 788289 : if (utype
2866 : : )
2867 : : {
2868 : 275375 : if (TREE_SIDE_EFFECTS (captures[1])) goto next_after_fail877;
2869 : 275375 : if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail877;
2870 : 275375 : if (TREE_SIDE_EFFECTS (captures[3])) goto next_after_fail877;
2871 : 275375 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail877;
2872 : 275375 : {
2873 : 275375 : tree res_op0;
2874 : 275375 : {
2875 : 275375 : tree _o1[2], _r1;
2876 : 275375 : {
2877 : 275375 : tree _o2[2], _r2;
2878 : 275375 : {
2879 : 275375 : tree _o3[1], _r3;
2880 : 275375 : _o3[0] = pmop[0];
2881 : 275375 : if (TREE_TYPE (_o3[0]) != utype)
2882 : : {
2883 : 310 : _r3 = fold_build1_loc (loc, NOP_EXPR, utype, _o3[0]);
2884 : : }
2885 : : else
2886 : : _r3 = _o3[0];
2887 : 275375 : _o2[0] = _r3;
2888 : : }
2889 : 275375 : {
2890 : 275375 : tree _o3[1], _r3;
2891 : 275375 : _o3[0] = pmop[1];
2892 : 275375 : if (TREE_TYPE (_o3[0]) != utype)
2893 : : {
2894 : 310 : _r3 = fold_build1_loc (loc, NOP_EXPR, utype, _o3[0]);
2895 : : }
2896 : : else
2897 : : _r3 = _o3[0];
2898 : 275375 : _o2[1] = _r3;
2899 : : }
2900 : 275375 : _r2 = fold_build2_loc (loc, op, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
2901 : 275375 : _o1[0] = _r2;
2902 : : }
2903 : 275375 : {
2904 : 275375 : tree _o2[1], _r2;
2905 : 275375 : _o2[0] = captures[3];
2906 : 275375 : if (TREE_TYPE (_o2[0]) != utype)
2907 : : {
2908 : 310 : _r2 = fold_build1_loc (loc, NOP_EXPR, utype, _o2[0]);
2909 : : }
2910 : : else
2911 : : _r2 = _o2[0];
2912 : 275375 : _o1[1] = _r2;
2913 : : }
2914 : 275375 : _r1 = fold_build2_loc (loc, BIT_AND_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
2915 : 275375 : res_op0 = _r1;
2916 : : }
2917 : 275375 : tree _r;
2918 : 275375 : _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
2919 : 275375 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 645, __FILE__, __LINE__, true);
2920 : 275375 : return _r;
2921 : : }
2922 : 512914 : next_after_fail877:;
2923 : : }
2924 : : }
2925 : 512914 : return NULL_TREE;
2926 : : }
2927 : :
2928 : : tree
2929 : 234 : generic_simplify_424 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
2930 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
2931 : : const combined_fn ARG_UNUSED (bswap))
2932 : : {
2933 : 234 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
2934 : 234 : if (BITS_PER_UNIT == 8
2935 : 234 : && tree_fits_uhwi_p (captures[3])
2936 : 234 : && tree_fits_uhwi_p (captures[4])
2937 : : )
2938 : : {
2939 : 234 : {
2940 : 234 : unsigned HOST_WIDE_INT prec = TYPE_PRECISION (TREE_TYPE (captures[1]));
2941 : 234 : unsigned HOST_WIDE_INT bits = tree_to_uhwi (captures[3]);
2942 : 234 : unsigned HOST_WIDE_INT mask = tree_to_uhwi (captures[4]);
2943 : 234 : unsigned HOST_WIDE_INT lo = bits & 7;
2944 : 234 : unsigned HOST_WIDE_INT hi = bits - lo;
2945 : 234 : if (bits < prec
2946 : 234 : && mask < (256u>>lo)
2947 : 468 : && bits < TYPE_PRECISION (TREE_TYPE(captures[0]))
2948 : : )
2949 : : {
2950 : 234 : {
2951 : 234 : unsigned HOST_WIDE_INT ns = (prec - (hi + 8)) + lo;
2952 : 234 : if (ns == 0
2953 : : )
2954 : : {
2955 : 1 : if (TREE_SIDE_EFFECTS (captures[3])) goto next_after_fail894;
2956 : 1 : if (TREE_SIDE_EFFECTS (captures[4])) goto next_after_fail894;
2957 : 1 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail894;
2958 : 1 : {
2959 : 1 : tree res_op0;
2960 : 1 : {
2961 : 1 : tree _o1[1], _r1;
2962 : 1 : _o1[0] = captures[2];
2963 : 1 : if (TREE_TYPE (_o1[0]) != type)
2964 : : {
2965 : 1 : _r1 = fold_build1_loc (loc, NOP_EXPR, type, _o1[0]);
2966 : : }
2967 : : else
2968 : : _r1 = _o1[0];
2969 : 1 : res_op0 = _r1;
2970 : : }
2971 : 1 : tree res_op1;
2972 : 1 : res_op1 = captures[4];
2973 : 1 : tree _r;
2974 : 1 : _r = fold_build2_loc (loc, BIT_AND_EXPR, type, res_op0, res_op1);
2975 : 1 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 658, __FILE__, __LINE__, true);
2976 : 1 : return _r;
2977 : : }
2978 : : next_after_fail894:;
2979 : : }
2980 : : else
2981 : : {
2982 : 233 : {
2983 : 233 : tree utype = unsigned_type_for (TREE_TYPE (captures[2]));
2984 : 233 : tree nst = build_int_cst (integer_type_node, ns);
2985 : 233 : if (TREE_SIDE_EFFECTS (captures[3])) goto next_after_fail895;
2986 : 233 : if (TREE_SIDE_EFFECTS (captures[4])) goto next_after_fail895;
2987 : 233 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail895;
2988 : 233 : {
2989 : 233 : tree res_op0;
2990 : 233 : {
2991 : 233 : tree _o1[1], _r1;
2992 : 233 : {
2993 : 233 : tree _o2[2], _r2;
2994 : 233 : {
2995 : 233 : tree _o3[1], _r3;
2996 : 233 : _o3[0] = captures[2];
2997 : 233 : if (TREE_TYPE (_o3[0]) != utype)
2998 : : {
2999 : 11 : _r3 = fold_build1_loc (loc, NOP_EXPR, utype, _o3[0]);
3000 : : }
3001 : : else
3002 : : _r3 = _o3[0];
3003 : 233 : _o2[0] = _r3;
3004 : : }
3005 : 233 : _o2[1] = nst;
3006 : 233 : _r2 = fold_build2_loc (loc, RSHIFT_EXPR, utype, _o2[0], _o2[1]);
3007 : 233 : _o1[0] = _r2;
3008 : : }
3009 : 233 : if (TREE_TYPE (_o1[0]) != type)
3010 : : {
3011 : 101 : _r1 = fold_build1_loc (loc, NOP_EXPR, type, _o1[0]);
3012 : : }
3013 : : else
3014 : : _r1 = _o1[0];
3015 : 233 : res_op0 = _r1;
3016 : : }
3017 : 233 : tree res_op1;
3018 : 233 : res_op1 = captures[4];
3019 : 233 : tree _r;
3020 : 233 : _r = fold_build2_loc (loc, BIT_AND_EXPR, type, res_op0, res_op1);
3021 : 233 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 659, __FILE__, __LINE__, true);
3022 : 233 : return _r;
3023 : : }
3024 : : next_after_fail895:;
3025 : : }
3026 : : }
3027 : : }
3028 : : }
3029 : : }
3030 : : }
3031 : : return NULL_TREE;
3032 : : }
3033 : :
3034 : : tree
3035 : 0 : generic_simplify_439 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
3036 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
3037 : : {
3038 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
3039 : 0 : if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail944;
3040 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail944;
3041 : 0 : {
3042 : 0 : tree _r;
3043 : 0 : _r = captures[2];
3044 : 0 : if (TREE_SIDE_EFFECTS (captures[1]))
3045 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
3046 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 680, __FILE__, __LINE__, true);
3047 : : return _r;
3048 : : }
3049 : : next_after_fail944:;
3050 : : return NULL_TREE;
3051 : : }
3052 : :
3053 : : tree
3054 : 75479 : generic_simplify_442 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
3055 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
3056 : : const enum tree_code ARG_UNUSED (shift))
3057 : : {
3058 : 75479 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
3059 : 75479 : if (tree_nop_conversion_p (TREE_TYPE (captures[0]), TREE_TYPE (captures[1]))
3060 : 75479 : && TYPE_PRECISION (type) <= HOST_BITS_PER_WIDE_INT
3061 : 75475 : && tree_fits_uhwi_p (captures[4])
3062 : 75426 : && tree_to_uhwi (captures[4]) > 0
3063 : 150904 : && tree_to_uhwi (captures[4]) < TYPE_PRECISION (type)
3064 : : )
3065 : : {
3066 : 75425 : {
3067 : 75425 : unsigned int shiftc = tree_to_uhwi (captures[4]);
3068 : 75425 : unsigned HOST_WIDE_INT mask = TREE_INT_CST_LOW (captures[5]);
3069 : 75425 : unsigned HOST_WIDE_INT newmask, zerobits = 0;
3070 : 75425 : tree shift_type = TREE_TYPE (captures[2]);
3071 : 75425 : unsigned int prec;
3072 : 75425 : if (shift == LSHIFT_EXPR)
3073 : 25687 : zerobits = ((HOST_WIDE_INT_1U << shiftc) - 1);
3074 : 49738 : else if (shift == RSHIFT_EXPR
3075 : 49738 : && type_has_mode_precision_p (shift_type))
3076 : : {
3077 : 49738 : prec = TYPE_PRECISION (TREE_TYPE (captures[2]));
3078 : 49738 : tree arg00 = captures[3];
3079 : 49738 : if (captures[2] != captures[3]
3080 : 49738 : && TYPE_UNSIGNED (TREE_TYPE (captures[3])))
3081 : : {
3082 : 0 : tree inner_type = TREE_TYPE (captures[3]);
3083 : 0 : if (type_has_mode_precision_p (inner_type)
3084 : 0 : && TYPE_PRECISION (inner_type) < prec)
3085 : : {
3086 : 0 : prec = TYPE_PRECISION (inner_type);
3087 : 0 : if (shiftc < prec)
3088 : 0 : shift_type = inner_type;
3089 : : }
3090 : : }
3091 : 49738 : zerobits = HOST_WIDE_INT_M1U;
3092 : 49738 : if (shiftc < prec)
3093 : : {
3094 : 49738 : zerobits >>= HOST_BITS_PER_WIDE_INT - shiftc;
3095 : 49738 : zerobits <<= prec - shiftc;
3096 : : }
3097 : 49738 : if (!TYPE_UNSIGNED (TREE_TYPE (captures[2]))
3098 : 49738 : && prec == TYPE_PRECISION (TREE_TYPE (captures[2])))
3099 : : {
3100 : 2662 : if ((mask & zerobits) == 0)
3101 : 2651 : shift_type = unsigned_type_for (TREE_TYPE (captures[2]));
3102 : : else
3103 : : zerobits = 0;
3104 : : }
3105 : : }
3106 : 75414 : if ((mask & zerobits) == mask
3107 : : )
3108 : : {
3109 : 3 : if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail949;
3110 : 3 : if (TREE_SIDE_EFFECTS (captures[4])) goto next_after_fail949;
3111 : 3 : if (TREE_SIDE_EFFECTS (captures[5])) goto next_after_fail949;
3112 : 3 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail949;
3113 : 3 : {
3114 : 3 : tree _r;
3115 : 3 : _r = build_int_cst (type, 0);
3116 : 3 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 655, __FILE__, __LINE__, true);
3117 : 3 : return _r;
3118 : : }
3119 : : next_after_fail949:;
3120 : : }
3121 : : else
3122 : : {
3123 : 75422 : {
3124 : 75422 : newmask = mask | zerobits;
3125 : 75422 : if (newmask != mask && (newmask & (newmask + 1)) == 0
3126 : : )
3127 : : {
3128 : : {
3129 : 18670 : for (prec = BITS_PER_UNIT;
3130 : 33834 : prec < HOST_BITS_PER_WIDE_INT; prec <<= 1)
3131 : 31391 : if (newmask == (HOST_WIDE_INT_1U << prec) - 1)
3132 : : break;
3133 : 15164 : if (prec < HOST_BITS_PER_WIDE_INT
3134 : 2443 : || newmask == HOST_WIDE_INT_M1U
3135 : : )
3136 : : {
3137 : 12875 : {
3138 : 12875 : tree newmaskt = build_int_cst_type (TREE_TYPE (captures[5]), newmask);
3139 : 12875 : if (!tree_int_cst_equal (newmaskt, captures[5])
3140 : : )
3141 : : {
3142 : 12875 : if (shift_type != TREE_TYPE (captures[2])
3143 : : )
3144 : : {
3145 : 84 : if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail950;
3146 : 84 : if (TREE_SIDE_EFFECTS (captures[4])) goto next_after_fail950;
3147 : 84 : if (TREE_SIDE_EFFECTS (captures[5])) goto next_after_fail950;
3148 : 84 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail950;
3149 : 84 : {
3150 : 84 : tree res_op0;
3151 : 84 : {
3152 : 84 : tree _o1[1], _r1;
3153 : 84 : {
3154 : 84 : tree _o2[2], _r2;
3155 : 84 : {
3156 : 84 : tree _o3[1], _r3;
3157 : 84 : _o3[0] = captures[2];
3158 : 84 : if (TREE_TYPE (_o3[0]) != shift_type)
3159 : : {
3160 : 84 : _r3 = fold_build1_loc (loc, NOP_EXPR, shift_type, _o3[0]);
3161 : : }
3162 : : else
3163 : : _r3 = _o3[0];
3164 : 84 : _o2[0] = _r3;
3165 : : }
3166 : 84 : _o2[1] = captures[4];
3167 : 84 : _r2 = fold_build2_loc (loc, shift, shift_type, _o2[0], _o2[1]);
3168 : 84 : _o1[0] = _r2;
3169 : : }
3170 : 84 : if (TREE_TYPE (_o1[0]) != type)
3171 : : {
3172 : 84 : _r1 = fold_build1_loc (loc, NOP_EXPR, type, _o1[0]);
3173 : : }
3174 : : else
3175 : : _r1 = _o1[0];
3176 : 84 : res_op0 = _r1;
3177 : : }
3178 : 84 : tree res_op1;
3179 : 84 : res_op1 = newmaskt;
3180 : 84 : tree _r;
3181 : 84 : _r = fold_build2_loc (loc, BIT_AND_EXPR, type, res_op0, res_op1);
3182 : 84 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 656, __FILE__, __LINE__, true);
3183 : 84 : return _r;
3184 : : }
3185 : : next_after_fail950:;
3186 : : }
3187 : : else
3188 : : {
3189 : 12791 : if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail951;
3190 : 11855 : if (TREE_SIDE_EFFECTS (captures[5])) goto next_after_fail951;
3191 : 11855 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail951;
3192 : 11855 : {
3193 : 11855 : tree res_op0;
3194 : 11855 : res_op0 = captures[0];
3195 : 11855 : tree res_op1;
3196 : 11855 : res_op1 = newmaskt;
3197 : 11855 : tree _r;
3198 : 11855 : _r = fold_build2_loc (loc, BIT_AND_EXPR, type, res_op0, res_op1);
3199 : 11855 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 657, __FILE__, __LINE__, true);
3200 : 11855 : return _r;
3201 : : }
3202 : : next_after_fail951:;
3203 : : }
3204 : : }
3205 : : }
3206 : : }
3207 : : }
3208 : : }
3209 : : }
3210 : : }
3211 : : }
3212 : : }
3213 : : return NULL_TREE;
3214 : : }
3215 : :
3216 : : tree
3217 : 147 : generic_simplify_465 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
3218 : : tree ARG_UNUSED (_p0), tree *ARG_UNUSED (captures))
3219 : : {
3220 : 147 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
3221 : 147 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail977;
3222 : 147 : {
3223 : 147 : tree res_op0;
3224 : 147 : {
3225 : 147 : tree _o1[1], _r1;
3226 : 147 : _o1[0] = captures[0];
3227 : 147 : _r1 = fold_build1_loc (loc, VIEW_CONVERT_EXPR, type, _o1[0]);
3228 : 147 : res_op0 = _r1;
3229 : : }
3230 : 147 : tree res_op1;
3231 : 147 : res_op1 = build_each_one_cst (type);
3232 : 147 : tree _r;
3233 : 147 : _r = fold_build2_loc (loc, PLUS_EXPR, type, res_op0, res_op1);
3234 : 147 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 704, __FILE__, __LINE__, true);
3235 : : return _r;
3236 : : }
3237 : 0 : next_after_fail977:;
3238 : 0 : return NULL_TREE;
3239 : : }
3240 : :
3241 : : tree
3242 : 122672 : generic_simplify_473 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
3243 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree ARG_UNUSED (_p2), tree *ARG_UNUSED (captures),
3244 : : const enum tree_code ARG_UNUSED (cmp))
3245 : : {
3246 : 122672 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
3247 : 122672 : {
3248 : 122672 : tree from_type = TREE_TYPE (captures[0]);
3249 : 122672 : tree c1_type = TREE_TYPE (captures[1]), c2_type = TREE_TYPE (captures[2]);
3250 : 122672 : enum tree_code code = ERROR_MARK;
3251 : 122672 : if (INTEGRAL_TYPE_P (from_type)
3252 : 122159 : && int_fits_type_p (captures[2], from_type)
3253 : 122158 : && (types_match (c1_type, from_type)
3254 : 5200 : || (TYPE_PRECISION (c1_type) > TYPE_PRECISION (from_type)
3255 : 0 : && (TYPE_UNSIGNED (from_type)
3256 : 0 : || TYPE_SIGN (c1_type) == TYPE_SIGN (from_type))))
3257 : 239630 : && (types_match (c2_type, from_type)
3258 : 25432 : || (TYPE_PRECISION (c2_type) > TYPE_PRECISION (from_type)
3259 : 5669 : && (TYPE_UNSIGNED (from_type)
3260 : 1411 : || TYPE_SIGN (c2_type) == TYPE_SIGN (from_type)))))
3261 : : {
3262 : 95874 : if (cmp != EQ_EXPR)
3263 : 95862 : code = minmax_from_comparison (cmp, captures[0], captures[1], captures[0], captures[2]);
3264 : 12 : else if (int_fits_type_p (captures[1], from_type))
3265 : : code = EQ_EXPR;
3266 : : }
3267 : 95862 : if (code == MAX_EXPR
3268 : : )
3269 : : {
3270 : 18189 : if (TREE_SIDE_EFFECTS (captures[0])) goto next_after_fail985;
3271 : 18189 : if (TREE_SIDE_EFFECTS (captures[1])) goto next_after_fail985;
3272 : 18189 : if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail985;
3273 : 18189 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail985;
3274 : 18189 : {
3275 : 18189 : tree res_op0;
3276 : 18189 : {
3277 : 18189 : tree _o1[2], _r1;
3278 : 18189 : _o1[0] = captures[0];
3279 : 18189 : {
3280 : 18189 : tree _o2[1], _r2;
3281 : 18189 : _o2[0] = captures[2];
3282 : 18189 : if (TREE_TYPE (_o2[0]) != TREE_TYPE (_o1[0]))
3283 : : {
3284 : 252 : _r2 = fold_build1_loc (loc, NOP_EXPR, TREE_TYPE (_o1[0]), _o2[0]);
3285 : : }
3286 : : else
3287 : : _r2 = _o2[0];
3288 : 18189 : _o1[1] = _r2;
3289 : : }
3290 : 18189 : _r1 = fold_build2_loc (loc, MAX_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
3291 : 18189 : res_op0 = _r1;
3292 : : }
3293 : 18189 : tree _r;
3294 : 18189 : _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
3295 : 18189 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 711, __FILE__, __LINE__, true);
3296 : 18189 : return _r;
3297 : : }
3298 : : next_after_fail985:;
3299 : : }
3300 : : else
3301 : : {
3302 : 104483 : if (code == MIN_EXPR
3303 : : )
3304 : : {
3305 : 237 : if (TREE_SIDE_EFFECTS (captures[0])) goto next_after_fail986;
3306 : 237 : if (TREE_SIDE_EFFECTS (captures[1])) goto next_after_fail986;
3307 : 237 : if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail986;
3308 : 237 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail986;
3309 : 237 : {
3310 : 237 : tree res_op0;
3311 : 237 : {
3312 : 237 : tree _o1[2], _r1;
3313 : 237 : _o1[0] = captures[0];
3314 : 237 : {
3315 : 237 : tree _o2[1], _r2;
3316 : 237 : _o2[0] = captures[2];
3317 : 237 : if (TREE_TYPE (_o2[0]) != TREE_TYPE (_o1[0]))
3318 : : {
3319 : 92 : _r2 = fold_build1_loc (loc, NOP_EXPR, TREE_TYPE (_o1[0]), _o2[0]);
3320 : : }
3321 : : else
3322 : : _r2 = _o2[0];
3323 : 237 : _o1[1] = _r2;
3324 : : }
3325 : 237 : _r1 = fold_build2_loc (loc, MIN_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
3326 : 237 : res_op0 = _r1;
3327 : : }
3328 : 237 : tree _r;
3329 : 237 : _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
3330 : 237 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 712, __FILE__, __LINE__, true);
3331 : 237 : return _r;
3332 : : }
3333 : : next_after_fail986:;
3334 : : }
3335 : : else
3336 : : {
3337 : 104246 : if (code == EQ_EXPR
3338 : : )
3339 : : {
3340 : 12 : if (TREE_SIDE_EFFECTS (captures[0])) goto next_after_fail987;
3341 : 12 : if (TREE_SIDE_EFFECTS (captures[1])) goto next_after_fail987;
3342 : 12 : if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail987;
3343 : 12 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail987;
3344 : 12 : {
3345 : 12 : if (! tree_invariant_p (captures[1])) goto next_after_fail987;
3346 : 12 : tree res_op0;
3347 : 12 : {
3348 : 12 : tree _o1[3], _r1;
3349 : 12 : {
3350 : 12 : tree _o2[2], _r2;
3351 : 12 : _o2[0] = captures[0];
3352 : 12 : {
3353 : 12 : tree _o3[1], _r3;
3354 : 12 : _o3[0] = unshare_expr (captures[1]);
3355 : 12 : if (TREE_TYPE (_o3[0]) != TREE_TYPE (_o2[0]))
3356 : : {
3357 : 0 : _r3 = fold_build1_loc (loc, NOP_EXPR, TREE_TYPE (_o2[0]), _o3[0]);
3358 : : }
3359 : : else
3360 : : _r3 = _o3[0];
3361 : 12 : _o2[1] = _r3;
3362 : : }
3363 : 12 : _r2 = fold_build2_loc (loc, EQ_EXPR, boolean_type_node, _o2[0], _o2[1]);
3364 : 12 : _o1[0] = _r2;
3365 : : }
3366 : 12 : {
3367 : 12 : tree _o2[1], _r2;
3368 : 12 : _o2[0] = captures[1];
3369 : 12 : if (TREE_TYPE (_o2[0]) != from_type)
3370 : : {
3371 : 0 : _r2 = fold_build1_loc (loc, NOP_EXPR, from_type, _o2[0]);
3372 : : }
3373 : : else
3374 : : _r2 = _o2[0];
3375 : 12 : _o1[1] = _r2;
3376 : : }
3377 : 12 : {
3378 : 12 : tree _o2[1], _r2;
3379 : 12 : _o2[0] = captures[2];
3380 : 12 : if (TREE_TYPE (_o2[0]) != from_type)
3381 : : {
3382 : 7 : _r2 = fold_build1_loc (loc, NOP_EXPR, from_type, _o2[0]);
3383 : : }
3384 : : else
3385 : : _r2 = _o2[0];
3386 : 12 : _o1[2] = _r2;
3387 : : }
3388 : 12 : _r1 = fold_build3_loc (loc, COND_EXPR, TREE_TYPE (_o1[1]), _o1[0], _o1[1], _o1[2]);
3389 : 12 : res_op0 = _r1;
3390 : : }
3391 : 12 : tree _r;
3392 : 12 : _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
3393 : 12 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 713, __FILE__, __LINE__, true);
3394 : 12 : return _r;
3395 : : }
3396 : : next_after_fail987:;
3397 : : }
3398 : : }
3399 : : }
3400 : : }
3401 : : return NULL_TREE;
3402 : : }
3403 : :
3404 : : tree
3405 : 0 : generic_simplify_510 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
3406 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures),
3407 : : const combined_fn ARG_UNUSED (minmax))
3408 : : {
3409 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
3410 : 0 : if (real_isnan (TREE_REAL_CST_PTR (captures[1]))
3411 : 0 : && (!HONOR_SNANS (captures[1]) || !TREE_REAL_CST (captures[1]).signalling)
3412 : 0 : && !tree_expr_maybe_signaling_nan_p (captures[0])
3413 : : )
3414 : : {
3415 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1042;
3416 : 0 : {
3417 : 0 : tree _r;
3418 : 0 : _r = captures[0];
3419 : 0 : if (TREE_SIDE_EFFECTS (captures[1]))
3420 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
3421 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 754, __FILE__, __LINE__, true);
3422 : 0 : return _r;
3423 : : }
3424 : 0 : next_after_fail1042:;
3425 : : }
3426 : : return NULL_TREE;
3427 : : }
3428 : :
3429 : : tree
3430 : 0 : generic_simplify_517 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
3431 : : tree ARG_UNUSED (_p0), tree *ARG_UNUSED (captures),
3432 : : const combined_fn ARG_UNUSED (bswap))
3433 : : {
3434 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
3435 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1052;
3436 : 0 : {
3437 : 0 : tree _r;
3438 : 0 : _r = captures[0];
3439 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 764, __FILE__, __LINE__, true);
3440 : : return _r;
3441 : : }
3442 : 0 : next_after_fail1052:;
3443 : 0 : return NULL_TREE;
3444 : : }
3445 : :
3446 : : tree
3447 : 0 : generic_simplify_524 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
3448 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree ARG_UNUSED (_p2), tree *ARG_UNUSED (captures),
3449 : : const enum tree_code ARG_UNUSED (cmp))
3450 : : {
3451 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
3452 : 0 : if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1059;
3453 : 0 : if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1059;
3454 : 0 : if (TREE_SIDE_EFFECTS (_p2)) goto next_after_fail1059;
3455 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1059;
3456 : 0 : {
3457 : 0 : tree _r;
3458 : 0 : _r = captures[0];
3459 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 734, __FILE__, __LINE__, true);
3460 : : return _r;
3461 : : }
3462 : : next_after_fail1059:;
3463 : : return NULL_TREE;
3464 : : }
3465 : :
3466 : : tree
3467 : 0 : generic_simplify_532 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
3468 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree ARG_UNUSED (_p2), tree *ARG_UNUSED (captures),
3469 : : const combined_fn ARG_UNUSED (cond_len_op))
3470 : : {
3471 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
3472 : 0 : {
3473 : 0 : tree op_type = TREE_TYPE (captures[6]);
3474 : 0 : if (inverse_conditions_p (captures[0], captures[2])
3475 : 0 : && element_precision (type) == element_precision (op_type)
3476 : : )
3477 : : {
3478 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1067;
3479 : 0 : {
3480 : 0 : tree res_op0;
3481 : 0 : {
3482 : 0 : tree _o1[7], _r1;
3483 : 0 : _o1[0] = captures[2];
3484 : 0 : _o1[1] = captures[3];
3485 : 0 : _o1[2] = captures[4];
3486 : 0 : _o1[3] = captures[5];
3487 : 0 : {
3488 : 0 : tree _o2[1], _r2;
3489 : 0 : _o2[0] = captures[1];
3490 : 0 : _r2 = fold_build1_loc (loc, VIEW_CONVERT_EXPR, op_type, _o2[0]);
3491 : 0 : _o1[4] = _r2;
3492 : : }
3493 : 0 : _o1[5] = captures[7];
3494 : 0 : _o1[6] = captures[8];
3495 : 0 : _r1 = maybe_build_call_expr_loc (loc, cond_len_op, TREE_TYPE (_o1[1]), 7, _o1[0], _o1[1], _o1[2], _o1[3], _o1[4], _o1[5], _o1[6]);
3496 : 0 : if (!_r1)
3497 : 0 : goto next_after_fail1067;
3498 : 0 : res_op0 = _r1;
3499 : : }
3500 : 0 : tree _r;
3501 : 0 : _r = fold_build1_loc (loc, VIEW_CONVERT_EXPR, type, res_op0);
3502 : 0 : if (TREE_SIDE_EFFECTS (captures[0]))
3503 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
3504 : 0 : if (TREE_SIDE_EFFECTS (captures[6]))
3505 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[6]), _r);
3506 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 774, __FILE__, __LINE__, true);
3507 : 0 : return _r;
3508 : : }
3509 : : next_after_fail1067:;
3510 : : }
3511 : : }
3512 : : return NULL_TREE;
3513 : : }
3514 : :
3515 : : tree
3516 : 0 : generic_simplify_542 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
3517 : : tree ARG_UNUSED (_p0), tree *ARG_UNUSED (captures),
3518 : : const combined_fn ARG_UNUSED (logs),
3519 : : const combined_fn ARG_UNUSED (pows))
3520 : : {
3521 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
3522 : 0 : if (flag_unsafe_math_optimizations
3523 : : )
3524 : : {
3525 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1077;
3526 : 0 : {
3527 : 0 : tree res_op0;
3528 : 0 : res_op0 = captures[1];
3529 : 0 : tree res_op1;
3530 : 0 : {
3531 : 0 : tree _o1[1], _r1;
3532 : 0 : _o1[0] = captures[0];
3533 : 0 : _r1 = maybe_build_call_expr_loc (loc, logs, TREE_TYPE (_o1[0]), 1, _o1[0]);
3534 : 0 : if (!_r1)
3535 : 0 : goto next_after_fail1077;
3536 : 0 : res_op1 = _r1;
3537 : : }
3538 : 0 : tree _r;
3539 : 0 : _r = fold_build2_loc (loc, MULT_EXPR, type, res_op0, res_op1);
3540 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 784, __FILE__, __LINE__, true);
3541 : 0 : return _r;
3542 : : }
3543 : : next_after_fail1077:;
3544 : : }
3545 : : return NULL_TREE;
3546 : : }
3547 : :
3548 : : tree
3549 : 0 : generic_simplify_552 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
3550 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree *ARG_UNUSED (captures))
3551 : : {
3552 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
3553 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1087;
3554 : 0 : {
3555 : 0 : tree _r;
3556 : 0 : _r = captures[0];
3557 : 0 : if (TREE_SIDE_EFFECTS (captures[1]))
3558 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
3559 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 794, __FILE__, __LINE__, true);
3560 : : return _r;
3561 : : }
3562 : 0 : next_after_fail1087:;
3563 : 0 : return NULL_TREE;
3564 : : }
3565 : :
3566 : : tree
3567 : 0 : generic_simplify_560 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
3568 : : tree ARG_UNUSED (_p0), tree *ARG_UNUSED (captures),
3569 : : const combined_fn ARG_UNUSED (SIGNBIT))
3570 : : {
3571 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
3572 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1095;
3573 : 0 : {
3574 : 0 : tree _r;
3575 : 0 : _r = integer_zero_node;
3576 : 0 : if (TREE_SIDE_EFFECTS (captures[0]))
3577 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
3578 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 802, __FILE__, __LINE__, true);
3579 : : return _r;
3580 : : }
3581 : 0 : next_after_fail1095:;
3582 : 0 : return NULL_TREE;
3583 : : }
3584 : :
3585 : : tree
3586 : 0 : generic_simplify_566 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
3587 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree ARG_UNUSED (_p2), tree *ARG_UNUSED (captures))
3588 : : {
3589 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
3590 : 0 : if (canonicalize_math_after_vectorization_p ()
3591 : : )
3592 : : {
3593 : : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1101;
3594 : : {
3595 : : tree res_op0;
3596 : : res_op0 = captures[0];
3597 : : tree res_op1;
3598 : : res_op1 = captures[1];
3599 : : tree res_op2;
3600 : : res_op2 = captures[2];
3601 : : tree _r;
3602 : : _r = maybe_build_call_expr_loc (loc, CFN_FNMA, type, 3, res_op0, res_op1, res_op2);
3603 : : if (!_r)
3604 : : goto next_after_fail1101;
3605 : : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 808, __FILE__, __LINE__, true);
3606 : : return _r;
3607 : : }
3608 : 0 : next_after_fail1101:;
3609 : : }
3610 : 0 : return NULL_TREE;
3611 : : }
3612 : :
3613 : : tree
3614 : 0 : generic_simplify_576 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
3615 : : tree ARG_UNUSED (_p0), tree *ARG_UNUSED (captures),
3616 : : const enum tree_code ARG_UNUSED (rot),
3617 : : const combined_fn ARG_UNUSED (popcount))
3618 : : {
3619 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
3620 : 0 : if (INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
3621 : 0 : && INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
3622 : 0 : && (
3623 : :
3624 : 0 : || !TREE_SIDE_EFFECTS (captures[3]))
3625 : : )
3626 : : {
3627 : 0 : {
3628 : 0 : tree type0 = TREE_TYPE (captures[0]);
3629 : 0 : tree type1 = TREE_TYPE (captures[1]);
3630 : 0 : unsigned int prec0 = TYPE_PRECISION (type0);
3631 : 0 : unsigned int prec1 = TYPE_PRECISION (type1);
3632 : 0 : if (prec0 == prec1 || (prec0 > prec1 && TYPE_UNSIGNED (type1))
3633 : : )
3634 : : {
3635 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1111;
3636 : 0 : {
3637 : 0 : tree res_op0;
3638 : 0 : {
3639 : 0 : tree _o1[1], _r1;
3640 : 0 : _o1[0] = captures[2];
3641 : 0 : if (TREE_TYPE (_o1[0]) != type0)
3642 : : {
3643 : 0 : _r1 = fold_build1_loc (loc, NOP_EXPR, type0, _o1[0]);
3644 : : }
3645 : : else
3646 : : _r1 = _o1[0];
3647 : 0 : res_op0 = _r1;
3648 : : }
3649 : 0 : tree _r;
3650 : 0 : _r = maybe_build_call_expr_loc (loc, popcount, type, 1, res_op0);
3651 : 0 : if (!_r)
3652 : 0 : goto next_after_fail1111;
3653 : 0 : if (TREE_SIDE_EFFECTS (captures[3]))
3654 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[3]), _r);
3655 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 815, __FILE__, __LINE__, true);
3656 : 0 : return _r;
3657 : : }
3658 : : next_after_fail1111:;
3659 : : }
3660 : : }
3661 : : }
3662 : : return NULL_TREE;
3663 : : }
3664 : :
3665 : : tree
3666 : 0 : generic_simplify_587 (location_t ARG_UNUSED (loc), const tree ARG_UNUSED (type),
3667 : : tree ARG_UNUSED (_p0), tree ARG_UNUSED (_p1), tree ARG_UNUSED (_p2), tree *ARG_UNUSED (captures),
3668 : : const enum tree_code ARG_UNUSED (plusminus),
3669 : : const enum tree_code ARG_UNUSED (minusplus))
3670 : : {
3671 : 0 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
3672 : 0 : if (!VECTOR_INTEGER_TYPE_P (type)
3673 : : && !FLOAT_WORDS_BIG_ENDIAN
3674 : 0 : && (operand_equal_p (captures[0], captures[2], 0)
3675 : 0 : ? operand_equal_p (captures[1], captures[3], 0)
3676 : 0 : : operand_equal_p (captures[0], captures[3], 0) && operand_equal_p (captures[1], captures[2], 0))
3677 : : )
3678 : : {
3679 : 0 : {
3680 : 0 : vec_perm_builder builder;
3681 : 0 : if (tree_to_vec_perm_builder (&builder, captures[4])
3682 : : )
3683 : : {
3684 : 0 : {
3685 : 0 : poly_uint64 nelts = TYPE_VECTOR_SUBPARTS (type);
3686 : 0 : vec_perm_indices sel (builder, 2, nelts);
3687 : 0 : machine_mode vec_mode = TYPE_MODE (type);
3688 : 0 : machine_mode wide_mode;
3689 : 0 : scalar_mode wide_elt_mode;
3690 : 0 : poly_uint64 wide_nunits;
3691 : 0 : scalar_mode inner_mode = GET_MODE_INNER (vec_mode);
3692 : 0 : if (VECTOR_MODE_P (vec_mode)
3693 : 0 : && sel.series_p (0, 2, 0, 2)
3694 : 0 : && sel.series_p (1, 2, nelts + 1, 2)
3695 : 0 : && GET_MODE_2XWIDER_MODE (inner_mode).exists (&wide_elt_mode)
3696 : 0 : && multiple_p (GET_MODE_NUNITS (vec_mode), 2, &wide_nunits)
3697 : 0 : && related_vector_mode (vec_mode, wide_elt_mode,
3698 : 0 : wide_nunits).exists (&wide_mode)
3699 : : )
3700 : : {
3701 : 0 : {
3702 : 0 : tree stype
3703 : 0 : = lang_hooks.types.type_for_mode (GET_MODE_INNER (wide_mode),
3704 : 0 : TYPE_UNSIGNED (type));
3705 : 0 : tree ntype = build_vector_type_for_mode (stype, wide_mode);
3706 : 0 : const struct real_format *fmt_old = FLOAT_MODE_FORMAT (vec_mode);
3707 : 0 : const struct real_format *fmt_new = FLOAT_MODE_FORMAT (wide_mode);
3708 : 0 : if (TYPE_MODE (stype) != BLKmode
3709 : 0 : && VECTOR_TYPE_P (ntype)
3710 : 0 : && fmt_old != NULL
3711 : 0 : && fmt_new != NULL
3712 : : )
3713 : : {
3714 : 0 : {
3715 : 0 : if (known_eq (GET_MODE_NUNITS (wide_mode), 1)
3716 : 0 : && !target_supports_op_p (ntype, NEGATE_EXPR, optab_vector))
3717 : : ntype = stype;
3718 : 0 : if (fmt_new->signbit_rw
3719 : 0 : == fmt_old->signbit_rw + GET_MODE_UNIT_BITSIZE (vec_mode)
3720 : 0 : && fmt_new->signbit_rw == fmt_new->signbit_ro
3721 : 0 : && targetm.can_change_mode_class (TYPE_MODE (ntype),
3722 : 0 : TYPE_MODE (type), ALL_REGS)
3723 : 0 : && ((optimize_vectors_before_lowering_p ()
3724 : 0 : && VECTOR_TYPE_P (ntype))
3725 : 0 : || target_supports_op_p (ntype, NEGATE_EXPR, optab_vector))
3726 : : )
3727 : : {
3728 : 0 : if (plusminus == PLUS_EXPR
3729 : : )
3730 : : {
3731 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1123;
3732 : 0 : {
3733 : 0 : tree res_op0;
3734 : 0 : {
3735 : 0 : tree _o1[1], _r1;
3736 : 0 : {
3737 : 0 : tree _o2[1], _r2;
3738 : 0 : {
3739 : 0 : tree _o3[1], _r3;
3740 : 0 : _o3[0] = captures[3];
3741 : 0 : _r3 = fold_build1_loc (loc, VIEW_CONVERT_EXPR, ntype, _o3[0]);
3742 : 0 : _o2[0] = _r3;
3743 : : }
3744 : 0 : _r2 = fold_build1_loc (loc, NEGATE_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
3745 : 0 : _o1[0] = _r2;
3746 : : }
3747 : 0 : _r1 = fold_build1_loc (loc, VIEW_CONVERT_EXPR, type, _o1[0]);
3748 : 0 : res_op0 = _r1;
3749 : : }
3750 : 0 : tree res_op1;
3751 : 0 : res_op1 = captures[2];
3752 : 0 : tree _r;
3753 : 0 : _r = fold_build2_loc (loc, PLUS_EXPR, type, res_op0, res_op1);
3754 : 0 : if (TREE_SIDE_EFFECTS (captures[0]))
3755 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
3756 : 0 : if (TREE_SIDE_EFFECTS (captures[1]))
3757 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
3758 : 0 : if (TREE_SIDE_EFFECTS (captures[4]))
3759 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[4]), _r);
3760 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 823, __FILE__, __LINE__, true);
3761 : 0 : return _r;
3762 : : }
3763 : 0 : next_after_fail1123:;
3764 : : }
3765 : : else
3766 : : {
3767 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1124;
3768 : 0 : {
3769 : 0 : tree res_op0;
3770 : 0 : res_op0 = captures[0];
3771 : 0 : tree res_op1;
3772 : 0 : {
3773 : 0 : tree _o1[1], _r1;
3774 : 0 : {
3775 : 0 : tree _o2[1], _r2;
3776 : 0 : {
3777 : 0 : tree _o3[1], _r3;
3778 : 0 : _o3[0] = captures[1];
3779 : 0 : _r3 = fold_build1_loc (loc, VIEW_CONVERT_EXPR, ntype, _o3[0]);
3780 : 0 : _o2[0] = _r3;
3781 : : }
3782 : 0 : _r2 = fold_build1_loc (loc, NEGATE_EXPR, TREE_TYPE (_o2[0]), _o2[0]);
3783 : 0 : _o1[0] = _r2;
3784 : : }
3785 : 0 : _r1 = fold_build1_loc (loc, VIEW_CONVERT_EXPR, type, _o1[0]);
3786 : 0 : res_op1 = _r1;
3787 : : }
3788 : 0 : tree _r;
3789 : 0 : _r = fold_build2_loc (loc, MINUS_EXPR, type, res_op0, res_op1);
3790 : 0 : if (TREE_SIDE_EFFECTS (captures[2]))
3791 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
3792 : 0 : if (TREE_SIDE_EFFECTS (captures[3]))
3793 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[3]), _r);
3794 : 0 : if (TREE_SIDE_EFFECTS (captures[4]))
3795 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[4]), _r);
3796 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 824, __FILE__, __LINE__, true);
3797 : 0 : return _r;
3798 : : }
3799 : 0 : next_after_fail1124:;
3800 : : }
3801 : : }
3802 : : }
3803 : : }
3804 : : }
3805 : : }
3806 : 0 : }
3807 : : }
3808 : 0 : }
3809 : : }
3810 : : return NULL_TREE;
3811 : : }
3812 : :
3813 : : tree
3814 : 1328 : generic_simplify_CONJ_EXPR (location_t ARG_UNUSED (loc), enum tree_code ARG_UNUSED (code), const tree ARG_UNUSED (type), tree _p0)
3815 : : {
3816 : 1328 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
3817 : 1328 : switch (TREE_CODE (_p0))
3818 : : {
3819 : 0 : CASE_CONVERT:
3820 : 0 : {
3821 : 0 : tree _q20 = TREE_OPERAND (_p0, 0);
3822 : 0 : switch (TREE_CODE (_q20))
3823 : : {
3824 : 0 : case CONJ_EXPR:
3825 : 0 : {
3826 : 0 : tree _q30 = TREE_OPERAND (_q20, 0);
3827 : 0 : {
3828 : 0 : tree captures[1] ATTRIBUTE_UNUSED = { _q30 };
3829 : 0 : tree res = generic_simplify_516 (loc, type, _p0, captures);
3830 : 0 : if (res) return res;
3831 : : }
3832 : 0 : break;
3833 : : }
3834 : 0 : case COMPLEX_EXPR:
3835 : 0 : {
3836 : 0 : tree _q30 = TREE_OPERAND (_q20, 0);
3837 : 0 : tree _q31 = TREE_OPERAND (_q20, 1);
3838 : 0 : {
3839 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31 };
3840 : 0 : {
3841 : 0 : tree itype = TREE_TYPE (type);
3842 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1242;
3843 : 0 : {
3844 : 0 : tree res_op0;
3845 : 0 : {
3846 : 0 : tree _o1[1], _r1;
3847 : 0 : _o1[0] = captures[2];
3848 : 0 : if (TREE_TYPE (_o1[0]) != itype)
3849 : : {
3850 : 0 : _r1 = fold_build1_loc (loc, NOP_EXPR, itype, _o1[0]);
3851 : : }
3852 : : else
3853 : : _r1 = _o1[0];
3854 : 0 : res_op0 = _r1;
3855 : : }
3856 : 0 : tree res_op1;
3857 : 0 : {
3858 : 0 : tree _o1[1], _r1;
3859 : 0 : {
3860 : 0 : tree _o2[1], _r2;
3861 : 0 : _o2[0] = captures[3];
3862 : 0 : if (TREE_TYPE (_o2[0]) != itype)
3863 : : {
3864 : 0 : _r2 = fold_build1_loc (loc, NOP_EXPR, itype, _o2[0]);
3865 : : }
3866 : : else
3867 : : _r2 = _o2[0];
3868 : 0 : _o1[0] = _r2;
3869 : : }
3870 : 0 : _r1 = fold_build1_loc (loc, NEGATE_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
3871 : 0 : res_op1 = _r1;
3872 : : }
3873 : 0 : tree _r;
3874 : 0 : _r = fold_build2_loc (loc, COMPLEX_EXPR, type, res_op0, res_op1);
3875 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 881, __FILE__, __LINE__, true);
3876 : 0 : return _r;
3877 : : }
3878 : 0 : next_after_fail1242:;
3879 : : }
3880 : : }
3881 : 0 : break;
3882 : : }
3883 : : default:;
3884 : : }
3885 : : break;
3886 : : }
3887 : 0 : case CONJ_EXPR:
3888 : 0 : {
3889 : 0 : tree _q20 = TREE_OPERAND (_p0, 0);
3890 : 0 : {
3891 : 0 : tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
3892 : 0 : tree res = generic_simplify_516 (loc, type, _p0, captures);
3893 : 0 : if (res) return res;
3894 : : }
3895 : 0 : break;
3896 : : }
3897 : 12 : case COMPLEX_EXPR:
3898 : 12 : {
3899 : 12 : tree _q20 = TREE_OPERAND (_p0, 0);
3900 : 12 : tree _q21 = TREE_OPERAND (_p0, 1);
3901 : 12 : {
3902 : 12 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p0, _q20, _q21 };
3903 : 12 : {
3904 : 12 : tree itype = TREE_TYPE (type);
3905 : 12 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1243;
3906 : 12 : {
3907 : 12 : tree res_op0;
3908 : 12 : {
3909 : 12 : tree _o1[1], _r1;
3910 : 12 : _o1[0] = captures[2];
3911 : 12 : if (TREE_TYPE (_o1[0]) != itype)
3912 : : {
3913 : 0 : _r1 = fold_build1_loc (loc, NOP_EXPR, itype, _o1[0]);
3914 : : }
3915 : : else
3916 : : _r1 = _o1[0];
3917 : 12 : res_op0 = _r1;
3918 : : }
3919 : 12 : tree res_op1;
3920 : 12 : {
3921 : 12 : tree _o1[1], _r1;
3922 : 12 : {
3923 : 12 : tree _o2[1], _r2;
3924 : 12 : _o2[0] = captures[3];
3925 : 12 : if (TREE_TYPE (_o2[0]) != itype)
3926 : : {
3927 : 0 : _r2 = fold_build1_loc (loc, NOP_EXPR, itype, _o2[0]);
3928 : : }
3929 : : else
3930 : : _r2 = _o2[0];
3931 : 12 : _o1[0] = _r2;
3932 : : }
3933 : 12 : _r1 = fold_build1_loc (loc, NEGATE_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
3934 : 12 : res_op1 = _r1;
3935 : : }
3936 : 12 : tree _r;
3937 : 12 : _r = fold_build2_loc (loc, COMPLEX_EXPR, type, res_op0, res_op1);
3938 : 12 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 881, __FILE__, __LINE__, true);
3939 : 12 : return _r;
3940 : : }
3941 : 0 : next_after_fail1243:;
3942 : : }
3943 : : }
3944 : 0 : break;
3945 : : }
3946 : : default:;
3947 : : }
3948 : : return NULL_TREE;
3949 : : }
3950 : :
3951 : : tree
3952 : 29637614 : generic_simplify_MINUS_EXPR (location_t ARG_UNUSED (loc), enum tree_code ARG_UNUSED (code), const tree ARG_UNUSED (type), tree _p0, tree _p1)
3953 : : {
3954 : 29637614 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
3955 : 29637614 : if (integer_zerop (_p1))
3956 : : {
3957 : 1885700 : {
3958 : 1885700 : tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
3959 : 1885700 : if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1270;
3960 : 1885700 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1270;
3961 : 1885700 : {
3962 : 1885700 : tree res_op0;
3963 : 1885700 : res_op0 = captures[0];
3964 : 1885700 : tree _r;
3965 : 1885700 : _r = non_lvalue_loc (loc, res_op0);
3966 : 1885700 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 882, __FILE__, __LINE__, true);
3967 : 1885700 : return _r;
3968 : : }
3969 : : next_after_fail1270:;
3970 : : }
3971 : : }
3972 : 27751914 : if (real_zerop (_p1))
3973 : : {
3974 : 1123 : {
3975 : 1123 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
3976 : 1123 : if (fold_real_zero_addition_p (type, captures[0], captures[1], 1)
3977 : : )
3978 : : {
3979 : 736 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1271;
3980 : 736 : {
3981 : 736 : tree res_op0;
3982 : 736 : res_op0 = captures[0];
3983 : 736 : tree _r;
3984 : 736 : _r = non_lvalue_loc (loc, res_op0);
3985 : 736 : if (TREE_SIDE_EFFECTS (captures[1]))
3986 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
3987 : 736 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 899, __FILE__, __LINE__, true);
3988 : 736 : return _r;
3989 : : }
3990 : 0 : next_after_fail1271:;
3991 : : }
3992 : : }
3993 : : }
3994 : 27751178 : switch (TREE_CODE (_p0))
3995 : : {
3996 : 2083295 : case PLUS_EXPR:
3997 : 2083295 : {
3998 : 2083295 : tree _q20 = TREE_OPERAND (_p0, 0);
3999 : 2083295 : tree _q21 = TREE_OPERAND (_p0, 1);
4000 : 2083295 : switch (TREE_CODE (_q21))
4001 : : {
4002 : 154363 : case REAL_CST:
4003 : 154363 : {
4004 : 154363 : switch (TREE_CODE (_p1))
4005 : : {
4006 : 11 : case REAL_CST:
4007 : 11 : {
4008 : 11 : {
4009 : 11 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _p1 };
4010 : 11 : tree res = generic_simplify_3 (loc, type, _p0, _p1, captures, MINUS_EXPR, PLUS_EXPR);
4011 : 11 : if (res) return res;
4012 : : }
4013 : 8 : break;
4014 : : }
4015 : : default:;
4016 : : }
4017 : : break;
4018 : : }
4019 : : default:;
4020 : : }
4021 : : break;
4022 : : }
4023 : 1076820 : case MINUS_EXPR:
4024 : 1076820 : {
4025 : 1076820 : tree _q20 = TREE_OPERAND (_p0, 0);
4026 : 1076820 : tree _q21 = TREE_OPERAND (_p0, 1);
4027 : 1076820 : switch (TREE_CODE (_q21))
4028 : : {
4029 : 97024 : case REAL_CST:
4030 : 97024 : {
4031 : 97024 : switch (TREE_CODE (_p1))
4032 : : {
4033 : 40 : case REAL_CST:
4034 : 40 : {
4035 : 40 : {
4036 : 40 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _p1 };
4037 : 40 : tree res = generic_simplify_3 (loc, type, _p0, _p1, captures, MINUS_EXPR, MINUS_EXPR);
4038 : 40 : if (res) return res;
4039 : : }
4040 : 38 : break;
4041 : : }
4042 : : default:;
4043 : : }
4044 : : break;
4045 : : }
4046 : : default:;
4047 : : }
4048 : : break;
4049 : : }
4050 : 27751173 : default:;
4051 : : }
4052 : 27751173 : if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
4053 : : {
4054 : 167182 : {
4055 : 167182 : tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
4056 : 166457 : if (!FLOAT_TYPE_P (type)
4057 : 167183 : || (!tree_expr_maybe_nan_p (captures[0])
4058 : 95 : && !tree_expr_maybe_infinite_p (captures[0])
4059 : 15 : && (!HONOR_SIGN_DEPENDENT_ROUNDING (type)
4060 : 1 : || !HONOR_SIGNED_ZEROS (type)))
4061 : : )
4062 : : {
4063 : 166470 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1272;
4064 : 166470 : {
4065 : 166470 : tree _r;
4066 : 166470 : _r = build_zero_cst (type);
4067 : 166470 : if (TREE_SIDE_EFFECTS (captures[0]))
4068 : 36 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
4069 : 166470 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 900, __FILE__, __LINE__, true);
4070 : 166470 : return _r;
4071 : : }
4072 : 0 : next_after_fail1272:;
4073 : : }
4074 : : }
4075 : : }
4076 : 27584703 : switch (TREE_CODE (_p0))
4077 : : {
4078 : 7266121 : CASE_CONVERT:
4079 : 7266121 : {
4080 : 7266121 : tree _q20 = TREE_OPERAND (_p0, 0);
4081 : 7266121 : switch (TREE_CODE (_p1))
4082 : : {
4083 : 3488109 : CASE_CONVERT:
4084 : 3488109 : {
4085 : 3488109 : tree _q40 = TREE_OPERAND (_p1, 0);
4086 : 3488109 : switch (TREE_CODE (_q40))
4087 : : {
4088 : 100398 : case MULT_EXPR:
4089 : 100398 : {
4090 : 100398 : tree _q50 = TREE_OPERAND (_q40, 0);
4091 : 100398 : tree _q51 = TREE_OPERAND (_q40, 1);
4092 : 100398 : switch (TREE_CODE (_q50))
4093 : : {
4094 : 21 : case TRUNC_DIV_EXPR:
4095 : 21 : {
4096 : 21 : tree _q60 = TREE_OPERAND (_q50, 0);
4097 : 21 : tree _q61 = TREE_OPERAND (_q50, 1);
4098 : 21 : if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || operand_equal_p (_q60, _q20, 0))
4099 : : {
4100 : 21 : if ((_q51 == _q61 && ! TREE_SIDE_EFFECTS (_q51)) || operand_equal_p (_q51, _q61, 0))
4101 : : {
4102 : 21 : {
4103 : 21 : tree captures[4] ATTRIBUTE_UNUSED = { _q60, _q61, _q20, _q61 };
4104 : 21 : tree res = generic_simplify_38 (loc, type, _p0, _p1, captures);
4105 : 21 : if (res) return res;
4106 : : }
4107 : : }
4108 : : }
4109 : : break;
4110 : : }
4111 : 100377 : default:;
4112 : : }
4113 : 100377 : switch (TREE_CODE (_q51))
4114 : : {
4115 : 0 : case TRUNC_DIV_EXPR:
4116 : 0 : {
4117 : 0 : tree _q70 = TREE_OPERAND (_q51, 0);
4118 : 0 : tree _q71 = TREE_OPERAND (_q51, 1);
4119 : 0 : if ((_q70 == _q20 && ! TREE_SIDE_EFFECTS (_q70)) || operand_equal_p (_q70, _q20, 0))
4120 : : {
4121 : 0 : if ((_q71 == _q50 && ! TREE_SIDE_EFFECTS (_q71)) || operand_equal_p (_q71, _q50, 0))
4122 : : {
4123 : 0 : {
4124 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _q70, _q71, _q20, _q50 };
4125 : 0 : tree res = generic_simplify_38 (loc, type, _p0, _p1, captures);
4126 : 0 : if (res) return res;
4127 : : }
4128 : : }
4129 : : }
4130 : : break;
4131 : : }
4132 : : default:;
4133 : : }
4134 : : break;
4135 : : }
4136 : : default:;
4137 : : }
4138 : : break;
4139 : : }
4140 : 130536 : case MULT_EXPR:
4141 : 130536 : {
4142 : 130536 : tree _q40 = TREE_OPERAND (_p1, 0);
4143 : 130536 : tree _q41 = TREE_OPERAND (_p1, 1);
4144 : 130536 : switch (TREE_CODE (_q40))
4145 : : {
4146 : 1753 : case TRUNC_DIV_EXPR:
4147 : 1753 : {
4148 : 1753 : tree _q50 = TREE_OPERAND (_q40, 0);
4149 : 1753 : tree _q51 = TREE_OPERAND (_q40, 1);
4150 : 1753 : if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || operand_equal_p (_q50, _q20, 0))
4151 : : {
4152 : 8 : if ((_q41 == _q51 && ! TREE_SIDE_EFFECTS (_q41)) || operand_equal_p (_q41, _q51, 0))
4153 : : {
4154 : 8 : {
4155 : 8 : tree captures[4] ATTRIBUTE_UNUSED = { _q50, _q51, _q20, _q51 };
4156 : 8 : tree res = generic_simplify_38 (loc, type, _p0, _p1, captures);
4157 : 8 : if (res) return res;
4158 : : }
4159 : : }
4160 : : }
4161 : : break;
4162 : : }
4163 : 130528 : default:;
4164 : : }
4165 : 130528 : switch (TREE_CODE (_q41))
4166 : : {
4167 : 0 : case TRUNC_DIV_EXPR:
4168 : 0 : {
4169 : 0 : tree _q60 = TREE_OPERAND (_q41, 0);
4170 : 0 : tree _q61 = TREE_OPERAND (_q41, 1);
4171 : 0 : if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || operand_equal_p (_q60, _q20, 0))
4172 : : {
4173 : 0 : if ((_q61 == _q40 && ! TREE_SIDE_EFFECTS (_q61)) || operand_equal_p (_q61, _q40, 0))
4174 : : {
4175 : 0 : {
4176 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _q60, _q61, _q20, _q40 };
4177 : 0 : tree res = generic_simplify_38 (loc, type, _p0, _p1, captures);
4178 : 0 : if (res) return res;
4179 : : }
4180 : : }
4181 : : }
4182 : : break;
4183 : : }
4184 : : default:;
4185 : : }
4186 : : break;
4187 : : }
4188 : : default:;
4189 : : }
4190 : : break;
4191 : : }
4192 : 27584674 : default:;
4193 : : }
4194 : 27584674 : switch (TREE_CODE (_p1))
4195 : : {
4196 : 6285151 : CASE_CONVERT:
4197 : 6285151 : {
4198 : 6285151 : tree _q30 = TREE_OPERAND (_p1, 0);
4199 : 6285151 : switch (TREE_CODE (_q30))
4200 : : {
4201 : 131463 : case MULT_EXPR:
4202 : 131463 : {
4203 : 131463 : tree _q40 = TREE_OPERAND (_q30, 0);
4204 : 131463 : tree _q41 = TREE_OPERAND (_q30, 1);
4205 : 131463 : switch (TREE_CODE (_q40))
4206 : : {
4207 : 12 : case TRUNC_DIV_EXPR:
4208 : 12 : {
4209 : 12 : tree _q50 = TREE_OPERAND (_q40, 0);
4210 : 12 : tree _q51 = TREE_OPERAND (_q40, 1);
4211 : 12 : if ((_q50 == _p0 && ! TREE_SIDE_EFFECTS (_q50)) || operand_equal_p (_q50, _p0, 0))
4212 : : {
4213 : 2 : if ((_q41 == _q51 && ! TREE_SIDE_EFFECTS (_q41)) || operand_equal_p (_q41, _q51, 0))
4214 : : {
4215 : 2 : {
4216 : 2 : tree captures[4] ATTRIBUTE_UNUSED = { _q50, _q51, _p0, _q51 };
4217 : 2 : tree res = generic_simplify_38 (loc, type, _p0, _p1, captures);
4218 : 2 : if (res) return res;
4219 : : }
4220 : : }
4221 : : }
4222 : : break;
4223 : : }
4224 : 131461 : default:;
4225 : : }
4226 : 131461 : switch (TREE_CODE (_q41))
4227 : : {
4228 : 0 : case TRUNC_DIV_EXPR:
4229 : 0 : {
4230 : 0 : tree _q60 = TREE_OPERAND (_q41, 0);
4231 : 0 : tree _q61 = TREE_OPERAND (_q41, 1);
4232 : 0 : if ((_q60 == _p0 && ! TREE_SIDE_EFFECTS (_q60)) || operand_equal_p (_q60, _p0, 0))
4233 : : {
4234 : 0 : if ((_q61 == _q40 && ! TREE_SIDE_EFFECTS (_q61)) || operand_equal_p (_q61, _q40, 0))
4235 : : {
4236 : 0 : {
4237 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _q60, _q61, _p0, _q40 };
4238 : 0 : tree res = generic_simplify_38 (loc, type, _p0, _p1, captures);
4239 : 0 : if (res) return res;
4240 : : }
4241 : : }
4242 : : }
4243 : : break;
4244 : : }
4245 : : default:;
4246 : : }
4247 : : break;
4248 : : }
4249 : : default:;
4250 : : }
4251 : : break;
4252 : : }
4253 : 2031700 : case MULT_EXPR:
4254 : 2031700 : {
4255 : 2031700 : tree _q30 = TREE_OPERAND (_p1, 0);
4256 : 2031700 : tree _q31 = TREE_OPERAND (_p1, 1);
4257 : 2031700 : switch (TREE_CODE (_q30))
4258 : : {
4259 : 2146 : case TRUNC_DIV_EXPR:
4260 : 2146 : {
4261 : 2146 : tree _q40 = TREE_OPERAND (_q30, 0);
4262 : 2146 : tree _q41 = TREE_OPERAND (_q30, 1);
4263 : 2146 : if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || operand_equal_p (_q40, _p0, 0))
4264 : : {
4265 : 51 : if ((_q31 == _q41 && ! TREE_SIDE_EFFECTS (_q31)) || operand_equal_p (_q31, _q41, 0))
4266 : : {
4267 : 51 : {
4268 : 51 : tree captures[4] ATTRIBUTE_UNUSED = { _q40, _q41, _p0, _q41 };
4269 : 51 : tree res = generic_simplify_38 (loc, type, _p0, _p1, captures);
4270 : 51 : if (res) return res;
4271 : : }
4272 : : }
4273 : : }
4274 : : break;
4275 : : }
4276 : 2031649 : default:;
4277 : : }
4278 : 2031649 : switch (TREE_CODE (_q31))
4279 : : {
4280 : 0 : case TRUNC_DIV_EXPR:
4281 : 0 : {
4282 : 0 : tree _q50 = TREE_OPERAND (_q31, 0);
4283 : 0 : tree _q51 = TREE_OPERAND (_q31, 1);
4284 : 0 : if ((_q50 == _p0 && ! TREE_SIDE_EFFECTS (_q50)) || operand_equal_p (_q50, _p0, 0))
4285 : : {
4286 : 0 : if ((_q51 == _q30 && ! TREE_SIDE_EFFECTS (_q51)) || operand_equal_p (_q51, _q30, 0))
4287 : : {
4288 : 0 : {
4289 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _q50, _q51, _p0, _q30 };
4290 : 0 : tree res = generic_simplify_38 (loc, type, _p0, _p1, captures);
4291 : 0 : if (res) return res;
4292 : : }
4293 : : }
4294 : : }
4295 : : break;
4296 : : }
4297 : : default:;
4298 : : }
4299 : : break;
4300 : : }
4301 : 27584621 : default:;
4302 : : }
4303 : 27584621 : switch (TREE_CODE (_p0))
4304 : : {
4305 : 1822773 : case MULT_EXPR:
4306 : 1822773 : {
4307 : 1822773 : tree _q20 = TREE_OPERAND (_p0, 0);
4308 : 1822773 : tree _q21 = TREE_OPERAND (_p0, 1);
4309 : 1822773 : switch (TREE_CODE (_q21))
4310 : : {
4311 : 588 : case PLUS_EXPR:
4312 : 588 : {
4313 : 588 : tree _q40 = TREE_OPERAND (_q21, 0);
4314 : 588 : tree _q41 = TREE_OPERAND (_q21, 1);
4315 : 588 : switch (TREE_CODE (_q40))
4316 : : {
4317 : 0 : case TRUNC_DIV_EXPR:
4318 : 0 : {
4319 : 0 : tree _q50 = TREE_OPERAND (_q40, 0);
4320 : 0 : tree _q51 = TREE_OPERAND (_q40, 1);
4321 : 0 : if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
4322 : : {
4323 : 0 : if (integer_onep (_q41))
4324 : : {
4325 : 0 : if ((_p1 == _q50 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q50, 0) && types_match (_p1, _q50)))
4326 : : {
4327 : 0 : {
4328 : 0 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q40, _q50 };
4329 : 0 : tree res = generic_simplify_39 (loc, type, _p0, _p1, captures);
4330 : 0 : if (res) return res;
4331 : : }
4332 : : }
4333 : : }
4334 : : }
4335 : : break;
4336 : : }
4337 : : default:;
4338 : : }
4339 : : break;
4340 : : }
4341 : 1822773 : default:;
4342 : : }
4343 : 1822773 : switch (TREE_CODE (_q20))
4344 : : {
4345 : 97571 : case PLUS_EXPR:
4346 : 97571 : {
4347 : 97571 : tree _q30 = TREE_OPERAND (_q20, 0);
4348 : 97571 : tree _q31 = TREE_OPERAND (_q20, 1);
4349 : 97571 : switch (TREE_CODE (_q30))
4350 : : {
4351 : 1 : case TRUNC_DIV_EXPR:
4352 : 1 : {
4353 : 1 : tree _q40 = TREE_OPERAND (_q30, 0);
4354 : 1 : tree _q41 = TREE_OPERAND (_q30, 1);
4355 : 1 : if (integer_onep (_q31))
4356 : : {
4357 : 1 : if ((_q21 == _q41 && ! TREE_SIDE_EFFECTS (_q21)) || (operand_equal_p (_q21, _q41, 0) && types_match (_q21, _q41)))
4358 : : {
4359 : 1 : if ((_p1 == _q40 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q40, 0) && types_match (_p1, _q40)))
4360 : : {
4361 : 1 : {
4362 : 1 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q41, _q20, _q30, _q40 };
4363 : 1 : tree res = generic_simplify_39 (loc, type, _p0, _p1, captures);
4364 : 1 : if (res) return res;
4365 : : }
4366 : : }
4367 : : }
4368 : : }
4369 : : break;
4370 : : }
4371 : : default:;
4372 : : }
4373 : : break;
4374 : : }
4375 : : default:;
4376 : : }
4377 : : break;
4378 : : }
4379 : 1279 : case LSHIFT_EXPR:
4380 : 1279 : {
4381 : 1279 : tree _q20 = TREE_OPERAND (_p0, 0);
4382 : 1279 : tree _q21 = TREE_OPERAND (_p0, 1);
4383 : 1279 : switch (TREE_CODE (_p1))
4384 : : {
4385 : 0 : case LSHIFT_EXPR:
4386 : 0 : {
4387 : 0 : tree _q50 = TREE_OPERAND (_p1, 0);
4388 : 0 : tree _q51 = TREE_OPERAND (_p1, 1);
4389 : 0 : if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
4390 : : {
4391 : 0 : {
4392 : 0 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _p1, _q50 };
4393 : 0 : tree res = generic_simplify_5 (loc, type, _p0, _p1, captures, MINUS_EXPR);
4394 : 0 : if (res) return res;
4395 : : }
4396 : : }
4397 : : break;
4398 : : }
4399 : : default:;
4400 : : }
4401 : : break;
4402 : : }
4403 : 1187 : case BIT_AND_EXPR:
4404 : 1187 : {
4405 : 1187 : tree _q20 = TREE_OPERAND (_p0, 0);
4406 : 1187 : tree _q21 = TREE_OPERAND (_p0, 1);
4407 : 1187 : switch (TREE_CODE (_q21))
4408 : : {
4409 : 0 : case BIT_NOT_EXPR:
4410 : 0 : {
4411 : 0 : tree _q40 = TREE_OPERAND (_q21, 0);
4412 : 0 : switch (TREE_CODE (_p1))
4413 : : {
4414 : 0 : case BIT_AND_EXPR:
4415 : 0 : {
4416 : 0 : tree _q60 = TREE_OPERAND (_p1, 0);
4417 : 0 : tree _q61 = TREE_OPERAND (_p1, 1);
4418 : 0 : if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
4419 : : {
4420 : 0 : if ((_q61 == _q40 && ! TREE_SIDE_EFFECTS (_q61)) || (operand_equal_p (_q61, _q40, 0) && types_match (_q61, _q40)))
4421 : : {
4422 : 0 : {
4423 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q40, _p1 };
4424 : 0 : tree res = generic_simplify_40 (loc, type, _p0, _p1, captures);
4425 : 0 : if (res) return res;
4426 : : }
4427 : : }
4428 : : }
4429 : 0 : if ((_q60 == _q40 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q40, 0) && types_match (_q60, _q40)))
4430 : : {
4431 : 0 : if ((_q61 == _q20 && ! TREE_SIDE_EFFECTS (_q61)) || (operand_equal_p (_q61, _q20, 0) && types_match (_q61, _q20)))
4432 : : {
4433 : 0 : {
4434 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q40, _p1 };
4435 : 0 : tree res = generic_simplify_40 (loc, type, _p0, _p1, captures);
4436 : 0 : if (res) return res;
4437 : : }
4438 : : }
4439 : : }
4440 : : break;
4441 : : }
4442 : : default:;
4443 : : }
4444 : : break;
4445 : : }
4446 : 1187 : default:;
4447 : : }
4448 : 1187 : switch (TREE_CODE (_q20))
4449 : : {
4450 : 27 : case BIT_NOT_EXPR:
4451 : 27 : {
4452 : 27 : tree _q30 = TREE_OPERAND (_q20, 0);
4453 : 27 : switch (TREE_CODE (_p1))
4454 : : {
4455 : 21 : case BIT_AND_EXPR:
4456 : 21 : {
4457 : 21 : tree _q60 = TREE_OPERAND (_p1, 0);
4458 : 21 : tree _q61 = TREE_OPERAND (_p1, 1);
4459 : 21 : if ((_q60 == _q21 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q21, 0) && types_match (_q60, _q21)))
4460 : : {
4461 : 0 : if ((_q61 == _q30 && ! TREE_SIDE_EFFECTS (_q61)) || (operand_equal_p (_q61, _q30, 0) && types_match (_q61, _q30)))
4462 : : {
4463 : 0 : {
4464 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q21, _q30, _p1 };
4465 : 0 : tree res = generic_simplify_40 (loc, type, _p0, _p1, captures);
4466 : 0 : if (res) return res;
4467 : : }
4468 : : }
4469 : : }
4470 : 21 : if ((_q60 == _q30 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q30, 0) && types_match (_q60, _q30)))
4471 : : {
4472 : 21 : if ((_q61 == _q21 && ! TREE_SIDE_EFFECTS (_q61)) || (operand_equal_p (_q61, _q21, 0) && types_match (_q61, _q21)))
4473 : : {
4474 : 21 : {
4475 : 21 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q21, _q30, _p1 };
4476 : 21 : tree res = generic_simplify_40 (loc, type, _p0, _p1, captures);
4477 : 21 : if (res) return res;
4478 : : }
4479 : : }
4480 : : }
4481 : : break;
4482 : : }
4483 : : default:;
4484 : : }
4485 : : break;
4486 : : }
4487 : 1166 : default:;
4488 : : }
4489 : 1166 : switch (TREE_CODE (_q21))
4490 : : {
4491 : 1126 : case INTEGER_CST:
4492 : 1126 : {
4493 : 1126 : switch (TREE_CODE (_p1))
4494 : : {
4495 : 22 : case BIT_AND_EXPR:
4496 : 22 : {
4497 : 22 : tree _q50 = TREE_OPERAND (_p1, 0);
4498 : 22 : tree _q51 = TREE_OPERAND (_p1, 1);
4499 : 22 : if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
4500 : : {
4501 : 0 : switch (TREE_CODE (_q51))
4502 : : {
4503 : 0 : case INTEGER_CST:
4504 : 0 : {
4505 : 0 : {
4506 : 0 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _p1, _q51 };
4507 : 0 : if (~wi::to_wide (captures[2]) == wi::to_wide (captures[4])
4508 : : )
4509 : : {
4510 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1273;
4511 : 0 : {
4512 : 0 : if (! tree_invariant_p (captures[4])) goto next_after_fail1273;
4513 : 0 : tree res_op0;
4514 : 0 : {
4515 : 0 : tree _o1[2], _r1;
4516 : 0 : _o1[0] = captures[1];
4517 : 0 : _o1[1] = unshare_expr (captures[4]);
4518 : 0 : _r1 = fold_build2_loc (loc, BIT_XOR_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
4519 : 0 : res_op0 = _r1;
4520 : : }
4521 : 0 : tree res_op1;
4522 : 0 : res_op1 = captures[4];
4523 : 0 : tree _r;
4524 : 0 : _r = fold_build2_loc (loc, MINUS_EXPR, type, res_op0, res_op1);
4525 : 0 : if (TREE_SIDE_EFFECTS (captures[2]))
4526 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
4527 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 901, __FILE__, __LINE__, true);
4528 : 0 : return _r;
4529 : : }
4530 : 0 : next_after_fail1273:;
4531 : : }
4532 : : }
4533 : 0 : break;
4534 : : }
4535 : : default:;
4536 : : }
4537 : : }
4538 : : break;
4539 : : }
4540 : : default:;
4541 : : }
4542 : : break;
4543 : : }
4544 : 1166 : default:;
4545 : : }
4546 : 1166 : switch (TREE_CODE (_p1))
4547 : : {
4548 : 25 : case BIT_AND_EXPR:
4549 : 25 : {
4550 : 25 : tree _q50 = TREE_OPERAND (_p1, 0);
4551 : 25 : tree _q51 = TREE_OPERAND (_p1, 1);
4552 : 25 : if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
4553 : : {
4554 : 0 : switch (TREE_CODE (_q51))
4555 : : {
4556 : 0 : case BIT_NOT_EXPR:
4557 : 0 : {
4558 : 0 : tree _q70 = TREE_OPERAND (_q51, 0);
4559 : 0 : if ((_q70 == _q21 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q21, 0) && types_match (_q70, _q21)))
4560 : : {
4561 : 0 : {
4562 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _p1 };
4563 : 0 : tree res = generic_simplify_41 (loc, type, _p0, _p1, captures);
4564 : 0 : if (res) return res;
4565 : : }
4566 : : }
4567 : : break;
4568 : : }
4569 : : default:;
4570 : : }
4571 : : }
4572 : 25 : switch (TREE_CODE (_q50))
4573 : : {
4574 : 0 : case BIT_NOT_EXPR:
4575 : 0 : {
4576 : 0 : tree _q60 = TREE_OPERAND (_q50, 0);
4577 : 0 : if ((_q60 == _q21 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q21, 0) && types_match (_q60, _q21)))
4578 : : {
4579 : 0 : if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
4580 : : {
4581 : 0 : {
4582 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _p1 };
4583 : 0 : tree res = generic_simplify_41 (loc, type, _p0, _p1, captures);
4584 : 0 : if (res) return res;
4585 : : }
4586 : : }
4587 : : }
4588 : 0 : if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
4589 : : {
4590 : 0 : if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
4591 : : {
4592 : 0 : {
4593 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q21, _q20, _p1 };
4594 : 0 : tree res = generic_simplify_41 (loc, type, _p0, _p1, captures);
4595 : 0 : if (res) return res;
4596 : : }
4597 : : }
4598 : : }
4599 : : break;
4600 : : }
4601 : 25 : default:;
4602 : : }
4603 : 25 : if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
4604 : : {
4605 : 0 : switch (TREE_CODE (_q51))
4606 : : {
4607 : 0 : case BIT_NOT_EXPR:
4608 : 0 : {
4609 : 0 : tree _q70 = TREE_OPERAND (_q51, 0);
4610 : 0 : if ((_q70 == _q20 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q20, 0) && types_match (_q70, _q20)))
4611 : : {
4612 : 0 : {
4613 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q21, _q20, _p1 };
4614 : 0 : tree res = generic_simplify_41 (loc, type, _p0, _p1, captures);
4615 : 0 : if (res) return res;
4616 : : }
4617 : : }
4618 : : break;
4619 : : }
4620 : : default:;
4621 : : }
4622 : : }
4623 : : break;
4624 : : }
4625 : 2 : case PLUS_EXPR:
4626 : 2 : {
4627 : 2 : tree _q50 = TREE_OPERAND (_p1, 0);
4628 : 2 : tree _q51 = TREE_OPERAND (_p1, 1);
4629 : 2 : switch (TREE_CODE (_q50))
4630 : : {
4631 : 2 : case BIT_IOR_EXPR:
4632 : 2 : {
4633 : 2 : tree _q60 = TREE_OPERAND (_q50, 0);
4634 : 2 : tree _q61 = TREE_OPERAND (_q50, 1);
4635 : 2 : if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
4636 : : {
4637 : 2 : if ((_q61 == _q21 && ! TREE_SIDE_EFFECTS (_q61)) || (operand_equal_p (_q61, _q21, 0) && types_match (_q61, _q21)))
4638 : : {
4639 : 2 : if (integer_onep (_q51))
4640 : : {
4641 : 2 : {
4642 : 2 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
4643 : 2 : tree res = generic_simplify_42 (loc, type, _p0, _p1, captures);
4644 : 2 : if (res) return res;
4645 : : }
4646 : : }
4647 : : }
4648 : : }
4649 : 0 : if ((_q60 == _q21 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q21, 0) && types_match (_q60, _q21)))
4650 : : {
4651 : 0 : if ((_q61 == _q20 && ! TREE_SIDE_EFFECTS (_q61)) || (operand_equal_p (_q61, _q20, 0) && types_match (_q61, _q20)))
4652 : : {
4653 : 0 : if (integer_onep (_q51))
4654 : : {
4655 : 0 : {
4656 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
4657 : 0 : tree res = generic_simplify_42 (loc, type, _p0, _p1, captures);
4658 : 0 : if (res) return res;
4659 : : }
4660 : : }
4661 : : }
4662 : : }
4663 : : break;
4664 : : }
4665 : 0 : default:;
4666 : : }
4667 : 0 : {
4668 : 0 : tree _q50_pops[1];
4669 : 0 : if (tree_nop_convert (_q50, _q50_pops))
4670 : : {
4671 : 0 : tree _q60 = _q50_pops[0];
4672 : 0 : switch (TREE_CODE (_q60))
4673 : : {
4674 : 0 : case BIT_IOR_EXPR:
4675 : 0 : {
4676 : 0 : tree _q70 = TREE_OPERAND (_q60, 0);
4677 : 0 : tree _q71 = TREE_OPERAND (_q60, 1);
4678 : 0 : if ((_q70 == _q20 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q20, 0) && types_match (_q70, _q20)))
4679 : : {
4680 : 0 : if ((_q71 == _q21 && ! TREE_SIDE_EFFECTS (_q71)) || (operand_equal_p (_q71, _q21, 0) && types_match (_q71, _q21)))
4681 : : {
4682 : 0 : if (integer_onep (_q51))
4683 : : {
4684 : 0 : {
4685 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
4686 : 0 : tree res = generic_simplify_42 (loc, type, _p0, _p1, captures);
4687 : 0 : if (res) return res;
4688 : : }
4689 : : }
4690 : : }
4691 : : }
4692 : 0 : if ((_q70 == _q21 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q21, 0) && types_match (_q70, _q21)))
4693 : : {
4694 : 0 : if ((_q71 == _q20 && ! TREE_SIDE_EFFECTS (_q71)) || (operand_equal_p (_q71, _q20, 0) && types_match (_q71, _q20)))
4695 : : {
4696 : 0 : if (integer_onep (_q51))
4697 : : {
4698 : 0 : {
4699 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
4700 : 0 : tree res = generic_simplify_42 (loc, type, _p0, _p1, captures);
4701 : 0 : if (res) return res;
4702 : : }
4703 : : }
4704 : : }
4705 : : }
4706 : : break;
4707 : : }
4708 : : default:;
4709 : : }
4710 : : }
4711 : : }
4712 : 0 : break;
4713 : : }
4714 : 1164 : default:;
4715 : : }
4716 : 1164 : {
4717 : 1164 : tree _p1_pops[1];
4718 : 1164 : if (tree_nop_convert (_p1, _p1_pops))
4719 : : {
4720 : 7 : tree _q50 = _p1_pops[0];
4721 : 7 : switch (TREE_CODE (_q50))
4722 : : {
4723 : 0 : case PLUS_EXPR:
4724 : 0 : {
4725 : 0 : tree _q60 = TREE_OPERAND (_q50, 0);
4726 : 0 : tree _q61 = TREE_OPERAND (_q50, 1);
4727 : 0 : switch (TREE_CODE (_q60))
4728 : : {
4729 : 0 : case BIT_IOR_EXPR:
4730 : 0 : {
4731 : 0 : tree _q70 = TREE_OPERAND (_q60, 0);
4732 : 0 : tree _q71 = TREE_OPERAND (_q60, 1);
4733 : 0 : if ((_q70 == _q20 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q20, 0) && types_match (_q70, _q20)))
4734 : : {
4735 : 0 : if ((_q71 == _q21 && ! TREE_SIDE_EFFECTS (_q71)) || (operand_equal_p (_q71, _q21, 0) && types_match (_q71, _q21)))
4736 : : {
4737 : 0 : if (integer_onep (_q61))
4738 : : {
4739 : 0 : {
4740 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q50 };
4741 : 0 : tree res = generic_simplify_42 (loc, type, _p0, _p1, captures);
4742 : 0 : if (res) return res;
4743 : : }
4744 : : }
4745 : : }
4746 : : }
4747 : 0 : if ((_q70 == _q21 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q21, 0) && types_match (_q70, _q21)))
4748 : : {
4749 : 0 : if ((_q71 == _q20 && ! TREE_SIDE_EFFECTS (_q71)) || (operand_equal_p (_q71, _q20, 0) && types_match (_q71, _q20)))
4750 : : {
4751 : 0 : if (integer_onep (_q61))
4752 : : {
4753 : 0 : {
4754 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q50 };
4755 : 0 : tree res = generic_simplify_42 (loc, type, _p0, _p1, captures);
4756 : 0 : if (res) return res;
4757 : : }
4758 : : }
4759 : : }
4760 : : }
4761 : : break;
4762 : : }
4763 : 0 : default:;
4764 : : }
4765 : 0 : {
4766 : 0 : tree _q60_pops[1];
4767 : 0 : if (tree_nop_convert (_q60, _q60_pops))
4768 : : {
4769 : 0 : tree _q70 = _q60_pops[0];
4770 : 0 : switch (TREE_CODE (_q70))
4771 : : {
4772 : 0 : case BIT_IOR_EXPR:
4773 : 0 : {
4774 : 0 : tree _q80 = TREE_OPERAND (_q70, 0);
4775 : 0 : tree _q81 = TREE_OPERAND (_q70, 1);
4776 : 0 : if ((_q80 == _q20 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q20, 0) && types_match (_q80, _q20)))
4777 : : {
4778 : 0 : if ((_q81 == _q21 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q21, 0) && types_match (_q81, _q21)))
4779 : : {
4780 : 0 : if (integer_onep (_q61))
4781 : : {
4782 : 0 : {
4783 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q50 };
4784 : 0 : tree res = generic_simplify_42 (loc, type, _p0, _p1, captures);
4785 : 0 : if (res) return res;
4786 : : }
4787 : : }
4788 : : }
4789 : : }
4790 : 0 : if ((_q80 == _q21 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q21, 0) && types_match (_q80, _q21)))
4791 : : {
4792 : 0 : if ((_q81 == _q20 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q20, 0) && types_match (_q81, _q20)))
4793 : : {
4794 : 0 : if (integer_onep (_q61))
4795 : : {
4796 : 0 : {
4797 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q50 };
4798 : 0 : tree res = generic_simplify_42 (loc, type, _p0, _p1, captures);
4799 : 0 : if (res) return res;
4800 : : }
4801 : : }
4802 : : }
4803 : : }
4804 : : break;
4805 : : }
4806 : : default:;
4807 : : }
4808 : : }
4809 : : }
4810 : 0 : break;
4811 : : }
4812 : : default:;
4813 : : }
4814 : : }
4815 : : }
4816 : 1164 : break;
4817 : : }
4818 : 2830 : case BIT_NOT_EXPR:
4819 : 2830 : {
4820 : 2830 : tree _q20 = TREE_OPERAND (_p0, 0);
4821 : 2830 : switch (TREE_CODE (_p1))
4822 : : {
4823 : 22 : case BIT_NOT_EXPR:
4824 : 22 : {
4825 : 22 : tree _q40 = TREE_OPERAND (_p1, 0);
4826 : 22 : {
4827 : 22 : tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q40 };
4828 : 22 : if (!TYPE_OVERFLOW_SANITIZED (type)
4829 : : )
4830 : : {
4831 : 9 : {
4832 : 9 : tree utype = unsigned_type_for (type);
4833 : 9 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1274;
4834 : 9 : {
4835 : 9 : tree res_op0;
4836 : 9 : {
4837 : 9 : tree _o1[2], _r1;
4838 : 9 : {
4839 : 9 : tree _o2[1], _r2;
4840 : 9 : _o2[0] = captures[1];
4841 : 9 : if (TREE_TYPE (_o2[0]) != utype)
4842 : : {
4843 : 9 : _r2 = fold_build1_loc (loc, NOP_EXPR, utype, _o2[0]);
4844 : : }
4845 : : else
4846 : : _r2 = _o2[0];
4847 : 9 : _o1[0] = _r2;
4848 : : }
4849 : 9 : {
4850 : 9 : tree _o2[1], _r2;
4851 : 9 : _o2[0] = captures[0];
4852 : 9 : if (TREE_TYPE (_o2[0]) != utype)
4853 : : {
4854 : 9 : _r2 = fold_build1_loc (loc, NOP_EXPR, utype, _o2[0]);
4855 : : }
4856 : : else
4857 : : _r2 = _o2[0];
4858 : 9 : _o1[1] = _r2;
4859 : : }
4860 : 9 : _r1 = fold_build2_loc (loc, MINUS_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
4861 : 9 : res_op0 = _r1;
4862 : : }
4863 : 9 : tree _r;
4864 : 9 : _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
4865 : 9 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 902, __FILE__, __LINE__, true);
4866 : 9 : return _r;
4867 : : }
4868 : 0 : next_after_fail1274:;
4869 : : }
4870 : : }
4871 : : }
4872 : 13 : break;
4873 : : }
4874 : : default:;
4875 : : }
4876 : : break;
4877 : : }
4878 : 2081455 : case PLUS_EXPR:
4879 : 2081455 : {
4880 : 2081455 : tree _q20 = TREE_OPERAND (_p0, 0);
4881 : 2081455 : tree _q21 = TREE_OPERAND (_p0, 1);
4882 : 2081455 : switch (TREE_CODE (_p1))
4883 : : {
4884 : 14 : case BIT_IOR_EXPR:
4885 : 14 : {
4886 : 14 : tree _q50 = TREE_OPERAND (_p1, 0);
4887 : 14 : tree _q51 = TREE_OPERAND (_p1, 1);
4888 : 14 : if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
4889 : : {
4890 : 13 : if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
4891 : : {
4892 : 13 : {
4893 : 13 : tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
4894 : 13 : if (!TYPE_OVERFLOW_SANITIZED (type) && !TYPE_OVERFLOW_TRAPS (type)
4895 : 13 : && !TYPE_SATURATING (type)
4896 : : )
4897 : : {
4898 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1275;
4899 : 0 : {
4900 : 0 : tree res_op0;
4901 : 0 : res_op0 = captures[0];
4902 : 0 : tree res_op1;
4903 : 0 : res_op1 = captures[1];
4904 : 0 : tree _r;
4905 : 0 : _r = fold_build2_loc (loc, BIT_AND_EXPR, type, res_op0, res_op1);
4906 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 903, __FILE__, __LINE__, true);
4907 : 0 : return _r;
4908 : : }
4909 : 0 : next_after_fail1275:;
4910 : : }
4911 : : }
4912 : : }
4913 : : }
4914 : : break;
4915 : : }
4916 : 68 : case BIT_AND_EXPR:
4917 : 68 : {
4918 : 68 : tree _q50 = TREE_OPERAND (_p1, 0);
4919 : 68 : tree _q51 = TREE_OPERAND (_p1, 1);
4920 : 68 : if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
4921 : : {
4922 : 25 : if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
4923 : : {
4924 : 13 : {
4925 : 13 : tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
4926 : 13 : if (!TYPE_OVERFLOW_SANITIZED (type) && !TYPE_OVERFLOW_TRAPS (type)
4927 : 13 : && !TYPE_SATURATING (type)
4928 : : )
4929 : : {
4930 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1276;
4931 : 0 : {
4932 : 0 : tree res_op0;
4933 : 0 : res_op0 = captures[0];
4934 : 0 : tree res_op1;
4935 : 0 : res_op1 = captures[1];
4936 : 0 : tree _r;
4937 : 0 : _r = fold_build2_loc (loc, BIT_IOR_EXPR, type, res_op0, res_op1);
4938 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 904, __FILE__, __LINE__, true);
4939 : 0 : return _r;
4940 : : }
4941 : 0 : next_after_fail1276:;
4942 : : }
4943 : : }
4944 : : }
4945 : : }
4946 : : break;
4947 : : }
4948 : 2081455 : default:;
4949 : : }
4950 : 2081455 : switch (TREE_CODE (_q20))
4951 : : {
4952 : 594 : case BIT_AND_EXPR:
4953 : 594 : {
4954 : 594 : tree _q30 = TREE_OPERAND (_q20, 0);
4955 : 594 : tree _q31 = TREE_OPERAND (_q20, 1);
4956 : 594 : if (integer_all_onesp (_q21))
4957 : : {
4958 : 1 : switch (TREE_CODE (_p1))
4959 : : {
4960 : 1 : case BIT_IOR_EXPR:
4961 : 1 : {
4962 : 1 : tree _q70 = TREE_OPERAND (_p1, 0);
4963 : 1 : tree _q71 = TREE_OPERAND (_p1, 1);
4964 : 1 : if ((_q70 == _q30 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q30, 0) && types_match (_q70, _q30)))
4965 : : {
4966 : 1 : if ((_q71 == _q31 && ! TREE_SIDE_EFFECTS (_q71)) || (operand_equal_p (_q71, _q31, 0) && types_match (_q71, _q31)))
4967 : : {
4968 : 1 : {
4969 : 1 : tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q30, _q31 };
4970 : 1 : tree res = generic_simplify_43 (loc, type, _p0, _p1, captures);
4971 : 1 : if (res) return res;
4972 : : }
4973 : : }
4974 : : }
4975 : 0 : if ((_q70 == _q31 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q31, 0) && types_match (_q70, _q31)))
4976 : : {
4977 : 0 : if ((_q71 == _q30 && ! TREE_SIDE_EFFECTS (_q71)) || (operand_equal_p (_q71, _q30, 0) && types_match (_q71, _q30)))
4978 : : {
4979 : 0 : {
4980 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q31, _q30 };
4981 : 0 : tree res = generic_simplify_43 (loc, type, _p0, _p1, captures);
4982 : 0 : if (res) return res;
4983 : : }
4984 : : }
4985 : : }
4986 : : break;
4987 : : }
4988 : 0 : default:;
4989 : : }
4990 : 0 : {
4991 : 0 : tree _p1_pops[1];
4992 : 0 : if (tree_nop_convert (_p1, _p1_pops))
4993 : : {
4994 : 0 : tree _q70 = _p1_pops[0];
4995 : 0 : switch (TREE_CODE (_q70))
4996 : : {
4997 : 0 : case BIT_IOR_EXPR:
4998 : 0 : {
4999 : 0 : tree _q80 = TREE_OPERAND (_q70, 0);
5000 : 0 : tree _q81 = TREE_OPERAND (_q70, 1);
5001 : 0 : if ((_q80 == _q30 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q30, 0) && types_match (_q80, _q30)))
5002 : : {
5003 : 0 : if ((_q81 == _q31 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q31, 0) && types_match (_q81, _q31)))
5004 : : {
5005 : 0 : {
5006 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q30, _q31 };
5007 : 0 : tree res = generic_simplify_43 (loc, type, _p0, _p1, captures);
5008 : 0 : if (res) return res;
5009 : : }
5010 : : }
5011 : : }
5012 : 0 : if ((_q80 == _q31 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q31, 0) && types_match (_q80, _q31)))
5013 : : {
5014 : 0 : if ((_q81 == _q30 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q30, 0) && types_match (_q81, _q30)))
5015 : : {
5016 : 0 : {
5017 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q31, _q30 };
5018 : 0 : tree res = generic_simplify_43 (loc, type, _p0, _p1, captures);
5019 : 0 : if (res) return res;
5020 : : }
5021 : : }
5022 : : }
5023 : : break;
5024 : : }
5025 : : default:;
5026 : : }
5027 : : }
5028 : : }
5029 : : }
5030 : : break;
5031 : : }
5032 : 2081454 : default:;
5033 : : }
5034 : 2081454 : {
5035 : 2081454 : tree _q20_pops[1];
5036 : 2081454 : if (tree_nop_convert (_q20, _q20_pops))
5037 : : {
5038 : 555895 : tree _q30 = _q20_pops[0];
5039 : 555895 : switch (TREE_CODE (_q30))
5040 : : {
5041 : 0 : case BIT_AND_EXPR:
5042 : 0 : {
5043 : 0 : tree _q40 = TREE_OPERAND (_q30, 0);
5044 : 0 : tree _q41 = TREE_OPERAND (_q30, 1);
5045 : 0 : if (integer_all_onesp (_q21))
5046 : : {
5047 : 0 : switch (TREE_CODE (_p1))
5048 : : {
5049 : 0 : case BIT_IOR_EXPR:
5050 : 0 : {
5051 : 0 : tree _q80 = TREE_OPERAND (_p1, 0);
5052 : 0 : tree _q81 = TREE_OPERAND (_p1, 1);
5053 : 0 : if ((_q80 == _q40 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q40, 0) && types_match (_q80, _q40)))
5054 : : {
5055 : 0 : if ((_q81 == _q41 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q41, 0) && types_match (_q81, _q41)))
5056 : : {
5057 : 0 : {
5058 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q40, _q41 };
5059 : 0 : tree res = generic_simplify_43 (loc, type, _p0, _p1, captures);
5060 : 0 : if (res) return res;
5061 : : }
5062 : : }
5063 : : }
5064 : 0 : if ((_q80 == _q41 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q41, 0) && types_match (_q80, _q41)))
5065 : : {
5066 : 0 : if ((_q81 == _q40 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q40, 0) && types_match (_q81, _q40)))
5067 : : {
5068 : 0 : {
5069 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q41, _q40 };
5070 : 0 : tree res = generic_simplify_43 (loc, type, _p0, _p1, captures);
5071 : 0 : if (res) return res;
5072 : : }
5073 : : }
5074 : : }
5075 : : break;
5076 : : }
5077 : 0 : default:;
5078 : : }
5079 : 0 : {
5080 : 0 : tree _p1_pops[1];
5081 : 0 : if (tree_nop_convert (_p1, _p1_pops))
5082 : : {
5083 : 0 : tree _q80 = _p1_pops[0];
5084 : 0 : switch (TREE_CODE (_q80))
5085 : : {
5086 : 0 : case BIT_IOR_EXPR:
5087 : 0 : {
5088 : 0 : tree _q90 = TREE_OPERAND (_q80, 0);
5089 : 0 : tree _q91 = TREE_OPERAND (_q80, 1);
5090 : 0 : if ((_q90 == _q40 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q40, 0) && types_match (_q90, _q40)))
5091 : : {
5092 : 0 : if ((_q91 == _q41 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q41, 0) && types_match (_q91, _q41)))
5093 : : {
5094 : 0 : {
5095 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q40, _q41 };
5096 : 0 : tree res = generic_simplify_43 (loc, type, _p0, _p1, captures);
5097 : 0 : if (res) return res;
5098 : : }
5099 : : }
5100 : : }
5101 : 0 : if ((_q90 == _q41 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q41, 0) && types_match (_q90, _q41)))
5102 : : {
5103 : 0 : if ((_q91 == _q40 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q40, 0) && types_match (_q91, _q40)))
5104 : : {
5105 : 0 : {
5106 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q41, _q40 };
5107 : 0 : tree res = generic_simplify_43 (loc, type, _p0, _p1, captures);
5108 : 0 : if (res) return res;
5109 : : }
5110 : : }
5111 : : }
5112 : : break;
5113 : : }
5114 : : default:;
5115 : : }
5116 : : }
5117 : : }
5118 : : }
5119 : : break;
5120 : : }
5121 : : default:;
5122 : : }
5123 : : }
5124 : : }
5125 : 2081454 : break;
5126 : : }
5127 : 71 : case BIT_IOR_EXPR:
5128 : 71 : {
5129 : 71 : tree _q20 = TREE_OPERAND (_p0, 0);
5130 : 71 : tree _q21 = TREE_OPERAND (_p0, 1);
5131 : 71 : if ((_p1 == _q21 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q21, 0) && types_match (_p1, _q21)))
5132 : : {
5133 : 5 : {
5134 : 5 : tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q21 };
5135 : 5 : tree res = generic_simplify_44 (loc, type, _p0, _p1, captures);
5136 : 5 : if (res) return res;
5137 : : }
5138 : : }
5139 : 66 : if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
5140 : : {
5141 : 0 : {
5142 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q21, _q20 };
5143 : 0 : tree res = generic_simplify_44 (loc, type, _p0, _p1, captures);
5144 : 0 : if (res) return res;
5145 : : }
5146 : : }
5147 : 66 : switch (TREE_CODE (_p1))
5148 : : {
5149 : 0 : case BIT_XOR_EXPR:
5150 : 0 : {
5151 : 0 : tree _q50 = TREE_OPERAND (_p1, 0);
5152 : 0 : tree _q51 = TREE_OPERAND (_p1, 1);
5153 : 0 : if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
5154 : : {
5155 : 0 : if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
5156 : : {
5157 : 0 : {
5158 : 0 : tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
5159 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1277;
5160 : 0 : {
5161 : 0 : tree res_op0;
5162 : 0 : res_op0 = captures[0];
5163 : 0 : tree res_op1;
5164 : 0 : res_op1 = captures[1];
5165 : 0 : tree _r;
5166 : 0 : _r = fold_build2_loc (loc, BIT_AND_EXPR, type, res_op0, res_op1);
5167 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 905, __FILE__, __LINE__, true);
5168 : 0 : return _r;
5169 : : }
5170 : 0 : next_after_fail1277:;
5171 : : }
5172 : : }
5173 : : }
5174 : : break;
5175 : : }
5176 : 0 : case BIT_AND_EXPR:
5177 : 0 : {
5178 : 0 : tree _q50 = TREE_OPERAND (_p1, 0);
5179 : 0 : tree _q51 = TREE_OPERAND (_p1, 1);
5180 : 0 : if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
5181 : : {
5182 : 0 : if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
5183 : : {
5184 : 0 : {
5185 : 0 : tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
5186 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1278;
5187 : 0 : {
5188 : 0 : tree res_op0;
5189 : 0 : res_op0 = captures[0];
5190 : 0 : tree res_op1;
5191 : 0 : res_op1 = captures[1];
5192 : 0 : tree _r;
5193 : 0 : _r = fold_build2_loc (loc, BIT_XOR_EXPR, type, res_op0, res_op1);
5194 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 906, __FILE__, __LINE__, true);
5195 : 0 : return _r;
5196 : : }
5197 : 0 : next_after_fail1278:;
5198 : : }
5199 : : }
5200 : : }
5201 : : break;
5202 : : }
5203 : : default:;
5204 : : }
5205 : : break;
5206 : : }
5207 : 27584582 : default:;
5208 : : }
5209 : 27584582 : {
5210 : 27584582 : tree _p0_pops[1];
5211 : 27584582 : if (tree_nop_convert (_p0, _p0_pops))
5212 : : {
5213 : 6398772 : tree _q20 = _p0_pops[0];
5214 : 6398772 : switch (TREE_CODE (_q20))
5215 : : {
5216 : 917592 : case PLUS_EXPR:
5217 : 917592 : {
5218 : 917592 : tree _q30 = TREE_OPERAND (_q20, 0);
5219 : 917592 : tree _q31 = TREE_OPERAND (_q20, 1);
5220 : 917592 : switch (TREE_CODE (_q30))
5221 : : {
5222 : 344 : case BIT_AND_EXPR:
5223 : 344 : {
5224 : 344 : tree _q40 = TREE_OPERAND (_q30, 0);
5225 : 344 : tree _q41 = TREE_OPERAND (_q30, 1);
5226 : 344 : if (integer_all_onesp (_q31))
5227 : : {
5228 : 0 : switch (TREE_CODE (_p1))
5229 : : {
5230 : 0 : case BIT_IOR_EXPR:
5231 : 0 : {
5232 : 0 : tree _q80 = TREE_OPERAND (_p1, 0);
5233 : 0 : tree _q81 = TREE_OPERAND (_p1, 1);
5234 : 0 : if ((_q80 == _q40 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q40, 0) && types_match (_q80, _q40)))
5235 : : {
5236 : 0 : if ((_q81 == _q41 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q41, 0) && types_match (_q81, _q41)))
5237 : : {
5238 : 0 : {
5239 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q40, _q41 };
5240 : 0 : tree res = generic_simplify_43 (loc, type, _p0, _p1, captures);
5241 : 0 : if (res) return res;
5242 : : }
5243 : : }
5244 : : }
5245 : 0 : if ((_q80 == _q41 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q41, 0) && types_match (_q80, _q41)))
5246 : : {
5247 : 0 : if ((_q81 == _q40 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q40, 0) && types_match (_q81, _q40)))
5248 : : {
5249 : 0 : {
5250 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q41, _q40 };
5251 : 0 : tree res = generic_simplify_43 (loc, type, _p0, _p1, captures);
5252 : 0 : if (res) return res;
5253 : : }
5254 : : }
5255 : : }
5256 : : break;
5257 : : }
5258 : 0 : default:;
5259 : : }
5260 : 0 : {
5261 : 0 : tree _p1_pops[1];
5262 : 0 : if (tree_nop_convert (_p1, _p1_pops))
5263 : : {
5264 : 0 : tree _q80 = _p1_pops[0];
5265 : 0 : switch (TREE_CODE (_q80))
5266 : : {
5267 : 0 : case BIT_IOR_EXPR:
5268 : 0 : {
5269 : 0 : tree _q90 = TREE_OPERAND (_q80, 0);
5270 : 0 : tree _q91 = TREE_OPERAND (_q80, 1);
5271 : 0 : if ((_q90 == _q40 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q40, 0) && types_match (_q90, _q40)))
5272 : : {
5273 : 0 : if ((_q91 == _q41 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q41, 0) && types_match (_q91, _q41)))
5274 : : {
5275 : 0 : {
5276 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q40, _q41 };
5277 : 0 : tree res = generic_simplify_43 (loc, type, _p0, _p1, captures);
5278 : 0 : if (res) return res;
5279 : : }
5280 : : }
5281 : : }
5282 : 0 : if ((_q90 == _q41 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q41, 0) && types_match (_q90, _q41)))
5283 : : {
5284 : 0 : if ((_q91 == _q40 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q40, 0) && types_match (_q91, _q40)))
5285 : : {
5286 : 0 : {
5287 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q41, _q40 };
5288 : 0 : tree res = generic_simplify_43 (loc, type, _p0, _p1, captures);
5289 : 0 : if (res) return res;
5290 : : }
5291 : : }
5292 : : }
5293 : : break;
5294 : : }
5295 : : default:;
5296 : : }
5297 : : }
5298 : : }
5299 : : }
5300 : : break;
5301 : : }
5302 : 917592 : default:;
5303 : : }
5304 : 917592 : {
5305 : 917592 : tree _q30_pops[1];
5306 : 917592 : if (tree_nop_convert (_q30, _q30_pops))
5307 : : {
5308 : 45512 : tree _q40 = _q30_pops[0];
5309 : 45512 : switch (TREE_CODE (_q40))
5310 : : {
5311 : 0 : case BIT_AND_EXPR:
5312 : 0 : {
5313 : 0 : tree _q50 = TREE_OPERAND (_q40, 0);
5314 : 0 : tree _q51 = TREE_OPERAND (_q40, 1);
5315 : 0 : if (integer_all_onesp (_q31))
5316 : : {
5317 : 0 : switch (TREE_CODE (_p1))
5318 : : {
5319 : 0 : case BIT_IOR_EXPR:
5320 : 0 : {
5321 : 0 : tree _q90 = TREE_OPERAND (_p1, 0);
5322 : 0 : tree _q91 = TREE_OPERAND (_p1, 1);
5323 : 0 : if ((_q90 == _q50 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q50, 0) && types_match (_q90, _q50)))
5324 : : {
5325 : 0 : if ((_q91 == _q51 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q51, 0) && types_match (_q91, _q51)))
5326 : : {
5327 : 0 : {
5328 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q50, _q51 };
5329 : 0 : tree res = generic_simplify_43 (loc, type, _p0, _p1, captures);
5330 : 0 : if (res) return res;
5331 : : }
5332 : : }
5333 : : }
5334 : 0 : if ((_q90 == _q51 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q51, 0) && types_match (_q90, _q51)))
5335 : : {
5336 : 0 : if ((_q91 == _q50 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q50, 0) && types_match (_q91, _q50)))
5337 : : {
5338 : 0 : {
5339 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q51, _q50 };
5340 : 0 : tree res = generic_simplify_43 (loc, type, _p0, _p1, captures);
5341 : 0 : if (res) return res;
5342 : : }
5343 : : }
5344 : : }
5345 : : break;
5346 : : }
5347 : 0 : default:;
5348 : : }
5349 : 0 : {
5350 : 0 : tree _p1_pops[1];
5351 : 0 : if (tree_nop_convert (_p1, _p1_pops))
5352 : : {
5353 : 0 : tree _q90 = _p1_pops[0];
5354 : 0 : switch (TREE_CODE (_q90))
5355 : : {
5356 : 0 : case BIT_IOR_EXPR:
5357 : 0 : {
5358 : 0 : tree _q100 = TREE_OPERAND (_q90, 0);
5359 : 0 : tree _q101 = TREE_OPERAND (_q90, 1);
5360 : 0 : if ((_q100 == _q50 && ! TREE_SIDE_EFFECTS (_q100)) || (operand_equal_p (_q100, _q50, 0) && types_match (_q100, _q50)))
5361 : : {
5362 : 0 : if ((_q101 == _q51 && ! TREE_SIDE_EFFECTS (_q101)) || (operand_equal_p (_q101, _q51, 0) && types_match (_q101, _q51)))
5363 : : {
5364 : 0 : {
5365 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q50, _q51 };
5366 : 0 : tree res = generic_simplify_43 (loc, type, _p0, _p1, captures);
5367 : 0 : if (res) return res;
5368 : : }
5369 : : }
5370 : : }
5371 : 0 : if ((_q100 == _q51 && ! TREE_SIDE_EFFECTS (_q100)) || (operand_equal_p (_q100, _q51, 0) && types_match (_q100, _q51)))
5372 : : {
5373 : 0 : if ((_q101 == _q50 && ! TREE_SIDE_EFFECTS (_q101)) || (operand_equal_p (_q101, _q50, 0) && types_match (_q101, _q50)))
5374 : : {
5375 : 0 : {
5376 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q51, _q50 };
5377 : 0 : tree res = generic_simplify_43 (loc, type, _p0, _p1, captures);
5378 : 0 : if (res) return res;
5379 : : }
5380 : : }
5381 : : }
5382 : : break;
5383 : : }
5384 : : default:;
5385 : : }
5386 : : }
5387 : : }
5388 : : }
5389 : : break;
5390 : : }
5391 : : default:;
5392 : : }
5393 : : }
5394 : : }
5395 : 917592 : break;
5396 : : }
5397 : 14 : case BIT_AND_EXPR:
5398 : 14 : {
5399 : 14 : tree _q30 = TREE_OPERAND (_q20, 0);
5400 : 14 : tree _q31 = TREE_OPERAND (_q20, 1);
5401 : 14 : switch (TREE_CODE (_p1))
5402 : : {
5403 : 0 : case PLUS_EXPR:
5404 : 0 : {
5405 : 0 : tree _q60 = TREE_OPERAND (_p1, 0);
5406 : 0 : tree _q61 = TREE_OPERAND (_p1, 1);
5407 : 0 : switch (TREE_CODE (_q60))
5408 : : {
5409 : 0 : case BIT_IOR_EXPR:
5410 : 0 : {
5411 : 0 : tree _q70 = TREE_OPERAND (_q60, 0);
5412 : 0 : tree _q71 = TREE_OPERAND (_q60, 1);
5413 : 0 : if ((_q70 == _q30 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q30, 0) && types_match (_q70, _q30)))
5414 : : {
5415 : 0 : if ((_q71 == _q31 && ! TREE_SIDE_EFFECTS (_q71)) || (operand_equal_p (_q71, _q31, 0) && types_match (_q71, _q31)))
5416 : : {
5417 : 0 : if (integer_onep (_q61))
5418 : : {
5419 : 0 : {
5420 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _p1 };
5421 : 0 : tree res = generic_simplify_42 (loc, type, _p0, _p1, captures);
5422 : 0 : if (res) return res;
5423 : : }
5424 : : }
5425 : : }
5426 : : }
5427 : 0 : if ((_q70 == _q31 && ! TREE_SIDE_EFFECTS (_q70)) || (operand_equal_p (_q70, _q31, 0) && types_match (_q70, _q31)))
5428 : : {
5429 : 0 : if ((_q71 == _q30 && ! TREE_SIDE_EFFECTS (_q71)) || (operand_equal_p (_q71, _q30, 0) && types_match (_q71, _q30)))
5430 : : {
5431 : 0 : if (integer_onep (_q61))
5432 : : {
5433 : 0 : {
5434 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _p1 };
5435 : 0 : tree res = generic_simplify_42 (loc, type, _p0, _p1, captures);
5436 : 0 : if (res) return res;
5437 : : }
5438 : : }
5439 : : }
5440 : : }
5441 : : break;
5442 : : }
5443 : 0 : default:;
5444 : : }
5445 : 0 : {
5446 : 0 : tree _q60_pops[1];
5447 : 0 : if (tree_nop_convert (_q60, _q60_pops))
5448 : : {
5449 : 0 : tree _q70 = _q60_pops[0];
5450 : 0 : switch (TREE_CODE (_q70))
5451 : : {
5452 : 0 : case BIT_IOR_EXPR:
5453 : 0 : {
5454 : 0 : tree _q80 = TREE_OPERAND (_q70, 0);
5455 : 0 : tree _q81 = TREE_OPERAND (_q70, 1);
5456 : 0 : if ((_q80 == _q30 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q30, 0) && types_match (_q80, _q30)))
5457 : : {
5458 : 0 : if ((_q81 == _q31 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q31, 0) && types_match (_q81, _q31)))
5459 : : {
5460 : 0 : if (integer_onep (_q61))
5461 : : {
5462 : 0 : {
5463 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _p1 };
5464 : 0 : tree res = generic_simplify_42 (loc, type, _p0, _p1, captures);
5465 : 0 : if (res) return res;
5466 : : }
5467 : : }
5468 : : }
5469 : : }
5470 : 0 : if ((_q80 == _q31 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q31, 0) && types_match (_q80, _q31)))
5471 : : {
5472 : 0 : if ((_q81 == _q30 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q30, 0) && types_match (_q81, _q30)))
5473 : : {
5474 : 0 : if (integer_onep (_q61))
5475 : : {
5476 : 0 : {
5477 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _p1 };
5478 : 0 : tree res = generic_simplify_42 (loc, type, _p0, _p1, captures);
5479 : 0 : if (res) return res;
5480 : : }
5481 : : }
5482 : : }
5483 : : }
5484 : : break;
5485 : : }
5486 : : default:;
5487 : : }
5488 : : }
5489 : : }
5490 : 0 : break;
5491 : : }
5492 : 14 : default:;
5493 : : }
5494 : 14 : {
5495 : 14 : tree _p1_pops[1];
5496 : 14 : if (tree_nop_convert (_p1, _p1_pops))
5497 : : {
5498 : 14 : tree _q60 = _p1_pops[0];
5499 : 14 : switch (TREE_CODE (_q60))
5500 : : {
5501 : 0 : case PLUS_EXPR:
5502 : 0 : {
5503 : 0 : tree _q70 = TREE_OPERAND (_q60, 0);
5504 : 0 : tree _q71 = TREE_OPERAND (_q60, 1);
5505 : 0 : switch (TREE_CODE (_q70))
5506 : : {
5507 : 0 : case BIT_IOR_EXPR:
5508 : 0 : {
5509 : 0 : tree _q80 = TREE_OPERAND (_q70, 0);
5510 : 0 : tree _q81 = TREE_OPERAND (_q70, 1);
5511 : 0 : if ((_q80 == _q30 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q30, 0) && types_match (_q80, _q30)))
5512 : : {
5513 : 0 : if ((_q81 == _q31 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q31, 0) && types_match (_q81, _q31)))
5514 : : {
5515 : 0 : if (integer_onep (_q71))
5516 : : {
5517 : 0 : {
5518 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _q60 };
5519 : 0 : tree res = generic_simplify_42 (loc, type, _p0, _p1, captures);
5520 : 0 : if (res) return res;
5521 : : }
5522 : : }
5523 : : }
5524 : : }
5525 : 0 : if ((_q80 == _q31 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q31, 0) && types_match (_q80, _q31)))
5526 : : {
5527 : 0 : if ((_q81 == _q30 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q30, 0) && types_match (_q81, _q30)))
5528 : : {
5529 : 0 : if (integer_onep (_q71))
5530 : : {
5531 : 0 : {
5532 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _q60 };
5533 : 0 : tree res = generic_simplify_42 (loc, type, _p0, _p1, captures);
5534 : 0 : if (res) return res;
5535 : : }
5536 : : }
5537 : : }
5538 : : }
5539 : : break;
5540 : : }
5541 : 0 : default:;
5542 : : }
5543 : 0 : {
5544 : 0 : tree _q70_pops[1];
5545 : 0 : if (tree_nop_convert (_q70, _q70_pops))
5546 : : {
5547 : 0 : tree _q80 = _q70_pops[0];
5548 : 0 : switch (TREE_CODE (_q80))
5549 : : {
5550 : 0 : case BIT_IOR_EXPR:
5551 : 0 : {
5552 : 0 : tree _q90 = TREE_OPERAND (_q80, 0);
5553 : 0 : tree _q91 = TREE_OPERAND (_q80, 1);
5554 : 0 : if ((_q90 == _q30 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q30, 0) && types_match (_q90, _q30)))
5555 : : {
5556 : 0 : if ((_q91 == _q31 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q31, 0) && types_match (_q91, _q31)))
5557 : : {
5558 : 0 : if (integer_onep (_q71))
5559 : : {
5560 : 0 : {
5561 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _q60 };
5562 : 0 : tree res = generic_simplify_42 (loc, type, _p0, _p1, captures);
5563 : 0 : if (res) return res;
5564 : : }
5565 : : }
5566 : : }
5567 : : }
5568 : 0 : if ((_q90 == _q31 && ! TREE_SIDE_EFFECTS (_q90)) || (operand_equal_p (_q90, _q31, 0) && types_match (_q90, _q31)))
5569 : : {
5570 : 0 : if ((_q91 == _q30 && ! TREE_SIDE_EFFECTS (_q91)) || (operand_equal_p (_q91, _q30, 0) && types_match (_q91, _q30)))
5571 : : {
5572 : 0 : if (integer_onep (_q71))
5573 : : {
5574 : 0 : {
5575 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _q60 };
5576 : 0 : tree res = generic_simplify_42 (loc, type, _p0, _p1, captures);
5577 : 0 : if (res) return res;
5578 : : }
5579 : : }
5580 : : }
5581 : : }
5582 : : break;
5583 : : }
5584 : : default:;
5585 : : }
5586 : : }
5587 : : }
5588 : 0 : break;
5589 : : }
5590 : : default:;
5591 : : }
5592 : : }
5593 : : }
5594 : 14 : break;
5595 : : }
5596 : : default:;
5597 : : }
5598 : : }
5599 : : }
5600 : 27584582 : if (tree_negate_expr_p (_p1))
5601 : : {
5602 : 6772832 : {
5603 : 6772832 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
5604 : 6772832 : if (!FIXED_POINT_TYPE_P (type)
5605 : : )
5606 : : {
5607 : 6772832 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1279;
5608 : 6772832 : {
5609 : 6772832 : tree res_op0;
5610 : 6772832 : res_op0 = captures[0];
5611 : 6772832 : tree res_op1;
5612 : 6772832 : {
5613 : 6772832 : tree _o1[1], _r1;
5614 : 6772832 : _o1[0] = captures[1];
5615 : 6772832 : _r1 = fold_build1_loc (loc, NEGATE_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
5616 : 6772832 : res_op1 = _r1;
5617 : : }
5618 : 6772832 : tree _r;
5619 : 6772832 : _r = fold_build2_loc (loc, PLUS_EXPR, type, res_op0, res_op1);
5620 : 6772832 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 907, __FILE__, __LINE__, true);
5621 : 6772832 : return _r;
5622 : : }
5623 : 0 : next_after_fail1279:;
5624 : : }
5625 : : }
5626 : : }
5627 : 20811750 : switch (TREE_CODE (_p0))
5628 : : {
5629 : 4210397 : CASE_CONVERT:
5630 : 4210397 : {
5631 : 4210397 : tree _q20 = TREE_OPERAND (_p0, 0);
5632 : 4210397 : switch (TREE_CODE (_p1))
5633 : : {
5634 : 3488088 : CASE_CONVERT:
5635 : 3488088 : {
5636 : 3488088 : tree _q40 = TREE_OPERAND (_p1, 0);
5637 : 3488088 : switch (TREE_CODE (_q40))
5638 : : {
5639 : 15 : case BIT_AND_EXPR:
5640 : 15 : {
5641 : 15 : tree _q50 = TREE_OPERAND (_q40, 0);
5642 : 15 : tree _q51 = TREE_OPERAND (_q40, 1);
5643 : 15 : if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || operand_equal_p (_q50, _q20, 0))
5644 : : {
5645 : 0 : {
5646 : 0 : tree captures[5] ATTRIBUTE_UNUSED = { _q50, _p1, _q40, _q51, _q20 };
5647 : 0 : tree res = generic_simplify_45 (loc, type, _p0, _p1, captures);
5648 : 0 : if (res) return res;
5649 : : }
5650 : : }
5651 : 15 : if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || operand_equal_p (_q51, _q20, 0))
5652 : : {
5653 : 1 : {
5654 : 1 : tree captures[5] ATTRIBUTE_UNUSED = { _q51, _p1, _q40, _q50, _q20 };
5655 : 1 : tree res = generic_simplify_45 (loc, type, _p0, _p1, captures);
5656 : 1 : if (res) return res;
5657 : : }
5658 : : }
5659 : : break;
5660 : : }
5661 : : default:;
5662 : : }
5663 : : break;
5664 : : }
5665 : 4643 : case BIT_AND_EXPR:
5666 : 4643 : {
5667 : 4643 : tree _q40 = TREE_OPERAND (_p1, 0);
5668 : 4643 : tree _q41 = TREE_OPERAND (_p1, 1);
5669 : 4643 : if ((_q40 == _q20 && ! TREE_SIDE_EFFECTS (_q40)) || operand_equal_p (_q40, _q20, 0))
5670 : : {
5671 : 0 : {
5672 : 0 : tree captures[5] ATTRIBUTE_UNUSED = { _q40, _p1, _p1, _q41, _q20 };
5673 : 0 : tree res = generic_simplify_46 (loc, type, _p0, _p1, captures);
5674 : 0 : if (res) return res;
5675 : : }
5676 : : }
5677 : 4643 : if ((_q41 == _q20 && ! TREE_SIDE_EFFECTS (_q41)) || operand_equal_p (_q41, _q20, 0))
5678 : : {
5679 : 21 : {
5680 : 21 : tree captures[5] ATTRIBUTE_UNUSED = { _q41, _p1, _p1, _q40, _q20 };
5681 : 21 : tree res = generic_simplify_46 (loc, type, _p0, _p1, captures);
5682 : 21 : if (res) return res;
5683 : : }
5684 : : }
5685 : : break;
5686 : : }
5687 : 4210375 : default:;
5688 : : }
5689 : 4210375 : switch (TREE_CODE (_q20))
5690 : : {
5691 : 91266 : case ADDR_EXPR:
5692 : 91266 : {
5693 : 91266 : switch (TREE_CODE (_p1))
5694 : : {
5695 : 85186 : CASE_CONVERT:
5696 : 85186 : {
5697 : 85186 : tree _q40 = TREE_OPERAND (_p1, 0);
5698 : 85186 : switch (TREE_CODE (_q40))
5699 : : {
5700 : 20568 : case POINTER_PLUS_EXPR:
5701 : 20568 : {
5702 : 20568 : tree _q50 = TREE_OPERAND (_q40, 0);
5703 : 20568 : tree _q51 = TREE_OPERAND (_q40, 1);
5704 : 20568 : {
5705 : 20568 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q50, _q51 };
5706 : 20568 : if (tree_nop_conversion_p (type, TREE_TYPE (captures[0]))
5707 : : )
5708 : : {
5709 : 20568 : {
5710 : 20568 : poly_int64 diff;
5711 : 20568 : if (ptr_difference_const (captures[0], captures[1], &diff)
5712 : : )
5713 : : {
5714 : 9496 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1280;
5715 : 9496 : {
5716 : 9496 : tree res_op0;
5717 : 9496 : res_op0 = build_int_cst_type (type, diff);
5718 : 9496 : tree res_op1;
5719 : 9496 : {
5720 : 9496 : tree _o1[1], _r1;
5721 : 9496 : _o1[0] = captures[2];
5722 : 9496 : if (TREE_TYPE (_o1[0]) != type)
5723 : : {
5724 : 9496 : _r1 = fold_build1_loc (loc, NOP_EXPR, type, _o1[0]);
5725 : : }
5726 : : else
5727 : : _r1 = _o1[0];
5728 : 9496 : res_op1 = _r1;
5729 : : }
5730 : 9496 : tree _r;
5731 : 9496 : _r = fold_build2_loc (loc, MINUS_EXPR, type, res_op0, res_op1);
5732 : 9496 : if (TREE_SIDE_EFFECTS (captures[0]))
5733 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
5734 : 9496 : if (TREE_SIDE_EFFECTS (captures[1]))
5735 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
5736 : 9496 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 908, __FILE__, __LINE__, true);
5737 : 9496 : return _r;
5738 : : }
5739 : 0 : next_after_fail1280:;
5740 : : }
5741 : : }
5742 : : }
5743 : : }
5744 : 11072 : break;
5745 : : }
5746 : 75690 : default:;
5747 : : }
5748 : 75690 : {
5749 : 75690 : tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q40 };
5750 : 75690 : if (tree_nop_conversion_p (type, TREE_TYPE (captures[0]))
5751 : : )
5752 : : {
5753 : 75690 : {
5754 : 75690 : poly_int64 diff;
5755 : 75690 : if (ptr_difference_const (captures[0], captures[1], &diff)
5756 : : )
5757 : : {
5758 : 50119 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1281;
5759 : 50119 : {
5760 : 50119 : tree _r;
5761 : 50119 : _r = build_int_cst_type (type, diff);
5762 : 50119 : if (TREE_SIDE_EFFECTS (captures[0]))
5763 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
5764 : 50119 : if (TREE_SIDE_EFFECTS (captures[1]))
5765 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
5766 : 50119 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 909, __FILE__, __LINE__, true);
5767 : 50119 : return _r;
5768 : : }
5769 : 0 : next_after_fail1281:;
5770 : : }
5771 : : }
5772 : : }
5773 : : }
5774 : 25571 : break;
5775 : : }
5776 : : default:;
5777 : : }
5778 : : break;
5779 : : }
5780 : 62485 : case POINTER_PLUS_EXPR:
5781 : 62485 : {
5782 : 62485 : tree _q30 = TREE_OPERAND (_q20, 0);
5783 : 62485 : tree _q31 = TREE_OPERAND (_q20, 1);
5784 : 62485 : switch (TREE_CODE (_p1))
5785 : : {
5786 : 61104 : CASE_CONVERT:
5787 : 61104 : {
5788 : 61104 : tree _q60 = TREE_OPERAND (_p1, 0);
5789 : 61104 : switch (TREE_CODE (_q60))
5790 : : {
5791 : 3085 : case ADDR_EXPR:
5792 : 3085 : {
5793 : 3085 : {
5794 : 3085 : tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _q60 };
5795 : 3085 : if (tree_nop_conversion_p (type, TREE_TYPE (captures[0]))
5796 : : )
5797 : : {
5798 : 3085 : {
5799 : 3085 : poly_int64 diff;
5800 : 3085 : if (ptr_difference_const (captures[0], captures[2], &diff)
5801 : : )
5802 : : {
5803 : 875 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1282;
5804 : 875 : {
5805 : 875 : tree res_op0;
5806 : 875 : {
5807 : 875 : tree _o1[1], _r1;
5808 : 875 : _o1[0] = captures[1];
5809 : 875 : if (TREE_TYPE (_o1[0]) != type)
5810 : : {
5811 : 598 : _r1 = fold_build1_loc (loc, NOP_EXPR, type, _o1[0]);
5812 : : }
5813 : : else
5814 : : _r1 = _o1[0];
5815 : 875 : res_op0 = _r1;
5816 : : }
5817 : 875 : tree res_op1;
5818 : 875 : res_op1 = build_int_cst_type (type, diff);
5819 : 875 : tree _r;
5820 : 875 : _r = fold_build2_loc (loc, PLUS_EXPR, type, res_op0, res_op1);
5821 : 875 : if (TREE_SIDE_EFFECTS (captures[0]))
5822 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
5823 : 875 : if (TREE_SIDE_EFFECTS (captures[2]))
5824 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
5825 : 875 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 910, __FILE__, __LINE__, true);
5826 : 875 : return _r;
5827 : : }
5828 : 0 : next_after_fail1282:;
5829 : : }
5830 : : }
5831 : : }
5832 : : }
5833 : 2210 : break;
5834 : : }
5835 : : default:;
5836 : : }
5837 : : break;
5838 : : }
5839 : : default:;
5840 : : }
5841 : : break;
5842 : : }
5843 : 4149885 : default:;
5844 : : }
5845 : 4149885 : switch (TREE_CODE (_p1))
5846 : : {
5847 : 3427597 : CASE_CONVERT:
5848 : 3427597 : {
5849 : 3427597 : tree _q40 = TREE_OPERAND (_p1, 0);
5850 : 3427597 : switch (TREE_CODE (_q40))
5851 : : {
5852 : 42356 : case ADDR_EXPR:
5853 : 42356 : {
5854 : 42356 : {
5855 : 42356 : tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q40 };
5856 : 42356 : if (tree_nop_conversion_p (type, TREE_TYPE (captures[0]))
5857 : : )
5858 : : {
5859 : 42312 : {
5860 : 42312 : poly_int64 diff;
5861 : 42312 : if (ptr_difference_const (captures[0], captures[1], &diff)
5862 : : )
5863 : : {
5864 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1283;
5865 : 0 : {
5866 : 0 : tree _r;
5867 : 0 : _r = build_int_cst_type (type, diff);
5868 : 0 : if (TREE_SIDE_EFFECTS (captures[0]))
5869 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
5870 : 0 : if (TREE_SIDE_EFFECTS (captures[1]))
5871 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
5872 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 911, __FILE__, __LINE__, true);
5873 : 0 : return _r;
5874 : : }
5875 : 0 : next_after_fail1283:;
5876 : : }
5877 : : }
5878 : : }
5879 : : }
5880 : 42356 : break;
5881 : : }
5882 : : default:;
5883 : : }
5884 : : break;
5885 : : }
5886 : : default:;
5887 : : }
5888 : : break;
5889 : : }
5890 : 20751238 : default:;
5891 : : }
5892 : 20751238 : if (integer_onep (_p0))
5893 : : {
5894 : 95041 : switch (TREE_CODE (_p1))
5895 : : {
5896 : 28736 : case SSA_NAME:
5897 : 28736 : {
5898 : 28736 : {
5899 : 28736 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
5900 : 28736 : if (INTEGRAL_TYPE_P (type)
5901 : 28736 : && ssa_name_has_boolean_range (captures[1])
5902 : : )
5903 : : {
5904 : 225 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1284;
5905 : 225 : {
5906 : 225 : tree res_op0;
5907 : 225 : res_op0 = captures[1];
5908 : 225 : tree res_op1;
5909 : 225 : res_op1 = captures[0];
5910 : 225 : tree _r;
5911 : 225 : _r = fold_build2_loc (loc, BIT_XOR_EXPR, type, res_op0, res_op1);
5912 : 225 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 912, __FILE__, __LINE__, true);
5913 : 225 : return _r;
5914 : : }
5915 : 0 : next_after_fail1284:;
5916 : : }
5917 : : }
5918 : 28511 : break;
5919 : : }
5920 : : default:;
5921 : : }
5922 : : }
5923 : 20751013 : switch (TREE_CODE (_p1))
5924 : : {
5925 : 6224658 : CASE_CONVERT:
5926 : 6224658 : {
5927 : 6224658 : tree _q30 = TREE_OPERAND (_p1, 0);
5928 : 6224658 : switch (TREE_CODE (_q30))
5929 : : {
5930 : 14 : case BIT_AND_EXPR:
5931 : 14 : {
5932 : 14 : tree _q40 = TREE_OPERAND (_q30, 0);
5933 : 14 : tree _q41 = TREE_OPERAND (_q30, 1);
5934 : 14 : if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || operand_equal_p (_q40, _p0, 0))
5935 : : {
5936 : 0 : {
5937 : 0 : tree captures[5] ATTRIBUTE_UNUSED = { _q40, _p1, _q30, _q41, _p0 };
5938 : 0 : tree res = generic_simplify_45 (loc, type, _p0, _p1, captures);
5939 : 0 : if (res) return res;
5940 : : }
5941 : : }
5942 : 14 : if ((_q41 == _p0 && ! TREE_SIDE_EFFECTS (_q41)) || operand_equal_p (_q41, _p0, 0))
5943 : : {
5944 : 0 : {
5945 : 0 : tree captures[5] ATTRIBUTE_UNUSED = { _q41, _p1, _q30, _q40, _p0 };
5946 : 0 : tree res = generic_simplify_45 (loc, type, _p0, _p1, captures);
5947 : 0 : if (res) return res;
5948 : : }
5949 : : }
5950 : : break;
5951 : : }
5952 : : default:;
5953 : : }
5954 : : break;
5955 : : }
5956 : 6585 : case BIT_AND_EXPR:
5957 : 6585 : {
5958 : 6585 : tree _q30 = TREE_OPERAND (_p1, 0);
5959 : 6585 : tree _q31 = TREE_OPERAND (_p1, 1);
5960 : 6585 : if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || operand_equal_p (_q30, _p0, 0))
5961 : : {
5962 : 217 : {
5963 : 217 : tree captures[5] ATTRIBUTE_UNUSED = { _q30, _p1, _p1, _q31, _p0 };
5964 : 217 : tree res = generic_simplify_46 (loc, type, _p0, _p1, captures);
5965 : 217 : if (res) return res;
5966 : : }
5967 : : }
5968 : 6368 : if ((_q31 == _p0 && ! TREE_SIDE_EFFECTS (_q31)) || operand_equal_p (_q31, _p0, 0))
5969 : : {
5970 : 39 : {
5971 : 39 : tree captures[5] ATTRIBUTE_UNUSED = { _q31, _p1, _p1, _q30, _p0 };
5972 : 39 : tree res = generic_simplify_46 (loc, type, _p0, _p1, captures);
5973 : 39 : if (res) return res;
5974 : : }
5975 : : }
5976 : : break;
5977 : : }
5978 : 20750757 : default:;
5979 : : }
5980 : 20750757 : switch (TREE_CODE (_p0))
5981 : : {
5982 : 1604301 : case PLUS_EXPR:
5983 : 1604301 : {
5984 : 1604301 : tree _q20 = TREE_OPERAND (_p0, 0);
5985 : 1604301 : tree _q21 = TREE_OPERAND (_p0, 1);
5986 : 1604301 : switch (TREE_CODE (_p1))
5987 : : {
5988 : 449538 : case PLUS_EXPR:
5989 : 449538 : {
5990 : 449538 : tree _q50 = TREE_OPERAND (_p1, 0);
5991 : 449538 : tree _q51 = TREE_OPERAND (_p1, 1);
5992 : 449538 : if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
5993 : : {
5994 : 150933 : {
5995 : 150933 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q50 };
5996 : 301866 : if (ANY_INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
5997 : 301866 : && (TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[0]))
5998 : 38125 : || TYPE_OVERFLOW_WRAPS (TREE_TYPE (captures[0])))
5999 : : )
6000 : : {
6001 : 150927 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1285;
6002 : 150927 : {
6003 : 150927 : tree res_op0;
6004 : 150927 : res_op0 = captures[0];
6005 : 150927 : tree res_op1;
6006 : 150927 : res_op1 = captures[2];
6007 : 150927 : tree _r;
6008 : 150927 : _r = fold_build2_loc (loc, MINUS_EXPR, type, res_op0, res_op1);
6009 : 150927 : if (TREE_SIDE_EFFECTS (captures[1]))
6010 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
6011 : 150927 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 913, __FILE__, __LINE__, true);
6012 : 150927 : return _r;
6013 : : }
6014 : 0 : next_after_fail1285:;
6015 : : }
6016 : : }
6017 : : }
6018 : 298611 : if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
6019 : : {
6020 : 415 : {
6021 : 415 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q51 };
6022 : 830 : if (ANY_INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
6023 : 830 : && (TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[0]))
6024 : 288 : || TYPE_OVERFLOW_WRAPS (TREE_TYPE (captures[0])))
6025 : : )
6026 : : {
6027 : 415 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1286;
6028 : 415 : {
6029 : 415 : tree res_op0;
6030 : 415 : res_op0 = captures[0];
6031 : 415 : tree res_op1;
6032 : 415 : res_op1 = captures[2];
6033 : 415 : tree _r;
6034 : 415 : _r = fold_build2_loc (loc, MINUS_EXPR, type, res_op0, res_op1);
6035 : 415 : if (TREE_SIDE_EFFECTS (captures[1]))
6036 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
6037 : 415 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 913, __FILE__, __LINE__, true);
6038 : 415 : return _r;
6039 : : }
6040 : 0 : next_after_fail1286:;
6041 : : }
6042 : : }
6043 : : }
6044 : 298196 : if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
6045 : : {
6046 : 251 : {
6047 : 251 : tree captures[3] ATTRIBUTE_UNUSED = { _q21, _q20, _q50 };
6048 : 502 : if (ANY_INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
6049 : 502 : && (TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[0]))
6050 : 162 : || TYPE_OVERFLOW_WRAPS (TREE_TYPE (captures[0])))
6051 : : )
6052 : : {
6053 : 251 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1287;
6054 : 251 : {
6055 : 251 : tree res_op0;
6056 : 251 : res_op0 = captures[0];
6057 : 251 : tree res_op1;
6058 : 251 : res_op1 = captures[2];
6059 : 251 : tree _r;
6060 : 251 : _r = fold_build2_loc (loc, MINUS_EXPR, type, res_op0, res_op1);
6061 : 251 : if (TREE_SIDE_EFFECTS (captures[1]))
6062 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
6063 : 251 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 913, __FILE__, __LINE__, true);
6064 : 251 : return _r;
6065 : : }
6066 : 0 : next_after_fail1287:;
6067 : : }
6068 : : }
6069 : : }
6070 : 297945 : if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
6071 : : {
6072 : 174617 : {
6073 : 174617 : tree captures[3] ATTRIBUTE_UNUSED = { _q21, _q20, _q51 };
6074 : 349234 : if (ANY_INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
6075 : 349234 : && (TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[0]))
6076 : 131052 : || TYPE_OVERFLOW_WRAPS (TREE_TYPE (captures[0])))
6077 : : )
6078 : : {
6079 : 174617 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1288;
6080 : 174617 : {
6081 : 174617 : tree res_op0;
6082 : 174617 : res_op0 = captures[0];
6083 : 174617 : tree res_op1;
6084 : 174617 : res_op1 = captures[2];
6085 : 174617 : tree _r;
6086 : 174617 : _r = fold_build2_loc (loc, MINUS_EXPR, type, res_op0, res_op1);
6087 : 174617 : if (TREE_SIDE_EFFECTS (captures[1]))
6088 : 2 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
6089 : 174617 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 913, __FILE__, __LINE__, true);
6090 : 174617 : return _r;
6091 : : }
6092 : 0 : next_after_fail1288:;
6093 : : }
6094 : : }
6095 : : }
6096 : : break;
6097 : : }
6098 : : default:;
6099 : : }
6100 : : break;
6101 : : }
6102 : 863832 : case MINUS_EXPR:
6103 : 863832 : {
6104 : 863832 : tree _q20 = TREE_OPERAND (_p0, 0);
6105 : 863832 : tree _q21 = TREE_OPERAND (_p0, 1);
6106 : 863832 : switch (TREE_CODE (_p1))
6107 : : {
6108 : 3919 : case MINUS_EXPR:
6109 : 3919 : {
6110 : 3919 : tree _q50 = TREE_OPERAND (_p1, 0);
6111 : 3919 : tree _q51 = TREE_OPERAND (_p1, 1);
6112 : 3919 : if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
6113 : : {
6114 : 3877 : {
6115 : 3877 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q50 };
6116 : 7754 : if (ANY_INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
6117 : 7754 : && (TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[0]))
6118 : 0 : || TYPE_OVERFLOW_WRAPS (TREE_TYPE (captures[0])))
6119 : : )
6120 : : {
6121 : 3877 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1289;
6122 : 3877 : {
6123 : 3877 : tree res_op0;
6124 : 3877 : res_op0 = captures[0];
6125 : 3877 : tree res_op1;
6126 : 3877 : res_op1 = captures[2];
6127 : 3877 : tree _r;
6128 : 3877 : _r = fold_build2_loc (loc, MINUS_EXPR, type, res_op0, res_op1);
6129 : 3877 : if (TREE_SIDE_EFFECTS (captures[1]))
6130 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
6131 : 3877 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 914, __FILE__, __LINE__, true);
6132 : 3877 : return _r;
6133 : : }
6134 : 0 : next_after_fail1289:;
6135 : : }
6136 : : }
6137 : : }
6138 : 42 : if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
6139 : : {
6140 : 0 : {
6141 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q51 };
6142 : 0 : if (ANY_INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
6143 : 0 : && (TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[1]))
6144 : 0 : || TYPE_OVERFLOW_WRAPS (TREE_TYPE (captures[1])))
6145 : : )
6146 : : {
6147 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1290;
6148 : 0 : {
6149 : 0 : tree res_op0;
6150 : 0 : res_op0 = captures[2];
6151 : 0 : tree res_op1;
6152 : 0 : res_op1 = captures[1];
6153 : 0 : tree _r;
6154 : 0 : _r = fold_build2_loc (loc, MINUS_EXPR, type, res_op0, res_op1);
6155 : 0 : if (TREE_SIDE_EFFECTS (captures[0]))
6156 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
6157 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 915, __FILE__, __LINE__, true);
6158 : 0 : return _r;
6159 : : }
6160 : 0 : next_after_fail1290:;
6161 : : }
6162 : : }
6163 : : }
6164 : : break;
6165 : : }
6166 : : default:;
6167 : : }
6168 : : break;
6169 : : }
6170 : 59 : case POINTER_DIFF_EXPR:
6171 : 59 : {
6172 : 59 : tree _q20 = TREE_OPERAND (_p0, 0);
6173 : 59 : tree _q21 = TREE_OPERAND (_p0, 1);
6174 : 59 : switch (TREE_CODE (_p1))
6175 : : {
6176 : 0 : case POINTER_DIFF_EXPR:
6177 : 0 : {
6178 : 0 : tree _q50 = TREE_OPERAND (_p1, 0);
6179 : 0 : tree _q51 = TREE_OPERAND (_p1, 1);
6180 : 0 : if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
6181 : : {
6182 : 0 : {
6183 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q50 };
6184 : 0 : if (TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[0]))
6185 : 0 : && !TYPE_OVERFLOW_SANITIZED (TREE_TYPE (captures[2]))
6186 : : )
6187 : : {
6188 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1291;
6189 : 0 : {
6190 : 0 : tree res_op0;
6191 : 0 : res_op0 = captures[1];
6192 : 0 : tree res_op1;
6193 : 0 : res_op1 = captures[3];
6194 : 0 : tree _r;
6195 : 0 : _r = fold_build2_loc (loc, POINTER_DIFF_EXPR, type, res_op0, res_op1);
6196 : 0 : if (TREE_SIDE_EFFECTS (captures[2]))
6197 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
6198 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 916, __FILE__, __LINE__, true);
6199 : 0 : return _r;
6200 : : }
6201 : 0 : next_after_fail1291:;
6202 : : }
6203 : : }
6204 : : }
6205 : 0 : if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
6206 : : {
6207 : 0 : {
6208 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q51 };
6209 : 0 : if (TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[0]))
6210 : 0 : && !TYPE_OVERFLOW_SANITIZED (TREE_TYPE (captures[1]))
6211 : : )
6212 : : {
6213 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1292;
6214 : 0 : {
6215 : 0 : tree res_op0;
6216 : 0 : res_op0 = captures[3];
6217 : 0 : tree res_op1;
6218 : 0 : res_op1 = captures[2];
6219 : 0 : tree _r;
6220 : 0 : _r = fold_build2_loc (loc, POINTER_DIFF_EXPR, type, res_op0, res_op1);
6221 : 0 : if (TREE_SIDE_EFFECTS (captures[1]))
6222 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
6223 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 917, __FILE__, __LINE__, true);
6224 : 0 : return _r;
6225 : : }
6226 : 0 : next_after_fail1292:;
6227 : : }
6228 : : }
6229 : : }
6230 : : break;
6231 : : }
6232 : : default:;
6233 : : }
6234 : : break;
6235 : : }
6236 : 20420670 : default:;
6237 : : }
6238 : 20420670 : switch (TREE_CODE (_p1))
6239 : : {
6240 : 6224658 : CASE_CONVERT:
6241 : 6224658 : {
6242 : 6224658 : tree _q30 = TREE_OPERAND (_p1, 0);
6243 : 6224658 : switch (TREE_CODE (_q30))
6244 : : {
6245 : 900 : case NEGATE_EXPR:
6246 : 900 : {
6247 : 900 : tree _q40 = TREE_OPERAND (_q30, 0);
6248 : 900 : {
6249 : 900 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q40 };
6250 : 900 : tree res = generic_simplify_47 (loc, type, _p0, _p1, captures);
6251 : 900 : if (res) return res;
6252 : : }
6253 : 900 : break;
6254 : : }
6255 : : default:;
6256 : : }
6257 : : break;
6258 : : }
6259 : 40 : case NEGATE_EXPR:
6260 : 40 : {
6261 : 40 : tree _q30 = TREE_OPERAND (_p1, 0);
6262 : 40 : {
6263 : 40 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q30 };
6264 : 40 : tree res = generic_simplify_47 (loc, type, _p0, _p1, captures);
6265 : 40 : if (res) return res;
6266 : : }
6267 : 40 : break;
6268 : : }
6269 : 20420670 : default:;
6270 : : }
6271 : 20420670 : switch (TREE_CODE (_p0))
6272 : : {
6273 : 1278091 : case PLUS_EXPR:
6274 : 1278091 : {
6275 : 1278091 : tree _q20 = TREE_OPERAND (_p0, 0);
6276 : 1278091 : tree _q21 = TREE_OPERAND (_p0, 1);
6277 : 1278091 : {
6278 : 1278091 : tree _q20_pops[1];
6279 : 1278091 : if (tree_nop_convert (_q20, _q20_pops))
6280 : : {
6281 : 316906 : tree _q30 = _q20_pops[0];
6282 : 316906 : if ((_p1 == _q30 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q30, 0) && types_match (_p1, _q30)))
6283 : : {
6284 : 339 : {
6285 : 339 : tree captures[2] ATTRIBUTE_UNUSED = { _q30, _q21 };
6286 : 339 : tree res = generic_simplify_48 (loc, type, _p0, _p1, captures);
6287 : 339 : if (res) return res;
6288 : : }
6289 : : }
6290 : : }
6291 : : }
6292 : 1277752 : {
6293 : 1277752 : tree _q21_pops[1];
6294 : 1277752 : if (tree_nop_convert (_q21, _q21_pops))
6295 : : {
6296 : 405875 : tree _q40 = _q21_pops[0];
6297 : 405875 : if ((_p1 == _q40 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q40, 0) && types_match (_p1, _q40)))
6298 : : {
6299 : 156 : {
6300 : 156 : tree captures[2] ATTRIBUTE_UNUSED = { _q40, _q20 };
6301 : 156 : tree res = generic_simplify_48 (loc, type, _p0, _p1, captures);
6302 : 156 : if (res) return res;
6303 : : }
6304 : : }
6305 : : }
6306 : : }
6307 : 1277596 : if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
6308 : : {
6309 : 53461 : {
6310 : 53461 : tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
6311 : 53461 : tree res = generic_simplify_48 (loc, type, _p0, _p1, captures);
6312 : 53461 : if (res) return res;
6313 : : }
6314 : : }
6315 : 1224135 : if ((_p1 == _q21 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q21, 0) && types_match (_p1, _q21)))
6316 : : {
6317 : 1582 : {
6318 : 1582 : tree captures[2] ATTRIBUTE_UNUSED = { _q21, _q20 };
6319 : 1582 : tree res = generic_simplify_48 (loc, type, _p0, _p1, captures);
6320 : 1582 : if (res) return res;
6321 : : }
6322 : : }
6323 : : break;
6324 : : }
6325 : 859955 : case MINUS_EXPR:
6326 : 859955 : {
6327 : 859955 : tree _q20 = TREE_OPERAND (_p0, 0);
6328 : 859955 : tree _q21 = TREE_OPERAND (_p0, 1);
6329 : 859955 : {
6330 : 859955 : tree _q20_pops[1];
6331 : 859955 : if (tree_nop_convert (_q20, _q20_pops))
6332 : : {
6333 : 61746 : tree _q30 = _q20_pops[0];
6334 : 61746 : if ((_p1 == _q30 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q30, 0) && types_match (_p1, _q30)))
6335 : : {
6336 : 0 : {
6337 : 0 : tree captures[2] ATTRIBUTE_UNUSED = { _q30, _q21 };
6338 : 0 : tree res = generic_simplify_49 (loc, type, _p0, _p1, captures);
6339 : 0 : if (res) return res;
6340 : : }
6341 : : }
6342 : : }
6343 : : }
6344 : 859955 : if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
6345 : : {
6346 : 145 : {
6347 : 145 : tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
6348 : 145 : tree res = generic_simplify_49 (loc, type, _p0, _p1, captures);
6349 : 145 : if (res) return res;
6350 : : }
6351 : : }
6352 : : break;
6353 : : }
6354 : 20364998 : default:;
6355 : : }
6356 : 20364998 : {
6357 : 20364998 : tree _p0_pops[1];
6358 : 20364998 : if (tree_nop_convert (_p0, _p0_pops))
6359 : : {
6360 : 3777111 : tree _q20 = _p0_pops[0];
6361 : 3777111 : switch (TREE_CODE (_q20))
6362 : : {
6363 : 314900 : case PLUS_EXPR:
6364 : 314900 : {
6365 : 314900 : tree _q30 = TREE_OPERAND (_q20, 0);
6366 : 314900 : tree _q31 = TREE_OPERAND (_q20, 1);
6367 : 314900 : {
6368 : 314900 : tree _q30_pops[1];
6369 : 314900 : if (tree_nop_convert (_q30, _q30_pops))
6370 : : {
6371 : 30082 : tree _q40 = _q30_pops[0];
6372 : 30082 : if ((_p1 == _q40 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q40, 0) && types_match (_p1, _q40)))
6373 : : {
6374 : 643 : {
6375 : 643 : tree captures[2] ATTRIBUTE_UNUSED = { _q40, _q31 };
6376 : 643 : tree res = generic_simplify_48 (loc, type, _p0, _p1, captures);
6377 : 643 : if (res) return res;
6378 : : }
6379 : : }
6380 : : }
6381 : : }
6382 : 314257 : {
6383 : 314257 : tree _q31_pops[1];
6384 : 314257 : if (tree_nop_convert (_q31, _q31_pops))
6385 : : {
6386 : 2174 : tree _q50 = _q31_pops[0];
6387 : 2174 : if ((_p1 == _q50 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q50, 0) && types_match (_p1, _q50)))
6388 : : {
6389 : 68 : {
6390 : 68 : tree captures[2] ATTRIBUTE_UNUSED = { _q50, _q30 };
6391 : 68 : tree res = generic_simplify_48 (loc, type, _p0, _p1, captures);
6392 : 68 : if (res) return res;
6393 : : }
6394 : : }
6395 : : }
6396 : : }
6397 : 314189 : if ((_p1 == _q30 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q30, 0) && types_match (_p1, _q30)))
6398 : : {
6399 : 43 : {
6400 : 43 : tree captures[2] ATTRIBUTE_UNUSED = { _q30, _q31 };
6401 : 43 : tree res = generic_simplify_48 (loc, type, _p0, _p1, captures);
6402 : 43 : if (res) return res;
6403 : : }
6404 : : }
6405 : 314146 : if ((_p1 == _q31 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q31, 0) && types_match (_p1, _q31)))
6406 : : {
6407 : 0 : {
6408 : 0 : tree captures[2] ATTRIBUTE_UNUSED = { _q31, _q30 };
6409 : 0 : tree res = generic_simplify_48 (loc, type, _p0, _p1, captures);
6410 : 0 : if (res) return res;
6411 : : }
6412 : : }
6413 : : break;
6414 : : }
6415 : 844 : case MINUS_EXPR:
6416 : 844 : {
6417 : 844 : tree _q30 = TREE_OPERAND (_q20, 0);
6418 : 844 : tree _q31 = TREE_OPERAND (_q20, 1);
6419 : 844 : {
6420 : 844 : tree _q30_pops[1];
6421 : 844 : if (tree_nop_convert (_q30, _q30_pops))
6422 : : {
6423 : 392 : tree _q40 = _q30_pops[0];
6424 : 392 : if ((_p1 == _q40 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q40, 0) && types_match (_p1, _q40)))
6425 : : {
6426 : 0 : {
6427 : 0 : tree captures[2] ATTRIBUTE_UNUSED = { _q40, _q31 };
6428 : 0 : tree res = generic_simplify_49 (loc, type, _p0, _p1, captures);
6429 : 0 : if (res) return res;
6430 : : }
6431 : : }
6432 : : }
6433 : : }
6434 : 844 : if ((_p1 == _q30 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q30, 0) && types_match (_p1, _q30)))
6435 : : {
6436 : 0 : {
6437 : 0 : tree captures[2] ATTRIBUTE_UNUSED = { _q30, _q31 };
6438 : 0 : tree res = generic_simplify_49 (loc, type, _p0, _p1, captures);
6439 : 0 : if (res) return res;
6440 : : }
6441 : : }
6442 : : break;
6443 : : }
6444 : : default:;
6445 : : }
6446 : : }
6447 : : }
6448 : 20364244 : switch (TREE_CODE (_p1))
6449 : : {
6450 : 1149345 : case PLUS_EXPR:
6451 : 1149345 : {
6452 : 1149345 : tree _q30 = TREE_OPERAND (_p1, 0);
6453 : 1149345 : tree _q31 = TREE_OPERAND (_p1, 1);
6454 : 1149345 : {
6455 : 1149345 : tree _q30_pops[1];
6456 : 1149345 : if (tree_nop_convert (_q30, _q30_pops))
6457 : : {
6458 : 273533 : tree _q40 = _q30_pops[0];
6459 : 273533 : if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
6460 : : {
6461 : 67 : {
6462 : 67 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q31 };
6463 : 67 : tree res = generic_simplify_50 (loc, type, _p0, _p1, captures);
6464 : 67 : if (res) return res;
6465 : : }
6466 : : }
6467 : : }
6468 : : }
6469 : 1149278 : {
6470 : 1149278 : tree _q31_pops[1];
6471 : 1149278 : if (tree_nop_convert (_q31, _q31_pops))
6472 : : {
6473 : 57284 : tree _q50 = _q31_pops[0];
6474 : 57284 : if ((_q50 == _p0 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _p0, 0) && types_match (_q50, _p0)))
6475 : : {
6476 : 0 : {
6477 : 0 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q30 };
6478 : 0 : tree res = generic_simplify_50 (loc, type, _p0, _p1, captures);
6479 : 0 : if (res) return res;
6480 : : }
6481 : : }
6482 : : }
6483 : : }
6484 : 1149278 : if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
6485 : : {
6486 : 33790 : {
6487 : 33790 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q31 };
6488 : 33790 : tree res = generic_simplify_50 (loc, type, _p0, _p1, captures);
6489 : 33790 : if (res) return res;
6490 : : }
6491 : : }
6492 : 1115488 : if ((_q31 == _p0 && ! TREE_SIDE_EFFECTS (_q31)) || (operand_equal_p (_q31, _p0, 0) && types_match (_q31, _p0)))
6493 : : {
6494 : 2643 : {
6495 : 2643 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q30 };
6496 : 2643 : tree res = generic_simplify_50 (loc, type, _p0, _p1, captures);
6497 : 2643 : if (res) return res;
6498 : : }
6499 : : }
6500 : : break;
6501 : : }
6502 : 66140 : case MINUS_EXPR:
6503 : 66140 : {
6504 : 66140 : tree _q30 = TREE_OPERAND (_p1, 0);
6505 : 66140 : tree _q31 = TREE_OPERAND (_p1, 1);
6506 : 66140 : {
6507 : 66140 : tree _q30_pops[1];
6508 : 66140 : if (tree_nop_convert (_q30, _q30_pops))
6509 : : {
6510 : 61 : tree _q40 = _q30_pops[0];
6511 : 61 : if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
6512 : : {
6513 : 0 : {
6514 : 0 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q31 };
6515 : 0 : tree res = generic_simplify_51 (loc, type, _p0, _p1, captures);
6516 : 0 : if (res) return res;
6517 : : }
6518 : : }
6519 : : }
6520 : : }
6521 : 66140 : if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
6522 : : {
6523 : 134 : {
6524 : 134 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q31 };
6525 : 134 : tree res = generic_simplify_51 (loc, type, _p0, _p1, captures);
6526 : 134 : if (res) return res;
6527 : : }
6528 : : }
6529 : : break;
6530 : : }
6531 : 20327610 : default:;
6532 : : }
6533 : 20327610 : {
6534 : 20327610 : tree _p1_pops[1];
6535 : 20327610 : if (tree_nop_convert (_p1, _p1_pops))
6536 : : {
6537 : 5614889 : tree _q30 = _p1_pops[0];
6538 : 5614889 : switch (TREE_CODE (_q30))
6539 : : {
6540 : 597777 : case PLUS_EXPR:
6541 : 597777 : {
6542 : 597777 : tree _q40 = TREE_OPERAND (_q30, 0);
6543 : 597777 : tree _q41 = TREE_OPERAND (_q30, 1);
6544 : 597777 : {
6545 : 597777 : tree _q40_pops[1];
6546 : 597777 : if (tree_nop_convert (_q40, _q40_pops))
6547 : : {
6548 : 64953 : tree _q50 = _q40_pops[0];
6549 : 64953 : if ((_q50 == _p0 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _p0, 0) && types_match (_q50, _p0)))
6550 : : {
6551 : 99 : {
6552 : 99 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q41 };
6553 : 99 : tree res = generic_simplify_50 (loc, type, _p0, _p1, captures);
6554 : 99 : if (res) return res;
6555 : : }
6556 : : }
6557 : : }
6558 : : }
6559 : 597678 : {
6560 : 597678 : tree _q41_pops[1];
6561 : 597678 : if (tree_nop_convert (_q41, _q41_pops))
6562 : : {
6563 : 14885 : tree _q60 = _q41_pops[0];
6564 : 14885 : if ((_q60 == _p0 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _p0, 0) && types_match (_q60, _p0)))
6565 : : {
6566 : 0 : {
6567 : 0 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q40 };
6568 : 0 : tree res = generic_simplify_50 (loc, type, _p0, _p1, captures);
6569 : 0 : if (res) return res;
6570 : : }
6571 : : }
6572 : : }
6573 : : }
6574 : 597678 : if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
6575 : : {
6576 : 6 : {
6577 : 6 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q41 };
6578 : 6 : tree res = generic_simplify_50 (loc, type, _p0, _p1, captures);
6579 : 6 : if (res) return res;
6580 : : }
6581 : : }
6582 : 597672 : if ((_q41 == _p0 && ! TREE_SIDE_EFFECTS (_q41)) || (operand_equal_p (_q41, _p0, 0) && types_match (_q41, _p0)))
6583 : : {
6584 : 4 : {
6585 : 4 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q40 };
6586 : 4 : tree res = generic_simplify_50 (loc, type, _p0, _p1, captures);
6587 : 4 : if (res) return res;
6588 : : }
6589 : : }
6590 : : break;
6591 : : }
6592 : 7391 : case MINUS_EXPR:
6593 : 7391 : {
6594 : 7391 : tree _q40 = TREE_OPERAND (_q30, 0);
6595 : 7391 : tree _q41 = TREE_OPERAND (_q30, 1);
6596 : 7391 : {
6597 : 7391 : tree _q40_pops[1];
6598 : 7391 : if (tree_nop_convert (_q40, _q40_pops))
6599 : : {
6600 : 6730 : tree _q50 = _q40_pops[0];
6601 : 6730 : if ((_q50 == _p0 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _p0, 0) && types_match (_q50, _p0)))
6602 : : {
6603 : 0 : {
6604 : 0 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q41 };
6605 : 0 : tree res = generic_simplify_51 (loc, type, _p0, _p1, captures);
6606 : 0 : if (res) return res;
6607 : : }
6608 : : }
6609 : : }
6610 : : }
6611 : 7391 : if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
6612 : : {
6613 : 2 : {
6614 : 2 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _q41 };
6615 : 2 : tree res = generic_simplify_51 (loc, type, _p0, _p1, captures);
6616 : 2 : if (res) return res;
6617 : : }
6618 : : }
6619 : : break;
6620 : : }
6621 : : default:;
6622 : : }
6623 : : }
6624 : : }
6625 : 20327499 : switch (TREE_CODE (_p0))
6626 : : {
6627 : 1222534 : case PLUS_EXPR:
6628 : 1222534 : {
6629 : 1222534 : tree _q20 = TREE_OPERAND (_p0, 0);
6630 : 1222534 : tree _q21 = TREE_OPERAND (_p0, 1);
6631 : 1222534 : switch (TREE_CODE (_p1))
6632 : : {
6633 : 0 : case MINUS_EXPR:
6634 : 0 : {
6635 : 0 : tree _q50 = TREE_OPERAND (_p1, 0);
6636 : 0 : tree _q51 = TREE_OPERAND (_p1, 1);
6637 : 0 : if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
6638 : : {
6639 : 0 : {
6640 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q51 };
6641 : 0 : tree res = generic_simplify_52 (loc, type, _p0, _p1, captures);
6642 : 0 : if (res) return res;
6643 : : }
6644 : : }
6645 : 0 : if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
6646 : : {
6647 : 0 : {
6648 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q21, _q20, _q51 };
6649 : 0 : tree res = generic_simplify_52 (loc, type, _p0, _p1, captures);
6650 : 0 : if (res) return res;
6651 : : }
6652 : : }
6653 : : break;
6654 : : }
6655 : 1222534 : default:;
6656 : : }
6657 : 1222534 : if (CONSTANT_CLASS_P (_q21))
6658 : : {
6659 : 539522 : if (CONSTANT_CLASS_P (_p1))
6660 : : {
6661 : 13 : {
6662 : 13 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
6663 : 13 : tree res = generic_simplify_16 (loc, type, _p0, _p1, captures, PLUS_EXPR, MINUS_EXPR, MINUS_EXPR);
6664 : 13 : if (res) return res;
6665 : : }
6666 : : }
6667 : : }
6668 : : break;
6669 : : }
6670 : 859809 : case MINUS_EXPR:
6671 : 859809 : {
6672 : 859809 : tree _q20 = TREE_OPERAND (_p0, 0);
6673 : 859809 : tree _q21 = TREE_OPERAND (_p0, 1);
6674 : 859809 : if (CONSTANT_CLASS_P (_q21))
6675 : : {
6676 : 96996 : if (CONSTANT_CLASS_P (_p1))
6677 : : {
6678 : 12 : {
6679 : 12 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
6680 : 12 : tree res = generic_simplify_16 (loc, type, _p0, _p1, captures, MINUS_EXPR, PLUS_EXPR, MINUS_EXPR);
6681 : 12 : if (res) return res;
6682 : : }
6683 : : }
6684 : : }
6685 : 859809 : if (CONSTANT_CLASS_P (_q20))
6686 : : {
6687 : 2791 : if (CONSTANT_CLASS_P (_p1))
6688 : : {
6689 : 1 : {
6690 : 1 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
6691 : 1 : tree res = generic_simplify_17 (loc, type, _p0, _p1, captures, MINUS_EXPR);
6692 : 1 : if (res) return res;
6693 : : }
6694 : : }
6695 : : }
6696 : : break;
6697 : : }
6698 : 4134475 : CASE_CONVERT:
6699 : 4134475 : {
6700 : 4134475 : tree _q20 = TREE_OPERAND (_p0, 0);
6701 : 4134475 : switch (TREE_CODE (_p1))
6702 : : {
6703 : 3427554 : CASE_CONVERT:
6704 : 3427554 : {
6705 : 3427554 : tree _q40 = TREE_OPERAND (_p1, 0);
6706 : 3427554 : {
6707 : 3427554 : tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q40 };
6708 : 3427554 : tree res = generic_simplify_21 (loc, type, _p0, _p1, captures, MINUS_EXPR);
6709 : 3427554 : if (res) return res;
6710 : : }
6711 : 3414968 : break;
6712 : : }
6713 : 4121889 : default:;
6714 : : }
6715 : 4121889 : switch (TREE_CODE (_q20))
6716 : : {
6717 : 207 : case NEGATE_EXPR:
6718 : 207 : {
6719 : 207 : tree _q30 = TREE_OPERAND (_q20, 0);
6720 : 207 : if (integer_each_onep (_p1))
6721 : : {
6722 : 0 : {
6723 : 0 : tree captures[1] ATTRIBUTE_UNUSED = { _q30 };
6724 : 0 : tree res = generic_simplify_54 (loc, type, _p0, _p1, captures);
6725 : 0 : if (res) return res;
6726 : : }
6727 : : }
6728 : : break;
6729 : : }
6730 : 361307 : case PLUS_EXPR:
6731 : 361307 : {
6732 : 361307 : tree _q30 = TREE_OPERAND (_q20, 0);
6733 : 361307 : tree _q31 = TREE_OPERAND (_q20, 1);
6734 : 361307 : switch (TREE_CODE (_p1))
6735 : : {
6736 : 344870 : CASE_CONVERT:
6737 : 344870 : {
6738 : 344870 : tree _q60 = TREE_OPERAND (_p1, 0);
6739 : 344870 : if ((_q60 == _q30 && ! TREE_SIDE_EFFECTS (_q60)) || operand_equal_p (_q60, _q30, 0))
6740 : : {
6741 : 5316 : {
6742 : 5316 : tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _q30 };
6743 : 5316 : tree res = generic_simplify_55 (loc, type, _p0, _p1, captures);
6744 : 5316 : if (res) return res;
6745 : : }
6746 : : }
6747 : 339668 : if ((_q60 == _q31 && ! TREE_SIDE_EFFECTS (_q60)) || operand_equal_p (_q60, _q31, 0))
6748 : : {
6749 : 27 : {
6750 : 27 : tree captures[3] ATTRIBUTE_UNUSED = { _q31, _q30, _q31 };
6751 : 27 : tree res = generic_simplify_55 (loc, type, _p0, _p1, captures);
6752 : 27 : if (res) return res;
6753 : : }
6754 : : }
6755 : : break;
6756 : : }
6757 : 356078 : default:;
6758 : : }
6759 : 356078 : if ((_p1 == _q30 && ! TREE_SIDE_EFFECTS (_p1)) || operand_equal_p (_p1, _q30, 0))
6760 : : {
6761 : 3311 : {
6762 : 3311 : tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _q30 };
6763 : 3311 : tree res = generic_simplify_55 (loc, type, _p0, _p1, captures);
6764 : 3311 : if (res) return res;
6765 : : }
6766 : : }
6767 : 352767 : if ((_p1 == _q31 && ! TREE_SIDE_EFFECTS (_p1)) || operand_equal_p (_p1, _q31, 0))
6768 : : {
6769 : 960 : {
6770 : 960 : tree captures[3] ATTRIBUTE_UNUSED = { _q31, _q30, _q31 };
6771 : 960 : tree res = generic_simplify_55 (loc, type, _p0, _p1, captures);
6772 : 960 : if (res) return res;
6773 : : }
6774 : : }
6775 : : break;
6776 : : }
6777 : 61610 : case POINTER_PLUS_EXPR:
6778 : 61610 : {
6779 : 61610 : tree _q30 = TREE_OPERAND (_q20, 0);
6780 : 61610 : tree _q31 = TREE_OPERAND (_q20, 1);
6781 : 61610 : switch (TREE_CODE (_p1))
6782 : : {
6783 : 60229 : CASE_CONVERT:
6784 : 60229 : {
6785 : 60229 : tree _q60 = TREE_OPERAND (_p1, 0);
6786 : 60229 : if ((_q60 == _q30 && ! TREE_SIDE_EFFECTS (_q60)) || operand_equal_p (_q60, _q30, 0))
6787 : : {
6788 : 7399 : {
6789 : 7399 : tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _q30 };
6790 : 7399 : if (!TYPE_SATURATING (type)
6791 : : )
6792 : : {
6793 : 7399 : if ((!FLOAT_TYPE_P (type) || flag_associative_math)
6794 : 14798 : && !FIXED_POINT_TYPE_P (type)
6795 : : )
6796 : : {
6797 : 7399 : if (element_precision (type) <= element_precision (TREE_TYPE (captures[1]))
6798 : 7399 : || (POINTER_TYPE_P (TREE_TYPE (captures[0]))
6799 : 0 : && TREE_CODE (captures[1]) == INTEGER_CST
6800 : 0 : && tree_int_cst_sign_bit (captures[1]) == 0)
6801 : : )
6802 : : {
6803 : 7399 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1293;
6804 : 7399 : {
6805 : 7399 : tree res_op0;
6806 : 7399 : res_op0 = captures[1];
6807 : 7399 : tree _r;
6808 : 7399 : _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
6809 : 7399 : if (TREE_SIDE_EFFECTS (captures[2]))
6810 : 11 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
6811 : 7399 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 918, __FILE__, __LINE__, true);
6812 : 7399 : return _r;
6813 : : }
6814 : 0 : next_after_fail1293:;
6815 : : }
6816 : : }
6817 : : }
6818 : : }
6819 : : }
6820 : : break;
6821 : : }
6822 : : default:;
6823 : : }
6824 : : break;
6825 : : }
6826 : 4104990 : default:;
6827 : : }
6828 : 4104990 : switch (TREE_CODE (_p1))
6829 : : {
6830 : 3398197 : CASE_CONVERT:
6831 : 3398197 : {
6832 : 3398197 : tree _q40 = TREE_OPERAND (_p1, 0);
6833 : 3398197 : switch (TREE_CODE (_q40))
6834 : : {
6835 : 449267 : case PLUS_EXPR:
6836 : 449267 : {
6837 : 449267 : tree _q50 = TREE_OPERAND (_q40, 0);
6838 : 449267 : tree _q51 = TREE_OPERAND (_q40, 1);
6839 : 449267 : if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || operand_equal_p (_q50, _q20, 0))
6840 : : {
6841 : 1766 : {
6842 : 1766 : tree captures[3] ATTRIBUTE_UNUSED = { _q50, _q51, _q20 };
6843 : 1766 : tree res = generic_simplify_56 (loc, type, _p0, _p1, captures);
6844 : 1766 : if (res) return res;
6845 : : }
6846 : : }
6847 : 447573 : if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || operand_equal_p (_q51, _q20, 0))
6848 : : {
6849 : 18 : {
6850 : 18 : tree captures[3] ATTRIBUTE_UNUSED = { _q51, _q50, _q20 };
6851 : 18 : tree res = generic_simplify_56 (loc, type, _p0, _p1, captures);
6852 : 18 : if (res) return res;
6853 : : }
6854 : : }
6855 : : break;
6856 : : }
6857 : : default:;
6858 : : }
6859 : : break;
6860 : : }
6861 : : default:;
6862 : : }
6863 : : break;
6864 : : }
6865 : 144477 : case NEGATE_EXPR:
6866 : 144477 : {
6867 : 144477 : tree _q20 = TREE_OPERAND (_p0, 0);
6868 : 144477 : if (integer_each_onep (_p1))
6869 : : {
6870 : 41 : {
6871 : 41 : tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
6872 : 41 : tree res = generic_simplify_54 (loc, type, _p0, _p1, captures);
6873 : 41 : if (res) return res;
6874 : : }
6875 : : }
6876 : : break;
6877 : : }
6878 : 20296261 : default:;
6879 : : }
6880 : 20296261 : {
6881 : 20296261 : tree _p0_pops[1];
6882 : 20296261 : if (tree_nop_convert (_p0, _p0_pops))
6883 : : {
6884 : 3735723 : tree _q20 = _p0_pops[0];
6885 : 3735723 : switch (TREE_CODE (_q20))
6886 : : {
6887 : 297486 : case PLUS_EXPR:
6888 : 297486 : {
6889 : 297486 : tree _q30 = TREE_OPERAND (_q20, 0);
6890 : 297486 : tree _q31 = TREE_OPERAND (_q20, 1);
6891 : 297486 : if (CONSTANT_CLASS_P (_q31))
6892 : : {
6893 : 290966 : if (CONSTANT_CLASS_P (_p1))
6894 : : {
6895 : 0 : {
6896 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _p1 };
6897 : 0 : tree res = generic_simplify_16 (loc, type, _p0, _p1, captures, PLUS_EXPR, MINUS_EXPR, MINUS_EXPR);
6898 : 0 : if (res) return res;
6899 : : }
6900 : : }
6901 : : }
6902 : : break;
6903 : : }
6904 : 844 : case MINUS_EXPR:
6905 : 844 : {
6906 : 844 : tree _q30 = TREE_OPERAND (_q20, 0);
6907 : 844 : tree _q31 = TREE_OPERAND (_q20, 1);
6908 : 844 : if (CONSTANT_CLASS_P (_q31))
6909 : : {
6910 : 0 : if (CONSTANT_CLASS_P (_p1))
6911 : : {
6912 : 0 : {
6913 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _p1 };
6914 : 0 : tree res = generic_simplify_16 (loc, type, _p0, _p1, captures, MINUS_EXPR, PLUS_EXPR, MINUS_EXPR);
6915 : 0 : if (res) return res;
6916 : : }
6917 : : }
6918 : : }
6919 : 844 : if (CONSTANT_CLASS_P (_q30))
6920 : : {
6921 : 20 : if (CONSTANT_CLASS_P (_p1))
6922 : : {
6923 : 0 : {
6924 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _p1 };
6925 : 0 : tree res = generic_simplify_17 (loc, type, _p0, _p1, captures, MINUS_EXPR);
6926 : 0 : if (res) return res;
6927 : : }
6928 : : }
6929 : : }
6930 : : break;
6931 : : }
6932 : : default:;
6933 : : }
6934 : : }
6935 : : }
6936 : 20296261 : if (CONSTANT_CLASS_P (_p0))
6937 : : {
6938 : 5006258 : switch (TREE_CODE (_p1))
6939 : : {
6940 : 17511 : case MINUS_EXPR:
6941 : 17511 : {
6942 : 17511 : tree _q30 = TREE_OPERAND (_p1, 0);
6943 : 17511 : tree _q31 = TREE_OPERAND (_p1, 1);
6944 : 17511 : if (CONSTANT_CLASS_P (_q30))
6945 : : {
6946 : 639 : {
6947 : 639 : tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q30, _q31 };
6948 : 639 : tree res = generic_simplify_53 (loc, type, _p0, _p1, captures);
6949 : 639 : if (res) return res;
6950 : : }
6951 : : }
6952 : : break;
6953 : : }
6954 : 5005628 : default:;
6955 : : }
6956 : 5005628 : {
6957 : 5005628 : tree _p1_pops[1];
6958 : 5005628 : if (tree_nop_convert (_p1, _p1_pops))
6959 : : {
6960 : 1499072 : tree _q30 = _p1_pops[0];
6961 : 1499072 : switch (TREE_CODE (_q30))
6962 : : {
6963 : 7186 : case MINUS_EXPR:
6964 : 7186 : {
6965 : 7186 : tree _q40 = TREE_OPERAND (_q30, 0);
6966 : 7186 : tree _q41 = TREE_OPERAND (_q30, 1);
6967 : 7186 : if (CONSTANT_CLASS_P (_q40))
6968 : : {
6969 : 25 : {
6970 : 25 : tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q40, _q41 };
6971 : 25 : tree res = generic_simplify_53 (loc, type, _p0, _p1, captures);
6972 : 25 : if (res) return res;
6973 : : }
6974 : : }
6975 : : break;
6976 : : }
6977 : : default:;
6978 : : }
6979 : : }
6980 : : }
6981 : : }
6982 : 20295606 : if (integer_all_onesp (_p0))
6983 : : {
6984 : 1201050 : {
6985 : 1201050 : tree captures[1] ATTRIBUTE_UNUSED = { _p1 };
6986 : 1201050 : if (!TYPE_SATURATING (type)
6987 : : )
6988 : : {
6989 : 1201050 : if ((!FLOAT_TYPE_P (type) || flag_associative_math)
6990 : 2402100 : && !FIXED_POINT_TYPE_P (type)
6991 : : )
6992 : : {
6993 : 1201050 : if (TREE_CODE (type) != COMPLEX_TYPE
6994 : : )
6995 : : {
6996 : 1201048 : if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1294;
6997 : 1201048 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1294;
6998 : 1201048 : {
6999 : 1201048 : tree res_op0;
7000 : 1201048 : res_op0 = captures[0];
7001 : 1201048 : tree _r;
7002 : 1201048 : _r = fold_build1_loc (loc, BIT_NOT_EXPR, type, res_op0);
7003 : 1201048 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 919, __FILE__, __LINE__, true);
7004 : 1201048 : return _r;
7005 : : }
7006 : : next_after_fail1294:;
7007 : : }
7008 : : }
7009 : : }
7010 : : }
7011 : : }
7012 : 19094558 : switch (TREE_CODE (_p1))
7013 : : {
7014 : 5888552 : CASE_CONVERT:
7015 : 5888552 : {
7016 : 5888552 : tree _q30 = TREE_OPERAND (_p1, 0);
7017 : 5888552 : switch (TREE_CODE (_q30))
7018 : : {
7019 : 603062 : case PLUS_EXPR:
7020 : 603062 : {
7021 : 603062 : tree _q40 = TREE_OPERAND (_q30, 0);
7022 : 603062 : tree _q41 = TREE_OPERAND (_q30, 1);
7023 : 603062 : if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || operand_equal_p (_q40, _p0, 0))
7024 : : {
7025 : 64 : {
7026 : 64 : tree captures[3] ATTRIBUTE_UNUSED = { _q40, _q41, _p0 };
7027 : 64 : tree res = generic_simplify_56 (loc, type, _p0, _p1, captures);
7028 : 64 : if (res) return res;
7029 : : }
7030 : : }
7031 : 602998 : if ((_q41 == _p0 && ! TREE_SIDE_EFFECTS (_q41)) || operand_equal_p (_q41, _p0, 0))
7032 : : {
7033 : 7481 : {
7034 : 7481 : tree captures[3] ATTRIBUTE_UNUSED = { _q41, _q40, _p0 };
7035 : 7481 : tree res = generic_simplify_56 (loc, type, _p0, _p1, captures);
7036 : 7481 : if (res) return res;
7037 : : }
7038 : : }
7039 : : break;
7040 : : }
7041 : : default:;
7042 : : }
7043 : : break;
7044 : : }
7045 : 19087184 : default:;
7046 : : }
7047 : 19087184 : switch (TREE_CODE (_p0))
7048 : : {
7049 : 4103214 : CASE_CONVERT:
7050 : 4103214 : {
7051 : 4103214 : tree _q20 = TREE_OPERAND (_p0, 0);
7052 : 4103214 : switch (TREE_CODE (_p1))
7053 : : {
7054 : 3396421 : CASE_CONVERT:
7055 : 3396421 : {
7056 : 3396421 : tree _q40 = TREE_OPERAND (_p1, 0);
7057 : 3396421 : switch (TREE_CODE (_q40))
7058 : : {
7059 : 260808 : case POINTER_PLUS_EXPR:
7060 : 260808 : {
7061 : 260808 : tree _q50 = TREE_OPERAND (_q40, 0);
7062 : 260808 : tree _q51 = TREE_OPERAND (_q40, 1);
7063 : 260808 : if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || operand_equal_p (_q50, _q20, 0))
7064 : : {
7065 : 161 : {
7066 : 161 : tree captures[3] ATTRIBUTE_UNUSED = { _q50, _q51, _q20 };
7067 : 161 : if (!TYPE_SATURATING (type)
7068 : : )
7069 : : {
7070 : 161 : if ((!FLOAT_TYPE_P (type) || flag_associative_math)
7071 : 322 : && !FIXED_POINT_TYPE_P (type)
7072 : : )
7073 : : {
7074 : 161 : if (INTEGRAL_TYPE_P (type)
7075 : 161 : && TYPE_OVERFLOW_UNDEFINED (type)
7076 : 0 : && TREE_CODE (captures[1]) != INTEGER_CST
7077 : 161 : && element_precision (type) <= element_precision (TREE_TYPE (captures[1]))
7078 : : )
7079 : : {
7080 : 0 : {
7081 : 0 : tree utype = unsigned_type_for (type);
7082 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1295;
7083 : 0 : {
7084 : 0 : tree res_op0;
7085 : 0 : {
7086 : 0 : tree _o1[1], _r1;
7087 : 0 : {
7088 : 0 : tree _o2[1], _r2;
7089 : 0 : _o2[0] = captures[1];
7090 : 0 : if (TREE_TYPE (_o2[0]) != utype)
7091 : : {
7092 : 0 : _r2 = fold_build1_loc (loc, NOP_EXPR, utype, _o2[0]);
7093 : : }
7094 : : else
7095 : : _r2 = _o2[0];
7096 : 0 : _o1[0] = _r2;
7097 : : }
7098 : 0 : _r1 = fold_build1_loc (loc, NEGATE_EXPR, TREE_TYPE (_o1[0]), _o1[0]);
7099 : 0 : res_op0 = _r1;
7100 : : }
7101 : 0 : tree _r;
7102 : 0 : _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
7103 : 0 : if (TREE_SIDE_EFFECTS (captures[2]))
7104 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
7105 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 920, __FILE__, __LINE__, true);
7106 : 0 : return _r;
7107 : : }
7108 : 0 : next_after_fail1295:;
7109 : : }
7110 : : }
7111 : : else
7112 : : {
7113 : 161 : if (element_precision (type) <= element_precision (TREE_TYPE (captures[1]))
7114 : 161 : || (POINTER_TYPE_P (TREE_TYPE (captures[0]))
7115 : 0 : && TREE_CODE (captures[1]) == INTEGER_CST
7116 : 0 : && tree_int_cst_sign_bit (captures[1]) == 0)
7117 : : )
7118 : : {
7119 : 161 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1296;
7120 : 161 : {
7121 : 161 : tree res_op0;
7122 : 161 : {
7123 : 161 : tree _o1[1], _r1;
7124 : 161 : _o1[0] = captures[1];
7125 : 161 : if (TREE_TYPE (_o1[0]) != type)
7126 : : {
7127 : 143 : _r1 = fold_build1_loc (loc, NOP_EXPR, type, _o1[0]);
7128 : : }
7129 : : else
7130 : : _r1 = _o1[0];
7131 : 161 : res_op0 = _r1;
7132 : : }
7133 : 161 : tree _r;
7134 : 161 : _r = fold_build1_loc (loc, NEGATE_EXPR, type, res_op0);
7135 : 161 : if (TREE_SIDE_EFFECTS (captures[2]))
7136 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
7137 : 161 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 921, __FILE__, __LINE__, true);
7138 : 161 : return _r;
7139 : : }
7140 : 0 : next_after_fail1296:;
7141 : : }
7142 : : }
7143 : : }
7144 : : }
7145 : : }
7146 : : }
7147 : : break;
7148 : : }
7149 : : default:;
7150 : : }
7151 : : break;
7152 : : }
7153 : 4103053 : default:;
7154 : : }
7155 : 4103053 : switch (TREE_CODE (_q20))
7156 : : {
7157 : 351807 : case PLUS_EXPR:
7158 : 351807 : {
7159 : 351807 : tree _q30 = TREE_OPERAND (_q20, 0);
7160 : 351807 : tree _q31 = TREE_OPERAND (_q20, 1);
7161 : 351807 : switch (TREE_CODE (_p1))
7162 : : {
7163 : 335498 : CASE_CONVERT:
7164 : 335498 : {
7165 : 335498 : tree _q60 = TREE_OPERAND (_p1, 0);
7166 : 335498 : switch (TREE_CODE (_q60))
7167 : : {
7168 : 181741 : case PLUS_EXPR:
7169 : 181741 : {
7170 : 181741 : tree _q70 = TREE_OPERAND (_q60, 0);
7171 : 181741 : tree _q71 = TREE_OPERAND (_q60, 1);
7172 : 181741 : if ((_q70 == _q30 && ! TREE_SIDE_EFFECTS (_q70)) || operand_equal_p (_q70, _q30, 0))
7173 : : {
7174 : 5479 : {
7175 : 5479 : tree captures[4] ATTRIBUTE_UNUSED = { _q30, _q31, _q71, _q30 };
7176 : 5479 : tree res = generic_simplify_57 (loc, type, _p0, _p1, captures);
7177 : 5479 : if (res) return res;
7178 : : }
7179 : : }
7180 : 176262 : if ((_q71 == _q30 && ! TREE_SIDE_EFFECTS (_q71)) || operand_equal_p (_q71, _q30, 0))
7181 : : {
7182 : 70 : {
7183 : 70 : tree captures[4] ATTRIBUTE_UNUSED = { _q30, _q31, _q70, _q30 };
7184 : 70 : tree res = generic_simplify_57 (loc, type, _p0, _p1, captures);
7185 : 70 : if (res) return res;
7186 : : }
7187 : : }
7188 : 176192 : if ((_q70 == _q31 && ! TREE_SIDE_EFFECTS (_q70)) || operand_equal_p (_q70, _q31, 0))
7189 : : {
7190 : 74 : {
7191 : 74 : tree captures[4] ATTRIBUTE_UNUSED = { _q31, _q30, _q71, _q31 };
7192 : 74 : tree res = generic_simplify_57 (loc, type, _p0, _p1, captures);
7193 : 74 : if (res) return res;
7194 : : }
7195 : : }
7196 : 176118 : if ((_q71 == _q31 && ! TREE_SIDE_EFFECTS (_q71)) || operand_equal_p (_q71, _q31, 0))
7197 : : {
7198 : 128058 : {
7199 : 128058 : tree captures[4] ATTRIBUTE_UNUSED = { _q31, _q30, _q70, _q31 };
7200 : 128058 : tree res = generic_simplify_57 (loc, type, _p0, _p1, captures);
7201 : 128058 : if (res) return res;
7202 : : }
7203 : : }
7204 : : break;
7205 : : }
7206 : : default:;
7207 : : }
7208 : : break;
7209 : : }
7210 : : default:;
7211 : : }
7212 : : break;
7213 : : }
7214 : 54211 : case POINTER_PLUS_EXPR:
7215 : 54211 : {
7216 : 54211 : tree _q30 = TREE_OPERAND (_q20, 0);
7217 : 54211 : tree _q31 = TREE_OPERAND (_q20, 1);
7218 : 54211 : switch (TREE_CODE (_p1))
7219 : : {
7220 : 52830 : CASE_CONVERT:
7221 : 52830 : {
7222 : 52830 : tree _q60 = TREE_OPERAND (_p1, 0);
7223 : 52830 : switch (TREE_CODE (_q60))
7224 : : {
7225 : 24528 : case POINTER_PLUS_EXPR:
7226 : 24528 : {
7227 : 24528 : tree _q70 = TREE_OPERAND (_q60, 0);
7228 : 24528 : tree _q71 = TREE_OPERAND (_q60, 1);
7229 : 24528 : if ((_q70 == _q30 && ! TREE_SIDE_EFFECTS (_q70)) || operand_equal_p (_q70, _q30, 0))
7230 : : {
7231 : 4486 : {
7232 : 4486 : tree captures[4] ATTRIBUTE_UNUSED = { _q30, _q31, _q71, _q30 };
7233 : 4486 : if (!TYPE_SATURATING (type)
7234 : : )
7235 : : {
7236 : 4486 : if ((!FLOAT_TYPE_P (type) || flag_associative_math)
7237 : 8972 : && !FIXED_POINT_TYPE_P (type)
7238 : : )
7239 : : {
7240 : 4486 : if (INTEGRAL_TYPE_P (type)
7241 : 4486 : && TYPE_OVERFLOW_UNDEFINED (type)
7242 : 4486 : && element_precision (type) <= element_precision (TREE_TYPE (captures[1]))
7243 : : )
7244 : : {
7245 : 0 : {
7246 : 0 : tree utype = unsigned_type_for (type);
7247 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1297;
7248 : 0 : {
7249 : 0 : tree res_op0;
7250 : 0 : {
7251 : 0 : tree _o1[2], _r1;
7252 : 0 : {
7253 : 0 : tree _o2[1], _r2;
7254 : 0 : _o2[0] = captures[1];
7255 : 0 : if (TREE_TYPE (_o2[0]) != utype)
7256 : : {
7257 : 0 : _r2 = fold_build1_loc (loc, NOP_EXPR, utype, _o2[0]);
7258 : : }
7259 : : else
7260 : : _r2 = _o2[0];
7261 : 0 : _o1[0] = _r2;
7262 : : }
7263 : 0 : {
7264 : 0 : tree _o2[1], _r2;
7265 : 0 : _o2[0] = captures[2];
7266 : 0 : if (TREE_TYPE (_o2[0]) != utype)
7267 : : {
7268 : 0 : _r2 = fold_build1_loc (loc, NOP_EXPR, utype, _o2[0]);
7269 : : }
7270 : : else
7271 : : _r2 = _o2[0];
7272 : 0 : _o1[1] = _r2;
7273 : : }
7274 : 0 : _r1 = fold_build2_loc (loc, MINUS_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
7275 : 0 : res_op0 = _r1;
7276 : : }
7277 : 0 : tree _r;
7278 : 0 : _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
7279 : 0 : if (TREE_SIDE_EFFECTS (captures[3]))
7280 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[3]), _r);
7281 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 922, __FILE__, __LINE__, true);
7282 : 0 : return _r;
7283 : : }
7284 : 0 : next_after_fail1297:;
7285 : : }
7286 : : }
7287 : : else
7288 : : {
7289 : 4486 : if (element_precision (type) <= element_precision (TREE_TYPE (captures[1]))
7290 : 4486 : || (POINTER_TYPE_P (TREE_TYPE (captures[0]))
7291 : 0 : && TREE_CODE (captures[1]) == INTEGER_CST
7292 : 0 : && tree_int_cst_sign_bit (captures[1]) == 0
7293 : 0 : && TREE_CODE (captures[2]) == INTEGER_CST
7294 : 0 : && tree_int_cst_sign_bit (captures[2]) == 0)
7295 : : )
7296 : : {
7297 : 4486 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1298;
7298 : 4486 : {
7299 : 4486 : tree res_op0;
7300 : 4486 : {
7301 : 4486 : tree _o1[1], _r1;
7302 : 4486 : _o1[0] = captures[1];
7303 : 4486 : if (TREE_TYPE (_o1[0]) != type)
7304 : : {
7305 : 4486 : _r1 = fold_build1_loc (loc, NOP_EXPR, type, _o1[0]);
7306 : : }
7307 : : else
7308 : : _r1 = _o1[0];
7309 : 4486 : res_op0 = _r1;
7310 : : }
7311 : 4486 : tree res_op1;
7312 : 4486 : {
7313 : 4486 : tree _o1[1], _r1;
7314 : 4486 : _o1[0] = captures[2];
7315 : 4486 : if (TREE_TYPE (_o1[0]) != type)
7316 : : {
7317 : 4486 : _r1 = fold_build1_loc (loc, NOP_EXPR, type, _o1[0]);
7318 : : }
7319 : : else
7320 : : _r1 = _o1[0];
7321 : 4486 : res_op1 = _r1;
7322 : : }
7323 : 4486 : tree _r;
7324 : 4486 : _r = fold_build2_loc (loc, MINUS_EXPR, type, res_op0, res_op1);
7325 : 4486 : if (TREE_SIDE_EFFECTS (captures[3]))
7326 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[3]), _r);
7327 : 4486 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 923, __FILE__, __LINE__, true);
7328 : 4486 : return _r;
7329 : : }
7330 : 0 : next_after_fail1298:;
7331 : : }
7332 : : }
7333 : : }
7334 : : }
7335 : : }
7336 : : }
7337 : : break;
7338 : : }
7339 : : default:;
7340 : : }
7341 : : break;
7342 : : }
7343 : : default:;
7344 : : }
7345 : : break;
7346 : : }
7347 : : default:;
7348 : : }
7349 : : break;
7350 : : }
7351 : 1465427 : case MULT_EXPR:
7352 : 1465427 : {
7353 : 1465427 : tree _q20 = TREE_OPERAND (_p0, 0);
7354 : 1465427 : tree _q21 = TREE_OPERAND (_p0, 1);
7355 : 1465427 : switch (TREE_CODE (_p1))
7356 : : {
7357 : 703928 : case MULT_EXPR:
7358 : 703928 : {
7359 : 703928 : tree _q50 = TREE_OPERAND (_p1, 0);
7360 : 703928 : tree _q51 = TREE_OPERAND (_p1, 1);
7361 : 703928 : if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
7362 : : {
7363 : 3866 : {
7364 : 3866 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _p1, _q51 };
7365 : 3866 : tree res = generic_simplify_24 (loc, type, _p0, _p1, captures, MINUS_EXPR);
7366 : 3866 : if (res) return res;
7367 : : }
7368 : : }
7369 : 702732 : if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
7370 : : {
7371 : 13777 : {
7372 : 13777 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _p1, _q50 };
7373 : 13777 : tree res = generic_simplify_24 (loc, type, _p0, _p1, captures, MINUS_EXPR);
7374 : 13777 : if (res) return res;
7375 : : }
7376 : : }
7377 : 688955 : if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
7378 : : {
7379 : 33897 : {
7380 : 33897 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q21, _q20, _p1, _q51 };
7381 : 33897 : tree res = generic_simplify_24 (loc, type, _p0, _p1, captures, MINUS_EXPR);
7382 : 33897 : if (res) return res;
7383 : : }
7384 : : }
7385 : 655135 : if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
7386 : : {
7387 : 214541 : {
7388 : 214541 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q21, _q20, _p1, _q50 };
7389 : 214541 : tree res = generic_simplify_24 (loc, type, _p0, _p1, captures, MINUS_EXPR);
7390 : 214541 : if (res) return res;
7391 : : }
7392 : : }
7393 : : break;
7394 : : }
7395 : : default:;
7396 : : }
7397 : : break;
7398 : : }
7399 : 18706924 : default:;
7400 : : }
7401 : 18706924 : switch (TREE_CODE (_p1))
7402 : : {
7403 : 1751701 : case MULT_EXPR:
7404 : 1751701 : {
7405 : 1751701 : tree _q30 = TREE_OPERAND (_p1, 0);
7406 : 1751701 : tree _q31 = TREE_OPERAND (_p1, 1);
7407 : 1751701 : if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
7408 : : {
7409 : 3688 : {
7410 : 3688 : tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p1, _q31 };
7411 : 3688 : tree res = generic_simplify_25 (loc, type, _p0, _p1, captures, MINUS_EXPR);
7412 : 3688 : if (res) return res;
7413 : : }
7414 : : }
7415 : 1748087 : if ((_q31 == _p0 && ! TREE_SIDE_EFFECTS (_q31)) || (operand_equal_p (_q31, _p0, 0) && types_match (_q31, _p0)))
7416 : : {
7417 : 900 : {
7418 : 900 : tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p1, _q30 };
7419 : 900 : tree res = generic_simplify_25 (loc, type, _p0, _p1, captures, MINUS_EXPR);
7420 : 900 : if (res) return res;
7421 : : }
7422 : : }
7423 : : break;
7424 : : }
7425 : 18702509 : default:;
7426 : : }
7427 : 18702509 : switch (TREE_CODE (_p0))
7428 : : {
7429 : 1207417 : case MULT_EXPR:
7430 : 1207417 : {
7431 : 1207417 : tree _q20 = TREE_OPERAND (_p0, 0);
7432 : 1207417 : tree _q21 = TREE_OPERAND (_p0, 1);
7433 : 1207417 : if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
7434 : : {
7435 : 32808 : {
7436 : 32808 : tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q21 };
7437 : 32808 : tree res = generic_simplify_26 (loc, type, _p0, _p1, captures, MINUS_EXPR);
7438 : 32808 : if (res) return res;
7439 : : }
7440 : : }
7441 : 1174722 : if ((_p1 == _q21 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q21, 0) && types_match (_p1, _q21)))
7442 : : {
7443 : 632 : {
7444 : 632 : tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q21, _q20 };
7445 : 632 : tree res = generic_simplify_26 (loc, type, _p0, _p1, captures, MINUS_EXPR);
7446 : 632 : if (res) return res;
7447 : : }
7448 : : }
7449 : : break;
7450 : : }
7451 : 18669715 : default:;
7452 : : }
7453 : 18669715 : switch (TREE_CODE (_p1))
7454 : : {
7455 : 1747286 : case MULT_EXPR:
7456 : 1747286 : {
7457 : 1747286 : tree _q30 = TREE_OPERAND (_p1, 0);
7458 : 1747286 : tree _q31 = TREE_OPERAND (_p1, 1);
7459 : 1747286 : switch (TREE_CODE (_q30))
7460 : : {
7461 : 78413 : case MINUS_EXPR:
7462 : 78413 : {
7463 : 78413 : tree _q40 = TREE_OPERAND (_q30, 0);
7464 : 78413 : tree _q41 = TREE_OPERAND (_q30, 1);
7465 : 78413 : if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
7466 : : {
7467 : 19 : if (tree_zero_one_valued_p (_q31))
7468 : : {
7469 : 0 : {
7470 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q41, _q31 };
7471 : 0 : tree res = generic_simplify_58 (loc, type, _p0, _p1, captures);
7472 : 0 : if (res) return res;
7473 : : }
7474 : : }
7475 : : }
7476 : : break;
7477 : : }
7478 : 1747286 : default:;
7479 : : }
7480 : 1747286 : if (tree_zero_one_valued_p (_q30))
7481 : : {
7482 : 1128 : switch (TREE_CODE (_q31))
7483 : : {
7484 : 9 : case MINUS_EXPR:
7485 : 9 : {
7486 : 9 : tree _q50 = TREE_OPERAND (_q31, 0);
7487 : 9 : tree _q51 = TREE_OPERAND (_q31, 1);
7488 : 9 : if ((_q50 == _p0 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _p0, 0) && types_match (_q50, _p0)))
7489 : : {
7490 : 9 : {
7491 : 9 : tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q51, _q30 };
7492 : 9 : tree res = generic_simplify_58 (loc, type, _p0, _p1, captures);
7493 : 9 : if (res) return res;
7494 : : }
7495 : : }
7496 : : break;
7497 : : }
7498 : : default:;
7499 : : }
7500 : : }
7501 : : break;
7502 : : }
7503 : 18669713 : default:;
7504 : : }
7505 : 18669713 : switch (TREE_CODE (_p0))
7506 : : {
7507 : 0 : case VEC_COND_EXPR:
7508 : 0 : {
7509 : 0 : tree _q20 = TREE_OPERAND (_p0, 0);
7510 : 0 : tree _q21 = TREE_OPERAND (_p0, 1);
7511 : 0 : tree _q22 = TREE_OPERAND (_p0, 2);
7512 : 0 : switch (TREE_CODE (_p1))
7513 : : {
7514 : 0 : case VEC_COND_EXPR:
7515 : 0 : {
7516 : 0 : tree _q60 = TREE_OPERAND (_p1, 0);
7517 : 0 : tree _q61 = TREE_OPERAND (_p1, 1);
7518 : 0 : tree _q62 = TREE_OPERAND (_p1, 2);
7519 : 0 : if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
7520 : : {
7521 : 0 : {
7522 : 0 : tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1, _q61, _q62 };
7523 : 0 : if (VECTOR_TYPE_P (type)
7524 : 0 : && (TREE_CODE_CLASS (MINUS_EXPR) != tcc_comparison
7525 : : || types_match (type, TREE_TYPE (captures[2]))
7526 : : || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
7527 : : || (optimize_vectors_before_lowering_p ()
7528 : : && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
7529 : : )
7530 : : {
7531 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1299;
7532 : 0 : {
7533 : 0 : tree res_op0;
7534 : 0 : res_op0 = captures[1];
7535 : 0 : tree res_op1;
7536 : 0 : {
7537 : 0 : tree _o1[2], _r1;
7538 : 0 : _o1[0] = captures[2];
7539 : 0 : _o1[1] = captures[5];
7540 : 0 : _r1 = fold_build2_loc (loc, MINUS_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
7541 : 0 : if (EXPR_P (_r1))
7542 : 0 : goto next_after_fail1299;
7543 : 0 : res_op1 = _r1;
7544 : : }
7545 : 0 : tree res_op2;
7546 : 0 : {
7547 : 0 : tree _o1[2], _r1;
7548 : 0 : _o1[0] = captures[3];
7549 : 0 : _o1[1] = captures[6];
7550 : 0 : _r1 = fold_build2_loc (loc, MINUS_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
7551 : 0 : if (EXPR_P (_r1))
7552 : 0 : goto next_after_fail1299;
7553 : 0 : res_op2 = _r1;
7554 : : }
7555 : 0 : tree _r;
7556 : 0 : _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
7557 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 889, __FILE__, __LINE__, true);
7558 : 0 : return _r;
7559 : : }
7560 : 0 : next_after_fail1299:;
7561 : : }
7562 : : }
7563 : : }
7564 : : break;
7565 : : }
7566 : 0 : default:;
7567 : : }
7568 : 0 : {
7569 : 0 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1 };
7570 : 0 : if (VECTOR_TYPE_P (type)
7571 : 0 : && (TREE_CODE_CLASS (MINUS_EXPR) != tcc_comparison
7572 : : || types_match (type, TREE_TYPE (captures[2]))
7573 : : || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
7574 : : || (optimize_vectors_before_lowering_p ()
7575 : : && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
7576 : : )
7577 : : {
7578 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1300;
7579 : 0 : {
7580 : 0 : if (! tree_invariant_p (captures[4])) goto next_after_fail1300;
7581 : 0 : tree res_op0;
7582 : 0 : res_op0 = captures[1];
7583 : 0 : tree res_op1;
7584 : 0 : {
7585 : 0 : tree _o1[2], _r1;
7586 : 0 : _o1[0] = captures[2];
7587 : 0 : _o1[1] = unshare_expr (captures[4]);
7588 : 0 : _r1 = fold_build2_loc (loc, MINUS_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
7589 : 0 : if (EXPR_P (_r1))
7590 : 0 : goto next_after_fail1300;
7591 : 0 : res_op1 = _r1;
7592 : : }
7593 : 0 : tree res_op2;
7594 : 0 : {
7595 : 0 : tree _o1[2], _r1;
7596 : 0 : _o1[0] = captures[3];
7597 : 0 : _o1[1] = captures[4];
7598 : 0 : _r1 = fold_build2_loc (loc, MINUS_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
7599 : 0 : if (EXPR_P (_r1))
7600 : 0 : goto next_after_fail1300;
7601 : 0 : res_op2 = _r1;
7602 : : }
7603 : 0 : tree _r;
7604 : 0 : _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
7605 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 890, __FILE__, __LINE__, true);
7606 : 0 : return _r;
7607 : : }
7608 : 0 : next_after_fail1300:;
7609 : : }
7610 : : }
7611 : 0 : break;
7612 : : }
7613 : 18669713 : default:;
7614 : : }
7615 : 18669713 : if (integer_zerop (_p0))
7616 : : {
7617 : 280788 : {
7618 : 280788 : tree captures[1] ATTRIBUTE_UNUSED = { _p1 };
7619 : 280788 : if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1301;
7620 : 280788 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1301;
7621 : 280788 : {
7622 : 280788 : tree res_op0;
7623 : 280788 : res_op0 = captures[0];
7624 : 280788 : tree _r;
7625 : 280788 : _r = fold_build1_loc (loc, NEGATE_EXPR, type, res_op0);
7626 : 280788 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 924, __FILE__, __LINE__, true);
7627 : 280788 : return _r;
7628 : : }
7629 : : next_after_fail1301:;
7630 : : }
7631 : : }
7632 : 18388925 : if (real_zerop (_p0))
7633 : : {
7634 : 128 : {
7635 : 128 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
7636 : 128 : if (fold_real_zero_addition_p (type, captures[1], captures[0], 0)
7637 : : )
7638 : : {
7639 : 56 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1302;
7640 : 56 : {
7641 : 56 : tree res_op0;
7642 : 56 : res_op0 = captures[1];
7643 : 56 : tree _r;
7644 : 56 : _r = fold_build1_loc (loc, NEGATE_EXPR, type, res_op0);
7645 : 56 : if (TREE_SIDE_EFFECTS (captures[0]))
7646 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
7647 : 56 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 925, __FILE__, __LINE__, true);
7648 : 56 : return _r;
7649 : : }
7650 : 0 : next_after_fail1302:;
7651 : : }
7652 : : }
7653 : : }
7654 : 18388869 : switch (TREE_CODE (_p1))
7655 : : {
7656 : 4 : case VEC_COND_EXPR:
7657 : 4 : {
7658 : 4 : tree _q30 = TREE_OPERAND (_p1, 0);
7659 : 4 : tree _q31 = TREE_OPERAND (_p1, 1);
7660 : 4 : tree _q32 = TREE_OPERAND (_p1, 2);
7661 : 4 : {
7662 : 4 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32 };
7663 : 4 : if (VECTOR_TYPE_P (type)
7664 : 4 : && (TREE_CODE_CLASS (MINUS_EXPR) != tcc_comparison
7665 : : || types_match (type, TREE_TYPE (captures[3]))
7666 : : || expand_vec_cond_expr_p (type, TREE_TYPE (captures[2]))
7667 : : || (optimize_vectors_before_lowering_p ()
7668 : : && !expand_vec_cond_expr_p (TREE_TYPE (captures[3]), TREE_TYPE (captures[2]))))
7669 : : )
7670 : : {
7671 : 4 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1303;
7672 : 4 : {
7673 : 4 : if (! tree_invariant_p (captures[0])) goto next_after_fail1303;
7674 : 0 : tree res_op0;
7675 : 0 : res_op0 = captures[2];
7676 : 0 : tree res_op1;
7677 : 0 : {
7678 : 0 : tree _o1[2], _r1;
7679 : 0 : _o1[0] = unshare_expr (captures[0]);
7680 : 0 : _o1[1] = captures[3];
7681 : 0 : _r1 = fold_build2_loc (loc, MINUS_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
7682 : 0 : if (EXPR_P (_r1))
7683 : 0 : goto next_after_fail1303;
7684 : 0 : res_op1 = _r1;
7685 : : }
7686 : 0 : tree res_op2;
7687 : 0 : {
7688 : 0 : tree _o1[2], _r1;
7689 : 0 : _o1[0] = captures[0];
7690 : 0 : _o1[1] = captures[4];
7691 : 0 : _r1 = fold_build2_loc (loc, MINUS_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
7692 : 0 : if (EXPR_P (_r1))
7693 : 0 : goto next_after_fail1303;
7694 : 0 : res_op2 = _r1;
7695 : : }
7696 : 0 : tree _r;
7697 : 0 : _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
7698 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 891, __FILE__, __LINE__, true);
7699 : 0 : return _r;
7700 : : }
7701 : 4 : next_after_fail1303:;
7702 : : }
7703 : : }
7704 : 4 : if (integer_each_onep (_q31))
7705 : : {
7706 : 0 : if (integer_zerop (_q32))
7707 : : {
7708 : 0 : {
7709 : 0 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32 };
7710 : 0 : tree res = generic_simplify_59 (loc, type, _p0, _p1, captures);
7711 : 0 : if (res) return res;
7712 : : }
7713 : : }
7714 : : }
7715 : : break;
7716 : : }
7717 : 108819 : case VIEW_CONVERT_EXPR:
7718 : 108819 : {
7719 : 108819 : tree _q30 = TREE_OPERAND (_p1, 0);
7720 : 108819 : switch (TREE_CODE (_q30))
7721 : : {
7722 : 0 : case VEC_COND_EXPR:
7723 : 0 : {
7724 : 0 : tree _q40 = TREE_OPERAND (_q30, 0);
7725 : 0 : tree _q41 = TREE_OPERAND (_q30, 1);
7726 : 0 : tree _q42 = TREE_OPERAND (_q30, 2);
7727 : 0 : if (integer_each_onep (_q41))
7728 : : {
7729 : 0 : if (integer_zerop (_q42))
7730 : : {
7731 : 0 : {
7732 : 0 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q30, _q40, _q41, _q42 };
7733 : 0 : tree res = generic_simplify_59 (loc, type, _p0, _p1, captures);
7734 : 0 : if (res) return res;
7735 : : }
7736 : : }
7737 : : }
7738 : : break;
7739 : : }
7740 : : default:;
7741 : : }
7742 : : break;
7743 : : }
7744 : 18388869 : default:;
7745 : : }
7746 : 18388869 : switch (TREE_CODE (_p0))
7747 : : {
7748 : 116509 : case RDIV_EXPR:
7749 : 116509 : {
7750 : 116509 : tree _q20 = TREE_OPERAND (_p0, 0);
7751 : 116509 : tree _q21 = TREE_OPERAND (_p0, 1);
7752 : 116509 : switch (TREE_CODE (_p1))
7753 : : {
7754 : 19493 : case RDIV_EXPR:
7755 : 19493 : {
7756 : 19493 : tree _q50 = TREE_OPERAND (_p1, 0);
7757 : 19493 : tree _q51 = TREE_OPERAND (_p1, 1);
7758 : 19493 : if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
7759 : : {
7760 : 19473 : {
7761 : 19473 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _q50 };
7762 : 19473 : tree res = generic_simplify_31 (loc, type, _p0, _p1, captures, MINUS_EXPR);
7763 : 19473 : if (res) return res;
7764 : : }
7765 : : }
7766 : : break;
7767 : : }
7768 : : default:;
7769 : : }
7770 : : break;
7771 : : }
7772 : 1222534 : case PLUS_EXPR:
7773 : 1222534 : {
7774 : 1222534 : tree _q20 = TREE_OPERAND (_p0, 0);
7775 : 1222534 : tree _q21 = TREE_OPERAND (_p0, 1);
7776 : 1222534 : switch (TREE_CODE (_q20))
7777 : : {
7778 : 43354 : case CALL_EXPR:
7779 : 43354 : switch (get_call_combined_fn (_q20))
7780 : : {
7781 : 4 : case CFN_BUILT_IN_POPCOUNT:
7782 : 4 : if (call_expr_nargs (_q20) == 1)
7783 : : {
7784 : 4 : tree _q30 = CALL_EXPR_ARG (_q20, 0);
7785 : 4 : switch (TREE_CODE (_q21))
7786 : : {
7787 : 4 : case CALL_EXPR:
7788 : 4 : switch (get_call_combined_fn (_q21))
7789 : : {
7790 : 4 : case CFN_BUILT_IN_POPCOUNT:
7791 : 4 : if (call_expr_nargs (_q21) == 1)
7792 : : {
7793 : 4 : tree _q50 = CALL_EXPR_ARG (_q21, 0);
7794 : 4 : switch (TREE_CODE (_p1))
7795 : : {
7796 : 4 : case CALL_EXPR:
7797 : 4 : switch (get_call_combined_fn (_p1))
7798 : : {
7799 : 4 : case CFN_BUILT_IN_POPCOUNT:
7800 : 4 : if (call_expr_nargs (_p1) == 1)
7801 : : {
7802 : 4 : tree _q70 = CALL_EXPR_ARG (_p1, 0);
7803 : 4 : switch (TREE_CODE (_q70))
7804 : : {
7805 : 2 : case BIT_AND_EXPR:
7806 : 2 : {
7807 : 2 : tree _q80 = TREE_OPERAND (_q70, 0);
7808 : 2 : tree _q81 = TREE_OPERAND (_q70, 1);
7809 : 2 : if ((_q80 == _q30 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q30, 0) && types_match (_q80, _q30)))
7810 : : {
7811 : 1 : if ((_q81 == _q50 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q50, 0) && types_match (_q81, _q50)))
7812 : : {
7813 : 1 : {
7814 : 1 : tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q21, _q50, _p1, _q70 };
7815 : 1 : tree res = generic_simplify_61 (loc, type, _p0, _p1, captures, BIT_AND_EXPR, BIT_IOR_EXPR, CFN_BUILT_IN_POPCOUNT);
7816 : 1 : if (res) return res;
7817 : : }
7818 : : }
7819 : : }
7820 : 1 : if ((_q80 == _q50 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q50, 0) && types_match (_q80, _q50)))
7821 : : {
7822 : 1 : if ((_q81 == _q30 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q30, 0) && types_match (_q81, _q30)))
7823 : : {
7824 : 1 : {
7825 : 1 : tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q21, _q50, _p1, _q70 };
7826 : 1 : tree res = generic_simplify_61 (loc, type, _p0, _p1, captures, BIT_AND_EXPR, BIT_IOR_EXPR, CFN_BUILT_IN_POPCOUNT);
7827 : 1 : if (res) return res;
7828 : : }
7829 : : }
7830 : : }
7831 : : break;
7832 : : }
7833 : 2 : case BIT_IOR_EXPR:
7834 : 2 : {
7835 : 2 : tree _q80 = TREE_OPERAND (_q70, 0);
7836 : 2 : tree _q81 = TREE_OPERAND (_q70, 1);
7837 : 2 : if ((_q80 == _q30 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q30, 0) && types_match (_q80, _q30)))
7838 : : {
7839 : 1 : if ((_q81 == _q50 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q50, 0) && types_match (_q81, _q50)))
7840 : : {
7841 : 1 : {
7842 : 1 : tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q21, _q50, _p1, _q70 };
7843 : 1 : tree res = generic_simplify_61 (loc, type, _p0, _p1, captures, BIT_IOR_EXPR, BIT_AND_EXPR, CFN_BUILT_IN_POPCOUNT);
7844 : 1 : if (res) return res;
7845 : : }
7846 : : }
7847 : : }
7848 : 1 : if ((_q80 == _q50 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q50, 0) && types_match (_q80, _q50)))
7849 : : {
7850 : 1 : if ((_q81 == _q30 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q30, 0) && types_match (_q81, _q30)))
7851 : : {
7852 : 1 : {
7853 : 1 : tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q21, _q50, _p1, _q70 };
7854 : 1 : tree res = generic_simplify_61 (loc, type, _p0, _p1, captures, BIT_IOR_EXPR, BIT_AND_EXPR, CFN_BUILT_IN_POPCOUNT);
7855 : 1 : if (res) return res;
7856 : : }
7857 : : }
7858 : : }
7859 : : break;
7860 : : }
7861 : : default:;
7862 : : }
7863 : : }
7864 : : break;
7865 : : default:;
7866 : : }
7867 : : break;
7868 : : default:;
7869 : : }
7870 : : }
7871 : : break;
7872 : : default:;
7873 : : }
7874 : : break;
7875 : : default:;
7876 : : }
7877 : : }
7878 : : break;
7879 : 0 : case CFN_BUILT_IN_POPCOUNTLL:
7880 : 0 : if (call_expr_nargs (_q20) == 1)
7881 : : {
7882 : 0 : tree _q30 = CALL_EXPR_ARG (_q20, 0);
7883 : 0 : switch (TREE_CODE (_q21))
7884 : : {
7885 : 0 : case CALL_EXPR:
7886 : 0 : switch (get_call_combined_fn (_q21))
7887 : : {
7888 : 0 : case CFN_BUILT_IN_POPCOUNTLL:
7889 : 0 : if (call_expr_nargs (_q21) == 1)
7890 : : {
7891 : 0 : tree _q50 = CALL_EXPR_ARG (_q21, 0);
7892 : 0 : switch (TREE_CODE (_p1))
7893 : : {
7894 : 0 : case CALL_EXPR:
7895 : 0 : switch (get_call_combined_fn (_p1))
7896 : : {
7897 : 0 : case CFN_BUILT_IN_POPCOUNTLL:
7898 : 0 : if (call_expr_nargs (_p1) == 1)
7899 : : {
7900 : 0 : tree _q70 = CALL_EXPR_ARG (_p1, 0);
7901 : 0 : switch (TREE_CODE (_q70))
7902 : : {
7903 : 0 : case BIT_AND_EXPR:
7904 : 0 : {
7905 : 0 : tree _q80 = TREE_OPERAND (_q70, 0);
7906 : 0 : tree _q81 = TREE_OPERAND (_q70, 1);
7907 : 0 : if ((_q80 == _q30 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q30, 0) && types_match (_q80, _q30)))
7908 : : {
7909 : 0 : if ((_q81 == _q50 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q50, 0) && types_match (_q81, _q50)))
7910 : : {
7911 : 0 : {
7912 : 0 : tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q21, _q50, _p1, _q70 };
7913 : 0 : tree res = generic_simplify_61 (loc, type, _p0, _p1, captures, BIT_AND_EXPR, BIT_IOR_EXPR, CFN_BUILT_IN_POPCOUNTLL);
7914 : 0 : if (res) return res;
7915 : : }
7916 : : }
7917 : : }
7918 : 0 : if ((_q80 == _q50 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q50, 0) && types_match (_q80, _q50)))
7919 : : {
7920 : 0 : if ((_q81 == _q30 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q30, 0) && types_match (_q81, _q30)))
7921 : : {
7922 : 0 : {
7923 : 0 : tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q21, _q50, _p1, _q70 };
7924 : 0 : tree res = generic_simplify_61 (loc, type, _p0, _p1, captures, BIT_AND_EXPR, BIT_IOR_EXPR, CFN_BUILT_IN_POPCOUNTLL);
7925 : 0 : if (res) return res;
7926 : : }
7927 : : }
7928 : : }
7929 : : break;
7930 : : }
7931 : 0 : case BIT_IOR_EXPR:
7932 : 0 : {
7933 : 0 : tree _q80 = TREE_OPERAND (_q70, 0);
7934 : 0 : tree _q81 = TREE_OPERAND (_q70, 1);
7935 : 0 : if ((_q80 == _q30 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q30, 0) && types_match (_q80, _q30)))
7936 : : {
7937 : 0 : if ((_q81 == _q50 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q50, 0) && types_match (_q81, _q50)))
7938 : : {
7939 : 0 : {
7940 : 0 : tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q21, _q50, _p1, _q70 };
7941 : 0 : tree res = generic_simplify_61 (loc, type, _p0, _p1, captures, BIT_IOR_EXPR, BIT_AND_EXPR, CFN_BUILT_IN_POPCOUNTLL);
7942 : 0 : if (res) return res;
7943 : : }
7944 : : }
7945 : : }
7946 : 0 : if ((_q80 == _q50 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q50, 0) && types_match (_q80, _q50)))
7947 : : {
7948 : 0 : if ((_q81 == _q30 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q30, 0) && types_match (_q81, _q30)))
7949 : : {
7950 : 0 : {
7951 : 0 : tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q21, _q50, _p1, _q70 };
7952 : 0 : tree res = generic_simplify_61 (loc, type, _p0, _p1, captures, BIT_IOR_EXPR, BIT_AND_EXPR, CFN_BUILT_IN_POPCOUNTLL);
7953 : 0 : if (res) return res;
7954 : : }
7955 : : }
7956 : : }
7957 : : break;
7958 : : }
7959 : : default:;
7960 : : }
7961 : : }
7962 : : break;
7963 : : default:;
7964 : : }
7965 : : break;
7966 : : default:;
7967 : : }
7968 : : }
7969 : : break;
7970 : : default:;
7971 : : }
7972 : : break;
7973 : : default:;
7974 : : }
7975 : : }
7976 : : break;
7977 : 0 : case CFN_POPCOUNT:
7978 : 0 : if (call_expr_nargs (_q20) == 1)
7979 : : {
7980 : 0 : tree _q30 = CALL_EXPR_ARG (_q20, 0);
7981 : 0 : switch (TREE_CODE (_q21))
7982 : : {
7983 : 0 : case CALL_EXPR:
7984 : 0 : switch (get_call_combined_fn (_q21))
7985 : : {
7986 : 0 : case CFN_POPCOUNT:
7987 : 0 : if (call_expr_nargs (_q21) == 1)
7988 : : {
7989 : 0 : tree _q50 = CALL_EXPR_ARG (_q21, 0);
7990 : 0 : switch (TREE_CODE (_p1))
7991 : : {
7992 : 0 : case CALL_EXPR:
7993 : 0 : switch (get_call_combined_fn (_p1))
7994 : : {
7995 : 0 : case CFN_POPCOUNT:
7996 : 0 : if (call_expr_nargs (_p1) == 1)
7997 : : {
7998 : 0 : tree _q70 = CALL_EXPR_ARG (_p1, 0);
7999 : 0 : switch (TREE_CODE (_q70))
8000 : : {
8001 : 0 : case BIT_AND_EXPR:
8002 : 0 : {
8003 : 0 : tree _q80 = TREE_OPERAND (_q70, 0);
8004 : 0 : tree _q81 = TREE_OPERAND (_q70, 1);
8005 : 0 : if ((_q80 == _q30 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q30, 0) && types_match (_q80, _q30)))
8006 : : {
8007 : 0 : if ((_q81 == _q50 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q50, 0) && types_match (_q81, _q50)))
8008 : : {
8009 : 0 : {
8010 : 0 : tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q21, _q50, _p1, _q70 };
8011 : 0 : tree res = generic_simplify_61 (loc, type, _p0, _p1, captures, BIT_AND_EXPR, BIT_IOR_EXPR, CFN_POPCOUNT);
8012 : 0 : if (res) return res;
8013 : : }
8014 : : }
8015 : : }
8016 : 0 : if ((_q80 == _q50 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q50, 0) && types_match (_q80, _q50)))
8017 : : {
8018 : 0 : if ((_q81 == _q30 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q30, 0) && types_match (_q81, _q30)))
8019 : : {
8020 : 0 : {
8021 : 0 : tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q21, _q50, _p1, _q70 };
8022 : 0 : tree res = generic_simplify_61 (loc, type, _p0, _p1, captures, BIT_AND_EXPR, BIT_IOR_EXPR, CFN_POPCOUNT);
8023 : 0 : if (res) return res;
8024 : : }
8025 : : }
8026 : : }
8027 : : break;
8028 : : }
8029 : 0 : case BIT_IOR_EXPR:
8030 : 0 : {
8031 : 0 : tree _q80 = TREE_OPERAND (_q70, 0);
8032 : 0 : tree _q81 = TREE_OPERAND (_q70, 1);
8033 : 0 : if ((_q80 == _q30 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q30, 0) && types_match (_q80, _q30)))
8034 : : {
8035 : 0 : if ((_q81 == _q50 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q50, 0) && types_match (_q81, _q50)))
8036 : : {
8037 : 0 : {
8038 : 0 : tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q21, _q50, _p1, _q70 };
8039 : 0 : tree res = generic_simplify_61 (loc, type, _p0, _p1, captures, BIT_IOR_EXPR, BIT_AND_EXPR, CFN_POPCOUNT);
8040 : 0 : if (res) return res;
8041 : : }
8042 : : }
8043 : : }
8044 : 0 : if ((_q80 == _q50 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q50, 0) && types_match (_q80, _q50)))
8045 : : {
8046 : 0 : if ((_q81 == _q30 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q30, 0) && types_match (_q81, _q30)))
8047 : : {
8048 : 0 : {
8049 : 0 : tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q21, _q50, _p1, _q70 };
8050 : 0 : tree res = generic_simplify_61 (loc, type, _p0, _p1, captures, BIT_IOR_EXPR, BIT_AND_EXPR, CFN_POPCOUNT);
8051 : 0 : if (res) return res;
8052 : : }
8053 : : }
8054 : : }
8055 : : break;
8056 : : }
8057 : : default:;
8058 : : }
8059 : : }
8060 : : break;
8061 : : default:;
8062 : : }
8063 : : break;
8064 : : default:;
8065 : : }
8066 : : }
8067 : : break;
8068 : : default:;
8069 : : }
8070 : : break;
8071 : : default:;
8072 : : }
8073 : : }
8074 : : break;
8075 : 0 : case CFN_BUILT_IN_POPCOUNTIMAX:
8076 : 0 : if (call_expr_nargs (_q20) == 1)
8077 : : {
8078 : 0 : tree _q30 = CALL_EXPR_ARG (_q20, 0);
8079 : 0 : switch (TREE_CODE (_q21))
8080 : : {
8081 : 0 : case CALL_EXPR:
8082 : 0 : switch (get_call_combined_fn (_q21))
8083 : : {
8084 : 0 : case CFN_BUILT_IN_POPCOUNTIMAX:
8085 : 0 : if (call_expr_nargs (_q21) == 1)
8086 : : {
8087 : 0 : tree _q50 = CALL_EXPR_ARG (_q21, 0);
8088 : 0 : switch (TREE_CODE (_p1))
8089 : : {
8090 : 0 : case CALL_EXPR:
8091 : 0 : switch (get_call_combined_fn (_p1))
8092 : : {
8093 : 0 : case CFN_BUILT_IN_POPCOUNTIMAX:
8094 : 0 : if (call_expr_nargs (_p1) == 1)
8095 : : {
8096 : 0 : tree _q70 = CALL_EXPR_ARG (_p1, 0);
8097 : 0 : switch (TREE_CODE (_q70))
8098 : : {
8099 : 0 : case BIT_AND_EXPR:
8100 : 0 : {
8101 : 0 : tree _q80 = TREE_OPERAND (_q70, 0);
8102 : 0 : tree _q81 = TREE_OPERAND (_q70, 1);
8103 : 0 : if ((_q80 == _q30 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q30, 0) && types_match (_q80, _q30)))
8104 : : {
8105 : 0 : if ((_q81 == _q50 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q50, 0) && types_match (_q81, _q50)))
8106 : : {
8107 : 0 : {
8108 : 0 : tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q21, _q50, _p1, _q70 };
8109 : 0 : tree res = generic_simplify_61 (loc, type, _p0, _p1, captures, BIT_AND_EXPR, BIT_IOR_EXPR, CFN_BUILT_IN_POPCOUNTIMAX);
8110 : 0 : if (res) return res;
8111 : : }
8112 : : }
8113 : : }
8114 : 0 : if ((_q80 == _q50 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q50, 0) && types_match (_q80, _q50)))
8115 : : {
8116 : 0 : if ((_q81 == _q30 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q30, 0) && types_match (_q81, _q30)))
8117 : : {
8118 : 0 : {
8119 : 0 : tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q21, _q50, _p1, _q70 };
8120 : 0 : tree res = generic_simplify_61 (loc, type, _p0, _p1, captures, BIT_AND_EXPR, BIT_IOR_EXPR, CFN_BUILT_IN_POPCOUNTIMAX);
8121 : 0 : if (res) return res;
8122 : : }
8123 : : }
8124 : : }
8125 : : break;
8126 : : }
8127 : 0 : case BIT_IOR_EXPR:
8128 : 0 : {
8129 : 0 : tree _q80 = TREE_OPERAND (_q70, 0);
8130 : 0 : tree _q81 = TREE_OPERAND (_q70, 1);
8131 : 0 : if ((_q80 == _q30 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q30, 0) && types_match (_q80, _q30)))
8132 : : {
8133 : 0 : if ((_q81 == _q50 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q50, 0) && types_match (_q81, _q50)))
8134 : : {
8135 : 0 : {
8136 : 0 : tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q21, _q50, _p1, _q70 };
8137 : 0 : tree res = generic_simplify_61 (loc, type, _p0, _p1, captures, BIT_IOR_EXPR, BIT_AND_EXPR, CFN_BUILT_IN_POPCOUNTIMAX);
8138 : 0 : if (res) return res;
8139 : : }
8140 : : }
8141 : : }
8142 : 0 : if ((_q80 == _q50 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q50, 0) && types_match (_q80, _q50)))
8143 : : {
8144 : 0 : if ((_q81 == _q30 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q30, 0) && types_match (_q81, _q30)))
8145 : : {
8146 : 0 : {
8147 : 0 : tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q21, _q50, _p1, _q70 };
8148 : 0 : tree res = generic_simplify_61 (loc, type, _p0, _p1, captures, BIT_IOR_EXPR, BIT_AND_EXPR, CFN_BUILT_IN_POPCOUNTIMAX);
8149 : 0 : if (res) return res;
8150 : : }
8151 : : }
8152 : : }
8153 : : break;
8154 : : }
8155 : : default:;
8156 : : }
8157 : : }
8158 : : break;
8159 : : default:;
8160 : : }
8161 : : break;
8162 : : default:;
8163 : : }
8164 : : }
8165 : : break;
8166 : : default:;
8167 : : }
8168 : : break;
8169 : : default:;
8170 : : }
8171 : : }
8172 : : break;
8173 : 0 : case CFN_BUILT_IN_POPCOUNTL:
8174 : 0 : if (call_expr_nargs (_q20) == 1)
8175 : : {
8176 : 0 : tree _q30 = CALL_EXPR_ARG (_q20, 0);
8177 : 0 : switch (TREE_CODE (_q21))
8178 : : {
8179 : 0 : case CALL_EXPR:
8180 : 0 : switch (get_call_combined_fn (_q21))
8181 : : {
8182 : 0 : case CFN_BUILT_IN_POPCOUNTL:
8183 : 0 : if (call_expr_nargs (_q21) == 1)
8184 : : {
8185 : 0 : tree _q50 = CALL_EXPR_ARG (_q21, 0);
8186 : 0 : switch (TREE_CODE (_p1))
8187 : : {
8188 : 0 : case CALL_EXPR:
8189 : 0 : switch (get_call_combined_fn (_p1))
8190 : : {
8191 : 0 : case CFN_BUILT_IN_POPCOUNTL:
8192 : 0 : if (call_expr_nargs (_p1) == 1)
8193 : : {
8194 : 0 : tree _q70 = CALL_EXPR_ARG (_p1, 0);
8195 : 0 : switch (TREE_CODE (_q70))
8196 : : {
8197 : 0 : case BIT_AND_EXPR:
8198 : 0 : {
8199 : 0 : tree _q80 = TREE_OPERAND (_q70, 0);
8200 : 0 : tree _q81 = TREE_OPERAND (_q70, 1);
8201 : 0 : if ((_q80 == _q30 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q30, 0) && types_match (_q80, _q30)))
8202 : : {
8203 : 0 : if ((_q81 == _q50 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q50, 0) && types_match (_q81, _q50)))
8204 : : {
8205 : 0 : {
8206 : 0 : tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q21, _q50, _p1, _q70 };
8207 : 0 : tree res = generic_simplify_61 (loc, type, _p0, _p1, captures, BIT_AND_EXPR, BIT_IOR_EXPR, CFN_BUILT_IN_POPCOUNTL);
8208 : 0 : if (res) return res;
8209 : : }
8210 : : }
8211 : : }
8212 : 0 : if ((_q80 == _q50 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q50, 0) && types_match (_q80, _q50)))
8213 : : {
8214 : 0 : if ((_q81 == _q30 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q30, 0) && types_match (_q81, _q30)))
8215 : : {
8216 : 0 : {
8217 : 0 : tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q21, _q50, _p1, _q70 };
8218 : 0 : tree res = generic_simplify_61 (loc, type, _p0, _p1, captures, BIT_AND_EXPR, BIT_IOR_EXPR, CFN_BUILT_IN_POPCOUNTL);
8219 : 0 : if (res) return res;
8220 : : }
8221 : : }
8222 : : }
8223 : : break;
8224 : : }
8225 : 0 : case BIT_IOR_EXPR:
8226 : 0 : {
8227 : 0 : tree _q80 = TREE_OPERAND (_q70, 0);
8228 : 0 : tree _q81 = TREE_OPERAND (_q70, 1);
8229 : 0 : if ((_q80 == _q30 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q30, 0) && types_match (_q80, _q30)))
8230 : : {
8231 : 0 : if ((_q81 == _q50 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q50, 0) && types_match (_q81, _q50)))
8232 : : {
8233 : 0 : {
8234 : 0 : tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q21, _q50, _p1, _q70 };
8235 : 0 : tree res = generic_simplify_61 (loc, type, _p0, _p1, captures, BIT_IOR_EXPR, BIT_AND_EXPR, CFN_BUILT_IN_POPCOUNTL);
8236 : 0 : if (res) return res;
8237 : : }
8238 : : }
8239 : : }
8240 : 0 : if ((_q80 == _q50 && ! TREE_SIDE_EFFECTS (_q80)) || (operand_equal_p (_q80, _q50, 0) && types_match (_q80, _q50)))
8241 : : {
8242 : 0 : if ((_q81 == _q30 && ! TREE_SIDE_EFFECTS (_q81)) || (operand_equal_p (_q81, _q30, 0) && types_match (_q81, _q30)))
8243 : : {
8244 : 0 : {
8245 : 0 : tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q21, _q50, _p1, _q70 };
8246 : 0 : tree res = generic_simplify_61 (loc, type, _p0, _p1, captures, BIT_IOR_EXPR, BIT_AND_EXPR, CFN_BUILT_IN_POPCOUNTL);
8247 : 0 : if (res) return res;
8248 : : }
8249 : : }
8250 : : }
8251 : : break;
8252 : : }
8253 : : default:;
8254 : : }
8255 : : }
8256 : : break;
8257 : : default:;
8258 : : }
8259 : : break;
8260 : : default:;
8261 : : }
8262 : : }
8263 : : break;
8264 : : default:;
8265 : : }
8266 : : break;
8267 : : default:;
8268 : : }
8269 : : }
8270 : : break;
8271 : : default:;
8272 : : }
8273 : : break;
8274 : : default:;
8275 : : }
8276 : : break;
8277 : : }
8278 : 0 : case VEC_PERM_EXPR:
8279 : 0 : {
8280 : 0 : tree _q20 = TREE_OPERAND (_p0, 0);
8281 : 0 : tree _q21 = TREE_OPERAND (_p0, 1);
8282 : 0 : tree _q22 = TREE_OPERAND (_p0, 2);
8283 : 0 : switch (TREE_CODE (_q20))
8284 : : {
8285 : 0 : case MULT_EXPR:
8286 : 0 : {
8287 : 0 : tree _q30 = TREE_OPERAND (_q20, 0);
8288 : 0 : tree _q31 = TREE_OPERAND (_q20, 1);
8289 : 0 : if (tree_vec_same_elem_p (_q31))
8290 : : {
8291 : 0 : if ((_q21 == _q20 && ! TREE_SIDE_EFFECTS (_q21)) || (operand_equal_p (_q21, _q20, 0) && types_match (_q21, _q20)))
8292 : : {
8293 : 0 : {
8294 : 0 : tree captures[6] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31, _q22, _p1 };
8295 : 0 : tree res = generic_simplify_62 (loc, type, _p0, _p1, captures);
8296 : 0 : if (res) return res;
8297 : : }
8298 : : }
8299 : : }
8300 : 0 : if (tree_vec_same_elem_p (_q30))
8301 : : {
8302 : 0 : if ((_q21 == _q20 && ! TREE_SIDE_EFFECTS (_q21)) || (operand_equal_p (_q21, _q20, 0) && types_match (_q21, _q20)))
8303 : : {
8304 : 0 : {
8305 : 0 : tree captures[6] ATTRIBUTE_UNUSED = { _p0, _q20, _q31, _q30, _q22, _p1 };
8306 : 0 : tree res = generic_simplify_62 (loc, type, _p0, _p1, captures);
8307 : 0 : if (res) return res;
8308 : : }
8309 : : }
8310 : : }
8311 : : break;
8312 : : }
8313 : : default:;
8314 : : }
8315 : : break;
8316 : : }
8317 : 578847 : case CALL_EXPR:
8318 : 578847 : switch (get_call_combined_fn (_p0))
8319 : : {
8320 : 16 : case CFN_BUILT_IN_LOG:
8321 : 16 : if (call_expr_nargs (_p0) == 1)
8322 : : {
8323 : 16 : tree _q20 = CALL_EXPR_ARG (_p0, 0);
8324 : 16 : switch (TREE_CODE (_p1))
8325 : : {
8326 : 0 : case CALL_EXPR:
8327 : 0 : switch (get_call_combined_fn (_p1))
8328 : : {
8329 : 0 : case CFN_BUILT_IN_LOG:
8330 : 0 : if (call_expr_nargs (_p1) == 1)
8331 : : {
8332 : 0 : tree _q40 = CALL_EXPR_ARG (_p1, 0);
8333 : 0 : {
8334 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
8335 : 0 : tree res = generic_simplify_60 (loc, type, _p0, _p1, captures, CFN_BUILT_IN_LOG);
8336 : 0 : if (res) return res;
8337 : : }
8338 : : }
8339 : : break;
8340 : : default:;
8341 : : }
8342 : : break;
8343 : : default:;
8344 : : }
8345 : : }
8346 : : break;
8347 : 0 : case CFN_BUILT_IN_LOG2:
8348 : 0 : if (call_expr_nargs (_p0) == 1)
8349 : : {
8350 : 0 : tree _q20 = CALL_EXPR_ARG (_p0, 0);
8351 : 0 : switch (TREE_CODE (_p1))
8352 : : {
8353 : 0 : case CALL_EXPR:
8354 : 0 : switch (get_call_combined_fn (_p1))
8355 : : {
8356 : 0 : case CFN_BUILT_IN_LOG2:
8357 : 0 : if (call_expr_nargs (_p1) == 1)
8358 : : {
8359 : 0 : tree _q40 = CALL_EXPR_ARG (_p1, 0);
8360 : 0 : {
8361 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
8362 : 0 : tree res = generic_simplify_60 (loc, type, _p0, _p1, captures, CFN_BUILT_IN_LOG2);
8363 : 0 : if (res) return res;
8364 : : }
8365 : : }
8366 : : break;
8367 : : default:;
8368 : : }
8369 : : break;
8370 : : default:;
8371 : : }
8372 : : }
8373 : : break;
8374 : 0 : case CFN_BUILT_IN_LOGF:
8375 : 0 : if (call_expr_nargs (_p0) == 1)
8376 : : {
8377 : 0 : tree _q20 = CALL_EXPR_ARG (_p0, 0);
8378 : 0 : switch (TREE_CODE (_p1))
8379 : : {
8380 : 0 : case CALL_EXPR:
8381 : 0 : switch (get_call_combined_fn (_p1))
8382 : : {
8383 : 0 : case CFN_BUILT_IN_LOGF:
8384 : 0 : if (call_expr_nargs (_p1) == 1)
8385 : : {
8386 : 0 : tree _q40 = CALL_EXPR_ARG (_p1, 0);
8387 : 0 : {
8388 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
8389 : 0 : tree res = generic_simplify_60 (loc, type, _p0, _p1, captures, CFN_BUILT_IN_LOGF);
8390 : 0 : if (res) return res;
8391 : : }
8392 : : }
8393 : : break;
8394 : : default:;
8395 : : }
8396 : : break;
8397 : : default:;
8398 : : }
8399 : : }
8400 : : break;
8401 : 0 : case CFN_BUILT_IN_LOGL:
8402 : 0 : if (call_expr_nargs (_p0) == 1)
8403 : : {
8404 : 0 : tree _q20 = CALL_EXPR_ARG (_p0, 0);
8405 : 0 : switch (TREE_CODE (_p1))
8406 : : {
8407 : 0 : case CALL_EXPR:
8408 : 0 : switch (get_call_combined_fn (_p1))
8409 : : {
8410 : 0 : case CFN_BUILT_IN_LOGL:
8411 : 0 : if (call_expr_nargs (_p1) == 1)
8412 : : {
8413 : 0 : tree _q40 = CALL_EXPR_ARG (_p1, 0);
8414 : 0 : {
8415 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
8416 : 0 : tree res = generic_simplify_60 (loc, type, _p0, _p1, captures, CFN_BUILT_IN_LOGL);
8417 : 0 : if (res) return res;
8418 : : }
8419 : : }
8420 : : break;
8421 : : default:;
8422 : : }
8423 : : break;
8424 : : default:;
8425 : : }
8426 : : }
8427 : : break;
8428 : 0 : case CFN_BUILT_IN_LOG10F:
8429 : 0 : if (call_expr_nargs (_p0) == 1)
8430 : : {
8431 : 0 : tree _q20 = CALL_EXPR_ARG (_p0, 0);
8432 : 0 : switch (TREE_CODE (_p1))
8433 : : {
8434 : 0 : case CALL_EXPR:
8435 : 0 : switch (get_call_combined_fn (_p1))
8436 : : {
8437 : 0 : case CFN_BUILT_IN_LOG10F:
8438 : 0 : if (call_expr_nargs (_p1) == 1)
8439 : : {
8440 : 0 : tree _q40 = CALL_EXPR_ARG (_p1, 0);
8441 : 0 : {
8442 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
8443 : 0 : tree res = generic_simplify_60 (loc, type, _p0, _p1, captures, CFN_BUILT_IN_LOG10F);
8444 : 0 : if (res) return res;
8445 : : }
8446 : : }
8447 : : break;
8448 : : default:;
8449 : : }
8450 : : break;
8451 : : default:;
8452 : : }
8453 : : }
8454 : : break;
8455 : 0 : case CFN_BUILT_IN_LOG10L:
8456 : 0 : if (call_expr_nargs (_p0) == 1)
8457 : : {
8458 : 0 : tree _q20 = CALL_EXPR_ARG (_p0, 0);
8459 : 0 : switch (TREE_CODE (_p1))
8460 : : {
8461 : 0 : case CALL_EXPR:
8462 : 0 : switch (get_call_combined_fn (_p1))
8463 : : {
8464 : 0 : case CFN_BUILT_IN_LOG10L:
8465 : 0 : if (call_expr_nargs (_p1) == 1)
8466 : : {
8467 : 0 : tree _q40 = CALL_EXPR_ARG (_p1, 0);
8468 : 0 : {
8469 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
8470 : 0 : tree res = generic_simplify_60 (loc, type, _p0, _p1, captures, CFN_BUILT_IN_LOG10L);
8471 : 0 : if (res) return res;
8472 : : }
8473 : : }
8474 : : break;
8475 : : default:;
8476 : : }
8477 : : break;
8478 : : default:;
8479 : : }
8480 : : }
8481 : : break;
8482 : 0 : case CFN_LOG:
8483 : 0 : if (call_expr_nargs (_p0) == 1)
8484 : : {
8485 : 0 : tree _q20 = CALL_EXPR_ARG (_p0, 0);
8486 : 0 : switch (TREE_CODE (_p1))
8487 : : {
8488 : 0 : case CALL_EXPR:
8489 : 0 : switch (get_call_combined_fn (_p1))
8490 : : {
8491 : 0 : case CFN_LOG:
8492 : 0 : if (call_expr_nargs (_p1) == 1)
8493 : : {
8494 : 0 : tree _q40 = CALL_EXPR_ARG (_p1, 0);
8495 : 0 : {
8496 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
8497 : 0 : tree res = generic_simplify_60 (loc, type, _p0, _p1, captures, CFN_LOG);
8498 : 0 : if (res) return res;
8499 : : }
8500 : : }
8501 : : break;
8502 : : default:;
8503 : : }
8504 : : break;
8505 : : default:;
8506 : : }
8507 : : }
8508 : : break;
8509 : 0 : case CFN_LOG2:
8510 : 0 : if (call_expr_nargs (_p0) == 1)
8511 : : {
8512 : 0 : tree _q20 = CALL_EXPR_ARG (_p0, 0);
8513 : 0 : switch (TREE_CODE (_p1))
8514 : : {
8515 : 0 : case CALL_EXPR:
8516 : 0 : switch (get_call_combined_fn (_p1))
8517 : : {
8518 : 0 : case CFN_LOG2:
8519 : 0 : if (call_expr_nargs (_p1) == 1)
8520 : : {
8521 : 0 : tree _q40 = CALL_EXPR_ARG (_p1, 0);
8522 : 0 : {
8523 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
8524 : 0 : tree res = generic_simplify_60 (loc, type, _p0, _p1, captures, CFN_LOG2);
8525 : 0 : if (res) return res;
8526 : : }
8527 : : }
8528 : : break;
8529 : : default:;
8530 : : }
8531 : : break;
8532 : : default:;
8533 : : }
8534 : : }
8535 : : break;
8536 : 0 : case CFN_LOG10:
8537 : 0 : if (call_expr_nargs (_p0) == 1)
8538 : : {
8539 : 0 : tree _q20 = CALL_EXPR_ARG (_p0, 0);
8540 : 0 : switch (TREE_CODE (_p1))
8541 : : {
8542 : 0 : case CALL_EXPR:
8543 : 0 : switch (get_call_combined_fn (_p1))
8544 : : {
8545 : 0 : case CFN_LOG10:
8546 : 0 : if (call_expr_nargs (_p1) == 1)
8547 : : {
8548 : 0 : tree _q40 = CALL_EXPR_ARG (_p1, 0);
8549 : 0 : {
8550 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
8551 : 0 : tree res = generic_simplify_60 (loc, type, _p0, _p1, captures, CFN_LOG10);
8552 : 0 : if (res) return res;
8553 : : }
8554 : : }
8555 : : break;
8556 : : default:;
8557 : : }
8558 : : break;
8559 : : default:;
8560 : : }
8561 : : }
8562 : : break;
8563 : 14 : case CFN_BUILT_IN_LOG10:
8564 : 14 : if (call_expr_nargs (_p0) == 1)
8565 : : {
8566 : 14 : tree _q20 = CALL_EXPR_ARG (_p0, 0);
8567 : 14 : switch (TREE_CODE (_p1))
8568 : : {
8569 : 7 : case CALL_EXPR:
8570 : 7 : switch (get_call_combined_fn (_p1))
8571 : : {
8572 : 7 : case CFN_BUILT_IN_LOG10:
8573 : 7 : if (call_expr_nargs (_p1) == 1)
8574 : : {
8575 : 7 : tree _q40 = CALL_EXPR_ARG (_p1, 0);
8576 : 7 : {
8577 : 7 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
8578 : 7 : tree res = generic_simplify_60 (loc, type, _p0, _p1, captures, CFN_BUILT_IN_LOG10);
8579 : 7 : if (res) return res;
8580 : : }
8581 : : }
8582 : : break;
8583 : : default:;
8584 : : }
8585 : : break;
8586 : : default:;
8587 : : }
8588 : : }
8589 : : break;
8590 : 0 : case CFN_BUILT_IN_LOG2F:
8591 : 0 : if (call_expr_nargs (_p0) == 1)
8592 : : {
8593 : 0 : tree _q20 = CALL_EXPR_ARG (_p0, 0);
8594 : 0 : switch (TREE_CODE (_p1))
8595 : : {
8596 : 0 : case CALL_EXPR:
8597 : 0 : switch (get_call_combined_fn (_p1))
8598 : : {
8599 : 0 : case CFN_BUILT_IN_LOG2F:
8600 : 0 : if (call_expr_nargs (_p1) == 1)
8601 : : {
8602 : 0 : tree _q40 = CALL_EXPR_ARG (_p1, 0);
8603 : 0 : {
8604 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
8605 : 0 : tree res = generic_simplify_60 (loc, type, _p0, _p1, captures, CFN_BUILT_IN_LOG2F);
8606 : 0 : if (res) return res;
8607 : : }
8608 : : }
8609 : : break;
8610 : : default:;
8611 : : }
8612 : : break;
8613 : : default:;
8614 : : }
8615 : : }
8616 : : break;
8617 : 0 : case CFN_BUILT_IN_LOG2L:
8618 : 0 : if (call_expr_nargs (_p0) == 1)
8619 : : {
8620 : 0 : tree _q20 = CALL_EXPR_ARG (_p0, 0);
8621 : 0 : switch (TREE_CODE (_p1))
8622 : : {
8623 : 0 : case CALL_EXPR:
8624 : 0 : switch (get_call_combined_fn (_p1))
8625 : : {
8626 : 0 : case CFN_BUILT_IN_LOG2L:
8627 : 0 : if (call_expr_nargs (_p1) == 1)
8628 : : {
8629 : 0 : tree _q40 = CALL_EXPR_ARG (_p1, 0);
8630 : 0 : {
8631 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
8632 : 0 : tree res = generic_simplify_60 (loc, type, _p0, _p1, captures, CFN_BUILT_IN_LOG2L);
8633 : 0 : if (res) return res;
8634 : : }
8635 : : }
8636 : : break;
8637 : : default:;
8638 : : }
8639 : : break;
8640 : : default:;
8641 : : }
8642 : : }
8643 : : break;
8644 : : default:;
8645 : : }
8646 : : break;
8647 : 18388847 : default:;
8648 : : }
8649 : 18388847 : switch (TREE_CODE (_p1))
8650 : : {
8651 : 6316 : case BIT_AND_EXPR:
8652 : 6316 : {
8653 : 6316 : tree _q30 = TREE_OPERAND (_p1, 0);
8654 : 6316 : tree _q31 = TREE_OPERAND (_p1, 1);
8655 : 6316 : switch (TREE_CODE (_q30))
8656 : : {
8657 : 80 : case MAX_EXPR:
8658 : 80 : {
8659 : 80 : tree _q40 = TREE_OPERAND (_q30, 0);
8660 : 80 : tree _q41 = TREE_OPERAND (_q30, 1);
8661 : 80 : if ((_q40 == _p0 && ! TREE_SIDE_EFFECTS (_q40)) || (operand_equal_p (_q40, _p0, 0) && types_match (_q40, _p0)))
8662 : : {
8663 : 80 : switch (TREE_CODE (_q41))
8664 : : {
8665 : 80 : case INTEGER_CST:
8666 : 80 : {
8667 : 80 : switch (TREE_CODE (_q31))
8668 : : {
8669 : 72 : case INTEGER_CST:
8670 : 72 : {
8671 : 72 : {
8672 : 72 : tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q41, _q31 };
8673 : 72 : {
8674 : 72 : auto i = wi::neg (wi::to_wide (captures[2]));
8675 : 72 : if (wi::popcount (i) == 1
8676 : 200 : && (wi::to_wide (captures[1])) == (i - 1)
8677 : : )
8678 : : {
8679 : 40 : if (TYPE_UNSIGNED (TREE_TYPE (captures[0]))
8680 : : )
8681 : : {
8682 : 8 : if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail1304;
8683 : 8 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1304;
8684 : 8 : {
8685 : 8 : tree res_op0;
8686 : 8 : res_op0 = captures[0];
8687 : 8 : tree res_op1;
8688 : 8 : res_op1 = captures[1];
8689 : 8 : tree _r;
8690 : 8 : _r = fold_build2_loc (loc, BIT_AND_EXPR, type, res_op0, res_op1);
8691 : 8 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 926, __FILE__, __LINE__, true);
8692 : 8 : return _r;
8693 : : }
8694 : 64 : next_after_fail1304:;
8695 : : }
8696 : : else
8697 : : {
8698 : 32 : if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail1305;
8699 : 32 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1305;
8700 : 32 : {
8701 : 32 : if (! tree_invariant_p (captures[0])) goto next_after_fail1305;
8702 : 0 : if (! tree_invariant_p (captures[1])) goto next_after_fail1305;
8703 : 0 : tree res_op0;
8704 : 0 : {
8705 : 0 : tree _o1[2], _r1;
8706 : 0 : _o1[0] = unshare_expr (captures[0]);
8707 : 0 : _o1[1] = unshare_expr (captures[1]);
8708 : 0 : _r1 = fold_build2_loc (loc, LE_EXPR, boolean_type_node, _o1[0], _o1[1]);
8709 : 0 : res_op0 = _r1;
8710 : : }
8711 : 0 : tree res_op1;
8712 : 0 : res_op1 = unshare_expr (captures[0]);
8713 : 0 : tree res_op2;
8714 : 0 : {
8715 : 0 : tree _o1[2], _r1;
8716 : 0 : _o1[0] = captures[0];
8717 : 0 : _o1[1] = captures[1];
8718 : 0 : _r1 = fold_build2_loc (loc, BIT_AND_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
8719 : 0 : res_op2 = _r1;
8720 : : }
8721 : 0 : tree _r;
8722 : 0 : _r = fold_build3_loc (loc, COND_EXPR, type, res_op0, res_op1, res_op2);
8723 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 927, __FILE__, __LINE__, true);
8724 : 0 : return _r;
8725 : : }
8726 : 64 : next_after_fail1305:;
8727 : : }
8728 : : }
8729 : 8 : }
8730 : : }
8731 : 64 : break;
8732 : : }
8733 : : default:;
8734 : : }
8735 : : break;
8736 : : }
8737 : : default:;
8738 : : }
8739 : : }
8740 : : break;
8741 : : }
8742 : : default:;
8743 : : }
8744 : : break;
8745 : : }
8746 : 18388839 : default:;
8747 : : }
8748 : 18388839 : switch (TREE_CODE (_p0))
8749 : : {
8750 : 0 : case VEC_PERM_EXPR:
8751 : 0 : {
8752 : 0 : tree _q20 = TREE_OPERAND (_p0, 0);
8753 : 0 : tree _q21 = TREE_OPERAND (_p0, 1);
8754 : 0 : tree _q22 = TREE_OPERAND (_p0, 2);
8755 : 0 : if ((_q21 == _q20 && ! TREE_SIDE_EFFECTS (_q21)) || (operand_equal_p (_q21, _q20, 0) && types_match (_q21, _q20)))
8756 : : {
8757 : 0 : switch (TREE_CODE (_p1))
8758 : : {
8759 : 0 : case VEC_PERM_EXPR:
8760 : 0 : {
8761 : 0 : tree _q60 = TREE_OPERAND (_p1, 0);
8762 : 0 : tree _q61 = TREE_OPERAND (_p1, 1);
8763 : 0 : tree _q62 = TREE_OPERAND (_p1, 2);
8764 : 0 : if ((_q61 == _q60 && ! TREE_SIDE_EFFECTS (_q61)) || (operand_equal_p (_q61, _q60, 0) && types_match (_q61, _q60)))
8765 : : {
8766 : 0 : if ((_q62 == _q22 && ! TREE_SIDE_EFFECTS (_q62)) || (operand_equal_p (_q62, _q22, 0) && types_match (_q62, _q22)))
8767 : : {
8768 : 0 : {
8769 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _q20, _q22, _q60 };
8770 : 0 : if (VECTOR_INTEGER_TYPE_P (type)
8771 : : )
8772 : : {
8773 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1306;
8774 : 0 : {
8775 : 0 : tree res_op0;
8776 : 0 : {
8777 : 0 : tree _o1[2], _r1;
8778 : 0 : _o1[0] = captures[0];
8779 : 0 : _o1[1] = captures[2];
8780 : 0 : _r1 = fold_build2_loc (loc, MINUS_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
8781 : 0 : captures[3] = _r1;
8782 : : }
8783 : 0 : res_op0 = unshare_expr (captures[3]);
8784 : 0 : tree res_op1;
8785 : 0 : res_op1 = captures[3];
8786 : 0 : tree res_op2;
8787 : 0 : res_op2 = captures[1];
8788 : 0 : tree _r;
8789 : 0 : _r = fold_build3_loc (loc, VEC_PERM_EXPR, type, res_op0, res_op1, res_op2);
8790 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 892, __FILE__, __LINE__, true);
8791 : 0 : return _r;
8792 : : }
8793 : 0 : next_after_fail1306:;
8794 : : }
8795 : : }
8796 : : }
8797 : : }
8798 : : break;
8799 : : }
8800 : 0 : default:;
8801 : : }
8802 : 0 : switch (TREE_CODE (_q22))
8803 : : {
8804 : 0 : case VECTOR_CST:
8805 : 0 : {
8806 : 0 : switch (TREE_CODE (_p1))
8807 : : {
8808 : 0 : case VEC_PERM_EXPR:
8809 : 0 : {
8810 : 0 : tree _q60 = TREE_OPERAND (_p1, 0);
8811 : 0 : tree _q61 = TREE_OPERAND (_p1, 1);
8812 : 0 : tree _q62 = TREE_OPERAND (_p1, 2);
8813 : 0 : if ((_q61 == _q60 && ! TREE_SIDE_EFFECTS (_q61)) || (operand_equal_p (_q61, _q60, 0) && types_match (_q61, _q60)))
8814 : : {
8815 : 0 : if ((_q62 == _q22 && ! TREE_SIDE_EFFECTS (_q62)) || (operand_equal_p (_q62, _q22, 0) && types_match (_q62, _q22)))
8816 : : {
8817 : 0 : switch (TREE_CODE (_q62))
8818 : : {
8819 : 0 : case VECTOR_CST:
8820 : 0 : {
8821 : 0 : {
8822 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _q20, _q22, _q60 };
8823 : 0 : tree res = generic_simplify_37 (loc, type, _p0, _p1, captures, MINUS_EXPR);
8824 : 0 : if (res) return res;
8825 : : }
8826 : 0 : break;
8827 : : }
8828 : : default:;
8829 : : }
8830 : : }
8831 : : }
8832 : : break;
8833 : : }
8834 : : default:;
8835 : : }
8836 : : break;
8837 : : }
8838 : : default:;
8839 : : }
8840 : : }
8841 : : break;
8842 : : }
8843 : : default:;
8844 : : }
8845 : : return NULL_TREE;
8846 : : }
8847 : :
8848 : : tree
8849 : 1201627 : generic_simplify_LSHIFT_EXPR (location_t ARG_UNUSED (loc), enum tree_code ARG_UNUSED (code), const tree ARG_UNUSED (type), tree _p0, tree _p1)
8850 : : {
8851 : 1201627 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
8852 : 1201627 : switch (TREE_CODE (_p1))
8853 : : {
8854 : 246 : case TRUNC_MOD_EXPR:
8855 : 246 : {
8856 : 246 : tree _q30 = TREE_OPERAND (_p1, 0);
8857 : 246 : tree _q31 = TREE_OPERAND (_p1, 1);
8858 : 246 : {
8859 : 246 : tree _q31_pops[1];
8860 : 246 : if (tree_power_of_two_cand (_q31, _q31_pops))
8861 : : {
8862 : 241 : tree _q50 = _q31_pops[0];
8863 : 241 : {
8864 : 241 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q30, _q31, _q50 };
8865 : 241 : tree res = generic_simplify_369 (loc, type, _p0, _p1, captures, LSHIFT_EXPR, TRUNC_MOD_EXPR);
8866 : 241 : if (res) return res;
8867 : : }
8868 : : }
8869 : : }
8870 : 16 : break;
8871 : : }
8872 : 0 : case FLOOR_MOD_EXPR:
8873 : 0 : {
8874 : 0 : tree _q30 = TREE_OPERAND (_p1, 0);
8875 : 0 : tree _q31 = TREE_OPERAND (_p1, 1);
8876 : 0 : {
8877 : 0 : tree _q31_pops[1];
8878 : 0 : if (tree_power_of_two_cand (_q31, _q31_pops))
8879 : : {
8880 : 0 : tree _q50 = _q31_pops[0];
8881 : 0 : {
8882 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q30, _q31, _q50 };
8883 : 0 : tree res = generic_simplify_369 (loc, type, _p0, _p1, captures, LSHIFT_EXPR, FLOOR_MOD_EXPR);
8884 : 0 : if (res) return res;
8885 : : }
8886 : : }
8887 : : }
8888 : 0 : break;
8889 : : }
8890 : 1201397 : default:;
8891 : : }
8892 : 1201397 : if (uniform_integer_cst_p (_p1))
8893 : : {
8894 : 855164 : {
8895 : 855164 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
8896 : 855164 : tree res = generic_simplify_370 (loc, type, _p0, _p1, captures, LSHIFT_EXPR);
8897 : 855164 : if (res) return res;
8898 : : }
8899 : : }
8900 : 1200932 : switch (TREE_CODE (_p0))
8901 : : {
8902 : 691444 : CASE_CONVERT:
8903 : 691444 : {
8904 : 691444 : tree _q20 = TREE_OPERAND (_p0, 0);
8905 : 691444 : switch (TREE_CODE (_q20))
8906 : : {
8907 : 4 : case LT_EXPR:
8908 : 4 : {
8909 : 4 : tree _q30 = TREE_OPERAND (_q20, 0);
8910 : 4 : tree _q31 = TREE_OPERAND (_q20, 1);
8911 : 4 : if (integer_zerop (_q31))
8912 : : {
8913 : 4 : switch (TREE_CODE (_p1))
8914 : : {
8915 : 4 : case INTEGER_CST:
8916 : 4 : {
8917 : 4 : {
8918 : 4 : tree captures[3] ATTRIBUTE_UNUSED = { _q30, _q31, _p1 };
8919 : 4 : if (TYPE_SIGN (TREE_TYPE (captures[0])) == SIGNED
8920 : 4 : && wi::eq_p (wi::to_wide (captures[2]), TYPE_PRECISION (TREE_TYPE (captures[0])) - 1)
8921 : : )
8922 : : {
8923 : 0 : {
8924 : 0 : wide_int wone = wi::one (TYPE_PRECISION (type));
8925 : 0 : if (TREE_SIDE_EFFECTS (captures[2])) goto next_after_fail1666;
8926 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1666;
8927 : 0 : {
8928 : 0 : tree res_op0;
8929 : 0 : {
8930 : 0 : tree _o1[1], _r1;
8931 : 0 : _o1[0] = captures[0];
8932 : 0 : if (TREE_TYPE (_o1[0]) != type)
8933 : : {
8934 : 0 : _r1 = fold_build1_loc (loc, NOP_EXPR, type, _o1[0]);
8935 : : }
8936 : : else
8937 : : _r1 = _o1[0];
8938 : 0 : res_op0 = _r1;
8939 : : }
8940 : 0 : tree res_op1;
8941 : 0 : res_op1 = wide_int_to_tree (type,
8942 : 0 : wi::lshift (wone, wi::to_wide (captures[2])));
8943 : 0 : tree _r;
8944 : 0 : _r = fold_build2_loc (loc, BIT_AND_EXPR, type, res_op0, res_op1);
8945 : 0 : if (TREE_SIDE_EFFECTS (captures[1]))
8946 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
8947 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 996, __FILE__, __LINE__, true);
8948 : 0 : return _r;
8949 : : }
8950 : 0 : next_after_fail1666:;
8951 : 0 : }
8952 : : }
8953 : : }
8954 : 4 : break;
8955 : : }
8956 : : default:;
8957 : : }
8958 : : }
8959 : : break;
8960 : : }
8961 : 123 : CASE_CONVERT:
8962 : 123 : {
8963 : 123 : tree _q30 = TREE_OPERAND (_q20, 0);
8964 : 123 : switch (TREE_CODE (_q30))
8965 : : {
8966 : 0 : case RSHIFT_EXPR:
8967 : 0 : {
8968 : 0 : tree _q40 = TREE_OPERAND (_q30, 0);
8969 : 0 : tree _q41 = TREE_OPERAND (_q30, 1);
8970 : 0 : switch (TREE_CODE (_q41))
8971 : : {
8972 : 0 : case INTEGER_CST:
8973 : 0 : {
8974 : 0 : if ((_p1 == _q41 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q41, 0) && types_match (_p1, _q41)))
8975 : : {
8976 : 0 : {
8977 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q40, _q41 };
8978 : 0 : if (wi::ltu_p (wi::to_wide (captures[2]), element_precision (type))
8979 : 0 : && INTEGRAL_TYPE_P (type)
8980 : 0 : && INTEGRAL_TYPE_P (TREE_TYPE (captures[0]))
8981 : 0 : && INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
8982 : 0 : && TYPE_PRECISION (type) == TYPE_PRECISION (TREE_TYPE (captures[1]))
8983 : 0 : && (TYPE_PRECISION (TREE_TYPE (captures[0])) >= TYPE_PRECISION (type)
8984 : 0 : || wi::geu_p (wi::to_wide (captures[2]),
8985 : 0 : TYPE_PRECISION (type)
8986 : 0 : - TYPE_PRECISION (TREE_TYPE (captures[0]))))
8987 : : )
8988 : : {
8989 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1667;
8990 : 0 : {
8991 : 0 : tree res_op0;
8992 : 0 : {
8993 : 0 : tree _o1[1], _r1;
8994 : 0 : _o1[0] = captures[1];
8995 : 0 : if (TREE_TYPE (_o1[0]) != type)
8996 : : {
8997 : 0 : _r1 = fold_build1_loc (loc, NOP_EXPR, type, _o1[0]);
8998 : : }
8999 : : else
9000 : : _r1 = _o1[0];
9001 : 0 : res_op0 = _r1;
9002 : : }
9003 : 0 : tree res_op1;
9004 : 0 : {
9005 : 0 : tree _o1[2], _r1;
9006 : 0 : _o1[0] = build_minus_one_cst (type);
9007 : 0 : _o1[1] = captures[2];
9008 : 0 : _r1 = fold_build2_loc (loc, LSHIFT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
9009 : 0 : res_op1 = _r1;
9010 : : }
9011 : 0 : tree _r;
9012 : 0 : _r = fold_build2_loc (loc, BIT_AND_EXPR, type, res_op0, res_op1);
9013 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 997, __FILE__, __LINE__, true);
9014 : 0 : return _r;
9015 : : }
9016 : 0 : next_after_fail1667:;
9017 : : }
9018 : : }
9019 : : }
9020 : : break;
9021 : : }
9022 : : default:;
9023 : : }
9024 : : break;
9025 : : }
9026 : : default:;
9027 : : }
9028 : : break;
9029 : : }
9030 : : default:;
9031 : : }
9032 : : break;
9033 : : }
9034 : 19757 : case RSHIFT_EXPR:
9035 : 19757 : {
9036 : 19757 : tree _q20 = TREE_OPERAND (_p0, 0);
9037 : 19757 : tree _q21 = TREE_OPERAND (_p0, 1);
9038 : 19757 : switch (TREE_CODE (_q21))
9039 : : {
9040 : 97 : case INTEGER_CST:
9041 : 97 : {
9042 : 97 : if ((_p1 == _q21 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q21, 0) && types_match (_p1, _q21)))
9043 : : {
9044 : 50 : {
9045 : 50 : tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
9046 : 50 : tree res = generic_simplify_371 (loc, type, _p0, _p1, captures);
9047 : 50 : if (res) return res;
9048 : : }
9049 : : }
9050 : : break;
9051 : : }
9052 : : default:;
9053 : : }
9054 : : break;
9055 : : }
9056 : 1200882 : default:;
9057 : : }
9058 : 1200882 : {
9059 : 1200882 : tree _p0_pops[1];
9060 : 1200882 : if (tree_nop_convert (_p0, _p0_pops))
9061 : : {
9062 : 665915 : tree _q20 = _p0_pops[0];
9063 : 665915 : switch (TREE_CODE (_q20))
9064 : : {
9065 : 73 : case RSHIFT_EXPR:
9066 : 73 : {
9067 : 73 : tree _q30 = TREE_OPERAND (_q20, 0);
9068 : 73 : tree _q31 = TREE_OPERAND (_q20, 1);
9069 : 73 : switch (TREE_CODE (_q31))
9070 : : {
9071 : 67 : case INTEGER_CST:
9072 : 67 : {
9073 : 67 : if ((_p1 == _q31 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q31, 0) && types_match (_p1, _q31)))
9074 : : {
9075 : 8 : {
9076 : 8 : tree captures[2] ATTRIBUTE_UNUSED = { _q30, _q31 };
9077 : 8 : tree res = generic_simplify_371 (loc, type, _p0, _p1, captures);
9078 : 8 : if (res) return res;
9079 : : }
9080 : : }
9081 : : break;
9082 : : }
9083 : : default:;
9084 : : }
9085 : : break;
9086 : : }
9087 : : default:;
9088 : : }
9089 : : }
9090 : : }
9091 : 1200874 : if (integer_onep (_p0))
9092 : : {
9093 : 282586 : switch (TREE_CODE (_p1))
9094 : : {
9095 : 32079 : case MINUS_EXPR:
9096 : 32079 : {
9097 : 32079 : tree _q30 = TREE_OPERAND (_p1, 0);
9098 : 32079 : tree _q31 = TREE_OPERAND (_p1, 1);
9099 : 32079 : switch (TREE_CODE (_q30))
9100 : : {
9101 : 32076 : case INTEGER_CST:
9102 : 32076 : {
9103 : 32076 : {
9104 : 32076 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31 };
9105 : 32076 : if (INTEGRAL_TYPE_P (type)
9106 : 32076 : && wi::eq_p (wi::to_wide (captures[2]), TYPE_PRECISION (type) - 1)
9107 : 32076 : && single_use (captures[1])
9108 : : )
9109 : : {
9110 : 29199 : if (TYPE_UNSIGNED (type)
9111 : : )
9112 : : {
9113 : 29193 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1668;
9114 : 29193 : {
9115 : 29193 : tree res_op0;
9116 : 29193 : {
9117 : 29193 : tree _o1[2], _r1;
9118 : 29193 : _o1[0] = captures[0];
9119 : 29193 : _o1[1] = captures[2];
9120 : 29193 : _r1 = fold_build2_loc (loc, LSHIFT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
9121 : 29193 : res_op0 = _r1;
9122 : : }
9123 : 29193 : tree res_op1;
9124 : 29193 : res_op1 = captures[3];
9125 : 29193 : tree _r;
9126 : 29193 : _r = fold_build2_loc (loc, RSHIFT_EXPR, type, res_op0, res_op1);
9127 : 29193 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 998, __FILE__, __LINE__, true);
9128 : 29193 : return _r;
9129 : : }
9130 : 0 : next_after_fail1668:;
9131 : : }
9132 : : else
9133 : : {
9134 : 6 : {
9135 : 6 : tree utype = unsigned_type_for (type);
9136 : 6 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1669;
9137 : 6 : {
9138 : 6 : tree res_op0;
9139 : 6 : {
9140 : 6 : tree _o1[2], _r1;
9141 : 6 : {
9142 : 6 : tree _o2[2], _r2;
9143 : 6 : {
9144 : 6 : tree _o3[1], _r3;
9145 : 6 : _o3[0] = captures[0];
9146 : 6 : if (TREE_TYPE (_o3[0]) != utype)
9147 : : {
9148 : 6 : _r3 = fold_build1_loc (loc, NOP_EXPR, utype, _o3[0]);
9149 : : }
9150 : : else
9151 : : _r3 = _o3[0];
9152 : 6 : _o2[0] = _r3;
9153 : : }
9154 : 6 : _o2[1] = captures[2];
9155 : 6 : _r2 = fold_build2_loc (loc, LSHIFT_EXPR, TREE_TYPE (_o2[0]), _o2[0], _o2[1]);
9156 : 6 : _o1[0] = _r2;
9157 : : }
9158 : 6 : _o1[1] = captures[3];
9159 : 6 : _r1 = fold_build2_loc (loc, RSHIFT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
9160 : 6 : res_op0 = _r1;
9161 : : }
9162 : 6 : tree _r;
9163 : 6 : _r = fold_build1_loc (loc, NOP_EXPR, type, res_op0);
9164 : 6 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 999, __FILE__, __LINE__, true);
9165 : 6 : return _r;
9166 : : }
9167 : 0 : next_after_fail1669:;
9168 : : }
9169 : : }
9170 : : }
9171 : : }
9172 : 2877 : break;
9173 : : }
9174 : : default:;
9175 : : }
9176 : : break;
9177 : : }
9178 : : default:;
9179 : : }
9180 : : }
9181 : 1171675 : if (integer_zerop (_p1))
9182 : : {
9183 : 1058 : {
9184 : 1058 : tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
9185 : 1058 : tree res = generic_simplify_372 (loc, type, _p0, _p1, captures, LSHIFT_EXPR);
9186 : 1058 : if (res) return res;
9187 : : }
9188 : : }
9189 : 1170617 : if (integer_zerop (_p0))
9190 : : {
9191 : 162 : {
9192 : 162 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
9193 : 162 : tree res = generic_simplify_373 (loc, type, _p0, _p1, captures, LSHIFT_EXPR);
9194 : 162 : if (res) return res;
9195 : : }
9196 : : }
9197 : 1170455 : switch (TREE_CODE (_p1))
9198 : : {
9199 : 0 : case VECTOR_CST:
9200 : 0 : {
9201 : 0 : {
9202 : 0 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
9203 : 0 : tree res = generic_simplify_374 (loc, type, _p0, _p1, captures, LSHIFT_EXPR);
9204 : 0 : if (res) return res;
9205 : : }
9206 : 0 : break;
9207 : : }
9208 : 0 : case CONSTRUCTOR:
9209 : 0 : {
9210 : 0 : {
9211 : 0 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
9212 : 0 : tree res = generic_simplify_375 (loc, type, _p0, _p1, captures, LSHIFT_EXPR);
9213 : 0 : if (res) return res;
9214 : : }
9215 : 0 : break;
9216 : : }
9217 : 1170455 : default:;
9218 : : }
9219 : 1170455 : switch (TREE_CODE (_p0))
9220 : : {
9221 : 280 : case LSHIFT_EXPR:
9222 : 280 : {
9223 : 280 : tree _q20 = TREE_OPERAND (_p0, 0);
9224 : 280 : tree _q21 = TREE_OPERAND (_p0, 1);
9225 : 280 : switch (TREE_CODE (_q21))
9226 : : {
9227 : 39 : case INTEGER_CST:
9228 : 39 : {
9229 : 39 : switch (TREE_CODE (_p1))
9230 : : {
9231 : 39 : case INTEGER_CST:
9232 : 39 : {
9233 : 39 : {
9234 : 39 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _q21, _p1 };
9235 : 39 : tree res = generic_simplify_376 (loc, type, _p0, _p1, captures, LSHIFT_EXPR);
9236 : 39 : if (res) return res;
9237 : : }
9238 : 0 : break;
9239 : : }
9240 : : default:;
9241 : : }
9242 : : break;
9243 : : }
9244 : : default:;
9245 : : }
9246 : : break;
9247 : : }
9248 : 691289 : CASE_CONVERT:
9249 : 691289 : {
9250 : 691289 : tree _q20 = TREE_OPERAND (_p0, 0);
9251 : 691289 : switch (TREE_CODE (_q20))
9252 : : {
9253 : 0 : case BIT_AND_EXPR:
9254 : 0 : {
9255 : 0 : tree _q30 = TREE_OPERAND (_q20, 0);
9256 : 0 : tree _q31 = TREE_OPERAND (_q20, 1);
9257 : 0 : switch (TREE_CODE (_q31))
9258 : : {
9259 : 0 : case INTEGER_CST:
9260 : 0 : {
9261 : 0 : switch (TREE_CODE (_p1))
9262 : : {
9263 : 0 : case INTEGER_CST:
9264 : 0 : {
9265 : 0 : {
9266 : 0 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31, _p1 };
9267 : 0 : tree res = generic_simplify_377 (loc, type, _p0, _p1, captures, BIT_AND_EXPR, LSHIFT_EXPR);
9268 : 0 : if (res) return res;
9269 : : }
9270 : 0 : break;
9271 : : }
9272 : : default:;
9273 : : }
9274 : : break;
9275 : : }
9276 : : default:;
9277 : : }
9278 : : break;
9279 : : }
9280 : 9 : case BIT_XOR_EXPR:
9281 : 9 : {
9282 : 9 : tree _q30 = TREE_OPERAND (_q20, 0);
9283 : 9 : tree _q31 = TREE_OPERAND (_q20, 1);
9284 : 9 : switch (TREE_CODE (_q31))
9285 : : {
9286 : 0 : case INTEGER_CST:
9287 : 0 : {
9288 : 0 : switch (TREE_CODE (_p1))
9289 : : {
9290 : 0 : case INTEGER_CST:
9291 : 0 : {
9292 : 0 : {
9293 : 0 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31, _p1 };
9294 : 0 : tree res = generic_simplify_377 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, LSHIFT_EXPR);
9295 : 0 : if (res) return res;
9296 : : }
9297 : 0 : break;
9298 : : }
9299 : : default:;
9300 : : }
9301 : : break;
9302 : : }
9303 : : default:;
9304 : : }
9305 : : break;
9306 : : }
9307 : 16 : case BIT_IOR_EXPR:
9308 : 16 : {
9309 : 16 : tree _q30 = TREE_OPERAND (_q20, 0);
9310 : 16 : tree _q31 = TREE_OPERAND (_q20, 1);
9311 : 16 : switch (TREE_CODE (_q31))
9312 : : {
9313 : 11 : case INTEGER_CST:
9314 : 11 : {
9315 : 11 : switch (TREE_CODE (_p1))
9316 : : {
9317 : 11 : case INTEGER_CST:
9318 : 11 : {
9319 : 11 : {
9320 : 11 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q30, _q31, _p1 };
9321 : 11 : tree res = generic_simplify_377 (loc, type, _p0, _p1, captures, BIT_IOR_EXPR, LSHIFT_EXPR);
9322 : 11 : if (res) return res;
9323 : : }
9324 : 2 : break;
9325 : : }
9326 : : default:;
9327 : : }
9328 : : break;
9329 : : }
9330 : : default:;
9331 : : }
9332 : : break;
9333 : : }
9334 : : default:;
9335 : : }
9336 : : break;
9337 : : }
9338 : 12470 : case BIT_AND_EXPR:
9339 : 12470 : {
9340 : 12470 : tree _q20 = TREE_OPERAND (_p0, 0);
9341 : 12470 : tree _q21 = TREE_OPERAND (_p0, 1);
9342 : 12470 : switch (TREE_CODE (_q21))
9343 : : {
9344 : 12375 : case INTEGER_CST:
9345 : 12375 : {
9346 : 12375 : switch (TREE_CODE (_p1))
9347 : : {
9348 : 12236 : case INTEGER_CST:
9349 : 12236 : {
9350 : 12236 : {
9351 : 12236 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p0, _q20, _q21, _p1 };
9352 : 12236 : tree res = generic_simplify_378 (loc, type, _p0, _p1, captures, BIT_AND_EXPR, LSHIFT_EXPR);
9353 : 12236 : if (res) return res;
9354 : : }
9355 : 7 : break;
9356 : : }
9357 : : default:;
9358 : : }
9359 : : break;
9360 : : }
9361 : : default:;
9362 : : }
9363 : : break;
9364 : : }
9365 : 66 : case BIT_XOR_EXPR:
9366 : 66 : {
9367 : 66 : tree _q20 = TREE_OPERAND (_p0, 0);
9368 : 66 : tree _q21 = TREE_OPERAND (_p0, 1);
9369 : 66 : switch (TREE_CODE (_q21))
9370 : : {
9371 : 0 : case INTEGER_CST:
9372 : 0 : {
9373 : 0 : switch (TREE_CODE (_p1))
9374 : : {
9375 : 0 : case INTEGER_CST:
9376 : 0 : {
9377 : 0 : {
9378 : 0 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p0, _q20, _q21, _p1 };
9379 : 0 : tree res = generic_simplify_378 (loc, type, _p0, _p1, captures, BIT_XOR_EXPR, LSHIFT_EXPR);
9380 : 0 : if (res) return res;
9381 : : }
9382 : 0 : break;
9383 : : }
9384 : : default:;
9385 : : }
9386 : : break;
9387 : : }
9388 : : default:;
9389 : : }
9390 : : break;
9391 : : }
9392 : 75 : case BIT_IOR_EXPR:
9393 : 75 : {
9394 : 75 : tree _q20 = TREE_OPERAND (_p0, 0);
9395 : 75 : tree _q21 = TREE_OPERAND (_p0, 1);
9396 : 75 : switch (TREE_CODE (_q21))
9397 : : {
9398 : 2 : case INTEGER_CST:
9399 : 2 : {
9400 : 2 : switch (TREE_CODE (_p1))
9401 : : {
9402 : 2 : case INTEGER_CST:
9403 : 2 : {
9404 : 2 : {
9405 : 2 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p0, _q20, _q21, _p1 };
9406 : 2 : tree res = generic_simplify_378 (loc, type, _p0, _p1, captures, BIT_IOR_EXPR, LSHIFT_EXPR);
9407 : 2 : if (res) return res;
9408 : : }
9409 : 0 : break;
9410 : : }
9411 : : default:;
9412 : : }
9413 : : break;
9414 : : }
9415 : : default:;
9416 : : }
9417 : : break;
9418 : : }
9419 : 1 : case VEC_COND_EXPR:
9420 : 1 : {
9421 : 1 : tree _q20 = TREE_OPERAND (_p0, 0);
9422 : 1 : tree _q21 = TREE_OPERAND (_p0, 1);
9423 : 1 : tree _q22 = TREE_OPERAND (_p0, 2);
9424 : 1 : switch (TREE_CODE (_p1))
9425 : : {
9426 : 0 : case VEC_COND_EXPR:
9427 : 0 : {
9428 : 0 : tree _q60 = TREE_OPERAND (_p1, 0);
9429 : 0 : tree _q61 = TREE_OPERAND (_p1, 1);
9430 : 0 : tree _q62 = TREE_OPERAND (_p1, 2);
9431 : 0 : if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
9432 : : {
9433 : 0 : {
9434 : 0 : tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1, _q61, _q62 };
9435 : 0 : if (VECTOR_TYPE_P (type)
9436 : 0 : && (TREE_CODE_CLASS (LSHIFT_EXPR) != tcc_comparison
9437 : : || types_match (type, TREE_TYPE (captures[2]))
9438 : : || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
9439 : : || (optimize_vectors_before_lowering_p ()
9440 : : && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
9441 : : )
9442 : : {
9443 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1670;
9444 : 0 : {
9445 : 0 : tree res_op0;
9446 : 0 : res_op0 = captures[1];
9447 : 0 : tree res_op1;
9448 : 0 : {
9449 : 0 : tree _o1[2], _r1;
9450 : 0 : _o1[0] = captures[2];
9451 : 0 : _o1[1] = captures[5];
9452 : 0 : _r1 = fold_build2_loc (loc, LSHIFT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
9453 : 0 : if (EXPR_P (_r1))
9454 : 0 : goto next_after_fail1670;
9455 : 0 : res_op1 = _r1;
9456 : : }
9457 : 0 : tree res_op2;
9458 : 0 : {
9459 : 0 : tree _o1[2], _r1;
9460 : 0 : _o1[0] = captures[3];
9461 : 0 : _o1[1] = captures[6];
9462 : 0 : _r1 = fold_build2_loc (loc, LSHIFT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
9463 : 0 : if (EXPR_P (_r1))
9464 : 0 : goto next_after_fail1670;
9465 : 0 : res_op2 = _r1;
9466 : : }
9467 : 0 : tree _r;
9468 : 0 : _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
9469 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 889, __FILE__, __LINE__, true);
9470 : 0 : return _r;
9471 : : }
9472 : 0 : next_after_fail1670:;
9473 : : }
9474 : : }
9475 : : }
9476 : : break;
9477 : : }
9478 : 1 : default:;
9479 : : }
9480 : 1 : {
9481 : 1 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1 };
9482 : 1 : if (VECTOR_TYPE_P (type)
9483 : 1 : && (TREE_CODE_CLASS (LSHIFT_EXPR) != tcc_comparison
9484 : : || types_match (type, TREE_TYPE (captures[2]))
9485 : : || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
9486 : : || (optimize_vectors_before_lowering_p ()
9487 : : && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
9488 : : )
9489 : : {
9490 : 1 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1671;
9491 : 1 : {
9492 : 1 : if (! tree_invariant_p (captures[4])) goto next_after_fail1671;
9493 : 0 : tree res_op0;
9494 : 0 : res_op0 = captures[1];
9495 : 0 : tree res_op1;
9496 : 0 : {
9497 : 0 : tree _o1[2], _r1;
9498 : 0 : _o1[0] = captures[2];
9499 : 0 : _o1[1] = unshare_expr (captures[4]);
9500 : 0 : _r1 = fold_build2_loc (loc, LSHIFT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
9501 : 0 : if (EXPR_P (_r1))
9502 : 0 : goto next_after_fail1671;
9503 : 0 : res_op1 = _r1;
9504 : : }
9505 : 0 : tree res_op2;
9506 : 0 : {
9507 : 0 : tree _o1[2], _r1;
9508 : 0 : _o1[0] = captures[3];
9509 : 0 : _o1[1] = captures[4];
9510 : 0 : _r1 = fold_build2_loc (loc, LSHIFT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
9511 : 0 : if (EXPR_P (_r1))
9512 : 0 : goto next_after_fail1671;
9513 : 0 : res_op2 = _r1;
9514 : : }
9515 : 0 : tree _r;
9516 : 0 : _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
9517 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 890, __FILE__, __LINE__, true);
9518 : 0 : return _r;
9519 : : }
9520 : 1 : next_after_fail1671:;
9521 : : }
9522 : : }
9523 : 1 : break;
9524 : : }
9525 : 1158176 : default:;
9526 : : }
9527 : 1158176 : switch (TREE_CODE (_p1))
9528 : : {
9529 : 3 : case VEC_COND_EXPR:
9530 : 3 : {
9531 : 3 : tree _q30 = TREE_OPERAND (_p1, 0);
9532 : 3 : tree _q31 = TREE_OPERAND (_p1, 1);
9533 : 3 : tree _q32 = TREE_OPERAND (_p1, 2);
9534 : 3 : {
9535 : 3 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32 };
9536 : 3 : if (VECTOR_TYPE_P (type)
9537 : 3 : && (TREE_CODE_CLASS (LSHIFT_EXPR) != tcc_comparison
9538 : : || types_match (type, TREE_TYPE (captures[3]))
9539 : : || expand_vec_cond_expr_p (type, TREE_TYPE (captures[2]))
9540 : : || (optimize_vectors_before_lowering_p ()
9541 : : && !expand_vec_cond_expr_p (TREE_TYPE (captures[3]), TREE_TYPE (captures[2]))))
9542 : : )
9543 : : {
9544 : 3 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1672;
9545 : 3 : {
9546 : 3 : if (! tree_invariant_p (captures[0])) goto next_after_fail1672;
9547 : 1 : tree res_op0;
9548 : 1 : res_op0 = captures[2];
9549 : 1 : tree res_op1;
9550 : 1 : {
9551 : 1 : tree _o1[2], _r1;
9552 : 1 : _o1[0] = unshare_expr (captures[0]);
9553 : 1 : _o1[1] = captures[3];
9554 : 1 : _r1 = fold_build2_loc (loc, LSHIFT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
9555 : 1 : if (EXPR_P (_r1))
9556 : 0 : goto next_after_fail1672;
9557 : 1 : res_op1 = _r1;
9558 : : }
9559 : 1 : tree res_op2;
9560 : 1 : {
9561 : 1 : tree _o1[2], _r1;
9562 : 1 : _o1[0] = captures[0];
9563 : 1 : _o1[1] = captures[4];
9564 : 1 : _r1 = fold_build2_loc (loc, LSHIFT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
9565 : 1 : if (EXPR_P (_r1))
9566 : 0 : goto next_after_fail1672;
9567 : 1 : res_op2 = _r1;
9568 : : }
9569 : 1 : tree _r;
9570 : 1 : _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
9571 : 1 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 891, __FILE__, __LINE__, true);
9572 : 1 : return _r;
9573 : : }
9574 : 2 : next_after_fail1672:;
9575 : : }
9576 : : }
9577 : 2 : break;
9578 : : }
9579 : 1158175 : default:;
9580 : : }
9581 : 1158175 : switch (TREE_CODE (_p0))
9582 : : {
9583 : 0 : case VEC_PERM_EXPR:
9584 : 0 : {
9585 : 0 : tree _q20 = TREE_OPERAND (_p0, 0);
9586 : 0 : tree _q21 = TREE_OPERAND (_p0, 1);
9587 : 0 : tree _q22 = TREE_OPERAND (_p0, 2);
9588 : 0 : if ((_q21 == _q20 && ! TREE_SIDE_EFFECTS (_q21)) || (operand_equal_p (_q21, _q20, 0) && types_match (_q21, _q20)))
9589 : : {
9590 : 0 : switch (TREE_CODE (_p1))
9591 : : {
9592 : 0 : case VEC_PERM_EXPR:
9593 : 0 : {
9594 : 0 : tree _q60 = TREE_OPERAND (_p1, 0);
9595 : 0 : tree _q61 = TREE_OPERAND (_p1, 1);
9596 : 0 : tree _q62 = TREE_OPERAND (_p1, 2);
9597 : 0 : if ((_q61 == _q60 && ! TREE_SIDE_EFFECTS (_q61)) || (operand_equal_p (_q61, _q60, 0) && types_match (_q61, _q60)))
9598 : : {
9599 : 0 : if ((_q62 == _q22 && ! TREE_SIDE_EFFECTS (_q62)) || (operand_equal_p (_q62, _q22, 0) && types_match (_q62, _q22)))
9600 : : {
9601 : 0 : {
9602 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _q20, _q22, _q60 };
9603 : 0 : if (VECTOR_INTEGER_TYPE_P (type)
9604 : : )
9605 : : {
9606 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1673;
9607 : 0 : {
9608 : 0 : tree res_op0;
9609 : 0 : {
9610 : 0 : tree _o1[2], _r1;
9611 : 0 : _o1[0] = captures[0];
9612 : 0 : _o1[1] = captures[2];
9613 : 0 : _r1 = fold_build2_loc (loc, LSHIFT_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
9614 : 0 : captures[3] = _r1;
9615 : : }
9616 : 0 : res_op0 = unshare_expr (captures[3]);
9617 : 0 : tree res_op1;
9618 : 0 : res_op1 = captures[3];
9619 : 0 : tree res_op2;
9620 : 0 : res_op2 = captures[1];
9621 : 0 : tree _r;
9622 : 0 : _r = fold_build3_loc (loc, VEC_PERM_EXPR, type, res_op0, res_op1, res_op2);
9623 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 892, __FILE__, __LINE__, true);
9624 : 0 : return _r;
9625 : : }
9626 : 0 : next_after_fail1673:;
9627 : : }
9628 : : }
9629 : : }
9630 : : }
9631 : : break;
9632 : : }
9633 : : default:;
9634 : : }
9635 : : }
9636 : : break;
9637 : : }
9638 : : default:;
9639 : : }
9640 : : return NULL_TREE;
9641 : : }
9642 : :
9643 : : tree
9644 : 66032 : generic_simplify_MIN_EXPR (location_t ARG_UNUSED (loc), enum tree_code ARG_UNUSED (code), const tree ARG_UNUSED (type), tree _p0, tree _p1)
9645 : : {
9646 : 66032 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
9647 : 66032 : if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
9648 : : {
9649 : 0 : {
9650 : 0 : tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
9651 : 0 : tree res = generic_simplify_496 (loc, type, _p0, _p1, captures, MIN_EXPR);
9652 : 0 : if (res) return res;
9653 : : }
9654 : : }
9655 : 66032 : switch (TREE_CODE (_p0))
9656 : : {
9657 : 4 : case MIN_EXPR:
9658 : 4 : {
9659 : 4 : tree _q20 = TREE_OPERAND (_p0, 0);
9660 : 4 : tree _q21 = TREE_OPERAND (_p0, 1);
9661 : 4 : if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
9662 : : {
9663 : 0 : {
9664 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q21 };
9665 : 0 : tree res = generic_simplify_497 (loc, type, _p0, _p1, captures, MIN_EXPR);
9666 : 0 : if (res) return res;
9667 : : }
9668 : : }
9669 : 4 : if ((_p1 == _q21 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q21, 0) && types_match (_p1, _q21)))
9670 : : {
9671 : 0 : {
9672 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q21, _q20 };
9673 : 0 : tree res = generic_simplify_497 (loc, type, _p0, _p1, captures, MIN_EXPR);
9674 : 0 : if (res) return res;
9675 : : }
9676 : : }
9677 : : break;
9678 : : }
9679 : 66032 : default:;
9680 : : }
9681 : 66032 : switch (TREE_CODE (_p1))
9682 : : {
9683 : 0 : case MIN_EXPR:
9684 : 0 : {
9685 : 0 : tree _q30 = TREE_OPERAND (_p1, 0);
9686 : 0 : tree _q31 = TREE_OPERAND (_p1, 1);
9687 : 0 : if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
9688 : : {
9689 : 0 : {
9690 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _p1, _p0, _q31 };
9691 : 0 : tree res = generic_simplify_498 (loc, type, _p0, _p1, captures, MIN_EXPR);
9692 : 0 : if (res) return res;
9693 : : }
9694 : : }
9695 : 0 : if ((_q31 == _p0 && ! TREE_SIDE_EFFECTS (_q31)) || (operand_equal_p (_q31, _p0, 0) && types_match (_q31, _p0)))
9696 : : {
9697 : 0 : {
9698 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _p1, _p0, _q30 };
9699 : 0 : tree res = generic_simplify_498 (loc, type, _p0, _p1, captures, MIN_EXPR);
9700 : 0 : if (res) return res;
9701 : : }
9702 : : }
9703 : : break;
9704 : : }
9705 : 66032 : default:;
9706 : : }
9707 : 66032 : switch (TREE_CODE (_p0))
9708 : : {
9709 : 4 : case MAX_EXPR:
9710 : 4 : {
9711 : 4 : tree _q20 = TREE_OPERAND (_p0, 0);
9712 : 4 : tree _q21 = TREE_OPERAND (_p0, 1);
9713 : 4 : if ((_p1 == _q21 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q21, 0) && types_match (_p1, _q21)))
9714 : : {
9715 : 3 : {
9716 : 3 : tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
9717 : 3 : tree res = generic_simplify_499 (loc, type, _p0, _p1, captures);
9718 : 3 : if (res) return res;
9719 : : }
9720 : : }
9721 : 1 : if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
9722 : : {
9723 : 1 : {
9724 : 1 : tree captures[2] ATTRIBUTE_UNUSED = { _q21, _q20 };
9725 : 1 : tree res = generic_simplify_499 (loc, type, _p0, _p1, captures);
9726 : 1 : if (res) return res;
9727 : : }
9728 : : }
9729 : : break;
9730 : : }
9731 : 66028 : default:;
9732 : : }
9733 : 66028 : switch (TREE_CODE (_p1))
9734 : : {
9735 : 0 : case MAX_EXPR:
9736 : 0 : {
9737 : 0 : tree _q30 = TREE_OPERAND (_p1, 0);
9738 : 0 : tree _q31 = TREE_OPERAND (_p1, 1);
9739 : 0 : if ((_q31 == _p0 && ! TREE_SIDE_EFFECTS (_q31)) || (operand_equal_p (_q31, _p0, 0) && types_match (_q31, _p0)))
9740 : : {
9741 : 0 : {
9742 : 0 : tree captures[2] ATTRIBUTE_UNUSED = { _q30, _p0 };
9743 : 0 : tree res = generic_simplify_499 (loc, type, _p0, _p1, captures);
9744 : 0 : if (res) return res;
9745 : : }
9746 : : }
9747 : 0 : if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
9748 : : {
9749 : 0 : {
9750 : 0 : tree captures[2] ATTRIBUTE_UNUSED = { _q31, _p0 };
9751 : 0 : tree res = generic_simplify_499 (loc, type, _p0, _p1, captures);
9752 : 0 : if (res) return res;
9753 : : }
9754 : : }
9755 : : break;
9756 : : }
9757 : 0 : case NEGATE_EXPR:
9758 : 0 : {
9759 : 0 : tree _q30 = TREE_OPERAND (_p1, 0);
9760 : 0 : if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
9761 : : {
9762 : 0 : {
9763 : 0 : tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
9764 : 0 : tree res = generic_simplify_500 (loc, type, _p0, _p1, captures);
9765 : 0 : if (res) return res;
9766 : : }
9767 : : }
9768 : : break;
9769 : : }
9770 : 66028 : default:;
9771 : : }
9772 : 66028 : switch (TREE_CODE (_p0))
9773 : : {
9774 : 2 : case NEGATE_EXPR:
9775 : 2 : {
9776 : 2 : tree _q20 = TREE_OPERAND (_p0, 0);
9777 : 2 : if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
9778 : : {
9779 : 2 : {
9780 : 2 : tree captures[1] ATTRIBUTE_UNUSED = { _q20 };
9781 : 2 : tree res = generic_simplify_500 (loc, type, _p0, _p1, captures);
9782 : 2 : if (res) return res;
9783 : : }
9784 : : }
9785 : : break;
9786 : : }
9787 : 66026 : default:;
9788 : : }
9789 : 66026 : {
9790 : 66026 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
9791 : 66026 : if (INTEGRAL_TYPE_P (type)
9792 : 64224 : && TYPE_MIN_VALUE (type)
9793 : 130250 : && operand_equal_p (captures[1], TYPE_MIN_VALUE (type), OEP_ONLY_CONST)
9794 : : )
9795 : : {
9796 : 540 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1702;
9797 : 540 : {
9798 : 540 : tree _r;
9799 : 540 : _r = captures[1];
9800 : 540 : if (TREE_SIDE_EFFECTS (captures[0]))
9801 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[0]), _r);
9802 : 540 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1013, __FILE__, __LINE__, true);
9803 : 540 : return _r;
9804 : : }
9805 : 0 : next_after_fail1702:;
9806 : : }
9807 : : else
9808 : : {
9809 : 65486 : if (INTEGRAL_TYPE_P (type)
9810 : 63684 : && TYPE_MAX_VALUE (type)
9811 : 129170 : && operand_equal_p (captures[1], TYPE_MAX_VALUE (type), OEP_ONLY_CONST)
9812 : : )
9813 : : {
9814 : 1 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1703;
9815 : 1 : {
9816 : 1 : tree _r;
9817 : 1 : _r = captures[0];
9818 : 1 : if (TREE_SIDE_EFFECTS (captures[1]))
9819 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[1]), _r);
9820 : 1 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1014, __FILE__, __LINE__, true);
9821 : 1 : return _r;
9822 : : }
9823 : 0 : next_after_fail1703:;
9824 : : }
9825 : : }
9826 : : }
9827 : 65485 : switch (TREE_CODE (_p1))
9828 : : {
9829 : 19 : case PLUS_EXPR:
9830 : 19 : {
9831 : 19 : tree _q30 = TREE_OPERAND (_p1, 0);
9832 : 19 : tree _q31 = TREE_OPERAND (_p1, 1);
9833 : 19 : if ((_q30 == _p0 && ! TREE_SIDE_EFFECTS (_q30)) || (operand_equal_p (_q30, _p0, 0) && types_match (_q30, _p0)))
9834 : : {
9835 : 0 : switch (TREE_CODE (_q31))
9836 : : {
9837 : 0 : case INTEGER_CST:
9838 : 0 : {
9839 : 0 : {
9840 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _p0, _p1, _q31 };
9841 : 0 : if (TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[0]))
9842 : : )
9843 : : {
9844 : 0 : if (tree_int_cst_sgn (captures[2]) > 0
9845 : : )
9846 : : {
9847 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1704;
9848 : 0 : {
9849 : 0 : tree _r;
9850 : 0 : _r = captures[0];
9851 : 0 : if (TREE_SIDE_EFFECTS (captures[2]))
9852 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
9853 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1015, __FILE__, __LINE__, true);
9854 : 0 : return _r;
9855 : : }
9856 : 0 : next_after_fail1704:;
9857 : : }
9858 : : else
9859 : : {
9860 : 0 : if (TREE_SIDE_EFFECTS (_p1)) goto next_after_fail1705;
9861 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1705;
9862 : 0 : {
9863 : 0 : tree _r;
9864 : 0 : _r = captures[1];
9865 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1016, __FILE__, __LINE__, true);
9866 : 0 : return _r;
9867 : : }
9868 : 0 : next_after_fail1705:;
9869 : : }
9870 : : }
9871 : : }
9872 : 0 : break;
9873 : : }
9874 : : default:;
9875 : : }
9876 : : }
9877 : : break;
9878 : : }
9879 : 65485 : default:;
9880 : : }
9881 : 65485 : switch (TREE_CODE (_p0))
9882 : : {
9883 : 5549 : case PLUS_EXPR:
9884 : 5549 : {
9885 : 5549 : tree _q20 = TREE_OPERAND (_p0, 0);
9886 : 5549 : tree _q21 = TREE_OPERAND (_p0, 1);
9887 : 5549 : switch (TREE_CODE (_q21))
9888 : : {
9889 : 5420 : case INTEGER_CST:
9890 : 5420 : {
9891 : 5420 : if ((_p1 == _q20 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _q20, 0) && types_match (_p1, _q20)))
9892 : : {
9893 : 0 : {
9894 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _q20, _p0, _q21 };
9895 : 0 : if (TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[0]))
9896 : : )
9897 : : {
9898 : 0 : if (tree_int_cst_sgn (captures[2]) > 0
9899 : : )
9900 : : {
9901 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1706;
9902 : 0 : {
9903 : 0 : tree _r;
9904 : 0 : _r = captures[0];
9905 : 0 : if (TREE_SIDE_EFFECTS (captures[2]))
9906 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[2]), _r);
9907 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1015, __FILE__, __LINE__, true);
9908 : 0 : return _r;
9909 : : }
9910 : 0 : next_after_fail1706:;
9911 : : }
9912 : : else
9913 : : {
9914 : 0 : if (TREE_SIDE_EFFECTS (_p0)) goto next_after_fail1707;
9915 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1707;
9916 : 0 : {
9917 : 0 : tree _r;
9918 : 0 : _r = captures[1];
9919 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1016, __FILE__, __LINE__, true);
9920 : 0 : return _r;
9921 : : }
9922 : 0 : next_after_fail1707:;
9923 : : }
9924 : : }
9925 : : }
9926 : : }
9927 : : break;
9928 : : }
9929 : : default:;
9930 : : }
9931 : : break;
9932 : : }
9933 : 4 : case MIN_EXPR:
9934 : 4 : {
9935 : 4 : tree _q20 = TREE_OPERAND (_p0, 0);
9936 : 4 : tree _q21 = TREE_OPERAND (_p0, 1);
9937 : 4 : switch (TREE_CODE (_p1))
9938 : : {
9939 : 0 : case MAX_EXPR:
9940 : 0 : {
9941 : 0 : tree _q50 = TREE_OPERAND (_p1, 0);
9942 : 0 : tree _q51 = TREE_OPERAND (_p1, 1);
9943 : 0 : if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
9944 : : {
9945 : 0 : if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
9946 : : {
9947 : 0 : {
9948 : 0 : tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
9949 : 0 : if (!HONOR_NANS (captures[0])
9950 : : )
9951 : : {
9952 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1708;
9953 : 0 : {
9954 : 0 : tree res_op0;
9955 : 0 : res_op0 = captures[0];
9956 : 0 : tree res_op1;
9957 : 0 : res_op1 = captures[1];
9958 : 0 : tree _r;
9959 : 0 : _r = fold_build2_loc (loc, MIN_EXPR, type, res_op0, res_op1);
9960 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 885, __FILE__, __LINE__, true);
9961 : 0 : return _r;
9962 : : }
9963 : 0 : next_after_fail1708:;
9964 : : }
9965 : : }
9966 : : }
9967 : : }
9968 : 0 : if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
9969 : : {
9970 : 0 : if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
9971 : : {
9972 : 0 : {
9973 : 0 : tree captures[2] ATTRIBUTE_UNUSED = { _q21, _q20 };
9974 : 0 : if (!HONOR_NANS (captures[0])
9975 : : )
9976 : : {
9977 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1709;
9978 : 0 : {
9979 : 0 : tree res_op0;
9980 : 0 : res_op0 = captures[0];
9981 : 0 : tree res_op1;
9982 : 0 : res_op1 = captures[1];
9983 : 0 : tree _r;
9984 : 0 : _r = fold_build2_loc (loc, MIN_EXPR, type, res_op0, res_op1);
9985 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 885, __FILE__, __LINE__, true);
9986 : 0 : return _r;
9987 : : }
9988 : 0 : next_after_fail1709:;
9989 : : }
9990 : : }
9991 : : }
9992 : : }
9993 : : break;
9994 : : }
9995 : : default:;
9996 : : }
9997 : : break;
9998 : : }
9999 : 0 : case MAX_EXPR:
10000 : 0 : {
10001 : 0 : tree _q20 = TREE_OPERAND (_p0, 0);
10002 : 0 : tree _q21 = TREE_OPERAND (_p0, 1);
10003 : 0 : switch (TREE_CODE (_p1))
10004 : : {
10005 : 0 : case MIN_EXPR:
10006 : 0 : {
10007 : 0 : tree _q50 = TREE_OPERAND (_p1, 0);
10008 : 0 : tree _q51 = TREE_OPERAND (_p1, 1);
10009 : 0 : if ((_q50 == _q20 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q20, 0) && types_match (_q50, _q20)))
10010 : : {
10011 : 0 : if ((_q51 == _q21 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q21, 0) && types_match (_q51, _q21)))
10012 : : {
10013 : 0 : {
10014 : 0 : tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
10015 : 0 : if (!HONOR_NANS (captures[0])
10016 : : )
10017 : : {
10018 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1710;
10019 : 0 : {
10020 : 0 : tree res_op0;
10021 : 0 : res_op0 = captures[0];
10022 : 0 : tree res_op1;
10023 : 0 : res_op1 = captures[1];
10024 : 0 : tree _r;
10025 : 0 : _r = fold_build2_loc (loc, MIN_EXPR, type, res_op0, res_op1);
10026 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 885, __FILE__, __LINE__, true);
10027 : 0 : return _r;
10028 : : }
10029 : 0 : next_after_fail1710:;
10030 : : }
10031 : : }
10032 : : }
10033 : : }
10034 : 0 : if ((_q50 == _q21 && ! TREE_SIDE_EFFECTS (_q50)) || (operand_equal_p (_q50, _q21, 0) && types_match (_q50, _q21)))
10035 : : {
10036 : 0 : if ((_q51 == _q20 && ! TREE_SIDE_EFFECTS (_q51)) || (operand_equal_p (_q51, _q20, 0) && types_match (_q51, _q20)))
10037 : : {
10038 : 0 : {
10039 : 0 : tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q21 };
10040 : 0 : if (!HONOR_NANS (captures[0])
10041 : : )
10042 : : {
10043 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1711;
10044 : 0 : {
10045 : 0 : tree res_op0;
10046 : 0 : res_op0 = captures[0];
10047 : 0 : tree res_op1;
10048 : 0 : res_op1 = captures[1];
10049 : 0 : tree _r;
10050 : 0 : _r = fold_build2_loc (loc, MIN_EXPR, type, res_op0, res_op1);
10051 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 885, __FILE__, __LINE__, true);
10052 : 0 : return _r;
10053 : : }
10054 : 0 : next_after_fail1711:;
10055 : : }
10056 : : }
10057 : : }
10058 : : }
10059 : : break;
10060 : : }
10061 : : default:;
10062 : : }
10063 : : break;
10064 : : }
10065 : 463 : CASE_CONVERT:
10066 : 463 : {
10067 : 463 : tree _q20 = TREE_OPERAND (_p0, 0);
10068 : 463 : switch (TREE_CODE (_q20))
10069 : : {
10070 : 3 : case ADDR_EXPR:
10071 : 3 : {
10072 : 3 : switch (TREE_CODE (_p1))
10073 : : {
10074 : 2 : CASE_CONVERT:
10075 : 2 : {
10076 : 2 : tree _q40 = TREE_OPERAND (_p1, 0);
10077 : 2 : switch (TREE_CODE (_q40))
10078 : : {
10079 : 2 : case ADDR_EXPR:
10080 : 2 : {
10081 : 2 : {
10082 : 2 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
10083 : 2 : tree res = generic_simplify_501 (loc, type, _p0, _p1, captures, MIN_EXPR, LT_EXPR);
10084 : 2 : if (res) return res;
10085 : : }
10086 : 2 : break;
10087 : : }
10088 : : default:;
10089 : : }
10090 : : break;
10091 : : }
10092 : 0 : case ADDR_EXPR:
10093 : 0 : {
10094 : 0 : {
10095 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _p1 };
10096 : 0 : tree res = generic_simplify_502 (loc, type, _p0, _p1, captures, MIN_EXPR, LT_EXPR);
10097 : 0 : if (res) return res;
10098 : : }
10099 : 0 : break;
10100 : : }
10101 : : default:;
10102 : : }
10103 : : break;
10104 : : }
10105 : : default:;
10106 : : }
10107 : : break;
10108 : : }
10109 : 18 : case ADDR_EXPR:
10110 : 18 : {
10111 : 18 : switch (TREE_CODE (_p1))
10112 : : {
10113 : 0 : CASE_CONVERT:
10114 : 0 : {
10115 : 0 : tree _q30 = TREE_OPERAND (_p1, 0);
10116 : 0 : switch (TREE_CODE (_q30))
10117 : : {
10118 : 0 : case ADDR_EXPR:
10119 : 0 : {
10120 : 0 : {
10121 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p0, _p1, _q30 };
10122 : 0 : tree res = generic_simplify_503 (loc, type, _p0, _p1, captures, MIN_EXPR, LT_EXPR);
10123 : 0 : if (res) return res;
10124 : : }
10125 : 0 : break;
10126 : : }
10127 : : default:;
10128 : : }
10129 : : break;
10130 : : }
10131 : 10 : case ADDR_EXPR:
10132 : 10 : {
10133 : 10 : {
10134 : 10 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _p0, _p1, _p1 };
10135 : 10 : tree res = generic_simplify_504 (loc, type, _p0, _p1, captures, MIN_EXPR, LT_EXPR);
10136 : 10 : if (res) return res;
10137 : : }
10138 : 10 : break;
10139 : : }
10140 : : default:;
10141 : : }
10142 : : break;
10143 : : }
10144 : 0 : case NEGATE_EXPR:
10145 : 0 : {
10146 : 0 : tree _q20 = TREE_OPERAND (_p0, 0);
10147 : 0 : switch (TREE_CODE (_p1))
10148 : : {
10149 : 0 : case NEGATE_EXPR:
10150 : 0 : {
10151 : 0 : tree _q40 = TREE_OPERAND (_p1, 0);
10152 : 0 : {
10153 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
10154 : 0 : if (FLOAT_TYPE_P (TREE_TYPE (captures[1]))
10155 : 0 : || (ANY_INTEGRAL_TYPE_P (TREE_TYPE (captures[1]))
10156 : 0 : && TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (captures[1])))
10157 : : )
10158 : : {
10159 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1712;
10160 : 0 : {
10161 : 0 : tree res_op0;
10162 : 0 : {
10163 : 0 : tree _o1[2], _r1;
10164 : 0 : _o1[0] = captures[1];
10165 : 0 : _o1[1] = captures[3];
10166 : 0 : _r1 = fold_build2_loc (loc, MAX_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
10167 : 0 : res_op0 = _r1;
10168 : : }
10169 : 0 : tree _r;
10170 : 0 : _r = fold_build1_loc (loc, NEGATE_EXPR, type, res_op0);
10171 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1017, __FILE__, __LINE__, true);
10172 : 0 : return _r;
10173 : : }
10174 : 0 : next_after_fail1712:;
10175 : : }
10176 : : }
10177 : 0 : break;
10178 : : }
10179 : : default:;
10180 : : }
10181 : : break;
10182 : : }
10183 : 0 : case BIT_NOT_EXPR:
10184 : 0 : {
10185 : 0 : tree _q20 = TREE_OPERAND (_p0, 0);
10186 : 0 : switch (TREE_CODE (_p1))
10187 : : {
10188 : 0 : case BIT_NOT_EXPR:
10189 : 0 : {
10190 : 0 : tree _q40 = TREE_OPERAND (_p1, 0);
10191 : 0 : {
10192 : 0 : tree captures[4] ATTRIBUTE_UNUSED = { _p0, _q20, _p1, _q40 };
10193 : 0 : tree res = generic_simplify_505 (loc, type, _p0, _p1, captures, MIN_EXPR, MAX_EXPR);
10194 : 0 : if (res) return res;
10195 : : }
10196 : 0 : break;
10197 : : }
10198 : : default:;
10199 : : }
10200 : : break;
10201 : : }
10202 : 0 : case VEC_COND_EXPR:
10203 : 0 : {
10204 : 0 : tree _q20 = TREE_OPERAND (_p0, 0);
10205 : 0 : tree _q21 = TREE_OPERAND (_p0, 1);
10206 : 0 : tree _q22 = TREE_OPERAND (_p0, 2);
10207 : 0 : switch (TREE_CODE (_p1))
10208 : : {
10209 : 0 : case VEC_COND_EXPR:
10210 : 0 : {
10211 : 0 : tree _q60 = TREE_OPERAND (_p1, 0);
10212 : 0 : tree _q61 = TREE_OPERAND (_p1, 1);
10213 : 0 : tree _q62 = TREE_OPERAND (_p1, 2);
10214 : 0 : if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
10215 : : {
10216 : 0 : {
10217 : 0 : tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1, _q61, _q62 };
10218 : 0 : if (VECTOR_TYPE_P (type)
10219 : 0 : && (TREE_CODE_CLASS (MIN_EXPR) != tcc_comparison
10220 : : || types_match (type, TREE_TYPE (captures[2]))
10221 : : || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
10222 : : || (optimize_vectors_before_lowering_p ()
10223 : : && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
10224 : : )
10225 : : {
10226 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1713;
10227 : 0 : {
10228 : 0 : tree res_op0;
10229 : 0 : res_op0 = captures[1];
10230 : 0 : tree res_op1;
10231 : 0 : {
10232 : 0 : tree _o1[2], _r1;
10233 : 0 : _o1[0] = captures[2];
10234 : 0 : _o1[1] = captures[5];
10235 : 0 : _r1 = fold_build2_loc (loc, MIN_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
10236 : 0 : if (EXPR_P (_r1))
10237 : 0 : goto next_after_fail1713;
10238 : 0 : res_op1 = _r1;
10239 : : }
10240 : 0 : tree res_op2;
10241 : 0 : {
10242 : 0 : tree _o1[2], _r1;
10243 : 0 : _o1[0] = captures[3];
10244 : 0 : _o1[1] = captures[6];
10245 : 0 : _r1 = fold_build2_loc (loc, MIN_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
10246 : 0 : if (EXPR_P (_r1))
10247 : 0 : goto next_after_fail1713;
10248 : 0 : res_op2 = _r1;
10249 : : }
10250 : 0 : tree _r;
10251 : 0 : _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
10252 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 889, __FILE__, __LINE__, true);
10253 : 0 : return _r;
10254 : : }
10255 : 0 : next_after_fail1713:;
10256 : : }
10257 : : }
10258 : : }
10259 : : break;
10260 : : }
10261 : 0 : default:;
10262 : : }
10263 : 0 : {
10264 : 0 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1 };
10265 : 0 : if (VECTOR_TYPE_P (type)
10266 : 0 : && (TREE_CODE_CLASS (MIN_EXPR) != tcc_comparison
10267 : : || types_match (type, TREE_TYPE (captures[2]))
10268 : : || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
10269 : : || (optimize_vectors_before_lowering_p ()
10270 : : && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
10271 : : )
10272 : : {
10273 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1714;
10274 : 0 : {
10275 : 0 : if (! tree_invariant_p (captures[4])) goto next_after_fail1714;
10276 : 0 : tree res_op0;
10277 : 0 : res_op0 = captures[1];
10278 : 0 : tree res_op1;
10279 : 0 : {
10280 : 0 : tree _o1[2], _r1;
10281 : 0 : _o1[0] = captures[2];
10282 : 0 : _o1[1] = unshare_expr (captures[4]);
10283 : 0 : _r1 = fold_build2_loc (loc, MIN_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
10284 : 0 : if (EXPR_P (_r1))
10285 : 0 : goto next_after_fail1714;
10286 : 0 : res_op1 = _r1;
10287 : : }
10288 : 0 : tree res_op2;
10289 : 0 : {
10290 : 0 : tree _o1[2], _r1;
10291 : 0 : _o1[0] = captures[3];
10292 : 0 : _o1[1] = captures[4];
10293 : 0 : _r1 = fold_build2_loc (loc, MIN_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
10294 : 0 : if (EXPR_P (_r1))
10295 : 0 : goto next_after_fail1714;
10296 : 0 : res_op2 = _r1;
10297 : : }
10298 : 0 : tree _r;
10299 : 0 : _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
10300 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 890, __FILE__, __LINE__, true);
10301 : 0 : return _r;
10302 : : }
10303 : 0 : next_after_fail1714:;
10304 : : }
10305 : : }
10306 : 0 : break;
10307 : : }
10308 : 65485 : default:;
10309 : : }
10310 : 65485 : switch (TREE_CODE (_p1))
10311 : : {
10312 : 0 : case VEC_COND_EXPR:
10313 : 0 : {
10314 : 0 : tree _q30 = TREE_OPERAND (_p1, 0);
10315 : 0 : tree _q31 = TREE_OPERAND (_p1, 1);
10316 : 0 : tree _q32 = TREE_OPERAND (_p1, 2);
10317 : 0 : {
10318 : 0 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32 };
10319 : 0 : if (VECTOR_TYPE_P (type)
10320 : 0 : && (TREE_CODE_CLASS (MIN_EXPR) != tcc_comparison
10321 : : || types_match (type, TREE_TYPE (captures[3]))
10322 : : || expand_vec_cond_expr_p (type, TREE_TYPE (captures[2]))
10323 : : || (optimize_vectors_before_lowering_p ()
10324 : : && !expand_vec_cond_expr_p (TREE_TYPE (captures[3]), TREE_TYPE (captures[2]))))
10325 : : )
10326 : : {
10327 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1715;
10328 : 0 : {
10329 : 0 : if (! tree_invariant_p (captures[0])) goto next_after_fail1715;
10330 : 0 : tree res_op0;
10331 : 0 : res_op0 = captures[2];
10332 : 0 : tree res_op1;
10333 : 0 : {
10334 : 0 : tree _o1[2], _r1;
10335 : 0 : _o1[0] = unshare_expr (captures[0]);
10336 : 0 : _o1[1] = captures[3];
10337 : 0 : _r1 = fold_build2_loc (loc, MIN_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
10338 : 0 : if (EXPR_P (_r1))
10339 : 0 : goto next_after_fail1715;
10340 : 0 : res_op1 = _r1;
10341 : : }
10342 : 0 : tree res_op2;
10343 : 0 : {
10344 : 0 : tree _o1[2], _r1;
10345 : 0 : _o1[0] = captures[0];
10346 : 0 : _o1[1] = captures[4];
10347 : 0 : _r1 = fold_build2_loc (loc, MIN_EXPR, TREE_TYPE (_o1[0]), _o1[0], _o1[1]);
10348 : 0 : if (EXPR_P (_r1))
10349 : 0 : goto next_after_fail1715;
10350 : 0 : res_op2 = _r1;
10351 : : }
10352 : 0 : tree _r;
10353 : 0 : _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
10354 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 891, __FILE__, __LINE__, true);
10355 : 0 : return _r;
10356 : : }
10357 : 0 : next_after_fail1715:;
10358 : : }
10359 : : }
10360 : 0 : break;
10361 : : }
10362 : 65485 : default:;
10363 : : }
10364 : 65485 : if (tree_zero_one_valued_p (_p0))
10365 : : {
10366 : 10 : if (tree_zero_one_valued_p (_p1))
10367 : : {
10368 : 2 : {
10369 : 2 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
10370 : 2 : tree res = generic_simplify_506 (loc, type, _p0, _p1, captures, MIN_EXPR, BIT_AND_EXPR);
10371 : 2 : if (res) return res;
10372 : : }
10373 : : }
10374 : : }
10375 : : return NULL_TREE;
10376 : : }
10377 : :
10378 : : tree
10379 : 778956 : generic_simplify_UNLT_EXPR (location_t ARG_UNUSED (loc), enum tree_code ARG_UNUSED (code), const tree ARG_UNUSED (type), tree _p0, tree _p1)
10380 : : {
10381 : 778956 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
10382 : 778956 : switch (TREE_CODE (_p0))
10383 : : {
10384 : 0 : case VEC_COND_EXPR:
10385 : 0 : {
10386 : 0 : tree _q20 = TREE_OPERAND (_p0, 0);
10387 : 0 : tree _q21 = TREE_OPERAND (_p0, 1);
10388 : 0 : tree _q22 = TREE_OPERAND (_p0, 2);
10389 : 0 : switch (TREE_CODE (_p1))
10390 : : {
10391 : 0 : case VEC_COND_EXPR:
10392 : 0 : {
10393 : 0 : tree _q60 = TREE_OPERAND (_p1, 0);
10394 : 0 : tree _q61 = TREE_OPERAND (_p1, 1);
10395 : 0 : tree _q62 = TREE_OPERAND (_p1, 2);
10396 : 0 : if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
10397 : : {
10398 : 0 : {
10399 : 0 : tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1, _q61, _q62 };
10400 : 0 : if (VECTOR_TYPE_P (type)
10401 : 0 : && (TREE_CODE_CLASS (UNLT_EXPR) != tcc_comparison
10402 : 0 : || types_match (type, TREE_TYPE (captures[2]))
10403 : 0 : || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
10404 : : || (optimize_vectors_before_lowering_p ()
10405 : 0 : && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
10406 : : )
10407 : : {
10408 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1742;
10409 : 0 : {
10410 : 0 : tree res_op0;
10411 : 0 : res_op0 = captures[1];
10412 : 0 : tree res_op1;
10413 : 0 : {
10414 : 0 : tree _o1[2], _r1;
10415 : 0 : _o1[0] = captures[2];
10416 : 0 : _o1[1] = captures[5];
10417 : 0 : _r1 = fold_build2_loc (loc, UNLT_EXPR, type, _o1[0], _o1[1]);
10418 : 0 : if (EXPR_P (_r1))
10419 : 0 : goto next_after_fail1742;
10420 : 0 : res_op1 = _r1;
10421 : : }
10422 : 0 : tree res_op2;
10423 : 0 : {
10424 : 0 : tree _o1[2], _r1;
10425 : 0 : _o1[0] = captures[3];
10426 : 0 : _o1[1] = captures[6];
10427 : 0 : _r1 = fold_build2_loc (loc, UNLT_EXPR, type, _o1[0], _o1[1]);
10428 : 0 : if (EXPR_P (_r1))
10429 : 0 : goto next_after_fail1742;
10430 : 0 : res_op2 = _r1;
10431 : : }
10432 : 0 : tree _r;
10433 : 0 : _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
10434 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 889, __FILE__, __LINE__, true);
10435 : 0 : return _r;
10436 : : }
10437 : 0 : next_after_fail1742:;
10438 : : }
10439 : : }
10440 : : }
10441 : : break;
10442 : : }
10443 : 0 : default:;
10444 : : }
10445 : 0 : {
10446 : 0 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1 };
10447 : 0 : if (VECTOR_TYPE_P (type)
10448 : 0 : && (TREE_CODE_CLASS (UNLT_EXPR) != tcc_comparison
10449 : 0 : || types_match (type, TREE_TYPE (captures[2]))
10450 : 0 : || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
10451 : : || (optimize_vectors_before_lowering_p ()
10452 : 0 : && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
10453 : : )
10454 : : {
10455 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1743;
10456 : 0 : {
10457 : 0 : if (! tree_invariant_p (captures[4])) goto next_after_fail1743;
10458 : 0 : tree res_op0;
10459 : 0 : res_op0 = captures[1];
10460 : 0 : tree res_op1;
10461 : 0 : {
10462 : 0 : tree _o1[2], _r1;
10463 : 0 : _o1[0] = captures[2];
10464 : 0 : _o1[1] = unshare_expr (captures[4]);
10465 : 0 : _r1 = fold_build2_loc (loc, UNLT_EXPR, type, _o1[0], _o1[1]);
10466 : 0 : if (EXPR_P (_r1))
10467 : 0 : goto next_after_fail1743;
10468 : 0 : res_op1 = _r1;
10469 : : }
10470 : 0 : tree res_op2;
10471 : 0 : {
10472 : 0 : tree _o1[2], _r1;
10473 : 0 : _o1[0] = captures[3];
10474 : 0 : _o1[1] = captures[4];
10475 : 0 : _r1 = fold_build2_loc (loc, UNLT_EXPR, type, _o1[0], _o1[1]);
10476 : 0 : if (EXPR_P (_r1))
10477 : 0 : goto next_after_fail1743;
10478 : 0 : res_op2 = _r1;
10479 : : }
10480 : 0 : tree _r;
10481 : 0 : _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
10482 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 890, __FILE__, __LINE__, true);
10483 : 0 : return _r;
10484 : : }
10485 : 0 : next_after_fail1743:;
10486 : : }
10487 : : }
10488 : 0 : break;
10489 : : }
10490 : 778956 : default:;
10491 : : }
10492 : 778956 : switch (TREE_CODE (_p1))
10493 : : {
10494 : 0 : case VEC_COND_EXPR:
10495 : 0 : {
10496 : 0 : tree _q30 = TREE_OPERAND (_p1, 0);
10497 : 0 : tree _q31 = TREE_OPERAND (_p1, 1);
10498 : 0 : tree _q32 = TREE_OPERAND (_p1, 2);
10499 : 0 : {
10500 : 0 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32 };
10501 : 0 : if (VECTOR_TYPE_P (type)
10502 : 0 : && (TREE_CODE_CLASS (UNLT_EXPR) != tcc_comparison
10503 : 0 : || types_match (type, TREE_TYPE (captures[3]))
10504 : 0 : || expand_vec_cond_expr_p (type, TREE_TYPE (captures[2]))
10505 : : || (optimize_vectors_before_lowering_p ()
10506 : 0 : && !expand_vec_cond_expr_p (TREE_TYPE (captures[3]), TREE_TYPE (captures[2]))))
10507 : : )
10508 : : {
10509 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1744;
10510 : 0 : {
10511 : 0 : if (! tree_invariant_p (captures[0])) goto next_after_fail1744;
10512 : 0 : tree res_op0;
10513 : 0 : res_op0 = captures[2];
10514 : 0 : tree res_op1;
10515 : 0 : {
10516 : 0 : tree _o1[2], _r1;
10517 : 0 : _o1[0] = unshare_expr (captures[0]);
10518 : 0 : _o1[1] = captures[3];
10519 : 0 : _r1 = fold_build2_loc (loc, UNLT_EXPR, type, _o1[0], _o1[1]);
10520 : 0 : if (EXPR_P (_r1))
10521 : 0 : goto next_after_fail1744;
10522 : 0 : res_op1 = _r1;
10523 : : }
10524 : 0 : tree res_op2;
10525 : 0 : {
10526 : 0 : tree _o1[2], _r1;
10527 : 0 : _o1[0] = captures[0];
10528 : 0 : _o1[1] = captures[4];
10529 : 0 : _r1 = fold_build2_loc (loc, UNLT_EXPR, type, _o1[0], _o1[1]);
10530 : 0 : if (EXPR_P (_r1))
10531 : 0 : goto next_after_fail1744;
10532 : 0 : res_op2 = _r1;
10533 : : }
10534 : 0 : tree _r;
10535 : 0 : _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
10536 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 891, __FILE__, __LINE__, true);
10537 : 0 : return _r;
10538 : : }
10539 : 0 : next_after_fail1744:;
10540 : : }
10541 : : }
10542 : 0 : break;
10543 : : }
10544 : 778956 : default:;
10545 : : }
10546 : 778956 : if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
10547 : : {
10548 : 0 : {
10549 : 0 : tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
10550 : 0 : tree res = generic_simplify_536 (loc, type, _p0, _p1, captures, UNLT_EXPR);
10551 : 0 : if (res) return res;
10552 : : }
10553 : : }
10554 : 778956 : switch (TREE_CODE (_p0))
10555 : : {
10556 : 249 : case FLOAT_EXPR:
10557 : 249 : {
10558 : 249 : tree _q20 = TREE_OPERAND (_p0, 0);
10559 : 249 : switch (TREE_CODE (_p1))
10560 : : {
10561 : 0 : case FLOAT_EXPR:
10562 : 0 : {
10563 : 0 : tree _q40 = TREE_OPERAND (_p1, 0);
10564 : 0 : {
10565 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q40 };
10566 : 0 : tree res = generic_simplify_252 (loc, type, _p0, _p1, captures, UNLT_EXPR, LT_EXPR);
10567 : 0 : if (res) return res;
10568 : : }
10569 : 0 : break;
10570 : : }
10571 : : default:;
10572 : : }
10573 : : break;
10574 : : }
10575 : 0 : case NEGATE_EXPR:
10576 : 0 : {
10577 : 0 : tree _q20 = TREE_OPERAND (_p0, 0);
10578 : 0 : switch (TREE_CODE (_p1))
10579 : : {
10580 : 0 : case NEGATE_EXPR:
10581 : 0 : {
10582 : 0 : tree _q40 = TREE_OPERAND (_p1, 0);
10583 : 0 : {
10584 : 0 : tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q40 };
10585 : 0 : tree res = generic_simplify_255 (loc, type, _p0, _p1, captures, UNLT_EXPR, UNGT_EXPR);
10586 : 0 : if (res) return res;
10587 : : }
10588 : 0 : break;
10589 : : }
10590 : 0 : default:;
10591 : : }
10592 : 0 : if (CONSTANT_CLASS_P (_p1))
10593 : : {
10594 : 0 : {
10595 : 0 : tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
10596 : 0 : tree res = generic_simplify_256 (loc, type, _p0, _p1, captures, UNLT_EXPR, UNGT_EXPR);
10597 : 0 : if (res) return res;
10598 : : }
10599 : : }
10600 : : break;
10601 : : }
10602 : 778956 : default:;
10603 : : }
10604 : 778956 : switch (TREE_CODE (_p1))
10605 : : {
10606 : 390832 : case REAL_CST:
10607 : 390832 : {
10608 : 390832 : {
10609 : 390832 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
10610 : 390832 : tree res = generic_simplify_535 (loc, type, _p0, _p1, captures, UNLT_EXPR);
10611 : 390832 : if (res) return res;
10612 : : }
10613 : 390830 : break;
10614 : : }
10615 : : default:;
10616 : : }
10617 : : return NULL_TREE;
10618 : : }
10619 : :
10620 : : tree
10621 : 387895 : generic_simplify_UNEQ_EXPR (location_t ARG_UNUSED (loc), enum tree_code ARG_UNUSED (code), const tree ARG_UNUSED (type), tree _p0, tree _p1)
10622 : : {
10623 : 387895 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
10624 : 387895 : switch (TREE_CODE (_p0))
10625 : : {
10626 : 0 : case VEC_COND_EXPR:
10627 : 0 : {
10628 : 0 : tree _q20 = TREE_OPERAND (_p0, 0);
10629 : 0 : tree _q21 = TREE_OPERAND (_p0, 1);
10630 : 0 : tree _q22 = TREE_OPERAND (_p0, 2);
10631 : 0 : switch (TREE_CODE (_p1))
10632 : : {
10633 : 0 : case VEC_COND_EXPR:
10634 : 0 : {
10635 : 0 : tree _q60 = TREE_OPERAND (_p1, 0);
10636 : 0 : tree _q61 = TREE_OPERAND (_p1, 1);
10637 : 0 : tree _q62 = TREE_OPERAND (_p1, 2);
10638 : 0 : if ((_q60 == _q20 && ! TREE_SIDE_EFFECTS (_q60)) || (operand_equal_p (_q60, _q20, 0) && types_match (_q60, _q20)))
10639 : : {
10640 : 0 : {
10641 : 0 : tree captures[7] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1, _q61, _q62 };
10642 : 0 : if (VECTOR_TYPE_P (type)
10643 : 0 : && (TREE_CODE_CLASS (UNEQ_EXPR) != tcc_comparison
10644 : 0 : || types_match (type, TREE_TYPE (captures[2]))
10645 : 0 : || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
10646 : : || (optimize_vectors_before_lowering_p ()
10647 : 0 : && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
10648 : : )
10649 : : {
10650 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1754;
10651 : 0 : {
10652 : 0 : tree res_op0;
10653 : 0 : res_op0 = captures[1];
10654 : 0 : tree res_op1;
10655 : 0 : {
10656 : 0 : tree _o1[2], _r1;
10657 : 0 : _o1[0] = captures[2];
10658 : 0 : _o1[1] = captures[5];
10659 : 0 : _r1 = fold_build2_loc (loc, UNEQ_EXPR, type, _o1[0], _o1[1]);
10660 : 0 : if (EXPR_P (_r1))
10661 : 0 : goto next_after_fail1754;
10662 : 0 : res_op1 = _r1;
10663 : : }
10664 : 0 : tree res_op2;
10665 : 0 : {
10666 : 0 : tree _o1[2], _r1;
10667 : 0 : _o1[0] = captures[3];
10668 : 0 : _o1[1] = captures[6];
10669 : 0 : _r1 = fold_build2_loc (loc, UNEQ_EXPR, type, _o1[0], _o1[1]);
10670 : 0 : if (EXPR_P (_r1))
10671 : 0 : goto next_after_fail1754;
10672 : 0 : res_op2 = _r1;
10673 : : }
10674 : 0 : tree _r;
10675 : 0 : _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
10676 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 889, __FILE__, __LINE__, true);
10677 : 0 : return _r;
10678 : : }
10679 : 0 : next_after_fail1754:;
10680 : : }
10681 : : }
10682 : : }
10683 : : break;
10684 : : }
10685 : 0 : default:;
10686 : : }
10687 : 0 : {
10688 : 0 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _q20, _q21, _q22, _p1 };
10689 : 0 : if (VECTOR_TYPE_P (type)
10690 : 0 : && (TREE_CODE_CLASS (UNEQ_EXPR) != tcc_comparison
10691 : 0 : || types_match (type, TREE_TYPE (captures[2]))
10692 : 0 : || expand_vec_cond_expr_p (type, TREE_TYPE (captures[1]))
10693 : : || (optimize_vectors_before_lowering_p ()
10694 : 0 : && !expand_vec_cond_expr_p (TREE_TYPE (captures[2]), TREE_TYPE (captures[1]))))
10695 : : )
10696 : : {
10697 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1755;
10698 : 0 : {
10699 : 0 : if (! tree_invariant_p (captures[4])) goto next_after_fail1755;
10700 : 0 : tree res_op0;
10701 : 0 : res_op0 = captures[1];
10702 : 0 : tree res_op1;
10703 : 0 : {
10704 : 0 : tree _o1[2], _r1;
10705 : 0 : _o1[0] = captures[2];
10706 : 0 : _o1[1] = unshare_expr (captures[4]);
10707 : 0 : _r1 = fold_build2_loc (loc, UNEQ_EXPR, type, _o1[0], _o1[1]);
10708 : 0 : if (EXPR_P (_r1))
10709 : 0 : goto next_after_fail1755;
10710 : 0 : res_op1 = _r1;
10711 : : }
10712 : 0 : tree res_op2;
10713 : 0 : {
10714 : 0 : tree _o1[2], _r1;
10715 : 0 : _o1[0] = captures[3];
10716 : 0 : _o1[1] = captures[4];
10717 : 0 : _r1 = fold_build2_loc (loc, UNEQ_EXPR, type, _o1[0], _o1[1]);
10718 : 0 : if (EXPR_P (_r1))
10719 : 0 : goto next_after_fail1755;
10720 : 0 : res_op2 = _r1;
10721 : : }
10722 : 0 : tree _r;
10723 : 0 : _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
10724 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 890, __FILE__, __LINE__, true);
10725 : 0 : return _r;
10726 : : }
10727 : 0 : next_after_fail1755:;
10728 : : }
10729 : : }
10730 : 0 : break;
10731 : : }
10732 : 387895 : default:;
10733 : : }
10734 : 387895 : switch (TREE_CODE (_p1))
10735 : : {
10736 : 0 : case VEC_COND_EXPR:
10737 : 0 : {
10738 : 0 : tree _q30 = TREE_OPERAND (_p1, 0);
10739 : 0 : tree _q31 = TREE_OPERAND (_p1, 1);
10740 : 0 : tree _q32 = TREE_OPERAND (_p1, 2);
10741 : 0 : {
10742 : 0 : tree captures[5] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32 };
10743 : 0 : if (VECTOR_TYPE_P (type)
10744 : 0 : && (TREE_CODE_CLASS (UNEQ_EXPR) != tcc_comparison
10745 : 0 : || types_match (type, TREE_TYPE (captures[3]))
10746 : 0 : || expand_vec_cond_expr_p (type, TREE_TYPE (captures[2]))
10747 : : || (optimize_vectors_before_lowering_p ()
10748 : 0 : && !expand_vec_cond_expr_p (TREE_TYPE (captures[3]), TREE_TYPE (captures[2]))))
10749 : : )
10750 : : {
10751 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1756;
10752 : 0 : {
10753 : 0 : if (! tree_invariant_p (captures[0])) goto next_after_fail1756;
10754 : 0 : tree res_op0;
10755 : 0 : res_op0 = captures[2];
10756 : 0 : tree res_op1;
10757 : 0 : {
10758 : 0 : tree _o1[2], _r1;
10759 : 0 : _o1[0] = unshare_expr (captures[0]);
10760 : 0 : _o1[1] = captures[3];
10761 : 0 : _r1 = fold_build2_loc (loc, UNEQ_EXPR, type, _o1[0], _o1[1]);
10762 : 0 : if (EXPR_P (_r1))
10763 : 0 : goto next_after_fail1756;
10764 : 0 : res_op1 = _r1;
10765 : : }
10766 : 0 : tree res_op2;
10767 : 0 : {
10768 : 0 : tree _o1[2], _r1;
10769 : 0 : _o1[0] = captures[0];
10770 : 0 : _o1[1] = captures[4];
10771 : 0 : _r1 = fold_build2_loc (loc, UNEQ_EXPR, type, _o1[0], _o1[1]);
10772 : 0 : if (EXPR_P (_r1))
10773 : 0 : goto next_after_fail1756;
10774 : 0 : res_op2 = _r1;
10775 : : }
10776 : 0 : tree _r;
10777 : 0 : _r = fold_build3_loc (loc, VEC_COND_EXPR, type, res_op0, res_op1, res_op2);
10778 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 891, __FILE__, __LINE__, true);
10779 : 0 : return _r;
10780 : : }
10781 : 0 : next_after_fail1756:;
10782 : : }
10783 : : }
10784 : 0 : break;
10785 : : }
10786 : 387895 : default:;
10787 : : }
10788 : 387895 : if ((_p1 == _p0 && ! TREE_SIDE_EFFECTS (_p1)) || (operand_equal_p (_p1, _p0, 0) && types_match (_p1, _p0)))
10789 : : {
10790 : 0 : {
10791 : 0 : tree captures[1] ATTRIBUTE_UNUSED = { _p0 };
10792 : 0 : tree res = generic_simplify_537 (loc, type, _p0, _p1, captures, UNEQ_EXPR);
10793 : 0 : if (res) return res;
10794 : : }
10795 : : }
10796 : 387895 : switch (TREE_CODE (_p0))
10797 : : {
10798 : 0 : case FLOAT_EXPR:
10799 : 0 : {
10800 : 0 : tree _q20 = TREE_OPERAND (_p0, 0);
10801 : 0 : switch (TREE_CODE (_p1))
10802 : : {
10803 : 0 : case FLOAT_EXPR:
10804 : 0 : {
10805 : 0 : tree _q40 = TREE_OPERAND (_p1, 0);
10806 : 0 : {
10807 : 0 : tree captures[3] ATTRIBUTE_UNUSED = { _p0, _q20, _q40 };
10808 : 0 : tree res = generic_simplify_252 (loc, type, _p0, _p1, captures, UNEQ_EXPR, EQ_EXPR);
10809 : 0 : if (res) return res;
10810 : : }
10811 : 0 : break;
10812 : : }
10813 : : default:;
10814 : : }
10815 : : break;
10816 : : }
10817 : 0 : case NEGATE_EXPR:
10818 : 0 : {
10819 : 0 : tree _q20 = TREE_OPERAND (_p0, 0);
10820 : 0 : switch (TREE_CODE (_p1))
10821 : : {
10822 : 0 : case NEGATE_EXPR:
10823 : 0 : {
10824 : 0 : tree _q40 = TREE_OPERAND (_p1, 0);
10825 : 0 : {
10826 : 0 : tree captures[2] ATTRIBUTE_UNUSED = { _q20, _q40 };
10827 : 0 : tree res = generic_simplify_255 (loc, type, _p0, _p1, captures, UNEQ_EXPR, UNEQ_EXPR);
10828 : 0 : if (res) return res;
10829 : : }
10830 : 0 : break;
10831 : : }
10832 : 0 : default:;
10833 : : }
10834 : 0 : if (CONSTANT_CLASS_P (_p1))
10835 : : {
10836 : 0 : {
10837 : 0 : tree captures[2] ATTRIBUTE_UNUSED = { _q20, _p1 };
10838 : 0 : tree res = generic_simplify_256 (loc, type, _p0, _p1, captures, UNEQ_EXPR, UNEQ_EXPR);
10839 : 0 : if (res) return res;
10840 : : }
10841 : : }
10842 : : break;
10843 : : }
10844 : 387895 : default:;
10845 : : }
10846 : 387895 : switch (TREE_CODE (_p1))
10847 : : {
10848 : 148 : case REAL_CST:
10849 : 148 : {
10850 : 148 : {
10851 : 148 : tree captures[2] ATTRIBUTE_UNUSED = { _p0, _p1 };
10852 : 148 : tree res = generic_simplify_535 (loc, type, _p0, _p1, captures, UNEQ_EXPR);
10853 : 148 : if (res) return res;
10854 : : }
10855 : 146 : break;
10856 : : }
10857 : : default:;
10858 : : }
10859 : : return NULL_TREE;
10860 : : }
10861 : :
10862 : : tree
10863 : 12535 : generic_simplify_BIT_INSERT_EXPR (location_t ARG_UNUSED (loc), enum tree_code ARG_UNUSED (code), const tree ARG_UNUSED (type), tree _p0, tree _p1, tree _p2)
10864 : : {
10865 : 12535 : const bool debug_dump = dump_file && (dump_flags & TDF_FOLDING);
10866 : 12535 : switch (TREE_CODE (_p1))
10867 : : {
10868 : 0 : case BIT_FIELD_REF:
10869 : 0 : {
10870 : 0 : tree _q30 = TREE_OPERAND (_p1, 0);
10871 : 0 : tree _q31 = TREE_OPERAND (_p1, 1);
10872 : 0 : tree _q32 = TREE_OPERAND (_p1, 2);
10873 : 0 : {
10874 : 0 : tree captures[6] ATTRIBUTE_UNUSED = { _p0, _p1, _q30, _q31, _q32, _p2 };
10875 : 0 : if (VECTOR_TYPE_P (type)
10876 : 0 : && (VECTOR_MODE_P (TYPE_MODE (type))
10877 : : || optimize_vectors_before_lowering_p ())
10878 : 0 : && operand_equal_p (TYPE_SIZE (TREE_TYPE (captures[0])),
10879 : 0 : TYPE_SIZE (TREE_TYPE (captures[2])), 0)
10880 : 0 : && types_match (TREE_TYPE (TREE_TYPE (captures[0])), TREE_TYPE (captures[1]))
10881 : 0 : && TYPE_VECTOR_SUBPARTS (type).is_constant ()
10882 : 0 : && multiple_p (wi::to_poly_offset (captures[4]),
10883 : 0 : wi::to_poly_offset (TYPE_SIZE (TREE_TYPE (type))))
10884 : : )
10885 : : {
10886 : 0 : {
10887 : 0 : unsigned HOST_WIDE_INT elsz
10888 : 0 : = tree_to_uhwi (TYPE_SIZE (TREE_TYPE (TREE_TYPE (captures[0]))));
10889 : 0 : poly_uint64 relt = exact_div (tree_to_poly_uint64 (captures[4]), elsz);
10890 : 0 : poly_uint64 ielt = exact_div (tree_to_poly_uint64 (captures[5]), elsz);
10891 : 0 : unsigned nunits = TYPE_VECTOR_SUBPARTS (type).to_constant ();
10892 : 0 : vec_perm_builder builder;
10893 : 0 : builder.new_vector (nunits, nunits, 1);
10894 : 0 : for (unsigned i = 0; i < nunits; ++i)
10895 : 0 : builder.quick_push (known_eq (ielt, i) ? nunits + relt : i);
10896 : 0 : vec_perm_indices sel (builder, 2, nunits);
10897 : 0 : if (!VECTOR_MODE_P (TYPE_MODE (type))
10898 : 0 : || can_vec_perm_const_p (TYPE_MODE (type),
10899 : 0 : TYPE_MODE (type), sel, false)
10900 : : )
10901 : : {
10902 : 0 : if (TREE_SIDE_EFFECTS (captures[4])) goto next_after_fail1939;
10903 : 0 : if (TREE_SIDE_EFFECTS (captures[5])) goto next_after_fail1939;
10904 : 0 : if (UNLIKELY (!dbg_cnt (match))) goto next_after_fail1939;
10905 : 0 : {
10906 : 0 : tree res_op0;
10907 : 0 : res_op0 = captures[0];
10908 : 0 : tree res_op1;
10909 : 0 : {
10910 : 0 : tree _o1[1], _r1;
10911 : 0 : _o1[0] = captures[2];
10912 : 0 : _r1 = fold_build1_loc (loc, VIEW_CONVERT_EXPR, type, _o1[0]);
10913 : 0 : res_op1 = _r1;
10914 : : }
10915 : 0 : tree res_op2;
10916 : 0 : res_op2 = vec_perm_indices_to_tree (build_vector_type (ssizetype, nunits),
10917 : : sel);
10918 : 0 : tree _r;
10919 : 0 : _r = fold_build3_loc (loc, VEC_PERM_EXPR, type, res_op0, res_op1, res_op2);
10920 : 0 : if (TREE_SIDE_EFFECTS (captures[3]))
10921 : 0 : _r = build2_loc (loc, COMPOUND_EXPR, type, fold_ignored_result (captures[3]), _r);
10922 : 0 : if (UNLIKELY (debug_dump)) generic_dump_logs ("match.pd", 1084, __FILE__, __LINE__, true);
10923 : 0 : return _r;
10924 : : }
10925 : 0 : next_after_fail1939:;
10926 : : }
10927 : 0 : }
10928 : : }
10929 : : }
10930 : 0 : break;
10931 : : }
10932 : : default:;
10933 : : }
10934 : : return NULL_TREE;
10935 : : }
10936 : :
10937 : : tree
10938 : 28365213 : generic_simplify (location_t loc, enum tree_code code, const tree type ATTRIBUTE_UNUSED, tree _p0, tree _p1, tree _p2)
10939 : : {
10940 : 28365213 : switch (code)
10941 : : {
10942 : 10096066 : case COND_EXPR:
10943 : 10096066 : return generic_simplify_COND_EXPR (loc, code, type, _p0, _p1, _p2);
10944 : 307381 : case VEC_COND_EXPR:
10945 : 307381 : return generic_simplify_VEC_COND_EXPR (loc, code, type, _p0, _p1, _p2);
10946 : 631284 : case BIT_FIELD_REF:
10947 : 631284 : return generic_simplify_BIT_FIELD_REF (loc, code, type, _p0, _p1, _p2);
10948 : 12535 : case BIT_INSERT_EXPR:
10949 : 12535 : return generic_simplify_BIT_INSERT_EXPR (loc, code, type, _p0, _p1, _p2);
10950 : 679940 : case VEC_PERM_EXPR:
10951 : 679940 : return generic_simplify_VEC_PERM_EXPR (loc, code, type, _p0, _p1, _p2);
10952 : : default:;
10953 : : }
10954 : : return NULL_TREE;
10955 : : }
10956 : :
10957 : : tree
10958 : 0 : generic_simplify (location_t, enum tree_code,
10959 : : const tree, tree, tree, tree, tree)
10960 : : {
10961 : 0 : return NULL_TREE;
10962 : : }
10963 : :
10964 : : tree
10965 : 0 : generic_simplify (location_t, enum tree_code,
10966 : : const tree, tree, tree, tree, tree, tree)
10967 : : {
10968 : 0 : return NULL_TREE;
10969 : : }
10970 : :
10971 : : tree
10972 : 0 : generic_simplify (location_t, enum tree_code,
10973 : : const tree, tree, tree, tree, tree, tree, tree)
10974 : : {
10975 : 0 : return NULL_TREE;
10976 : : }
10977 : :
10978 : : tree
10979 : 0 : generic_simplify (location_t, enum tree_code,
10980 : : const tree, tree, tree, tree, tree, tree, tree, tree)
10981 : : {
10982 : 0 : return NULL_TREE;
10983 : : }
10984 : : void
10985 : 18936 : generic_dump_logs (const char *file1, int line1_id, const char *file2, int line2, bool simplify)
10986 : : {
10987 : 18936 : static int dbg_line_numbers[1097] = {
10988 : : 161, 164, 173, 175, 178, 181, 183, 189, 197, 195, 199, 201, 921, 923, 2052, 2058, 2060, 2063, 2068, 2071,
10989 : : 2284, 2288, 2290, 2292, 2294, 2296, 2298, 2300, 2327, 2343, 2351, 2333, 2891, 2893, 2895, 2902, 2899, 2909, 2911, 2918,
10990 : : 2915, 3099, 3109, 3120, 3125, 3130, 3163, 3168, 3134, 3138, 3142, 3146, 3174, 3180, 3186, 3150, 3195, 3199, 3224, 3230,
10991 : : 3252, 3236, 3265, 3204, 3208, 3218, 3212, 3269, 3285, 3320, 3297, 3338, 3345, 3387, 3354, 3363, 3378, 3372, 3400, 3409,
10992 : : 3418, 3427, 3437, 5597, 8784, 8805, 10925, 10928, 10933, 11148, 11151, 11172, 11177, 8604, 254, 281, 282, 476, 1280, 1416,
10993 : : 1752, 1802, 1807, 1911, 1870, 3957, 3895, 2406, 2438, 4000, 4001, 4005, 4006, 4016, 4020, 4024, 4039, 4042, 4046, 3972,
10994 : : 3975, 3980, 4127, 4133, 4139, 4321, 4322, 4348, 4367, 4386, 4729, 5496, 6744, 8232, 8307, 9854, 9902, 9916, 10952, 11265,
10995 : : 905, 911, 1396, 1405, 1888, 1879, 1826, 2555, 3908, 3948, 3953, 3954, 3962, 3963, 3966, 3983, 4058, 4061, 4065, 4147,
10996 : : 4169, 4207, 4218, 4257, 4272, 4735, 6754, 8312, 9912, 10956, 1286, 1290, 1382, 1391, 1421, 1426, 1468, 1453, 1460, 1483,
10997 : : 1484, 1488, 1489, 1510, 1965, 1515, 1522, 1542, 1645, 1669, 1759, 1764, 1774, 1784, 1898, 1957, 1985, 1995, 1997, 2198,
10998 : : 2217, 2225, 2230, 2235, 2251, 2241, 2242, 4443, 4456, 4466, 2265, 2276, 2279, 2311, 2389, 2418, 2420, 2425, 2427, 2548,
10999 : : 2968, 2970, 3516, 3531, 3549, 3732, 3733, 3734, 3739, 3744, 3750, 3756, 3788, 3789, 3794, 3795, 3800, 3805, 3809, 3858,
11000 : : 3872, 3521, 3540, 3542, 3526, 4480, 4492, 7398, 9181, 1431, 1436, 1547, 1552, 1769, 1859, 1779, 1923, 1789, 1794, 1917,
11001 : : 1969, 1930, 1936, 2529, 1943, 2003, 4741, 6813, 6815, 6864, 6872, 9999, 10005, 444, 450, 482, 1225, 1245, 1250, 2044,
11002 : : 2045, 2082, 2564, 5482, 5489, 5539, 5542, 5592, 8225, 8639, 8469, 8476, 8633, 8678, 8683, 312, 868, 2316, 2543, 2582,
11003 : : 2592, 2631, 2637, 2640, 2645, 2810, 2661, 2663, 2664, 2667, 2669, 2670, 2672, 2674, 2676, 2678, 2680, 2682, 2696, 2697,
11004 : : 2731, 2816, 2841, 2757, 2784, 2824, 2829, 2854, 2861, 2927, 3830, 4671, 4679, 4682, 4688, 4691, 4718, 5020, 5021, 5061,
11005 : : 5065, 5194, 5028, 5029, 5079, 5082, 5083, 5088, 5091, 5094, 5095, 5035, 5047, 5050, 5239, 5243, 5248, 5507, 5657, 5661,
11006 : : 6824, 6840, 6842, 6854, 6884, 6890, 6891, 6906, 6907, 6911, 6929, 6934, 6963, 6971, 6981, 6990, 6994, 7000, 7007, 7023,
11007 : : 7027, 7031, 7038, 7039, 7044, 7045, 7052, 7053, 7055, 7056, 7072, 7083, 7095, 7099, 7101, 7106, 7109, 7112, 7120, 7182,
11008 : : 7183, 7187, 7188, 7195, 7199, 7203, 7206, 7212, 7213, 7217, 7220, 7227, 7247, 7250, 7253, 7256, 7305, 7308, 7312, 7319,
11009 : : 7325, 7333, 7342, 7343, 7441, 7451, 7490, 7496, 7512, 7525, 7527, 7529, 7555, 7597, 7576, 7577, 7584, 7586, 7602, 7608,
11010 : : 7613, 7622, 7628, 7634, 7639, 7644, 7676, 7753, 7658, 7668, 7791, 7793, 7795, 7797, 7799, 7801, 7805, 7807, 7830, 7853,
11011 : : 7965, 7972, 7973, 7981, 7982, 8145, 9225, 9227, 9315, 9317, 9318, 9324, 9340, 9342, 9344, 9362, 9363, 9639, 9642, 9656,
11012 : : 9665, 9729, 9730, 9784, 9786, 9862, 10271, 10273, 10275, 10707, 6820, 6831, 6833, 6941, 456, 1198, 1219, 8589, 8594, 8599,
11013 : : 516, 517, 528, 533, 540, 549, 557, 566, 612, 615, 803, 956, 973, 1004, 577, 833, 837, 842, 848, 852,
11014 : : 860, 948, 728, 738, 740, 742, 8219, 8644, 8666, 8649, 8654, 8659, 8673, 8707, 8712, 790, 793, 1620, 2605, 2608,
11015 : : 2705, 2717, 2799, 2743, 2770, 2882, 2885, 4709, 4701, 6778, 8075, 7355, 7358, 7384, 7385, 7878, 7880, 7882, 7884, 7888,
11016 : : 7890, 7892, 7894, 7898, 7903, 7910, 7915, 7935, 7937, 7939, 7941, 8088, 8096, 8106, 8114, 8124, 8246, 8248, 9239, 9258,
11017 : : 9298, 9707, 9709, 9710, 9765, 9768, 9770, 2621, 6768, 7428, 8320, 8325, 10292, 10294, 10296, 10298, 10302, 894, 930, 1270,
11018 : : 4847, 4917, 4920, 4928, 4995, 4997, 4998, 4999, 5206, 4898, 4907, 5711, 5714, 5715, 5723, 2209, 3841, 3846, 4613, 9064,
11019 : : 9066, 9097, 9132, 11209, 1162, 8537, 8558, 1171, 8281, 8287, 8584, 9011, 1185, 1189, 8579, 8762, 1364, 1448, 1496, 1441,
11020 : : 1473, 1504, 1537, 1578, 1589, 1600, 1612, 2450, 1841, 1849, 1854, 1977, 2306, 2570, 3095, 5165, 5183, 5184, 5682, 5688,
11021 : : 5736, 3486, 3488, 3498, 3500, 3605, 3606, 3607, 3612, 3617, 3623, 3629, 3661, 3662, 3667, 3668, 3673, 3678, 3682, 3506,
11022 : : 3511, 3556, 6956, 7401, 9167, 9169, 9897, 1527, 1532, 2508, 1700, 2513, 5217, 2488, 2519, 2523, 5231, 4656, 6805, 6807,
11023 : : 2089, 2127, 2150, 2151, 2493, 3933, 9582, 3477, 4771, 4814, 4827, 6219, 6221, 6223, 6433, 6437, 6445, 6472, 6474, 6323,
11024 : : 6326, 6488, 6492, 6550, 4759, 4778, 4785, 4791, 4797, 4803, 6556, 6688, 9198, 9199, 6698, 10059, 10067, 7706, 7707, 7721,
11025 : : 7722, 4499, 4503, 4513, 4531, 4596, 4598, 4600, 4602, 4651, 9189, 4517, 4524, 4509, 4623, 4632, 4635, 4834, 4967, 4977,
11026 : : 8174, 8177, 8196, 5633, 5645, 5648, 5652, 10501, 10507, 10515, 10521, 10530, 10536, 10544, 10550, 10596, 10604, 7997, 6949, 6945,
11027 : : 8155, 8162, 8297, 8302, 8403, 8500, 8517, 8549, 8569, 8574, 8825, 8802, 8781, 8610, 8614, 8905, 8915, 8922, 8931, 8949,
11028 : : 8956, 8937, 9204, 9210, 9572, 9578, 9575, 9586, 9592, 9600, 9606, 9614, 9620, 9674, 9877, 9892, 10158, 10161, 9966, 9980,
11029 : : 9993, 10677, 10691, 10782, 10783, 219, 2009, 2019, 5768, 2028, 1112, 2461, 3076, 5259, 5261, 5271, 5363, 5374, 5387, 5410,
11030 : : 5420, 5429, 5441, 5467, 5776, 6173, 1697, 1711, 1718, 1740, 1747, 2321, 2536, 2014, 2023, 2032, 2098, 2102, 2133, 2139,
11031 : : 3920, 6731, 3928, 9596, 9610, 9624, 5276, 5285, 5297, 5307, 5313, 5785, 5322, 5319, 5605, 5613, 5621, 5624, 5608, 5616,
11032 : : 5627, 5639, 237, 710, 2374, 4578, 5554, 5560, 5562, 5803, 5814, 5823, 11224, 2975, 2979, 242, 2996, 3000, 3012, 260,
11033 : : 297, 1400, 1706, 1814, 1821, 1831, 1836, 2108, 3020, 3032, 3026, 3038, 2119, 2726, 2751, 2778, 2762, 2789, 4181, 4153,
11034 : : 4228, 4237, 4280, 4291, 5567, 5578, 11190, 11191, 1625, 1630, 7391, 10655, 10659, 1653, 1658, 2501, 3821, 247, 300, 2735,
11035 : : 3045, 3052, 3059, 3065, 4190, 3070, 4246, 4294, 4303, 5570, 356, 304, 324, 333, 341, 415, 430, 438, 629, 669,
11036 : : 965, 1150, 1155, 1253, 1256, 1356, 2364, 5583, 8254, 8260, 8451, 8701, 2481, 5980, 5988, 7458, 8029, 8055, 8056, 2471,
11037 : : 8023, 592, 595, 719, 748, 754, 760, 768, 773, 778, 821, 825, 8266, 8272, 7947, 879, 1311, 4863, 1300, 1303,
11038 : : 1335, 1346, 4840, 4912, 1370, 1559, 1635, 1663, 2256, 5006, 5007, 7395, 11197, 4538, 4542, 4570, 4571, 4644, 4549, 4553,
11039 : : 4561, 4562, 4949, 5602, 8005, 8007, 8014, 8016, 6953, 6452, 6457, 6525, 6531, 6540, 6541, 4747, 5754, 5756, 6563, 6569,
11040 : : 6572, 6581, 6585, 6590, 6619, 6624, 6685, 6632, 6637, 6695, 7736, 7738, 6654, 6655, 6656, 6706, 6675, 6676, 6677, 6718,
11041 : : 6719, 7767, 7772, 6598, 5760, 5762, 5999, 6001, 9370, 9376, 9381, 9390, 9392, 9412, 9457, 9460, 9461, 9493, 9499, 9501,
11042 : : 9502, 9524, 9529, 9534, 9564, 10806, 10808, 10843, 10917, 10920, 11005, 10940, 10946, 11074, 11076, 11138, 11140
11043 : : };
11044 : :
11045 : 27870 : fprintf (dump_file, "%s %s:%d, %s:%d\n",
11046 : : simplify ? "Applying pattern" : "Matching expression", file1, dbg_line_numbers[line1_id], file2, line2);
11047 : 18936 : }
11048 : :
11049 : : #pragma GCC diagnostic pop
|