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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-ccp.cc 1336 bit_value_unop (enum tree_code code, signop type_sgn, int type_precision, function
1352 bit_value_unop (BIT_NOT_EXPR, type_sgn, type_precision, &temv, &temm,
1383 bit_value_unop (NEGATE_EXPR, rtype_sgn, rtype_precision, &temv,
1392 bit_value_unop (NEGATE_EXPR, type_sgn, type_precision, val, mask,
2002 bit_value_unop (enum tree_code code, tree type, tree rhs) function
2014 bit_value_unop (code, TYPE_SIGN (type), TYPE_PRECISION (type), &value, &mask,
2335 val = bit_value_unop (subcode, TREE_TYPE (lhs), rhs1);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-ccp.cc 1335 bit_value_unop (enum tree_code code, signop type_sgn, int type_precision, function
1351 bit_value_unop (BIT_NOT_EXPR, type_sgn, type_precision, &temv, &temm,
1379 bit_value_unop (NEGATE_EXPR, rtype_sgn, rtype_precision, &temv,
1388 bit_value_unop (NEGATE_EXPR, type_sgn, type_precision, val, mask,
1984 bit_value_unop (enum tree_code code, tree type, tree rhs) function
1996 bit_value_unop (code, TYPE_SIGN (type), TYPE_PRECISION (type), &value, &mask,
2317 val = bit_value_unop (subcode, TREE_TYPE (lhs), rhs1);

Completed in 33 milliseconds