reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
 4557   ArgAttrs.reserve(NumActualArgs);
 4580       ArgAttrs.push_back(AttributeSet::get(Ctx, AB));
 4582       ArgAttrs.push_back(CallerPAL.getParamAttributes(i));
 4589     ArgAttrs.push_back(AttributeSet());
 4609         ArgAttrs.push_back(CallerPAL.getParamAttributes(i));
 4619   assert((ArgAttrs.size() == FT->getNumParams() || FT->isVarArg()) &&
 4622       Ctx, FnAttrs, AttributeSet::get(Ctx, RAttrs), ArgAttrs);