Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:ParamTypes

3517     std::vector<Type*> ParamTypes;
3519 ParamTypes.push_back(ArgList[i].V->getType());
3524 Ty = FunctionType::get(RetType, ParamTypes, false);
3923 std::vector<Type*> ParamTypes;
3925 ParamTypes.push_back(ArgList[i].V->getType());
3930 Ty = FunctionType::get(RetType, ParamTypes, false);