Lines Matching defs:NewAttr
4193 Attribute NewAttr;
4196 NewAttr = Attribute::getWithByValType(Context, PtrEltTy);
4199 NewAttr = Attribute::getWithStructRetType(Context, PtrEltTy);
4202 NewAttr = Attribute::getWithInAllocaType(Context, PtrEltTy);
4208 Func->addParamAttr(i, NewAttr);
4218 Attribute NewAttr = Attribute::getWithByValType(Context, ByValTy);
4219 Func->addParamAttr(0, NewAttr);
4742 Attribute NewAttr;
4745 NewAttr = Attribute::getWithByValType(Context, PtrEltTy);
4748 NewAttr = Attribute::getWithStructRetType(Context, PtrEltTy);
4751 NewAttr = Attribute::getWithInAllocaType(Context, PtrEltTy);
4757 Attrs = Attrs.addParamAttribute(Context, i, NewAttr);
4808 Attribute NewAttr = Attribute::get(Context, Attribute::ElementType, ElTy);
4809 Attrs = Attrs.addParamAttribute(Context, ArgNo, NewAttr);