Searched refs:newArgAttrs (Results 1 – 2 of 2) sorted by relevance
46 SmallVector<MutableDictionaryAttr, 4> newArgAttrs; in eraseFunctionArguments() local48 newArgAttrs.emplace_back(getArgAttrDict(op, i)); in eraseFunctionArguments()52 for (unsigned i = newArgAttrs.size(), e = originalNumArgs; i < e; ++i) in eraseFunctionArguments()59 for (unsigned i = 0, e = newArgAttrs.size(); i != e; ++i) { in eraseFunctionArguments()61 auto argAttr = newArgAttrs[i]; in eraseFunctionArguments()
4586 SmallVector<llvm::AttributeSet, 8> newArgAttrs; in replaceUsesOfNonProtoConstant() local4605 newArgAttrs.push_back(oldAttrs.getParamAttributes(argNo)); in replaceUsesOfNonProtoConstant()4634 oldAttrs.getRetAttributes(), newArgAttrs)); in replaceUsesOfNonProtoConstant()