Searched refs:build_replicated_const (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-generic.c72 build_replicated_const (tree type, tree inner_type, HOST_WIDE_INT value) function
222 low_bits = build_replicated_const (word_type, inner_type, max >> 1);
223 high_bits = build_replicated_const (word_type, inner_type, max & ~(max >> 1));
255 low_bits = build_replicated_const (word_type, inner_type, max >> 1);
256 high_bits = build_replicated_const (word_type, inner_type, max & ~(max >> 1));
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-generic.cc118 build_replicated_const (tree type, unsigned int width, HOST_WIDE_INT value) function
267 low_bits = build_replicated_const (word_type, width, max >> 1);
268 high_bits = build_replicated_const (word_type, width, max & ~(max >> 1));
301 low_bits = build_replicated_const (word_type, width, max >> 1);
302 high_bits = build_replicated_const (word_type, width, max & ~(max >> 1));

Completed in 99 milliseconds