reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
833 for (unsigned I = 0, E = Call->getNumArgOperands(); I < E; ++I) { 833 for (unsigned I = 0, E = Call->getNumArgOperands(); I < E; ++I) { 834 Value *V = Call->getArgOperand(I); 840 if (Attrs.hasParamAttribute(I, Attribute::ByVal) || 841 Attrs.hasParamAttribute(I, Attribute::SwiftSelf) || 842 Attrs.hasParamAttribute(I, Attribute::SwiftError) || 843 Attrs.hasParamAttribute(I, Attribute::InAlloca) || 844 Attrs.hasParamAttribute(I, Attribute::Nest)) 849 if (Attrs.hasParamAttribute(I, Attribute::SExt)) 851 else if (Attrs.hasParamAttribute(I, Attribute::ZExt))