Searched refs:OldAttrs (Results 1 – 3 of 3) sorted by relevance
270 Attributes OldAttrs = getAttributes(Idx); in addAttr() local274 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() local319 Attributes NewAttrs = OldAttrs & ~Attrs; in removeAttr()320 if (NewAttrs == OldAttrs) in removeAttr()
105 AttributeSet OldAttrs = OldFunc->getAttributes(); in CloneFunctionInto() local110 OldAttrs.getParamAttributes(OldArg.getArgNo() + 1); in CloneFunctionInto()118 OldAttrs.getRetAttributes()) in CloneFunctionInto()120 OldAttrs.getFnAttributes())); in CloneFunctionInto()
112 AttributeList OldAttrs = OldFunc->getAttributes(); in CloneFunctionInto() local118 OldAttrs.getParamAttributes(OldArg.getArgNo()); in CloneFunctionInto()123 AttributeList::get(NewFunc->getContext(), OldAttrs.getFnAttributes(), in CloneFunctionInto()124 OldAttrs.getRetAttributes(), NewArgAttrs)); in CloneFunctionInto()