Lines Matching full:i64
5 ; Indvars should do the IV arithmetic in the canonical IV type (i64),
8 define void @foo(i64* %A, i64* %B, i64 %n, i64 %a, i64 %s) nounwind {
10 %t0 = icmp sgt i64 %n, 0 ; <i1> [#uses=1]
17 %i.01 = phi i64 [ %t6, %bb ], [ %a, %bb.preheader ] ; <i64> [#uses=3]
18 %t1 = and i64 %i.01, 255 ; <i64> [#uses=1]
19 %t2 = getelementptr i64* %A, i64 %t1 ; <i64*> [#uses=1]
20 store i64 %i.01, i64* %t2, align 8
21 %t6 = add i64 %i.01, %s ; <i64> [#uses=1]