Home | History | Annotate | Download | only in X86

Lines Matching full:i64

6 define i64 @foo(i64 %x, i64 %y, i64 %n) nounwind {
7 %a = sub i64 0, %y
8 %b = shl i64 %a, %n
9 %c = add i64 %b, %x
10 ret i64 %c
12 define i64 @boo(i64 %x, i64 %y, i64 %n) nounwind {
13 %a = sub i64 0, %y
14 %b = shl i64 %a, %n
15 %c = add i64 %x, %b
16 ret i64 %c