Home
last modified time | relevance | path

Searched refs:build_replicated_const (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-generic.c72 build_replicated_const (tree type, tree inner_type, HOST_WIDE_INT value) in build_replicated_const() function
222 low_bits = build_replicated_const (word_type, inner_type, max >> 1); in do_plus_minus()
223 high_bits = build_replicated_const (word_type, inner_type, max & ~(max >> 1)); in do_plus_minus()
255 low_bits = build_replicated_const (word_type, inner_type, max >> 1); in do_negate()
256 high_bits = build_replicated_const (word_type, inner_type, max & ~(max >> 1)); in do_negate()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-generic.cc118 build_replicated_const (tree type, unsigned int width, HOST_WIDE_INT value) in build_replicated_const() function
267 low_bits = build_replicated_const (word_type, width, max >> 1); in do_plus_minus()
268 high_bits = build_replicated_const (word_type, width, max & ~(max >> 1)); in do_plus_minus()
301 low_bits = build_replicated_const (word_type, width, max >> 1); in do_negate()
302 high_bits = build_replicated_const (word_type, width, max & ~(max >> 1)); in do_negate()
H A DChangeLog-200413987 build_replicated_const, expand_vector_operations_1): Likewise.
16964 * tree-complex.c (build_replicated_const): Likewise.
19072 * tree-complex.c (build_replicated_const): Likewise.
22276 build_replicated_const, do_unop, do_binop, do_plus_minus,
H A DChangeLog-201222744 * tree-vect-generic.c (build_replicated_const): Likewise.
H A DChangeLog-200516242 * tree-complex.c (build_replicated_const, vector_inner_type,
H A DChangeLog-202022592 * tree-vect-generic.c (build_replicated_const): Take the number
H A DChangeLog-201440399 * tree-vect-generic.c (build_replicated_const): Likewise.