Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp843 std::vector<Type *> AggParamTy; in constructFunctionDeclaration() local
850 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()