Searched refs:rtype_precision (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-ccp.cc | 1326 signop rtype_sgn, int rtype_precision, in bit_value_unop() argument 1351 *mask = wi::ext (rmask, rtype_precision, rtype_sgn); in bit_value_unop() 1352 *val = wi::ext (rval, rtype_precision, rtype_sgn); in bit_value_unop() 1362 if (wi::sext (rmask, rtype_precision) == -1) in bit_value_unop() 1368 bit_value_unop (NEGATE_EXPR, rtype_sgn, rtype_precision, &temv, in bit_value_unop()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-ccp.c | 1303 signop rtype_sgn, int rtype_precision, in bit_value_unop() argument 1328 *mask = wi::ext (rmask, rtype_precision, rtype_sgn); in bit_value_unop() 1329 *val = wi::ext (rval, rtype_precision, rtype_sgn); in bit_value_unop()
|