reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 3512   bool isSigned = (Opcode == ISD::SDIV) || (Opcode == ISD::SREM);
 3512   bool isSigned = (Opcode == ISD::SDIV) || (Opcode == ISD::SREM);
 3531   if ((Opcode == ISD::SDIV) || (Opcode == ISD::UDIV)) {
 3531   if ((Opcode == ISD::SDIV) || (Opcode == ISD::UDIV)) {
 3533     if (TLI.isOperationLegalOrCustom(Opcode, VT))
 3554     if ((UserOpc == Opcode || UserOpc == OtherOpcode || UserOpc == DivRemOpc) &&
 3564           assert(UserOpc == Opcode);