Searched refs:OppShiftLHS (Results 1 – 1 of 1) sorted by relevance
5237 SDValue OppShiftLHS = OppShift.getOperand(0); in extractShiftForRotate() local5238 EVT ShiftedVT = OppShiftLHS.getValueType(); in extractShiftForRotate()5239 if (OppShiftLHS.getOpcode() != ExtractFrom.getOpcode() || in extractShiftForRotate()5240 OppShiftLHS.getOperand(0) != ExtractFrom.getOperand(0) || in extractShiftForRotate()5247 ConstantSDNode *OppLHSCst = isConstOrConstSplat(OppShiftLHS.getOperand(1)); in extractShiftForRotate()5295 return DAG.getNode(Opcode, DL, ResVT, OppShiftLHS, NewShiftNode); in extractShiftForRotate()