Searched refs:NewAttrs (Results 1 – 2 of 2) sorted by relevance
280 Attributes NewAttrs = OldAttrs | Attrs; in addAttr() local281 if (NewAttrs == OldAttrs) in addAttr()319 Attributes NewAttrs = OldAttrs & ~Attrs; in removeAttr() local320 if (NewAttrs == OldAttrs) in removeAttr()
1207 SmallVector<AttributeWithIndex, 8> NewAttrs; in transformCallThroughTrampoline() local1208 NewAttrs.reserve(Attrs.getNumSlots() + 1); in transformCallThroughTrampoline()1215 NewAttrs.push_back(AttributeWithIndex::get(0, Attr)); in transformCallThroughTrampoline()1227 NewAttrs.push_back(AttributeWithIndex::get(NestIdx, NestAttr)); in transformCallThroughTrampoline()1236 NewAttrs.push_back in transformCallThroughTrampoline()1245 NewAttrs.push_back(AttributeWithIndex::get(~0, Attr)); in transformCallThroughTrampoline()1284 const AttrListPtr &NewPAL = AttrListPtr::get(NewAttrs.begin(), in transformCallThroughTrampoline()1285 NewAttrs.end()); in transformCallThroughTrampoline()