Home
last modified time | relevance | path

Searched refs:bit_value_unop (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-ccp.h26 void bit_value_unop (enum tree_code, signop, int, widest_int *, widest_int *,
H A Dtree-ssa-ccp.c1301 bit_value_unop (enum tree_code code, signop type_sgn, int type_precision, in bit_value_unop() function
1317 bit_value_unop (BIT_NOT_EXPR, type_sgn, type_precision, &temv, &temm, in bit_value_unop()
1484 bit_value_unop (NEGATE_EXPR, r2type_sgn, r2type_precision, &temv, &temm, in bit_value_binop()
1593 bit_value_unop (enum tree_code code, tree type, tree rhs) in bit_value_unop() function
1605 bit_value_unop (code, TYPE_SIGN (type), TYPE_PRECISION (type), &value, &mask, in bit_value_unop()
1925 val = bit_value_unop (subcode, TREE_TYPE (lhs), rhs1); in evaluate_stmt()
H A Dipa-cp.c1126 bit_value_unop (code, sgn, precision, &adjusted_value, in meet_with()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-ccp.h26 void bit_value_unop (enum tree_code, signop, int, widest_int *, widest_int *,
H A Dtree-ssa-ccp.cc1324 bit_value_unop (enum tree_code code, signop type_sgn, int type_precision, in bit_value_unop() function
1340 bit_value_unop (BIT_NOT_EXPR, type_sgn, type_precision, &temv, &temm, in bit_value_unop()
1368 bit_value_unop (NEGATE_EXPR, rtype_sgn, rtype_precision, &temv, in bit_value_unop()
1377 bit_value_unop (NEGATE_EXPR, type_sgn, type_precision, val, mask, in bit_value_unop()
1973 bit_value_unop (enum tree_code code, tree type, tree rhs) in bit_value_unop() function
1985 bit_value_unop (code, TYPE_SIGN (type), TYPE_PRECISION (type), &value, &mask, in bit_value_unop()
2306 val = bit_value_unop (subcode, TREE_TYPE (lhs), rhs1); in evaluate_stmt()
H A Dipa-cp.cc1192 bit_value_unop (code, sgn, precision, &adjusted_value, in meet_with()
H A DChangeLog-201614657 (bit_value_unop_1): Change to bit_value_unop and export it.
14663 (bit_value_unop): Change call from bit_value_unop_1 to bit_value_unop.
H A DChangeLog-201535790 (bit_value_unop): Adjust what we treat as varying mask.
36429 (bit_value_unop): Likewise.
H A DChangeLog-202117427 (bit_value_unop) [ABS_EXPR, ABSU_EXPR]: Add support for
H A DChangeLog-201235084 (bit_value_unop): Handle UNDEFINED operands.
H A DChangeLog-201018491 (bit_value_unop): Likewise.
H A DChangeLog-201440289 (bit_value_unop): Use wide-int interfaces.