Searched refs:PAttrs (Results 1 – 2 of 2) sorted by relevance
1112 Attributes PAttrs = CallerPAL.getSlot(i - 1).Attrs; in transformConstExprCastCall() local1113 if (PAttrs & Attribute::VarArgsIncompatible) in transformConstExprCastCall()1148 if (Attributes PAttrs = CallerPAL.getParamAttributes(i + 1)) in transformConstExprCastCall() local1149 attrVec.push_back(AttributeWithIndex::get(i + 1, PAttrs)); in transformConstExprCastCall()1176 if (Attributes PAttrs = CallerPAL.getParamAttributes(i + 1)) in transformConstExprCastCall() local1177 attrVec.push_back(AttributeWithIndex::get(i + 1, PAttrs)); in transformConstExprCastCall()
2749 AttributeSet PAttrs = CallerPAL.getSlotAttributes(i - 1); in transformConstExprCastCall() local2750 if (PAttrs.hasAttribute(Index, Attribute::StructRet)) in transformConstExprCastCall()2785 AttrBuilder PAttrs(CallerPAL.getParamAttributes(i + 1), i + 1); in transformConstExprCastCall() local2786 if (PAttrs.hasAttributes()) in transformConstExprCastCall()2788 PAttrs)); in transformConstExprCastCall()2813 AttrBuilder PAttrs(CallerPAL.getParamAttributes(i + 1), i + 1); in transformConstExprCastCall() local2814 if (PAttrs.hasAttributes()) in transformConstExprCastCall()2816 PAttrs)); in transformConstExprCastCall()