Lines Matching refs:struct2
7 %struct2 = type { i32, i32, i32* }
13 declare void @fn2(%struct2*)
34 define i32 @test2(i32 %a, i32 %b, %struct2* %p) {
36 %p1 = getelementptr inbounds %struct2, %struct2* %p, i32 0, i32 0
37 %p2 = getelementptr inbounds %struct2, %struct2* %p, i32 0, i32 1
38 %p3 = getelementptr inbounds %struct2, %struct2* %p, i32 0, i32 2
52 define i32 @test3(i32 %a, i32 %b, %struct2* %p) {
54 %p1 = getelementptr inbounds %struct2, %struct2* %p, i32 0, i32 0
55 %p2 = getelementptr inbounds %struct2, %struct2* %p, i32 0, i32 1
56 %p3 = getelementptr inbounds %struct2, %struct2* %p, i32 0, i32 2
60 %p4 = getelementptr inbounds %struct2, %struct2* %p, i32 1
61 call void @fn2(%struct2* %p4)