Searched refs:CallerPAL (Results 1 – 2 of 2) sorted by relevance
474 const AttributeList &CallerPAL = CB.getAttributes(); in promoteCall() local488 AttrBuilder ArgAttrs(CallerPAL.getParamAttributes(ArgNo)); in promoteCall()499 NewArgAttrs.push_back(CallerPAL.getParamAttributes(ArgNo)); in promoteCall()505 AttrBuilder RAttrs(CallerPAL, AttributeList::ReturnIndex); in promoteCall()514 CB.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttributes(), in promoteCall()
2577 const AttributeList &CallerPAL = Call.getAttributes(); in transformConstExprCastCall() local2602 if (!CallerPAL.isEmpty() && !Caller->use_empty()) { in transformConstExprCastCall()2649 if (AttrBuilder(CallerPAL.getParamAttributes(i)) in transformConstExprCastCall()2656 if (CallerPAL.hasParamAttribute(i, Attribute::SwiftError)) in transformConstExprCastCall()2696 !CallerPAL.isEmpty()) { in transformConstExprCastCall()2714 AttrBuilder RAttrs(CallerPAL, AttributeList::ReturnIndex); in transformConstExprCastCall()2731 if (CallerPAL.hasParamAttribute(i, Attribute::ByVal)) { in transformConstExprCastCall()2732 AttrBuilder AB(CallerPAL.getParamAttributes(i)); in transformConstExprCastCall()2736 ArgAttrs.push_back(CallerPAL.getParamAttributes(i)); in transformConstExprCastCall()2763 ArgAttrs.push_back(CallerPAL.getParamAttributes(i)); in transformConstExprCastCall()[all …]