reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3520 if (!TLI.isTypeLegal(VT) && !TLI.isOperationCustom(DivRemOpc, VT)) 3525 if (!TLI.isOperationLegalOrCustom(DivRemOpc, VT) && 3554 if ((UserOpc == Opcode || UserOpc == OtherOpcode || UserOpc == DivRemOpc) && 3560 combined = DAG.getNode(DivRemOpc, SDLoc(Node), VTs, Op0, Op1); 3561 } else if (UserOpc == DivRemOpc) {