OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foo_short
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
ppc64-complex-parms.c
32
short
foo_short
(_Complex short x) {
function
36
// CHECK: define signext i16 @
foo_short
(i16 {{[%A-Za-z0-9.]+}}, i16 {{[%A-Za-z0-9.]+}}) [[NUW]] {
121
foo_short
(2 - 3i);
134
// 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 175 milliseconds