Lines Matching full:i64
12 %i = phi i64 [ 0, %entry ], [ %i.next, %for.body ]
13 %x = load i32* getelementptr ([256 x i32]* @x, i32 0, i64 6)
14 store i32 %x, i32* getelementptr ([256 x i32]* @x, i32 0, i64 5)
16 %i.next = add i64 %i, 1
17 %exitcond = icmp eq i64 %i.next, 256
26 define void @f2(i64 %c0) nounwind {
28 %c1 = add i64 %c0, 1
29 %x.ld.addr = getelementptr [256 x i32]* @x, i64 0, i64 %c0
30 %x.st.addr = getelementptr [256 x i32]* @x, i64 0, i64 %c1
34 %i = phi i64 [ 0, %entry ], [ %i.next, %for.body ]
38 %i.next = add i64 %i, 1
39 %exitcond = icmp eq i64 %i.next, 256
53 %i = phi i64 [ 0, %entry ], [ %i.next, %for.body ]
54 %x = load i32* getelementptr ([256 x i32]* @x, i32 0, i64 6)
55 store i32 %x, i32* getelementptr ([256 x i32]* @x, i32 0, i64 6)
57 %i.next = add i64 %i, 1
58 %exitcond = icmp eq i64 %i.next, 256