Home
last modified time | relevance | path

Searched refs:AggParamTy (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp832 std::vector<Type *> AggParamTy; in constructFunction() local
839 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()