Lines Matching full:double
3 define <2 x double> @ld(<2 x double> %p) nounwind optsize ssp {
5 %shuffle = shufflevector <2 x double> %p, <2 x double> undef, <2 x i32> zeroinitializer
6 ret <2 x double> %shuffle
9 define <2 x double> @hd(<2 x double> %p) nounwind optsize ssp {
11 %shuffle = shufflevector <2 x double> %p, <2 x double> undef, <2 x i32> <i32 1, i32 1>
12 ret <2 x double> %shuffle
49 define <4 x float> @f(<4 x float> %x, double* nocapture %y) nounwind uwtable readonly ssp {
53 %u110.i = load double* %y, align 1
54 %tmp8.i = insertelement <2 x double> undef, double %u110.i, i32 0
55 %tmp9.i = bitcast <2 x double> %tmp8.i to <4 x float>