Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:LHSC

1391       ConstantInt *LHSC = dyn_cast<ConstantInt>(LHSI->getOperand(1));
1392 if (!LHSC) break;
1393 const APInt &LHSV = LHSC->getValue();
2043 ConstantInt *LHSC = 0;
2044 if (!match(Op0, m_And(m_Value(LHS), m_ConstantInt(LHSC))) ||
2045 LHSC->getValue() != Op0KnownZeroInverted)
2080 ConstantInt *LHSC = 0;
2081 if (!match(Op0, m_And(m_Value(LHS), m_ConstantInt(LHSC))) ||
2082 LHSC->getValue() != Op0KnownZeroInverted)