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

/external/clang/test/CodeGen/
H A Dppc64le-aggregates.c258 // CHECK: define [1 x <4 x float>] @func_v3f1(<3 x float> inreg %x.coerce)
259 struct v3f1 func_v3f1(struct v3f1 x) { return x; } function
293 // CHECK: call [1 x <4 x float>] @func_v3f1(<3 x float> inreg %[[TMP]])
295 void call_v3f1(void) { global_v3f1 = func_v3f1(global_v3f1); }

Completed in 163 milliseconds