Searched refs:LLVMCountParamTypes (Results 1 – 3 of 3) sorted by relevance
905 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy);
332 value Tys = alloc(LLVMCountParamTypes(FunTy), 0); in llvm_param_types()
401 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes() function