Lines Matching full:start
7 define i1 @test_uge_temporary_indices_decompose(i8 %start, i8 %n, i8 %idx) {
11 ; CHECK-NEXT: [[START_ADD_IDX:%.*]] = add nuw nsw i8 [[START:%.*]], [[IDX]]
12 ; CHECK-NEXT: [[START_ADD_N:%.*]] = add nuw nsw i8 [[START]], [[N]]
13 ; CHECK-NEXT: [[START_ADD_1:%.*]] = add nuw nsw i8 [[START]], 1
32 %start.add.idx = add nuw nsw i8 %start, %idx
33 %start.add.n = add nuw nsw i8 %start, %n
34 %start.add.1 = add nuw nsw i8 %start, 1
38 %t.0 = icmp ult i8 %start.add.idx, %start.add.n
39 %f.0 = icmp uge i8 %start.add.idx, %start.add.n
42 %c.1 = icmp ult i8 %start.add.1, %start.add.n
45 %c.2 = icmp ult i8 %start.add.idx, %start.add.1
51 %f.1 = icmp ult i8 %start.add.idx, %start.add.n
52 %t.1 = icmp uge i8 %start.add.idx, %start.add.n
55 %c.3 = icmp ult i8 %start.add.1, %start.add.n
58 %c.4 = icmp ult i8 %start.add.idx, %start.add.1