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

References

lib/Target/ARM/ARMISelLowering.cpp
 5181   bool OptimizeMul = (Opc == ISD::SMULO || Opc == ISD::UMULO) &&
 5181   bool OptimizeMul = (Opc == ISD::SMULO || Opc == ISD::UMULO) &&
 5184       (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO ||
 5184       (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO ||
 5184       (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO ||
 5185        Opc == ISD::USUBO || OptimizeMul)) {