Home | History | Annotate | Download | only in gcc

Lines Matching defs:carg

1409 	     Here, carg is 4, oarg is 6, crhs is 0, and because
1414 we can check if both carg and oarg compare the same against
1422 tree carg = gimple_cond_rhs (cond);
1445 if (!tree_int_cst_equal (crhs, carg)
1450 if (tree_int_cst_lt (crhs, carg)
1455 if (tree_int_cst_le (crhs, carg)
1460 if (tree_int_cst_lt (carg, crhs)
1465 if (tree_int_cst_le (carg, crhs)
1485 /* Add # DEBUG D#1 => arg != carg ? arg : oarg. */
1507 arg, carg);