Home | History | Annotate | Download | only in gcc

Lines Matching refs:cbase

3997   tree cbase = cand->iv->base, cstep = cand->iv->step;
3999 tree utype = TREE_TYPE (ubase), ctype = TREE_TYPE (cbase);
4013 if (cand->orig_iv != NULL && CONVERT_EXPR_P (cbase)
4017 inner_base = TREE_OPERAND (cbase, 0);
4031 cbase = inner_base;
4035 cbase = fold_convert (uutype, cbase);
4058 /* In case both UBASE and CBASE are shortened to UUTYPE from some common
4063 common_type = determine_common_wider_type (&ubase, &cbase);
4065 /* use = ubase - ratio * cbase + ratio * var. */
4067 tree_to_aff_combination (cbase, common_type, &aff_cbase);
4159 tree cbase = cand->iv->base, cstep = cand->iv->step;
4161 tree utype = TREE_TYPE (ubase), ctype = TREE_TYPE (cbase);
4170 use = ubase + (var - cbase) / ratio. */
4206 cbase = fold_convert (ctype, cbase);
4215 var = fold_build2 (MINUS_EXPR, TREE_TYPE (var), var, cbase);
4867 tree ubase = use->iv->base, cbase = cand->iv->base;
4868 tree utype = TREE_TYPE (ubase), ctype = TREE_TYPE (cbase);