HomeSort by: relevance | last modified time | path
    Searched defs:bit_value_binop (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
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...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-ccp.cc 573 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 *,
1353 bit_value_binop (PLUS_EXPR, type_sgn, type_precision, val, mask,
1497 bit_value_binop (enum tree_code code, signop sgn, int width, function
2019 bit_value_binop (enum tree_code code, tree type, tree rhs1, tree rhs2) function
2043 bit_value_binop (code, TYPE_SIGN (type), TYPE_PRECISION (type), &value, &mask,
2158 bit_value_binop (BIT_AND_EXPR, TYPE_SIGN (type), TYPE_PRECISION (type), &value, &mask,
2321 val = bit_value_binop (subcode, TREE_TYPE (lhs), rhs1,
2335 val = bit_value_binop (code, TREE_TYPE (rhs1), rhs1, rhs2);

Completed in 25 milliseconds