Lines Matching refs:enddiff
399 tree enddiff; in compute_new_first_bound() local
404 enddiff = gimple_build (stmts, POINTER_PLUS_EXPR, in compute_new_first_bound()
409 enddiff = gimple_build (stmts, MINUS_EXPR, in compute_new_first_bound()
418 if (POINTER_TYPE_P (TREE_TYPE (enddiff))) in compute_new_first_bound()
420 tree tem = gimple_convert (stmts, sizetype, enddiff); in compute_new_first_bound()
422 enddiff = gimple_build (stmts, POINTER_PLUS_EXPR, in compute_new_first_bound()
423 TREE_TYPE (enddiff), in compute_new_first_bound()
427 enddiff = gimple_build (stmts, MINUS_EXPR, TREE_TYPE (enddiff), in compute_new_first_bound()
428 end, enddiff); in compute_new_first_bound()
432 enddiff = gimple_convert (stmts, TREE_TYPE (guard_init), enddiff); in compute_new_first_bound()
435 enddiff = gimple_convert (stmts, sizetype, enddiff); in compute_new_first_bound()
438 guard_init, enddiff); in compute_new_first_bound()
442 guard_init, enddiff); in compute_new_first_bound()