Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ArgNo

1398   unsigned ArgNo = 1;
1401 i != e; ++i, ++info_it, ++ArgNo) {
1612 if (ArgNo == 1 && SwapThisWithSRet)
2514 static void checkArgMatches(llvm::Value *Elt, unsigned &ArgNo,
2516 if (ArgNo < FTy->getNumParams())
2517 assert(Elt->getType() == FTy->getParamType(ArgNo));
2520 ++ArgNo;