Searched refs:rhs0 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dtree-scalar-evolution.c1050 tree rhs0, rhs1;
1083 /* This case is under the form "rhs0 + rhs1". */
1084 rhs0 = TREE_OPERAND (rhs, 0);
1086 STRIP_TYPE_NOPS (rhs0);
1089 if (TREE_CODE (rhs0) == SSA_NAME)
1097 (loop, SSA_NAME_DEF_STMT (rhs0), halting_phi,
1116 PLUS_EXPR, rhs0, at_stmt);
1131 (loop, SSA_NAME_DEF_STMT (rhs0), halting_phi,
1155 PLUS_EXPR, rhs0, at_stmt);
1170 /* This case is under the form "opnd0 = rhs0
1047 tree rhs0, rhs1; local
[all...]

Completed in 180 milliseconds