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

  /external/clang/test/CodeGen/
ppc64-complex-parms.c 31 short foo_short(_Complex short x) { function
35 // CHECK: define signext i16 @foo_short(i16 {{[%A-Za-z0-9.]+}}, i16 {{[%A-Za-z0-9.]+}}) [[NUW]] {
120 foo_short(2 - 3i);
133 // CHECK: %{{[A-Za-z0-9.]+}} = call signext i16 @foo_short(i16 %[[VAR45]], i16 %[[VAR47]])
ppc64-complex-return.c 32 _Complex short foo_short(_Complex short x) { function
36 // CHECK: define { i16, i16 } @foo_short(i16 {{[%A-Za-z0-9.]+}}, i16 {{[%A-Za-z0-9.]+}}) [[NUW]] {
93 return __real__(foo_short(2 - 3i));
97 // CHECK: [[VAR5:[%A-Za-z0-9.]+]] = call { i16, i16 } @foo_short

Completed in 83 milliseconds