Lines Matching full:i64
21 define <4 x i64> @castC(<2 x i64> %m) nounwind uwtable readnone ssp {
23 %shuffle.i = shufflevector <2 x i64> %m, <2 x i64> zeroinitializer, <4 x i32> <i32 0, i32 1, i32 2, i32 2>
24 ret <4 x i64> %shuffle.i
35 define <2 x i64> @castE(<4 x i64> %m) nounwind uwtable readnone ssp {
37 %shuffle.i = shufflevector <4 x i64> %m, <4 x i64> %m, <2 x i32> <i32 0, i32 1>
38 ret <2 x i64> %shuffle.i