Searched refs:ShLAmt (Results 1 – 1 of 1) sorted by relevance
1504 const APInt *ShRAmt, *ShLAmt; in simplifyLShrInst() local1506 match(Op0, m_c_Or(m_NUWShl(m_Value(X), m_APInt(ShLAmt)), m_Value(Y))) && in simplifyLShrInst()1507 *ShRAmt == *ShLAmt) { in simplifyLShrInst()