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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 5870 tree rhs1_op0_type = NULL_TREE, rhs1_op1_type = NULL_TREE; local
5987 rhs1_op1_type = integer_type_for_mask (rhs1_op1, vinfo);
5991 else if (!rhs1_op1_type)
5994 != TYPE_PRECISION (rhs1_op1_type))
5998 int tmp1 = (int) TYPE_PRECISION (rhs1_op1_type)
6003 rhs1_type = rhs1_op1_type;
6031 && !rhs1_op1_type)
6067 if (rhs1_op1_type
6068 && TYPE_PRECISION (rhs1_op1_type) != TYPE_PRECISION (rhs1_type))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 4603 tree rhs1_op0_type = NULL_TREE, rhs1_op1_type = NULL_TREE; local
4710 rhs1_op1_type = integer_type_for_mask (rhs1_op1, vinfo);
4714 else if (!rhs1_op1_type)
4717 != TYPE_PRECISION (rhs1_op1_type))
4721 int tmp1 = (int) TYPE_PRECISION (rhs1_op1_type)
4726 rhs1_type = rhs1_op1_type;
4754 && !rhs1_op1_type)
4790 if (rhs1_op1_type
4791 && TYPE_PRECISION (rhs1_op1_type) != TYPE_PRECISION (rhs1_type))

Completed in 196 milliseconds