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

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
 4491   for (unsigned i = 0, e = NumCommonArgs; i != e; ++i, ++AI) {
 4491   for (unsigned i = 0, e = NumCommonArgs; i != e; ++i, ++AI) {
 4492     Type *ParamTy = FT->getParamType(i);
 4498     if (AttrBuilder(CallerPAL.getParamAttributes(i))
 4502     if (Call.isInAllocaArgument(i))
 4507     if (ParamTy != ActTy && CallerPAL.hasParamAttribute(i, Attribute::ByVal)) {
 4512       Type *CurElTy = Call.getParamByValType(i);