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