Home
last modified time | relevance | path

Searched refs:OppShiftLHS (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7172 SDValue OppShiftLHS = OppShift.getOperand(0); in extractShiftForRotate() local
7173 EVT ShiftedVT = OppShiftLHS.getValueType(); in extractShiftForRotate()
7183 ExtractFrom.getOperand(0) == OppShiftLHS && in extractShiftForRotate()
7185 return DAG.getNode(ISD::SHL, DL, ShiftedVT, OppShiftLHS, in extractShiftForRotate()
7211 if (OppShiftLHS.getOpcode() != ExtractFrom.getOpcode() || in extractShiftForRotate()
7212 OppShiftLHS.getOperand(0) != ExtractFrom.getOperand(0) || in extractShiftForRotate()
7217 ConstantSDNode *OppLHSCst = isConstOrConstSplat(OppShiftLHS.getOperand(1)); in extractShiftForRotate()
7265 return DAG.getNode(Opcode, DL, ResVT, OppShiftLHS, NewShiftNode); in extractShiftForRotate()