Searched refs:temv (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 1368 bit_value_unop (NEGATE_EXPR, rtype_sgn, rtype_precision, &temv, in bit_value_unop() 1370 temm |= (rmask | (rval ^ temv)); in bit_value_unop() 1373 *val = wi::ext (temv, type_precision, type_sgn); in bit_value_unop()
|