Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8070 SDValue OppShiftLHS = OppShift.getOperand(0); in extractShiftForRotate() local
8071 EVT ShiftedVT = OppShiftLHS.getValueType(); in extractShiftForRotate()
8081 ExtractFrom.getOperand(0) == OppShiftLHS && in extractShiftForRotate()
8083 return DAG.getNode(ISD::SHL, DL, ShiftedVT, OppShiftLHS, in extractShiftForRotate()
8109 if (OppShiftLHS.getOpcode() != ExtractFrom.getOpcode() || in extractShiftForRotate()
8110 OppShiftLHS.getOperand(0) != ExtractFrom.getOperand(0) || in extractShiftForRotate()
8115 ConstantSDNode *OppLHSCst = isConstOrConstSplat(OppShiftLHS.getOperand(1)); in extractShiftForRotate()
8163 return DAG.getNode(Opcode, DL, ResVT, OppShiftLHS, NewShiftNode); in extractShiftForRotate()