reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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) &&