Searched refs:struct_arg (Results 1 – 2 of 2) sorted by relevance
36 // CHECK: %struct.struct_arg = type { i32, float, i32 }37 typedef struct struct_arg61 // CHECK: %struct.struct_of_structs_arg = type { i32, float, %struct.struct_arg, i32 }227 // CHECK: void @kernel_struct_arg(%struct.struct_arg %arg1.coerce)343 // CHECK: define{{.*}} %struct.struct_arg @func_struct_ret()344 // CHECK: ret %struct.struct_arg zeroinitializer452 … noundef %arg3, i32 noundef %arg4, %struct.struct_arg addrspace(5)* nocapture noundef byval(%struc…
25 void struct_arg(s1 i) {} in struct_arg() function