Searched refs:NewAttrs (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/VMCore/
H A DAttributes.cpp283 Attributes NewAttrs = OldAttrs | Attrs; local
284 if (NewAttrs == OldAttrs)
322 Attributes NewAttrs = OldAttrs & ~Attrs; local
323 if (NewAttrs == OldAttrs)
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1274 SmallVector<AttributeWithIndex, 8> NewAttrs; local
1275 NewAttrs.reserve(Attrs.getNumSlots() + 1);
1282 NewAttrs.push_back(AttributeWithIndex::get(0, Attr));
1294 NewAttrs.push_back(AttributeWithIndex::get(NestIdx, NestAttr));
1303 NewAttrs.push_back
1312 NewAttrs.push_back(AttributeWithIndex::get(~0, Attr));
1351 const AttrListPtr &NewPAL = AttrListPtr::get(NewAttrs);

Completed in 161 milliseconds