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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm.c605 LLVMTypeRef returns[AC_MAX_ARGS], last_func_type, return_type; local in function:si_build_wrapper_function
607 last_func_type = LLVMGetElementType(LLVMTypeOf(parts[num_parts - 1]));
608 return_type = LLVMGetReturnType(last_func_type);

Completed in 4 milliseconds