Home | History | Annotate | Download | only in SPARC

Lines Matching full:foo_t

3 %struct.foo_t = type { i32, i32, i32 }
5 define weak void @make_foo(%struct.foo_t* noalias sret %agg.result, i32 %a, i32 %b, i32 %c) nounwind {
10 %0 = getelementptr inbounds %struct.foo_t* %agg.result, i32 0, i32 0
12 %1 = getelementptr inbounds %struct.foo_t* %agg.result, i32 0, i32 1
14 %2 = getelementptr inbounds %struct.foo_t* %agg.result, i32 0, i32 2
25 %f = alloca %struct.foo_t, align 8
26 call void @make_foo(%struct.foo_t* noalias sret %f, i32 10, i32 20, i32 30) nounwind
27 %0 = getelementptr inbounds %struct.foo_t* %f, i32 0, i32 0
29 %2 = getelementptr inbounds %struct.foo_t* %f, i32 0, i32 1
31 %4 = getelementptr inbounds %struct.foo_t* %f, i32 0, i32 2