Home | History | Annotate | Download | only in X86

Lines Matching full:obj2

64 %struct.obj2 = type { i64, i32, i16, i8 }
66 declare void @other(%struct.obj2* ) nounwind;
69 define void @example_dec(%struct.obj2* %o) nounwind uwtable ssp {
72 %s64 = getelementptr inbounds %struct.obj2* %o, i64 0, i32 0
83 %s32 = getelementptr inbounds %struct.obj2* %o, i64 0, i32 1
94 %s16 = getelementptr inbounds %struct.obj2* %o, i64 0, i32 2
105 %s8 = getelementptr inbounds %struct.obj2* %o, i64 0, i32 3
115 tail call void @other(%struct.obj2* %o) nounwind
123 define void @example_inc(%struct.obj2* %o) nounwind uwtable ssp {
126 %s64 = getelementptr inbounds %struct.obj2* %o, i64 0, i32 0
137 %s32 = getelementptr inbounds %struct.obj2* %o, i64 0, i32 1
148 %s16 = getelementptr inbounds %struct.obj2* %o, i64 0, i32 2
159 %s8 = getelementptr inbounds %struct.obj2* %o, i64 0, i32 3
169 tail call void @other(%struct.obj2* %o) nounwind