Lines Matching defs:ArgNo
195 for (unsigned ArgNo = 0; ArgNo < NumArgs; ++ArgNo)
196 ArgAttrs.push_back(PAL.getParamAttrs(ArgNo));
322 for (unsigned ArgNo : UnusedArgs) {
323 Value *Arg = CB->getArgOperand(ArgNo);
324 CB->setArgOperand(ArgNo, PoisonValue::get(Arg->getType()));
325 CB->removeParamAttrs(ArgNo, UBImplyingAttributes);
448 unsigned ArgNo = CB->getArgOperandNo(U);
450 if (ArgNo >= F->getFunctionType()->getNumParams())
454 assert(CB->getArgOperand(ArgNo) == CB->getOperand(U->getOperandNo()) &&
459 RetOrArg Use = createArg(F, ArgNo);