Home | History | Annotate | Download | only in X86

Lines Matching full:i64

4 define i64 @t(i64 %A, i64 %B, i32* %P, i64 *%P2) nounwind {
9 %C = add i64 %A, %B
10 %D = trunc i64 %C to i32
12 %E = shl i64 %C, 32
13 %F = ashr i64 %E, 32
14 volatile store i64 %F, i64 *%P2
16 ret i64 undef