HomeSort by relevance Sort by last modified time
    Searched refs:func_fab (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGen/
ppc64-elf-abi.c 20 // CHECK-ELFv1: define void @func_fab(%struct.fab* noalias sret %agg.result, i64 %x.coerce)
21 // CHECK-ELFv2: define [2 x float] @func_fab([2 x float] %x.coerce)
23 struct fab func_fab(struct fab x) { return x; } function
ppc64le-aggregates.c 47 // CHECK: define [2 x float] @func_fab([2 x float] %x.coerce)
48 struct fab func_fab(struct fab x) { return x; } function
115 // CHECK: call [2 x float] @func_fab([2 x float] %[[TMP]])
117 void call_fab(void) { global_fab = func_fab(global_fab); }

Completed in 82 milliseconds