Lines Matching defs:FormalArg
1355 for (const auto &FormalArg : F->args()) {
1356 if (FormalArg.hasAttribute(Attribute::InReg) ||
1357 FormalArg.hasAttribute(Attribute::StructRet) ||
1358 FormalArg.hasAttribute(Attribute::ByVal)) {
1363 Type *ArgTy = FormalArg.getType();
1370 LLVM_DEBUG(dbgs() << ".. " << FormalArg.getArgNo() << ": "
1381 if (!FormalArg.hasAttribute(Attribute::SExt) &&
1382 !FormalArg.hasAttribute(Attribute::ZExt)) {
1403 if (FormalArg.hasAttribute(Attribute::ZExt)) {
1468 for (const auto &FormalArg : F->args()) {
1469 unsigned ArgNo = FormalArg.getArgNo();
1479 updateValueMap(&FormalArg, ResultReg);