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

/external/llvm/lib/VMCore/
H A DAttributes.cpp273 Attributes OldAttrs = getAttributes(Idx); local
277 Attributes OldAlign = OldAttrs & Attribute::Alignment;
283 Attributes NewAttrs = OldAttrs | Attrs;
284 if (NewAttrs == OldAttrs)
321 Attributes OldAttrs = getAttributes(Idx);
322 Attributes NewAttrs = OldAttrs & ~Attrs;
323 if (NewAttrs == OldAttrs)

Completed in 58 milliseconds