Searched refs:AggParamTy (Results 1 – 1 of 1) sorted by relevance
832 std::vector<Type *> AggParamTy; in constructFunction() local839 AggParamTy.push_back(value->getType()); in constructFunction()849 AggParamTy.push_back(output->getType()); in constructFunction()856 (ParamTy.size() + AggParamTy.size()) == in constructFunction()865 if (AggregateArgs && !AggParamTy.empty()) { in constructFunction()866 StructTy = StructType::get(M->getContext(), AggParamTy); in constructFunction()