Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:UserOpc

2203     unsigned UserOpc = User->getOpcode();
2204 if ((UserOpc == Opcode || UserOpc == OtherOpcode || UserOpc == DivRemOpc) &&
2208 if (UserOpc == OtherOpcode) {
2211 } else if (UserOpc == DivRemOpc) {
2214 assert(UserOpc == Opcode);
2218 if (UserOpc == ISD::SDIV || UserOpc == ISD::UDIV)
2220 else if (UserOpc == ISD::SREM || UserOpc == ISD::UREM)