Searched refs:AggParamTy (Results 1 – 1 of 1) sorted by relevance
834 std::vector<Type *> AggParamTy; in constructFunction() local842 AggParamTy.push_back(value->getType()); in constructFunction()852 AggParamTy.push_back(output->getType()); in constructFunction()860 (ParamTy.size() + AggParamTy.size()) == in constructFunction()869 if (AggregateArgs && !AggParamTy.empty()) { in constructFunction()870 StructTy = StructType::get(M->getContext(), AggParamTy); in constructFunction()