Searched refs:oldAttrs (Results 1 – 1 of 1) sorted by relevance
2580 llvm::AttributeSet oldAttrs = callSite.getAttributes(); in replaceUsesOfNonProtoConstant() local2583 if (oldAttrs.hasAttributes(llvm::AttributeSet::ReturnIndex)) in replaceUsesOfNonProtoConstant()2586 oldAttrs.getRetAttributes())); in replaceUsesOfNonProtoConstant()2604 if (oldAttrs.hasAttributes(argNo + 1)) in replaceUsesOfNonProtoConstant()2608 oldAttrs.getParamAttributes(argNo + 1))); in replaceUsesOfNonProtoConstant()2613 if (oldAttrs.hasAttributes(llvm::AttributeSet::FunctionIndex)) in replaceUsesOfNonProtoConstant()2615 oldAttrs.getFnAttributes())); in replaceUsesOfNonProtoConstant()