Home | History | Annotate | Download | only in IR

Lines Matching full:paramno

1565     auto CheckParam = [&](StringRef Name, unsigned ParamNo) {
1566 if (ParamNo >= FT->getNumParams()) {
1571 if (!FT->getParamType(ParamNo)->isIntegerTy()) {