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

/external/clang/test/CodeGen/
H A Dppc64le-aggregates.c270 // CHECK: define [5 x <4 x float>] @func_v3f5([5 x <4 x float>] %x.coerce)
271 struct v3f5 func_v3f5(struct v3f5 x) { return x; } function
317 // CHECK: call [5 x <4 x float>] @func_v3f5([5 x <4 x float>] %[[TMP]])
319 void call_v3f5(void) { global_v3f5 = func_v3f5(global_v3f5); }

Completed in 55 milliseconds