Searched refs:ValidPG (Results 1 – 1 of 1) sorted by relevance
1467 AttrBuilder ValidPG = IdentifyValidPoisonGeneratingAttributes(CB); in AddReturnAttributes() local1468 if (!ValidUB.hasAttributes() && !ValidPG.hasAttributes()) in AddReturnAttributes()1555 if (ValidPG.getAlignment().valueOrOne() < AL.getRetAlignment().valueOrOne()) in AddReturnAttributes()1556 ValidPG.removeAttribute(Attribute::Alignment); in AddReturnAttributes()1557 if (ValidPG.hasAttributes()) { in AddReturnAttributes()1558 Attribute CBRange = ValidPG.getAttribute(Attribute::Range); in AddReturnAttributes()1562 ValidPG.addRangeAttr( in AddReturnAttributes()1579 NewAL = NewAL.addRetAttributes(Context, ValidPG); in AddReturnAttributes()