Lines Matching refs:IR
2 ; RUN: opt < %s -S -separate-const-offset-from-gep -gvn -dce | FileCheck %s --check-prefix=IR
53 ; IR-LABEL: @sum_of_array(
54 ; IR: [[BASE_PTR:%[a-zA-Z0-9]+]] = getelementptr inbounds [32 x [32 x float]] addrspace(3)* @array,…
55 ; IR: getelementptr float addrspace(3)* [[BASE_PTR]], i64 1
56 ; IR: getelementptr float addrspace(3)* [[BASE_PTR]], i64 32
57 ; IR: getelementptr float addrspace(3)* [[BASE_PTR]], i64 33
96 ; IR-LABEL: @sum_of_array2(
97 ; IR: [[BASE_PTR:%[a-zA-Z0-9]+]] = getelementptr inbounds [32 x [32 x float]] addrspace(3)* @array,…
98 ; IR: getelementptr float addrspace(3)* [[BASE_PTR]], i64 1
99 ; IR: getelementptr float addrspace(3)* [[BASE_PTR]], i64 32
100 ; IR: getelementptr float addrspace(3)* [[BASE_PTR]], i64 33
137 ; IR-LABEL: @sum_of_array3(
138 ; IR: [[BASE_PTR:%[a-zA-Z0-9]+]] = getelementptr inbounds [32 x [32 x float]] addrspace(3)* @array,…
139 ; IR: getelementptr float addrspace(3)* [[BASE_PTR]], i64 1
140 ; IR: getelementptr float addrspace(3)* [[BASE_PTR]], i64 32
141 ; IR: getelementptr float addrspace(3)* [[BASE_PTR]], i64 33