Searched refs:OppShiftLHS (Results 1 – 1 of 1) sorted by relevance
8536 SDValue OppShiftLHS = OppShift.getOperand(0); in extractShiftForRotate() local8537 EVT ShiftedVT = OppShiftLHS.getValueType(); in extractShiftForRotate()8547 ExtractFrom.getOperand(0) == OppShiftLHS && in extractShiftForRotate()8549 return DAG.getNode(ISD::SHL, DL, ShiftedVT, OppShiftLHS, in extractShiftForRotate()8575 if (OppShiftLHS.getOpcode() != ExtractFrom.getOpcode() || in extractShiftForRotate()8576 OppShiftLHS.getOperand(0) != ExtractFrom.getOperand(0) || in extractShiftForRotate()8581 ConstantSDNode *OppLHSCst = isConstOrConstSplat(OppShiftLHS.getOperand(1)); in extractShiftForRotate()8629 return DAG.getNode(Opcode, DL, ResVT, OppShiftLHS, NewShiftNode); in extractShiftForRotate()