Searched refs:oldAttrs (Results 1 – 1 of 1) sorted by relevance
2292 llvm::AttributeSet oldAttrs = callSite.getAttributes(); in replaceUsesOfNonProtoConstant() local2295 if (oldAttrs.hasAttributes(llvm::AttributeSet::ReturnIndex)) in replaceUsesOfNonProtoConstant()2298 oldAttrs.getRetAttributes())); in replaceUsesOfNonProtoConstant()2316 if (oldAttrs.hasAttributes(argNo + 1)) in replaceUsesOfNonProtoConstant()2320 oldAttrs.getParamAttributes(argNo + 1))); in replaceUsesOfNonProtoConstant()2325 if (oldAttrs.hasAttributes(llvm::AttributeSet::FunctionIndex)) in replaceUsesOfNonProtoConstant()2327 oldAttrs.getFnAttributes())); in replaceUsesOfNonProtoConstant()