Home
last modified time | relevance | path

Searched refs:bit_value_binop (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-ccp.h22 void bit_value_binop (enum tree_code, signop, int, widest_int *, widest_int *,
H A Dtree-ssa-ccp.c572 static ccp_prop_value_t bit_value_binop (enum tree_code, tree, tree, tree);
573 void bit_value_binop (enum tree_code, signop, int, widest_int *, widest_int *,
1319 bit_value_binop (PLUS_EXPR, type_sgn, type_precision, val, mask, in bit_value_unop()
1348 bit_value_binop (enum tree_code code, signop sgn, int width, in bit_value_binop() function
1486 bit_value_binop (PLUS_EXPR, sgn, width, val, mask, in bit_value_binop()
1628 bit_value_binop (enum tree_code code, tree type, tree rhs1, tree rhs2) in bit_value_binop() function
1652 bit_value_binop (code, TYPE_SIGN (type), TYPE_PRECISION (type), &value, &mask, in bit_value_binop()
1767 bit_value_binop (BIT_AND_EXPR, TYPE_SIGN (type), TYPE_PRECISION (type), &value, &mask, in bit_value_assume_aligned()
1929 val = bit_value_binop (subcode, TREE_TYPE (lhs), rhs1, in evaluate_stmt()
1943 val = bit_value_binop (code, TREE_TYPE (rhs1), rhs1, rhs2); in evaluate_stmt()
H A Dipa-cp.c1116 bit_value_binop (code, sgn, precision, &adjusted_value, &adjusted_mask, in meet_with()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-ccp.h22 void bit_value_binop (enum tree_code, signop, int, widest_int *, widest_int *,
H A Dtree-ssa-ccp.cc573 static ccp_prop_value_t bit_value_binop (enum tree_code, tree, tree, tree);
574 void bit_value_binop (enum tree_code, signop, int, widest_int *, widest_int *,
1342 bit_value_binop (PLUS_EXPR, type_sgn, type_precision, val, mask, in bit_value_unop()
1486 bit_value_binop (enum tree_code code, signop sgn, int width, in bit_value_binop() function
2008 bit_value_binop (enum tree_code code, tree type, tree rhs1, tree rhs2) in bit_value_binop() function
2032 bit_value_binop (code, TYPE_SIGN (type), TYPE_PRECISION (type), &value, &mask, in bit_value_binop()
2147 bit_value_binop (BIT_AND_EXPR, TYPE_SIGN (type), TYPE_PRECISION (type), &value, &mask, in bit_value_assume_aligned()
2310 val = bit_value_binop (subcode, TREE_TYPE (lhs), rhs1, in evaluate_stmt()
2324 val = bit_value_binop (code, TREE_TYPE (rhs1), rhs1, rhs2); in evaluate_stmt()
H A Dipa-cp.cc1182 bit_value_binop (code, sgn, precision, &adjusted_value, &adjusted_mask, in meet_with()
H A DChangeLog-202115285 * tree-ssa-ccp.c (bit_value_binop) <case RSHIFT_EXPR>: If sgn is
15570 (bit_value_binop) [LROTATE_EXPR, RROTATE_EXPR]: Handle rotates
16063 * tree-ssa-ccp.c (bit_value_binop) [TRUNC_MOD_EXPR, TRUNC_DIV_EXPR]:
16526 * tree-ssa-ccp.c (bit_value_binop) [MINUS_EXPR]: Use same
16535 (bit_value_binop) [MULT_EXPR]: Call it from here for
17429 (bit_value_binop): Initialize *VAL's precision.
H A DChangeLog3079 * tree-ssa-ccp.cc (bit_value_binop): Call wi::ext on the results
H A DChangeLog-201614660 (bit_value_binop): Change call from bit_value_binop_1 to
14661 bit_value_binop.
H A DChangeLog-20203574 * tree-ssa-ccp.c (bit_value_binop) <case LSHIFT_EXPR,
39596 * tree-ssa-ccp.c (bit_value_binop): For x * x note that the second
H A DChangeLog-201535791 (bit_value_binop): Likewise.
36430 (bit_value_binop): Likewise.
H A DChangeLog-201235085 (bit_value_binop): Likewise.
H A DChangeLog-201018492 (bit_value_binop): Likewise.
H A DChangeLog-201140014 to bit_value_binop.
H A DChangeLog-201712630 (bit_value_binop): Likewise.
H A DChangeLog-201440290 (bit_value_binop): Likewise.