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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-stmts.cc 1946 poly_uint64 inelts = pbsize / GET_MODE_BITSIZE (elmode); local
1948 if (related_vector_mode (vmode, elmode, inelts).exists (&rmode)
1952 *ptype = build_vector_type (TREE_TYPE (vtype), inelts);
tree-vect-stmts.cc 1946 poly_uint64 inelts = pbsize / GET_MODE_BITSIZE (elmode); local
1948 if (related_vector_mode (vmode, elmode, inelts).exists (&rmode)
1952 *ptype = build_vector_type (TREE_TYPE (vtype), inelts);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-stmts.cc 2137 poly_uint64 inelts = pbsize / GET_MODE_BITSIZE (elmode); local
2139 if (related_vector_mode (vmode, elmode, inelts).exists (&rmode)
2143 *ptype = build_vector_type (TREE_TYPE (vtype), inelts);
tree-vect-stmts.cc 2137 poly_uint64 inelts = pbsize / GET_MODE_BITSIZE (elmode); local
2139 if (related_vector_mode (vmode, elmode, inelts).exists (&rmode)
2143 *ptype = build_vector_type (TREE_TYPE (vtype), inelts);

Completed in 53 milliseconds