Searched refs:pass_long (Results 1 – 2 of 2) sorted by relevance
35 %retval = call i64 (i64, i64, i64) @pass_long(i64 64, i64 65, i64 66)78 ; CHECK-LABEL: pass_long:81 define signext i64 @pass_long(i64 signext %arg0, i64 signext %arg1, i64 signext %arg2) {
39 long pass_long(long arg) { return arg; } in pass_long() function