Lines Matching full:i64
3 define i64 @foo() nounwind {
18 %a = phi i64 [ 0, %bb ], [ 0, %entry ]
19 tail call void asm "", "{cx}"(i64 %a) nounwind
20 %t15 = and i64 %a, 4294967295
21 ret i64 %t15
24 define i64 @bar(i64 %t0) nounwind {
25 call void asm "", "{cx}"(i64 0) nounwind
26 %t1 = sub i64 0, %t0
27 %t2 = and i64 %t1, 4294967295
28 ret i64 %t2