Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8072 SDValue OppShiftLHS = OppShift.getOperand(0); in extractShiftForRotate() local
8073 EVT ShiftedVT = OppShiftLHS.getValueType(); in extractShiftForRotate()
8083 ExtractFrom.getOperand(0) == OppShiftLHS && in extractShiftForRotate()
8085 return DAG.getNode(ISD::SHL, DL, ShiftedVT, OppShiftLHS, in extractShiftForRotate()
8111 if (OppShiftLHS.getOpcode() != ExtractFrom.getOpcode() || in extractShiftForRotate()
8112 OppShiftLHS.getOperand(0) != ExtractFrom.getOperand(0) || in extractShiftForRotate()
8117 ConstantSDNode *OppLHSCst = isConstOrConstSplat(OppShiftLHS.getOperand(1)); in extractShiftForRotate()
8165 return DAG.getNode(Opcode, DL, ResVT, OppShiftLHS, NewShiftNode); in extractShiftForRotate()