Lines Matching refs:INTERLEAVE
5 …r-width=4 -enable-interleaved-mem-accesses -instcombine -S | FileCheck %s --check-prefix=INTERLEAVE
213 ; INTERLEAVE-LABEL: @scalarize_induction_variable_03(
214 ; INTERLEAVE: vector.body:
215 ; INTERLEAVE: %[[i0:.+]] = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ]
216 ; INTERLEAVE: %[[i1:.+]] = or i64 %[[i0]], 1
217 ; INTERLEAVE: %[[i2:.+]] = or i64 %[[i0]], 2
218 ; INTERLEAVE: %[[i3:.+]] = or i64 %[[i0]], 3
219 ; INTERLEAVE: %[[i4:.+]] = or i64 %[[i0]], 4
220 ; INTERLEAVE: %[[i5:.+]] = or i64 %[[i0]], 5
221 ; INTERLEAVE: %[[i6:.+]] = or i64 %[[i0]], 6
222 ; INTERLEAVE: %[[i7:.+]] = or i64 %[[i0]], 7
223 ; INTERLEAVE: getelementptr inbounds %pair, %pair* %p, i64 %[[i0]], i32 1
224 ; INTERLEAVE: getelementptr inbounds %pair, %pair* %p, i64 %[[i1]], i32 1
225 ; INTERLEAVE: getelementptr inbounds %pair, %pair* %p, i64 %[[i2]], i32 1
226 ; INTERLEAVE: getelementptr inbounds %pair, %pair* %p, i64 %[[i3]], i32 1
227 ; INTERLEAVE: getelementptr inbounds %pair, %pair* %p, i64 %[[i4]], i32 1
228 ; INTERLEAVE: getelementptr inbounds %pair, %pair* %p, i64 %[[i5]], i32 1
229 ; INTERLEAVE: getelementptr inbounds %pair, %pair* %p, i64 %[[i6]], i32 1
230 ; INTERLEAVE: getelementptr inbounds %pair, %pair* %p, i64 %[[i7]], i32 1