Searched refs:RAttrs (Results 1 – 3 of 3) sorted by relevance
657 Attributes RAttrs = PAL.getRetAttributes(); in RemoveDeadStuffFromFunction() local720 RAttrs &= ~Attribute::typeIncompatible(NRetTy); in RemoveDeadStuffFromFunction()722 assert((RAttrs & Attribute::typeIncompatible(NRetTy)) == 0 in RemoveDeadStuffFromFunction()725 if (RAttrs) in RemoveDeadStuffFromFunction()726 AttributesVec.push_back(AttributeWithIndex::get(0, RAttrs)); in RemoveDeadStuffFromFunction()786 Attributes RAttrs = CallPAL.getRetAttributes(); in RemoveDeadStuffFromFunction() local789 RAttrs &= ~Attribute::typeIncompatible(NF->getReturnType()); in RemoveDeadStuffFromFunction()790 if (RAttrs) in RemoveDeadStuffFromFunction()791 AttributesVec.push_back(AttributeWithIndex::get(0, RAttrs)); in RemoveDeadStuffFromFunction()
1016 Attributes RAttrs = CallerPAL.getRetAttributes(); in transformConstExprCastCall() local1017 if (RAttrs & Attribute::typeIncompatible(NewRetTy)) in transformConstExprCastCall()1117 Attributes RAttrs = CallerPAL.getRetAttributes(); in transformConstExprCastCall() local1121 RAttrs &= ~Attribute::typeIncompatible(NewRetTy); in transformConstExprCastCall()1124 if (RAttrs) in transformConstExprCastCall()1125 attrVec.push_back(AttributeWithIndex::get(0, RAttrs)); in transformConstExprCastCall()
1766 llvm::Attributes RAttrs = AttrList.getRetAttributes(); in ReplaceUsesOfNonProtoTypeWithRealFunction() local1769 if (RAttrs) in ReplaceUsesOfNonProtoTypeWithRealFunction()1770 AttrVec.push_back(llvm::AttributeWithIndex::get(0, RAttrs)); in ReplaceUsesOfNonProtoTypeWithRealFunction()