; RUN: llc < %s -march=x86 -mattr=sse2 | grep pcmpeqd | count 4 define <4 x i32> @ioo() nounwind { ret <4 x i32> } define <2 x i64> @loo() nounwind { ret <2 x i64> } define <2 x double> @doo() nounwind { ret <2 x double> } define <4 x float> @foo() nounwind { ret <4 x float> }