Searched refs:LeftShiftOperand (Results 1 – 1 of 1) sorted by relevance
15479 SDValue LeftShiftOperand = N0->getOperand(0); in combineSubShiftToOrcB() local15495 if (LeftShiftOperand != RightShiftOperand) in combineSubShiftToOrcB()15502 if (!DAG.MaskedValueIsZero(LeftShiftOperand, ~Mask)) in combineSubShiftToOrcB()15505 return DAG.getNode(RISCVISD::ORC_B, SDLoc(N), VT, LeftShiftOperand); in combineSubShiftToOrcB()