Searched refs:LLVMCountParamTypes (Results 1 – 4 of 4) sorted by relevance
95 unsigned ParamCount = LLVMCountParamTypes(Src); in Clone()
1288 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy);
496 value Tys = caml_alloc_tuple_uninit(LLVMCountParamTypes(FunTy)); in llvm_param_types()
703 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes() function