Searched defs:foo_long (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
H A Dppc64-complex-parms.c43 long foo_long(_Complex long x) { function
47 // CHECK: define i64 @foo_long(i64 {{[%A-Za-z0-9.]+}}, i64 {{[%A-Za-z0-9.]+}}) [[NUW]] {
152 foo_long(2L - 3Li);
165 // CHECK: %{{[A-Za-z0-9.]+}} = call i64 @foo_long(i64 %[[VAR65]], i64 %[[VAR67]])
H A Dppc64-complex-return.c44 _Complex long foo_long(_Complex long x) { function
48 // CHECK: define { i64, i64 } @foo_long(i64 {{[%A-Za-z0-9.]+}}, i64 {{[%A-Za-z0-9.]+}}) [[NUW]] {
111 return __real__(foo_long(2L - 3Li));
115 // CHECK: [[VAR7:[%A-Za-z0-9.]+]] = call { i64, i64 } @foo_long

Completed in 450 milliseconds