Searched refs:vector_rhs (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-loop.c | 5664 tree_code code, tree lhs, tree vector_rhs) in vect_expand_fold_left() argument 5666 tree vectype = TREE_TYPE (vector_rhs); in vect_expand_fold_left() 5677 tree rhs = build3 (BIT_FIELD_REF, scalar_type, vector_rhs, in vect_expand_fold_left()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-loop.cc | 6198 tree_code code, tree lhs, tree vector_rhs) in vect_expand_fold_left() argument 6200 tree vectype = TREE_TYPE (vector_rhs); in vect_expand_fold_left() 6211 tree rhs = build3 (BIT_FIELD_REF, scalar_type, vector_rhs, in vect_expand_fold_left()
|