Searched refs:enddiff (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-loop-split.c | 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() [all …]
|