Home | History | Annotate | Download | only in InstCombine

Lines Matching full:newattrs

1783       SmallVector<AttributeSet, 8> NewAttrs;
1784 NewAttrs.reserve(Attrs.getNumSlots() + 1);
1791 NewAttrs.push_back(AttributeSet::get(Caller->getContext(),
1804 NewAttrs.push_back(AttributeSet::get(Caller->getContext(),
1816 NewAttrs.push_back(AttributeSet::get(Caller->getContext(),
1826 NewAttrs.push_back(AttributeSet::get(FTy->getContext(),
1867 AttributeSet::get(FTy->getContext(), NewAttrs);