Lines Matching defs:ArgNo
238 unsigned ArgNo = 0;
239 for (auto *BI = I.arg_begin(); BI != AE; ++BI, ++ArgNo) {
242 if (PAL.hasParamAttr(ArgNo, Attribute::ByVal))
245 if (Formal->onlyReadsMemory() && I.onlyReadsMemory(ArgNo))
249 if (I.doesNotAccessMemory(ArgNo))
271 unsigned ArgNo = AI->getOperandNo();
278 Attribute CallAttr = CallAttrs.getParamAttr(ArgNo, Attr);
279 Attribute FnAttr = F->getParamAttribute(ArgNo, Attr);
300 unsigned ArgNo = 0;
304 if (PAL.hasParamAttr(ArgNo++, Attribute::ByVal))