Searched refs:inner_op_type (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c2293 tree inner_op_type; local
2308 inner_op_type = TREE_TYPE (gimple_assign_rhs1 (stmt));
2313 if ((TYPE_UNSIGNED (inner_op_type)
2314 || TYPE_UNSIGNED (op_type) == TYPE_UNSIGNED (inner_op_type))
2315 && TYPE_PRECISION (op_type) > TYPE_PRECISION (inner_op_type))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc2431 tree inner_op_type; local
2446 inner_op_type = TREE_TYPE (gimple_assign_rhs1 (stmt));
2451 if ((TYPE_UNSIGNED (inner_op_type)
2452 || TYPE_UNSIGNED (op_type) == TYPE_UNSIGNED (inner_op_type))
2453 && TYPE_PRECISION (op_type) > TYPE_PRECISION (inner_op_type))

Completed in 215 milliseconds