Lines Matching refs:fold_build2
176 fd->n2 = fold_build2 (PLUS_EXPR, TREE_TYPE (fd->n2), fd->n2, in extract_omp_for_data()
181 fd->n2 = fold_build2 (MINUS_EXPR, TREE_TYPE (fd->n2), fd->n2, in extract_omp_for_data()
1948 x = fold_build2 (code, TREE_TYPE (ref), ref, new_var); in lower_reduction_clauses()
2831 t = fold_build2 (PLUS_EXPR, type, fd->step, t); in expand_omp_for_static_nochunk()
2832 t = fold_build2 (PLUS_EXPR, type, t, fd->n2); in expand_omp_for_static_nochunk()
2833 t = fold_build2 (MINUS_EXPR, type, t, fd->n1); in expand_omp_for_static_nochunk()
2834 t = fold_build2 (TRUNC_DIV_EXPR, type, t, fd->step); in expand_omp_for_static_nochunk()
3012 t = fold_build2 (PLUS_EXPR, type, fd->step, t); in expand_omp_for_static_chunk()
3013 t = fold_build2 (PLUS_EXPR, type, t, fd->n2); in expand_omp_for_static_chunk()
3014 t = fold_build2 (MINUS_EXPR, type, t, fd->n1); in expand_omp_for_static_chunk()
3015 t = fold_build2 (TRUNC_DIV_EXPR, type, t, fd->step); in expand_omp_for_static_chunk()