Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:LHSC

1553     ConstantInt *LHSC = dyn_cast<ConstantInt>(LHSI->getOperand(0));
1554 if (!LHSC) break;
1555 const APInt &LHSV = LHSC->getValue();
1564 LHSC);
1572 Builder->CreateOr(LHSI->getOperand(1), RHSV), LHSC);
1579 ConstantInt *LHSC = dyn_cast<ConstantInt>(LHSI->getOperand(1));
1580 if (!LHSC) break;
1581 const APInt &LHSV = LHSC->getValue();
1611 ConstantExpr::getNeg(LHSC));
1620 ConstantExpr::getNeg(LHSC));
2535 ConstantInt *LHSC = nullptr;
2536 if (!match(Op0, m_And(m_Value(LHS), m_ConstantInt(LHSC))) ||
2537 LHSC->getValue() != Op0KnownZeroInverted)
2580 ConstantInt *LHSC = nullptr;
2581 if (!match(Op0, m_And(m_Value(LHS), m_ConstantInt(LHSC))) ||
2582 LHSC->getValue() != Op0KnownZeroInverted)