Searched refs:temm (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa-ccp.cc | 1338 widest_int temv, temm; in bit_value_unop() local 1340 bit_value_unop (BIT_NOT_EXPR, type_sgn, type_precision, &temv, &temm, in bit_value_unop() 1343 type_sgn, type_precision, temv, temm, in bit_value_unop() 1367 widest_int temv, temm; in bit_value_unop() local 1369 &temm, type_sgn, type_precision, rval, rmask); in bit_value_unop() 1370 temm |= (rmask | (rval ^ temv)); in bit_value_unop() 1372 *mask = wi::ext (temm, type_precision, type_sgn); in bit_value_unop()
|