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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 5656 tree idx_eltype = TREE_TYPE (TREE_TYPE (induction_index)); local
5657 unsigned HOST_WIDE_INT el_size = tree_to_uhwi (TYPE_SIZE (idx_eltype));
5668 idx_val = make_ssa_name (idx_eltype);
5670 build3 (BIT_FIELD_REF, idx_eltype,
5688 new_idx_val = make_ssa_name (idx_eltype);
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 6462 tree idx_eltype = TREE_TYPE (TREE_TYPE (induction_index)); local
6463 unsigned HOST_WIDE_INT el_size = tree_to_uhwi (TYPE_SIZE (idx_eltype));
6474 idx_val = make_ssa_name (idx_eltype);
6476 build3 (BIT_FIELD_REF, idx_eltype,
6494 new_idx_val = make_ssa_name (idx_eltype);

Completed in 40 milliseconds