reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1353 if (FormalArg.hasAttribute(Attribute::InReg) || 1354 FormalArg.hasAttribute(Attribute::StructRet) || 1355 FormalArg.hasAttribute(Attribute::ByVal)) { 1360 Type *ArgTy = FormalArg.getType(); 1367 LLVM_DEBUG(dbgs() << ".. " << FormalArg.getArgNo() << ": " 1378 if (!FormalArg.hasAttribute(Attribute::SExt) && 1379 !FormalArg.hasAttribute(Attribute::ZExt)) { 1400 if (FormalArg.hasAttribute(Attribute::ZExt)) {