Lines Matching refs:obj2
69 %struct.obj2 = type { i64, i32, i16, i8 }
71 declare void @other(%struct.obj2* ) nounwind;
74 define void @example_dec(%struct.obj2* %o) nounwind uwtable ssp {
77 %s64 = getelementptr inbounds %struct.obj2* %o, i64 0, i32 0
88 %s32 = getelementptr inbounds %struct.obj2* %o, i64 0, i32 1
99 %s16 = getelementptr inbounds %struct.obj2* %o, i64 0, i32 2
110 %s8 = getelementptr inbounds %struct.obj2* %o, i64 0, i32 3
120 tail call void @other(%struct.obj2* %o) nounwind
128 define void @example_inc(%struct.obj2* %o) nounwind uwtable ssp {
131 %s64 = getelementptr inbounds %struct.obj2* %o, i64 0, i32 0
142 %s32 = getelementptr inbounds %struct.obj2* %o, i64 0, i32 1
153 %s16 = getelementptr inbounds %struct.obj2* %o, i64 0, i32 2
164 %s8 = getelementptr inbounds %struct.obj2* %o, i64 0, i32 3
174 tail call void @other(%struct.obj2* %o) nounwind