Home
last modified time | relevance | path

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

/external/llvm/lib/VMCore/
DAttributes.cpp270 Attributes OldAttrs = getAttributes(Idx); in addAttr() local
274 Attributes OldAlign = OldAttrs & Attribute::Alignment; in addAttr()
280 Attributes NewAttrs = OldAttrs | Attrs; in addAttr()
281 if (NewAttrs == OldAttrs) in addAttr()
318 Attributes OldAttrs = getAttributes(Idx); in removeAttr() local
319 Attributes NewAttrs = OldAttrs & ~Attrs; in removeAttr()
320 if (NewAttrs == OldAttrs) in removeAttr()