Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c457 num_first_params = LLVMCountParamTypes(function_type); in si_build_wrapper_function()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1236 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp657 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes() function