Home | History | Annotate | Download | only in LoopStrengthReduce

Lines Matching full:i64

26 ; to hold all of i64 IV bits.
27 define void @foobar2(i64 %n) nounwind {
29 icmp eq i64 %n, 0 ; <i1>:0 [#uses=2]
33 %umax = select i1 %0, i64 1, i64 %n ; <i64> [#uses=1]
37 %i.03 = phi i64 [ 0, %bb.nph ], [ %indvar.next, %bb ] ; <i64> [#uses=3]
38 trunc i64 %i.03 to i32 ; <i32>:1 [#uses=1]
40 uitofp i64 %i.03 to double ; <double>:2 [#uses=1]
42 %indvar.next = add i64 %i.03, 1 ; <i64> [#uses=2]
43 %exitcond = icmp eq i64 %indvar.next, %umax ; <i1> [#uses=1]