Searched refs:ValuesToReplace (Results 1 – 1 of 1) sorted by relevance
15059 SmallVector<std::pair<SDValue, SDValue>> ValuesToReplace; in combineBinOp_VLToVWBinOp_VL() 15060 ValuesToReplace.reserve(CombinesToApply.size()); in combineBinOp_VLToVWBinOp_VL() 15068 ValuesToReplace.emplace_back(SDValue(Res.Root, 0), NewValue); in combineBinOp_VLToVWBinOp_VL() 15071 for (std::pair<SDValue, SDValue> OldNewValues : ValuesToReplace) { in combineBinOp_VLToVWBinOp_VL() 15056 SmallVector<std::pair<SDValue, SDValue>> ValuesToReplace; combineBinOp_VLToVWBinOp_VL() local