Lines Matching refs:node_t
16 ;struct node_t
22 ;extern struct node_t getnode();
27 ; struct node_t n = getnode();
34 %struct.node_t = type { i32, i32, i32, i32, i32* }
38 %n = alloca %struct.node_t, align 4
39 …call void bitcast (void (%struct.node_t*, ...)* @getnode to void (%struct.node_t*)*)(%struct.node_…
40 %array = getelementptr inbounds %struct.node_t, %struct.node_t* %n, i32 0, i32 4
46 %p = getelementptr inbounds %struct.node_t, %struct.node_t* %n, i32 0, i32 3
52 %k = getelementptr inbounds %struct.node_t, %struct.node_t* %n, i32 0, i32 0
58 %n5 = getelementptr inbounds %struct.node_t, %struct.node_t* %n, i32 0, i32 2
64 %m = getelementptr inbounds %struct.node_t, %struct.node_t* %n, i32 0, i32 1
84 declare void @getnode(%struct.node_t* sret, ...)