Lines Matching refs:RAttrs
830 AttributeSet RAttrs = PAL.getRetAttributes();
837 RAttrs =
839 AttrBuilder(RAttrs, AttributeSet::ReturnIndex).
844 assert(!AttrBuilder(RAttrs, AttributeSet::ReturnIndex).
850 if (RAttrs.hasAttributes(AttributeSet::ReturnIndex))
851 AttributesVec.push_back(AttributeSet::get(NRetTy->getContext(), RAttrs));
888 AttributeSet RAttrs = CallPAL.getRetAttributes();
891 RAttrs =
893 AttrBuilder(RAttrs, AttributeSet::ReturnIndex).
898 if (RAttrs.hasAttributes(AttributeSet::ReturnIndex))
899 AttributesVec.push_back(AttributeSet::get(NF->getContext(), RAttrs));