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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-generic.c666 tree uns_type; local
670 (type) (((uns_type) (op0 >> (prec - 1))) >> (prec - shifts[i]))
675 uns_type
678 if (i == nunits && TYPE_MODE (uns_type) == TYPE_MODE (type))
686 uns_type, cur_op);
689 cur_op = add_rshift (gsi, uns_type, cur_op, shift_temps);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-generic.cc766 tree uns_type; local
770 (type) (((uns_type) (op0 >> (prec - 1))) >> (prec - shifts[i]))
775 uns_type
778 if (i == nunits && TYPE_MODE (uns_type) == TYPE_MODE (type))
786 uns_type, cur_op);
789 cur_op = add_rshift (gsi, uns_type, cur_op, shift_temps);

Completed in 106 milliseconds