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.cpp834 std::vector<Type *> AggParamTy; in constructFunction() local
842 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()