Searched refs:comparison_p (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcombine.c6525 int comparison_p = COMPARISON_P (cond);
6533 if (comparison_p && true_rtx == const_true_rtx && false_rtx == const0_rtx)
6538 if (comparison_p
6547 if (comparison_p
6617 if (comparison_p
6638 comparison_p = COMPARISON_P (cond);
6661 && comparison_p
6688 && comparison_p
6718 && comparison_p
6506 int comparison_p = COMPARISON_P (cond); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcombine.cc6401 int comparison_p = COMPARISON_P (cond);
6409 if (comparison_p && true_rtx == const_true_rtx && false_rtx == const0_rtx)
6414 if (comparison_p
6423 if (comparison_p
6493 if (comparison_p
6514 comparison_p = COMPARISON_P (cond);
6537 && comparison_p
6564 && comparison_p
6594 && comparison_p
6382 int comparison_p = COMPARISON_P (cond); local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c8244 bool comparison_p = false; local
8321 comparison_p = true;
8351 int adjust = (comparison_p) ? 1 : 0;
8439 else if (! comparison_p)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc9465 bool comparison_p = false; local
9539 comparison_p = true;
9569 int adjust = (comparison_p) ? 1 : 0;
9656 else if (! comparison_p)

Completed in 371 milliseconds