reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1576 if (!match(Shuf.getOperand(0), m_BinOp(B0)) || 1583 if (match(B0, m_BinOp(m_Value(X), m_Constant(C0))) && 1586 else if (match(B0, m_BinOp(m_Constant(C0), m_Value(X))) && 1593 BinaryOperator::BinaryOps Opc0 = B0->getOpcode(); 1602 if (BinopElts AltB0 = getAlternateBinop(B0, DL)) { 1642 if (!B0->hasOneUse() && !B1->hasOneUse()) 1672 NewBO->copyIRFlags(B0);