Searched refs:f40_split (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CodeGen/
H A Darm64-arguments.c599 int f40_split(int i, int i2, int i3, int i4, int i5, int i6, int i7, function
601 // CHECK: define i32 @f40_split(i32 %i, i32 %i2, i32 %i3, i32 %i4, i32 %i5, i32 %i6, i32 %i7, [1 x i32], [2 x i64] %s1.coerce, [2 x i64] %s2.coerce)
606 // CHECK: call i32 @f40_split(i32 1, i32 2, i32 3, i32 4, i32 5, i32 6, i32 7, [1 x i32] undef, [2 x i64] %{{.*}} [2 x i64] %{{.*}})
607 return f40_split(1, 2, 3, 4, 5, 6, 7, g40, g40_2);

Completed in 141 milliseconds