Lines Matching refs:S1
22 %struct.S1 = type { i32, i32, i32 }
24 ; CHECK-DAG: @S = global %struct.S1 { i32 31, i32 32, i32 33 }
25 ; CHECK-DAG: @Salias = alias i32, getelementptr inbounds (%struct.S1, %struct.S1* @S, i32 0, i32 1)
26 ; CHECK-DAG: @Salias2 = alias i32, getelementptr inbounds (%struct.S1, %struct.S1* @S, i32 0, i32 1)
27 ; CHECK-DAG: @Salias3 = alias i32, getelementptr inbounds (%struct.S1, %struct.S1* @S, i32 0, i32 1)
29 @S = global %struct.S1 { i32 31, i32 32, i32 33 }, align 4
30 @Salias = alias i32, getelementptr inbounds (%struct.S1, %struct.S1* @S, i32 0, i32 1)
34 ; CHECK-DAG: @Salias4 = alias %struct.S1, %struct.S1* @S
35 ; CHECK-DAG: @Salias5 = alias i32, getelementptr inbounds (%struct.S1, %struct.S1* @S, i32 0, i32 1)
37 @Salias4 = alias %struct.S1, %struct.S1* @S
38 @Salias5 = alias i32, getelementptr inbounds (%struct.S1, %struct.S1* @Salias4, i32 0, i32 1)