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

/external/clang/test/CodeGen/
H A Dppc64le-aggregates.c50 // CHECK: define [3 x float] @func_fabc([3 x float] %x.coerce)
51 struct fabc func_fabc(struct fabc x) { return x; } function
121 // CHECK: call [3 x float] @func_fabc([3 x float] %[[TMP]])
123 void call_fabc(void) { global_fabc = func_fabc(global_fabc); }

Completed in 423 milliseconds