Searched refs:func_v6 (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CodeGen/
H A Dppc64le-aggregates.c156 // CHECK: define [6 x <4 x i32>] @func_v6([6 x <4 x i32>] %x.coerce)
157 struct v6 func_v6(struct v6 x) { return x; } function
206 // CHECK: call [6 x <4 x i32>] @func_v6([6 x <4 x i32>] %[[TMP]])
208 void call_v6(void) { global_v6 = func_v6(global_v6); }

Completed in 119 milliseconds