Lines Matching full:i64
6 ; CHECK: %i.013 = phi i64 [ 0, %entry ], [ %tmp16.1, %for.body ]
9 define void @foo(double* nocapture %p, i64 %n) nounwind {
11 %mul10 = shl i64 %n, 1 ; <i64> [#uses=2]
15 %i.013 = phi i64 [ %tmp16, %for.body ], [ 0, %entry ] ; <i64> [#uses=2]
16 %arrayidx7 = getelementptr double* %p, i64 %i.013 ; <double*> [#uses=2]
17 %tmp16 = add i64 %i.013, 1 ; <i64> [#uses=3]
18 %arrayidx = getelementptr double* %p, i64 %tmp16 ; <double*> [#uses=1]
23 %exitcond = icmp eq i64 %tmp16, %mul10 ; <i1> [#uses=1]