Searched refs:e_step (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c6094 tree e_bound = NULL_TREE, e_offset = NULL_TREE, e_step = NULL_TREE; local
6315 e_step = create_tmp_var (diff_type, ".e_step");
6338 gimple_call_set_lhs (call, e_step);
6383 expr = build2 (PLUS_EXPR, diff_type, e_offset, e_step);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc7612 tree e_bound = NULL_TREE, e_offset = NULL_TREE, e_step = NULL_TREE; local
7833 e_step = create_tmp_var (diff_type, ".e_step");
7856 gimple_call_set_lhs (call, e_step);
7901 expr = build2 (PLUS_EXPR, diff_type, e_offset, e_step);

Completed in 148 milliseconds