Home
last modified time | relevance | path

Searched refs:ValuesToReplace (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13674 SmallVector<std::pair<SDValue, SDValue>> ValuesToReplace; in combineBinOp_VLToVWBinOp_VL() local
13675 ValuesToReplace.reserve(CombinesToApply.size()); in combineBinOp_VLToVWBinOp_VL()
13683 ValuesToReplace.emplace_back(SDValue(Res.Root, 0), NewValue); in combineBinOp_VLToVWBinOp_VL()
13686 for (std::pair<SDValue, SDValue> OldNewValues : ValuesToReplace) { in combineBinOp_VLToVWBinOp_VL()