Home
last modified time | relevance | path

Searched refs:func_8 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dlsr-wrap.ll11 declare i32 @func_8(i8 zeroext) nounwind
27 %tmp4 = tail call i32 @func_8(i8 zeroext %tmp3) nounwind ; <i32> [#uses=0]
/llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/
H A D2008-09-09-Overflow.ll10 define i32 @func_8(i8 zeroext %p_9) nounwind {
32 tail call i32 @func_8( i8 zeroext %2 ) nounwind ; <i32>:3 [#uses=0]
/llvm-project-15.0.7/clang/test/Sema/
H A Dempty1.c77 int func_8(struct emp_1 (*x)[10], struct emp_1 (*y)[10]) { in func_8() function