Searched refs:LLVMCountParamTypes (Results 1 – 14 of 14) sorted by relevance
90 unsigned ParamCount = LLVMCountParamTypes(Src); in Clone()
403 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy);
955 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy);
1114 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy);
275 value Tys = alloc(LLVMCountParamTypes(FunTy), 0); in llvm_param_types()
379 value Tys = alloc(LLVMCountParamTypes(FunTy), 0); in llvm_param_types()
448 value Tys = alloc(LLVMCountParamTypes(FunTy), 0); in llvm_param_types()
280 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes() function
494 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes() function
535 func (t Type) ParamTypesCount() int { return int(C.LLVMCountParamTypes(t.C)) }
562 func (t Type) ParamTypesCount() int { return int(C.LLVMCountParamTypes(t.C)) }
641 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes() function
6488 num_first_params = LLVMCountParamTypes(function_type); in si_build_wrapper_function()