| /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 1384 &temm, type_sgn, type_precision, rval, rmask); 1385 temm |= (rmask | (rval ^ temv)); 1387 *mask = wi::ext (temm, type_precision, type_sgn);
|
| 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 1384 &temm, type_sgn, type_precision, rval, rmask); 1385 temm |= (rmask | (rval ^ temv)); 1387 *mask = wi::ext (temm, 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 1380 &temm, type_sgn, type_precision, rval, rmask); 1381 temm |= (rmask | (rval ^ temv)); 1383 *mask = wi::ext (temm, type_precision, type_sgn);
|
| 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 1380 &temm, type_sgn, type_precision, rval, rmask); 1381 temm |= (rmask | (rval ^ temv)); 1383 *mask = wi::ext (temm, type_precision, type_sgn);
|