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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-ccp.cc 1350 widest_int temv, temm; local
1352 bit_value_unop (BIT_NOT_EXPR, type_sgn, type_precision, &temv, &temm,
1355 type_sgn, type_precision, temv, temm,
1382 widest_int temv, temm; local
1383 bit_value_unop (NEGATE_EXPR, rtype_sgn, rtype_precision, &temv,
1385 temm |= (rmask | (rval ^ temv));
1388 *val = wi::ext (temv, type_precision, type_sgn);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-ccp.cc 1349 widest_int temv, temm; local
1351 bit_value_unop (BIT_NOT_EXPR, type_sgn, type_precision, &temv, &temm,
1354 type_sgn, type_precision, temv, temm,
1378 widest_int temv, temm; local
1379 bit_value_unop (NEGATE_EXPR, rtype_sgn, rtype_precision, &temv,
1381 temm |= (rmask | (rval ^ temv));
1384 *val = wi::ext (temv, type_precision, type_sgn);

Completed in 18 milliseconds