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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 3532     OtherOpcode = isSigned ? ISD::SREM : ISD::UREM;
 3536     OtherOpcode = isSigned ? ISD::SDIV : ISD::UDIV;
 3537     if (TLI.isOperationLegalOrCustom(OtherOpcode, VT))
 3554     if ((UserOpc == Opcode || UserOpc == OtherOpcode || UserOpc == DivRemOpc) &&
 3558         if (UserOpc == OtherOpcode) {