Lines Matching full:undef
1 ; Test insertions of memory values into a nonzero index of an undef.
5 ; Test v16i8 insertion into an undef, with an arbitrary index.
11 %ret = insertelement <16 x i8> undef, i8 %val, i32 12
15 ; Test v16i8 insertion into an undef, with the first good index for VLVGP.
21 %ret = insertelement <16 x i8> undef, i8 %val, i32 7
25 ; Test v16i8 insertion into an undef, with the second good index for VLVGP.
31 %ret = insertelement <16 x i8> undef, i8 %val, i32 15
35 ; Test v8i16 insertion into an undef, with an arbitrary index.
41 %ret = insertelement <8 x i16> undef, i16 %val, i32 5
45 ; Test v8i16 insertion into an undef, with the first good index for VLVGP.
51 %ret = insertelement <8 x i16> undef, i16 %val, i32 3
55 ; Test v8i16 insertion into an undef, with the second good index for VLVGP.
61 %ret = insertelement <8 x i16> undef, i16 %val, i32 7
65 ; Test v4i32 insertion into an undef, with an arbitrary index.
71 %ret = insertelement <4 x i32> undef, i32 %val, i32 2
75 ; Test v4i32 insertion into an undef, with the first good index for VLVGP.
81 %ret = insertelement <4 x i32> undef, i32 %val, i32 1
85 ; Test v4i32 insertion into an undef, with the second good index for VLVGP.
91 %ret = insertelement <4 x i32> undef, i32 %val, i32 3
95 ; Test v2i64 insertion into an undef.
101 %ret = insertelement <2 x i64> undef, i64 %val, i32 1
105 ; Test v4f32 insertion into an undef.
111 %ret = insertelement <4 x float> undef, float %val, i32 2
115 ; Test v2f64 insertion into an undef.
121 %ret = insertelement <2 x double> undef, double %val, i32 1