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

References

lib/Target/ARM/ARMISelLowering.cpp
 5232   bool OptimizeMul = (Opc == ISD::SMULO || Opc == ISD::UMULO) &&
 5232   bool OptimizeMul = (Opc == ISD::SMULO || Opc == ISD::UMULO) &&
 5235       (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO ||
 5235       (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO ||
 5235       (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO ||
 5236        Opc == ISD::USUBO || OptimizeMul) &&