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

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
 4452     if (!CallerPAL.isEmpty() && !Caller->use_empty()) {
 4453       AttrBuilder RAttrs(CallerPAL, AttributeList::ReturnIndex);
 4498     if (AttrBuilder(CallerPAL.getParamAttributes(i))
 4507     if (ParamTy != ActTy && CallerPAL.hasParamAttribute(i, Attribute::ByVal)) {
 4542       !CallerPAL.isEmpty()) {
 4547     if (CallerPAL.hasAttrSomewhere(Attribute::StructRet, &SRetIdx) &&
 4560   AttrBuilder RAttrs(CallerPAL, AttributeList::ReturnIndex);
 4577     if (CallerPAL.hasParamAttribute(i, Attribute::ByVal)) {
 4578       AttrBuilder AB(CallerPAL.getParamAttributes(i));
 4582       ArgAttrs.push_back(CallerPAL.getParamAttributes(i));
 4609         ArgAttrs.push_back(CallerPAL.getParamAttributes(i));
 4614   AttributeSet FnAttrs = CallerPAL.getFnAttributes();