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