Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:LHSC

1537     ConstantInt *LHSC = dyn_cast<ConstantInt>(LHSI->getOperand(0));
1538 if (!LHSC) break;
1539 const APInt &LHSV = LHSC->getValue();
1548 LHSC);
1556 Builder->CreateOr(LHSI->getOperand(1), RHSV), LHSC);
1563 ConstantInt *LHSC = dyn_cast<ConstantInt>(LHSI->getOperand(1));
1564 if (!LHSC) break;
1565 const APInt &LHSV = LHSC->getValue();
1595 ConstantExpr::getNeg(LHSC));
1604 ConstantExpr::getNeg(LHSC));
2242 ConstantInt *LHSC = 0;
2243 if (!match(Op0, m_And(m_Value(LHS), m_ConstantInt(LHSC))) ||
2244 LHSC->getValue() != Op0KnownZeroInverted)
2279 ConstantInt *LHSC = 0;
2280 if (!match(Op0, m_And(m_Value(LHS), m_ConstantInt(LHSC))) ||
2281 LHSC->getValue() != Op0KnownZeroInverted)