Home | History | Annotate | Download | only in X86

Lines Matching full:i64

11 define <2 x i64> @test3(i64 %arg) nounwind {
13 %A = and i64 %arg, 1234567
14 %B = insertelement <2 x i64> zeroinitializer, i64 %A, i32 0
15 ret <2 x i64> %B
18 define <2 x i64> @test2(i64 %arg) nounwind {
20 %A = and i64 %arg, 1234567
21 %B = insertelement <2 x i64> undef, i64 %A, i32 0
22 ret <2 x i64> %B