Searched refs:MulhOpcode (Results 1 – 1 of 1) sorted by relevance
10262 unsigned MulhOpcode = IsSignExt ? ISD::MULHS : ISD::MULHU; in combineShiftToMULH() local10270 !TLI.isOperationLegalOrCustom(MulhOpcode, TransformVT)) in combineShiftToMULH()10273 if (!TLI.isOperationLegalOrCustom(MulhOpcode, NarrowVT)) in combineShiftToMULH()10278 DAG.getNode(MulhOpcode, DL, NarrowVT, LeftOp.getOperand(0), MulhRightOp); in combineShiftToMULH()