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

/external/clang/test/CodeGen/
H A Dppc64le-aggregates.c32 // CHECK: define [5 x float] @func_f5([5 x float] %x.coerce)
33 struct f5 func_f5(struct f5 x) { return x; } function
82 // CHECK: call [5 x float] @func_f5([5 x float] %[[TMP]])
84 void call_f5(void) { global_f5 = func_f5(global_f5); }

Completed in 119 milliseconds