HomeSort by: relevance | last modified time | path
    Searched defs:uns_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-generic.cc 737 tree uns_type; local
741 (type) (((uns_type) (op0 >> (prec - 1))) >> (prec - shifts[i]))
746 uns_type
749 if (i == nunits && TYPE_MODE (uns_type) == TYPE_MODE (type))
757 uns_type, cur_op);
760 cur_op = add_rshift (gsi, uns_type, cur_op, shift_temps);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-generic.cc 774 tree uns_type; local
778 (type) (((uns_type) (op0 >> (prec - 1))) >> (prec - shifts[i]))
783 uns_type
786 if (i == nunits && TYPE_MODE (uns_type) == TYPE_MODE (type))
794 uns_type, cur_op);
797 cur_op = add_rshift (gsi, uns_type, cur_op, shift_temps);

Completed in 58 milliseconds