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