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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-ccp.c1220 tree orig_lhs = TREE_OPERAND (stmt, 0); local
1222 if (TREE_CODE (orig_lhs) == VIEW_CONVERT_EXPR
1226 TREE_TYPE (TREE_OPERAND (orig_lhs, 0)),
1229 orig_lhs = TREE_OPERAND (orig_lhs, 0);
1240 && TREE_CODE (orig_lhs) == COMPONENT_REF
1241 && DECL_BIT_FIELD (TREE_OPERAND (orig_lhs, 1)))
1243 tree w = widen_bitfield (val.value, TREE_OPERAND (orig_lhs, 1),
1244 orig_lhs);
H A Dtree-stdarg.c120 tree stmt, lhs, orig_lhs; local
135 orig_lhs = lhs = rhs;
200 lhs = orig_lhs;
H A Dfold-const.c5081 tree orig_lhs = lhs, orig_rhs = rhs;
5177 if (code != orig_code || lhs != orig_lhs || rhs != orig_rhs)
5050 tree orig_lhs = lhs, orig_rhs = rhs; local
/freebsd-9.3-release/contrib/gcc/cp/
H A Dsemantics.c3895 tree orig_lhs;
3900 orig_lhs = lhs;
3925 stmt = build2 (OMP_ATOMIC, void_type_node, orig_lhs, orig_rhs);
3894 tree orig_lhs; local

Completed in 141 milliseconds