Searched refs:AggParamTy (Results 1 – 1 of 1) sorted by relevance
843 std::vector<Type *> AggParamTy; in constructFunctionDeclaration() local850 AggParamTy.push_back(value->getType()); in constructFunctionDeclaration()860 AggParamTy.push_back(output->getType()); in constructFunctionDeclaration()868 (ParamTy.size() + AggParamTy.size()) == in constructFunctionDeclaration()875 if (!AggParamTy.empty()) { in constructFunctionDeclaration()876 StructTy = StructType::get(M->getContext(), AggParamTy); in constructFunctionDeclaration()