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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 5066 tree comp_scalar_type; local
5080 comp_scalar_type = TREE_TYPE (TREE_OPERAND (cond_expr, 0));
5081 comp_vectype = get_vectype_for_scalar_type (vinfo, comp_scalar_type);
5086 if (types_compatible_p (type, comp_scalar_type)
5089 && !INTEGRAL_TYPE_P (comp_scalar_type))
5107 if (!types_compatible_p (orig_type0, comp_scalar_type))
5115 if (!types_compatible_p (orig_type1, comp_scalar_type))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 3869 tree comp_scalar_type; local
3883 comp_scalar_type = TREE_TYPE (TREE_OPERAND (cond_expr, 0));
3884 comp_vectype = get_vectype_for_scalar_type (vinfo, comp_scalar_type);
3889 if (types_compatible_p (type, comp_scalar_type)
3892 && !INTEGRAL_TYPE_P (comp_scalar_type))
3910 if (!types_compatible_p (orig_type0, comp_scalar_type))
3918 if (!types_compatible_p (orig_type1, comp_scalar_type))

Completed in 32 milliseconds