Searched refs:LLVMCountParamTypes (Results 1 – 5 of 5) sorted by relevance
92 unsigned ParamCount = LLVMCountParamTypes(Src); in Clone()
1261 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy);
496 value Tys = caml_alloc_tuple_uninit(LLVMCountParamTypes(FunTy)); in llvm_param_types()
600 func (t Type) ParamTypesCount() int { return int(C.LLVMCountParamTypes(t.C)) }
691 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes() function