Searched refs:Op0IsExtend (Results 1 – 1 of 1) sorted by relevance
14223 bool Op0IsExtend = in performFADDSUB_VLCombine() local14227 (Op0 == Op1 && Op0IsExtend) || in performFADDSUB_VLCombine()14231 if (Op0IsExtend && (Op0.getOperand(1) != Mask || Op0.getOperand(2) != VL)) in performFADDSUB_VLCombine()14232 Op0IsExtend = false; in performFADDSUB_VLCombine()14243 if (!Op0IsExtend) in performFADDSUB_VLCombine()14247 std::swap(Op0IsExtend, Op1IsExtend); in performFADDSUB_VLCombine()14252 if (Op0IsExtend) in performFADDSUB_VLCombine()14257 Opc = Op0IsExtend ? RISCVISD::VFWADD_VL : RISCVISD::VFWADD_W_VL; in performFADDSUB_VLCombine()14259 Opc = Op0IsExtend ? RISCVISD::VFWSUB_VL : RISCVISD::VFWSUB_W_VL; in performFADDSUB_VLCombine()