Searched refs:e_step (Results 1 – 1 of 1) sorted by relevance
5198 tree e_bound = NULL_TREE, e_offset = NULL_TREE, e_step = NULL_TREE; in expand_oacc_for() local5419 e_step = create_tmp_var (diff_type, ".e_step"); in expand_oacc_for()5442 gimple_call_set_lhs (call, e_step); in expand_oacc_for()5486 expr = build2 (PLUS_EXPR, diff_type, e_offset, e_step); in expand_oacc_for()