HomeSort by: relevance | last modified time | path
    Searched defs:rhs1_op0_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
5986 rhs1_op0_type = integer_type_for_mask (rhs1_op0, vinfo);
5989 if (!rhs1_op0_type)
5993 else if (TYPE_PRECISION (rhs1_op0_type)
5996 int tmp0 = (int) TYPE_PRECISION (rhs1_op0_type)
6005 rhs1_type = rhs1_op0_type;
6012 rhs1_type = rhs1_op0_type;
6030 && !rhs1_op0_type
6063 if (rhs1_op0_type
6064 && TYPE_PRECISION (rhs1_op0_type) != TYPE_PRECISION (rhs1_type)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 4603 tree rhs1_op0_type = NULL_TREE, rhs1_op1_type = NULL_TREE; local
4709 rhs1_op0_type = integer_type_for_mask (rhs1_op0, vinfo);
4712 if (!rhs1_op0_type)
4716 else if (TYPE_PRECISION (rhs1_op0_type)
4719 int tmp0 = (int) TYPE_PRECISION (rhs1_op0_type)
4728 rhs1_type = rhs1_op0_type;
4735 rhs1_type = rhs1_op0_type;
4753 && !rhs1_op0_type
4786 if (rhs1_op0_type
4787 && TYPE_PRECISION (rhs1_op0_type) != TYPE_PRECISION (rhs1_type)
    [all...]

Completed in 41 milliseconds