| tree-ssa-ccp.cc | 580 static ccp_prop_value_t bit_value_binop (enum tree_code, tree, tree, tree); 581 void bit_value_binop (enum tree_code, signop, int, widest_int *, widest_int *, 1354 bit_value_binop (PLUS_EXPR, type_sgn, type_precision, val, mask, 1502 bit_value_binop (enum tree_code code, signop sgn, int width, function 1961 bit_value_binop (RSHIFT_EXPR, sgn, width, val, mask, 2037 bit_value_binop (enum tree_code code, tree type, tree rhs1, tree rhs2) function 2061 bit_value_binop (code, TYPE_SIGN (type), TYPE_PRECISION (type), &value, &mask, 2176 bit_value_binop (BIT_AND_EXPR, TYPE_SIGN (type), TYPE_PRECISION (type), &value, &mask, 2339 val = bit_value_binop (subcode, TREE_TYPE (lhs), rhs1, 2353 val = bit_value_binop (code, TREE_TYPE (rhs1), rhs1, rhs2) [all...] |