Searched refs:CallerPAL (Results 1 – 2 of 2) sorted by relevance
398 const AttributeList &CallerPAL = CS.getAttributes(); in promoteCall() local413 AttrBuilder ArgAttrs(CallerPAL.getParamAttributes(ArgNo)); in promoteCall()418 NewArgAttrs.push_back(CallerPAL.getParamAttributes(ArgNo)); in promoteCall()424 AttrBuilder RAttrs(CallerPAL, AttributeList::ReturnIndex); in promoteCall()433 CS.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttributes(), in promoteCall()
4342 const AttributeList &CallerPAL = CS.getAttributes(); in transformConstExprCastCall() local4367 if (!CallerPAL.isEmpty() && !Caller->use_empty()) { in transformConstExprCastCall()4368 AttrBuilder RAttrs(CallerPAL, AttributeList::ReturnIndex); in transformConstExprCastCall()4409 if (AttrBuilder(CallerPAL.getParamAttributes(i)) in transformConstExprCastCall()4418 if (ParamTy != ActTy && CallerPAL.hasParamAttribute(i, Attribute::ByVal)) { in transformConstExprCastCall()4453 !CallerPAL.isEmpty()) { in transformConstExprCastCall()4458 if (CallerPAL.hasAttrSomewhere(Attribute::StructRet, &SRetIdx) && in transformConstExprCastCall()4471 AttrBuilder RAttrs(CallerPAL, AttributeList::ReturnIndex); in transformConstExprCastCall()4487 ArgAttrs.push_back(CallerPAL.getParamAttributes(i)); in transformConstExprCastCall()4514 ArgAttrs.push_back(CallerPAL.getParamAttributes(i)); in transformConstExprCastCall()[all …]