Lines Matching refs:enddiff
403 tree enddiff; in compute_new_first_bound() local
408 enddiff = gimple_build (stmts, POINTER_PLUS_EXPR, in compute_new_first_bound()
413 enddiff = gimple_build (stmts, MINUS_EXPR, in compute_new_first_bound()
422 if (POINTER_TYPE_P (TREE_TYPE (enddiff))) in compute_new_first_bound()
424 tree tem = gimple_convert (stmts, sizetype, enddiff); in compute_new_first_bound()
426 enddiff = gimple_build (stmts, POINTER_PLUS_EXPR, in compute_new_first_bound()
427 TREE_TYPE (enddiff), in compute_new_first_bound()
431 enddiff = gimple_build (stmts, MINUS_EXPR, TREE_TYPE (enddiff), in compute_new_first_bound()
432 end, enddiff); in compute_new_first_bound()
436 enddiff = gimple_convert (stmts, TREE_TYPE (guard_init), enddiff); in compute_new_first_bound()
439 enddiff = gimple_convert (stmts, sizetype, enddiff); in compute_new_first_bound()
442 guard_init, enddiff); in compute_new_first_bound()
446 guard_init, enddiff); in compute_new_first_bound()