Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SelectOpcode

5222   auto SelectOpcode = [&](unsigned NeededShift, unsigned MulOrDivVariant) {
5231 if ((OppShift.getOpcode() != ISD::SRL || !SelectOpcode(ISD::SHL, ISD::MUL)) &&
5232 (OppShift.getOpcode() != ISD::SHL || !SelectOpcode(ISD::SRL, ISD::UDIV)))