1; RUN: llc -mtriple arm-apple-darwin -relocation-model pic -filetype asm -o - %s | FileCheck %s
2
3%struct.B = type { i32 }
4%struct.anon = type { void (%struct.B*)*, i32 }
5@str = internal constant [7 x i8] c"i, %d\0A\00"
6@str1 = internal constant [7 x i8] c"j, %d\0A\00"
7
8define internal void @_ZN1B1iEv(%struct.B* %this) {
9entry:
10  %tmp1 = getelementptr %struct.B, %struct.B* %this, i32 0, i32 0
11  %tmp2 = load i32, i32* %tmp1
12  %tmp4 = tail call i32 (i8*, ...) @printf(i8* getelementptr ([7 x i8], [7 x i8]* @str, i32 0, i32 0), i32 %tmp2)
13  ret void
14}
15
16declare i32 @printf(i8*, ...)
17
18define internal void @_ZN1B1jEv(%struct.B* %this) {
19entry:
20  %tmp1 = getelementptr %struct.B, %struct.B* %this, i32 0, i32 0
21  %tmp2 = load i32, i32* %tmp1
22  %tmp4 = tail call i32 (i8*, ...) @printf(i8* getelementptr ([7 x i8], [7 x i8]* @str1, i32 0, i32 0), i32 %tmp2)
23  ret void
24}
25
26define i32 @main() {
27entry:
28  %b.i29 = alloca %struct.B, align 4
29  %b.i1 = alloca %struct.B, align 4
30  %b.i = alloca %struct.B, align 4
31  %tmp2.i = getelementptr %struct.B, %struct.B* %b.i, i32 0, i32 0
32  store i32 4, i32* %tmp2.i
33  br i1 icmp eq (i64 and (i64 zext (i32 ptrtoint (void (%struct.B*)* @_ZN1B1iEv to i32) to i64), i64 4294967296), i64 0), label %_Z3fooiM1BFvvE.exit, label %cond_true.i
34
35cond_true.i:
36  %b2.i = bitcast %struct.B* %b.i to i8*
37  %ctg23.i = getelementptr i8, i8* %b2.i, i32 ashr (i32 trunc (i64 lshr (i64 zext (i32 ptrtoint (void (%struct.B*)* @_ZN1B1iEv to i32) to i64), i64 32) to i32), i32 1)
38  %tmp121314.i = bitcast i8* %ctg23.i to i32 (...)***
39  %tmp15.i = load i32 (...)**, i32 (...)*** %tmp121314.i
40  %tmp151.i = bitcast i32 (...)** %tmp15.i to i8*
41  %ctg2.i = getelementptr i8, i8* %tmp151.i, i32 ptrtoint (void (%struct.B*)* @_ZN1B1iEv to i32)
42  %tmp2021.i = bitcast i8* %ctg2.i to i32 (...)**
43  %tmp22.i = load i32 (...)*, i32 (...)** %tmp2021.i
44  %tmp2223.i = bitcast i32 (...)* %tmp22.i to void (%struct.B*)*
45  br label %_Z3fooiM1BFvvE.exit
46
47_Z3fooiM1BFvvE.exit:
48  %iftmp.2.0.i = phi void (%struct.B*)* [ %tmp2223.i, %cond_true.i ], [ inttoptr (i32 ptrtoint (void (%struct.B*)* @_ZN1B1iEv to i32) to void (%struct.B*)*), %entry ]
49  %b4.i = bitcast %struct.B* %b.i to i8*
50  %ctg25.i = getelementptr i8, i8* %b4.i, i32 ashr (i32 trunc (i64 lshr (i64 zext (i32 ptrtoint (void (%struct.B*)* @_ZN1B1iEv to i32) to i64), i64 32) to i32), i32 1)
51  %tmp3031.i = bitcast i8* %ctg25.i to %struct.B*
52  call void %iftmp.2.0.i(%struct.B* %tmp3031.i)
53  %tmp2.i30 = getelementptr %struct.B, %struct.B* %b.i29, i32 0, i32 0
54  store i32 6, i32* %tmp2.i30
55  br i1 icmp eq (i64 and (i64 zext (i32 ptrtoint (void (%struct.B*)* @_ZN1B1jEv to i32) to i64), i64 4294967296), i64 0), label %_Z3fooiM1BFvvE.exit56, label %cond_true.i46
56
57cond_true.i46:
58  %b2.i35 = bitcast %struct.B* %b.i29 to i8*
59  %ctg23.i36 = getelementptr i8, i8* %b2.i35, i32 ashr (i32 trunc (i64 lshr (i64 zext (i32 ptrtoint (void (%struct.B*)* @_ZN1B1jEv to i32) to i64), i64 32) to i32), i32 1)
60  %tmp121314.i37 = bitcast i8* %ctg23.i36 to i32 (...)***
61  %tmp15.i38 = load i32 (...)**, i32 (...)*** %tmp121314.i37
62  %tmp151.i41 = bitcast i32 (...)** %tmp15.i38 to i8*
63  %ctg2.i42 = getelementptr i8, i8* %tmp151.i41, i32 ptrtoint (void (%struct.B*)* @_ZN1B1jEv to i32)
64  %tmp2021.i43 = bitcast i8* %ctg2.i42 to i32 (...)**
65  %tmp22.i44 = load i32 (...)*, i32 (...)** %tmp2021.i43
66  %tmp2223.i45 = bitcast i32 (...)* %tmp22.i44 to void (%struct.B*)*
67  br label %_Z3fooiM1BFvvE.exit56
68
69_Z3fooiM1BFvvE.exit56:
70  %iftmp.2.0.i49 = phi void (%struct.B*)* [ %tmp2223.i45, %cond_true.i46 ], [ inttoptr (i32 ptrtoint (void (%struct.B*)* @_ZN1B1jEv to i32) to void (%struct.B*)*), %_Z3fooiM1BFvvE.exit ]
71  %b4.i53 = bitcast %struct.B* %b.i29 to i8*
72  %ctg25.i54 = getelementptr i8, i8* %b4.i53, i32 ashr (i32 trunc (i64 lshr (i64 zext (i32 ptrtoint (void (%struct.B*)* @_ZN1B1jEv to i32) to i64), i64 32) to i32), i32 1)
73  %tmp3031.i55 = bitcast i8* %ctg25.i54 to %struct.B*
74  call void %iftmp.2.0.i49(%struct.B* %tmp3031.i55)
75  %tmp2.i2 = getelementptr %struct.B, %struct.B* %b.i1, i32 0, i32 0
76  store i32 -1, i32* %tmp2.i2
77  br i1 icmp eq (i64 and (i64 zext (i32 ptrtoint (void (%struct.B*)* @_ZN1B1iEv to i32) to i64), i64 4294967296), i64 0), label %_Z3fooiM1BFvvE.exit28, label %cond_true.i18
78
79cond_true.i18:
80  %b2.i7 = bitcast %struct.B* %b.i1 to i8*
81  %ctg23.i8 = getelementptr i8, i8* %b2.i7, i32 ashr (i32 trunc (i64 lshr (i64 zext (i32 ptrtoint (void (%struct.B*)* @_ZN1B1iEv to i32) to i64), i64 32) to i32), i32 1)
82  %tmp121314.i9 = bitcast i8* %ctg23.i8 to i32 (...)***
83  %tmp15.i10 = load i32 (...)**, i32 (...)*** %tmp121314.i9
84  %tmp151.i13 = bitcast i32 (...)** %tmp15.i10 to i8*
85  %ctg2.i14 = getelementptr i8, i8* %tmp151.i13, i32 ptrtoint (void (%struct.B*)* @_ZN1B1iEv to i32)
86  %tmp2021.i15 = bitcast i8* %ctg2.i14 to i32 (...)**
87  %tmp22.i16 = load i32 (...)*, i32 (...)** %tmp2021.i15
88  %tmp2223.i17 = bitcast i32 (...)* %tmp22.i16 to void (%struct.B*)*
89  br label %_Z3fooiM1BFvvE.exit28
90
91_Z3fooiM1BFvvE.exit28:
92  %iftmp.2.0.i21 = phi void (%struct.B*)* [ %tmp2223.i17, %cond_true.i18 ], [ inttoptr (i32 ptrtoint (void (%struct.B*)* @_ZN1B1iEv to i32) to void (%struct.B*)*), %_Z3fooiM1BFvvE.exit56 ]
93  %b4.i25 = bitcast %struct.B* %b.i1 to i8*
94  %ctg25.i26 = getelementptr i8, i8* %b4.i25, i32 ashr (i32 trunc (i64 lshr (i64 zext (i32 ptrtoint (void (%struct.B*)* @_ZN1B1iEv to i32) to i64), i64 32) to i32), i32 1)
95  %tmp3031.i27 = bitcast i8* %ctg25.i26 to %struct.B*
96  call void %iftmp.2.0.i21(%struct.B* %tmp3031.i27)
97  ret i32 0
98}
99
100; CHECK-NOT: LPC9
101
102