Home
last modified time | relevance | path

Searched refs:rtype_precision (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-ccp.cc1326 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()