Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:LHSC

1360       ConstantInt *LHSC = dyn_cast<ConstantInt>(LHSI->getOperand(1));
1361 if (!LHSC) break;
1362 const APInt &LHSV = LHSC->getValue();
2012 ConstantInt *LHSC = 0;
2013 if (!match(Op0, m_And(m_Value(LHS), m_ConstantInt(LHSC))) ||
2014 LHSC->getValue() != Op0KnownZeroInverted)
2049 ConstantInt *LHSC = 0;
2050 if (!match(Op0, m_And(m_Value(LHS), m_ConstantInt(LHSC))) ||
2051 LHSC->getValue() != Op0KnownZeroInverted)