Lines Matching refs:nexti
16 ; CHECK: %i = phi i32 [ %count, %entry ], [ %nexti, %loop ]
21 ; CHECK: %nexti = sub i32 %i, 1
56 ; CHECK: %test = icmp eq i32 %nexti, 0
64 %i = phi i32 [ %count, %entry ], [ %nexti, %loop ]
66 %nexti = sub i32 %i, 1
86 %test = icmp eq i32 %nexti, 0
102 ; CHECK: %i = phi i32 [ %count, %entry ], [ %nexti, %loop ]
107 ; CHECK: %nexti = sub i32 %i, 1
141 ; CHECK: %test = icmp eq i32 %nexti, 0
149 %i = phi i32 [ %count, %entry ], [ %nexti, %loop ]
151 %nexti = sub i32 %i, 1
165 %test = icmp eq i32 %nexti, 0