Lines Matching defs:FormalArg
1343 for (const auto &FormalArg : F->args()) {
1344 if (FormalArg.hasAttribute(Attribute::InReg) ||
1345 FormalArg.hasAttribute(Attribute::StructRet) ||
1346 FormalArg.hasAttribute(Attribute::ByVal)) {
1351 Type *ArgTy = FormalArg.getType();
1358 LLVM_DEBUG(dbgs() << ".. " << FormalArg.getArgNo() << ": "
1369 if (!FormalArg.hasAttribute(Attribute::SExt) &&
1370 !FormalArg.hasAttribute(Attribute::ZExt)) {
1391 if (FormalArg.hasAttribute(Attribute::ZExt)) {
1456 for (const auto &FormalArg : F->args()) {
1457 unsigned ArgNo = FormalArg.getArgNo();
1467 updateValueMap(&FormalArg, ResultReg);