Home
last modified time | relevance | path

Searched refs:enddiff (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-split.cc403 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()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-split.c403 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()
[all …]