Lines Matching refs:node_t
17 ;struct node_t
23 ;extern struct node_t getnode();
28 ; struct node_t n = getnode();
35 %struct.node_t = type { i32, i32, i32, i32, i32* }
39 %n = alloca %struct.node_t, align 4
40 …call void bitcast (void (%struct.node_t*, ...)* @getnode to void (%struct.node_t*)*)(%struct.node_…
41 %array = getelementptr inbounds %struct.node_t, %struct.node_t* %n, i32 0, i32 4
47 %p = getelementptr inbounds %struct.node_t, %struct.node_t* %n, i32 0, i32 3
53 %k = getelementptr inbounds %struct.node_t, %struct.node_t* %n, i32 0, i32 0
59 %n5 = getelementptr inbounds %struct.node_t, %struct.node_t* %n, i32 0, i32 2
65 %m = getelementptr inbounds %struct.node_t, %struct.node_t* %n, i32 0, i32 1
85 declare void @getnode(%struct.node_t* sret(%struct.node_t), ...)