Lines Matching defs:S1
4 // CHECK: @__const._Z3fooi.sc = private unnamed_addr constant %struct.S1 { i32 106, i32 107, i32 0 }, align 4
5 // CHECK: @__const._Z3fooi.t = private unnamed_addr constant [3 x %struct.T] [%struct.T { [2 x i32] [i32 48, i32 49], %struct.S1 { i32 50, i32 51, i32 52 } }, %struct.T { [2 x i32] [i32 53, i32 54], %struct.S1 { i32 55, i32 56, i32 57 } }, %struct.T { [2 x i32] [i32 10, i32 0], %struct.S1 zeroinitializer }], align 16
25 struct S1 {
30 S1 sc = {
35 // CHECK: %x = getelementptr inbounds nuw %struct.S1, ptr %s, i32 0, i32 0
37 // CHECK: %y = getelementptr inbounds nuw %struct.S1, ptr %s, i32 0, i32 1
39 // CHECK: %z = getelementptr inbounds nuw %struct.S1, ptr %s, i32 0, i32 2
41 S1 s = {
55 struct S1 s;
69 // CHECK: %x4 = getelementptr inbounds nuw %struct.S1, ptr %s3, i32 0, i32 0
71 // CHECK: %y5 = getelementptr inbounds nuw %struct.S1, ptr %s3, i32 0, i32 1
73 // CHECK: %z6 = getelementptr inbounds nuw %struct.S1, ptr %s3, i32 0, i32 2