Searched refs:bit_value_binop (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-ccp.h | 22 void bit_value_binop (enum tree_code, signop, int, widest_int *, widest_int *,
|
H A D | tree-ssa-ccp.c | 550 static ccp_prop_value_t bit_value_binop (enum tree_code, tree, tree, tree); 551 void bit_value_binop (enum tree_code, signop, int, widest_int *, widest_int *, 1289 bit_value_binop (PLUS_EXPR, type_sgn, type_precision, val, mask, in bit_value_unop() 1318 bit_value_binop (enum tree_code code, signop sgn, int width, in bit_value_binop() function 1454 bit_value_binop (PLUS_EXPR, sgn, width, val, mask, in bit_value_binop() 1596 bit_value_binop (enum tree_code code, tree type, tree rhs1, tree rhs2) in bit_value_binop() function 1620 bit_value_binop (code, TYPE_SIGN (type), TYPE_PRECISION (type), &value, &mask, in bit_value_binop() 1724 bit_value_binop (BIT_AND_EXPR, TYPE_SIGN (type), TYPE_PRECISION (type), &value, &mask, in bit_value_assume_aligned() 1886 val = bit_value_binop (subcode, TREE_TYPE (lhs), rhs1, in evaluate_stmt() 1900 val = bit_value_binop (code, TREE_TYPE (rhs1), rhs1, rhs2); in evaluate_stmt()
|
H A D | ipa-cp.c | 1089 bit_value_binop (code, sgn, precision, &adjusted_value, &adjusted_mask, in meet_with()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-ccp.c | 486 static prop_value_t bit_value_binop (enum tree_code, tree, tree, tree); 1407 bit_value_binop (enum tree_code code, tree type, tree rhs1, tree rhs2) in bit_value_binop() function 1620 val = bit_value_binop (subcode, in evaluate_stmt() 1635 val = bit_value_binop (code, TREE_TYPE (rhs1), rhs1, rhs2); in evaluate_stmt()
|