Searched refs:ValidPG (Results 1 – 1 of 1) sorted by relevance
1553 AttrBuilder ValidPG = IdentifyValidPoisonGeneratingAttributes(CB); in AddReturnAttributes() local1554 if (!ValidUB.hasAttributes() && !ValidPG.hasAttributes()) in AddReturnAttributes()1641 if (ValidPG.getAlignment().valueOrOne() < AL.getRetAlignment().valueOrOne()) in AddReturnAttributes()1642 ValidPG.removeAttribute(Attribute::Alignment); in AddReturnAttributes()1643 if (ValidPG.hasAttributes()) { in AddReturnAttributes()1644 Attribute CBRange = ValidPG.getAttribute(Attribute::Range); in AddReturnAttributes()1648 ValidPG.addRangeAttr( in AddReturnAttributes()1665 NewAL = NewAL.addRetAttributes(Context, ValidPG); in AddReturnAttributes()