Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:ParamTypes

3193     std::vector<Type*> ParamTypes;
3195 ParamTypes.push_back(ArgList[i].V->getType());
3200 Ty = FunctionType::get(RetType, ParamTypes, false);
3589 std::vector<Type*> ParamTypes;
3591 ParamTypes.push_back(ArgList[i].V->getType());
3596 Ty = FunctionType::get(RetType, ParamTypes, false);