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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 5558 tree vectype_unsigned = get_same_sized_vectype (scalar_type_unsigned, local
5620 tree vec_cond_cast = make_ssa_name (vectype_unsigned);
5621 tree vec_cond_cast_rhs = build1 (VIEW_CONVERT_EXPR, vectype_unsigned,
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 6364 tree vectype_unsigned = get_same_sized_vectype (scalar_type_unsigned, local
6426 tree vec_cond_cast = make_ssa_name (vectype_unsigned);
6427 tree vec_cond_cast_rhs = build1 (VIEW_CONVERT_EXPR, vectype_unsigned,

Completed in 30 milliseconds