Home | History | Annotate | Download | only in Inline

Lines Matching full:sphere

11 %struct.sphere = type { %struct.vec3, double, %struct.material, %struct.sphere* }
17 define i32 @caller(%struct.sphere* %i) {
21 %call = call i32 @ray_sphere(%struct.sphere* %i, %struct.ray* byval align 8 %shadow_ray, %struct.spoint* null)
31 define i32 @ray_sphere(%struct.sphere* nocapture %sph, %struct.ray* nocapture byval align 8 %ray, %struct.spoint* %sp) nounwind uwtable ssp {
46 %15 = getelementptr inbounds %struct.sphere, %struct.sphere* %sph, i64 0, i32 0, i32 0
53 %22 = getelementptr inbounds %struct.sphere, %struct.sphere* %sph, i64 0, i32 0, i32 1
61 %30 = getelementptr inbounds %struct.sphere, %struct.sphere* %sph, i64 0, i32 0, i32 2
85 %54 = getelementptr inbounds %struct.sphere, %struct.sphere* %sph, i64 0, i32 1