Home
last modified time | relevance | path

Searched refs:crhs (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-phiopt.cc1406 tree clhs = NULL_TREE, crhs = NULL_TREE; in value_replacement() local
1415 crhs = gimple_assign_rhs2 (use_stmt); in value_replacement()
1421 crhs = gimple_cond_rhs (use_stmt); in value_replacement()
1425 && TREE_CODE (crhs) == INTEGER_CST) in value_replacement()
1430 if (!tree_int_cst_equal (crhs, carg) in value_replacement()
1431 && !tree_int_cst_equal (crhs, oarg)) in value_replacement()
1435 if (tree_int_cst_lt (crhs, carg) in value_replacement()
1436 == tree_int_cst_lt (crhs, oarg)) in value_replacement()
1440 if (tree_int_cst_le (crhs, carg) in value_replacement()
1441 == tree_int_cst_le (crhs, oarg)) in value_replacement()
[all …]
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dtree.c3883 int crhs, clhs, llhs, lrhs; in data_subexpression_length() local
3913 crhs = data_subexpression_length (&lrhs, in data_subexpression_length()
3915 if (crhs == 0 || clhs == 0) in data_subexpression_length()
3940 crhs = data_subexpression_length (&lrhs, in data_subexpression_length()
3942 if (crhs == 0 || clhs == 0) in data_subexpression_length()
3953 crhs = data_subexpression_length (&lrhs, in data_subexpression_length()
3955 if (crhs == 0 || clhs == 0) in data_subexpression_length()