Lines Matching full:inbounds
9 ;CHECK: cost of 1 for instruction: {{.*}} getelementptr inbounds i8*
10 %a0 = getelementptr inbounds i8* undef, i32 0
11 ;CHECK: cost of 1 for instruction: {{.*}} getelementptr inbounds i16*
12 %a1 = getelementptr inbounds i16* undef, i32 0
13 ;CHECK: cost of 1 for instruction: {{.*}} getelementptr inbounds i32*
14 %a2 = getelementptr inbounds i32* undef, i32 0
16 ;CHECK: cost of 1 for instruction: {{.*}} getelementptr inbounds i64*
17 %a3 = getelementptr inbounds i64* undef, i32 0
21 ;CHECK: cost of 1 for instruction: {{.*}} getelementptr inbounds float*
22 %a4 = getelementptr inbounds float* undef, i32 0
23 ;CHECK: cost of 1 for instruction: {{.*}} getelementptr inbounds double*
24 %a5 = getelementptr inbounds double* undef, i32 0
28 ;CHECK: cost of 1 for instruction: {{.*}} getelementptr inbounds <4 x i8>*
29 %a7 = getelementptr inbounds <4 x i8>* undef, i32 0
30 ;CHECK: cost of 1 for instruction: {{.*}} getelementptr inbounds <4 x i16>*
31 %a8 = getelementptr inbounds <4 x i16>* undef, i32 0
32 ;CHECK: cost of 1 for instruction: {{.*}} getelementptr inbounds <4 x i32>*
33 %a9 = getelementptr inbounds <4 x i32>* undef, i32 0
34 ;CHECK: cost of 1 for instruction: {{.*}} getelementptr inbounds <4 x i64>*
35 %a10 = getelementptr inbounds <4 x i64>* undef, i32 0
36 ;CHECK: cost of 1 for instruction: {{.*}} getelementptr inbounds <4 x float>*
37 %a11 = getelementptr inbounds <4 x float>* undef, i32 0
38 ;CHECK: cost of 1 for instruction: {{.*}} getelementptr inbounds <4 x double>*
39 %a12 = getelementptr inbounds <4 x double>* undef, i32 0