Home
last modified time | relevance | path

Searched refs:func_7 (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dpr3244.ll13 %4 = tail call i32 (...) @func_7(i64 -4455561449541442965, i32 1)
24 declare i32 @func_7(...)
H A D2008-09-11-CoalescerBug.ll30 %20 = tail call i32 (...) @func_7( i32 %.0 ) nounwind ; <i32> [#uses=0]
38 declare i32 @func_7(...)
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A D2013-07-01-PHIElimBug.mir17 define void @func_7() {
23 name: func_7
/llvm-project-15.0.7/clang/test/Sema/
H A Dempty1.c73 int func_7(struct A *x, struct A *y) { in func_7() function