Home | History | Annotate | Download | only in gcc

Lines Matching refs:n1o

1996 	  tree n1o = create_tmp_reg (itype, ".n1o");
1998 expand_omp_build_assign (gsi, n1o, t);
2028 t = fold_build2 (MINUS_EXPR, itype, t, n1o);
2042 t = fold_build2 (PLUS_EXPR, itype, n1o, t);
2050 n1 = fold_build2 (MULT_EXPR, itype, n1o, n1);
2061 n2 = fold_build2 (MULT_EXPR, itype, n1o, n2);
2177 t = fold_build2 (MINUS_EXPR, itype, tem, n1o);
2204 expand_omp_build_assign (&gsi2, j ? n2o : n1o, tem);
2217 expand_omp_build_assign (&gsi2, j ? n2o : n1o, t);
2230 fd->adjn1 = n1o;