Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-ivopts.c2968 cstep = fold_convert (uutype, cstep); in get_computation_aff()
2996 cstep_common = cstep; in get_computation_aff()
3475 && msize == cstep) in get_address_cost()
3477 && msize == -cstep) in get_address_cost()
3479 && msize == cstep) in get_address_cost()
3481 && msize == -cstep)) in get_address_cost()
4026 tree cbase, cstep; in get_computation_cost_at() local
4042 cstep = cand->iv->step; in get_computation_cost_at()
4080 if (cst_and_fits_in_hwi (cstep)) in get_computation_cost_at()
4081 cstepi = int_cst_value (cstep); in get_computation_cost_at()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-loop-ivopts.c3858 tree cbase = cand->iv->base, cstep = cand->iv->step; variable
3875 && (CONVERT_EXPR_P (cstep) || poly_int_tree_p (cstep)))
3879 if (CONVERT_EXPR_P (cstep))
3880 inner_step = TREE_OPERAND (cstep, 0);
3882 inner_step = cstep;
3893 cstep = inner_step;
3897 cstep = fold_convert (uutype, cstep);
3913 else if (!constant_multiple_of (ustep, cstep, &rat))
3937 cstep_common = fold_convert (common_type, cstep);
3939 cstep_common = cstep;