Searched refs:ShLAmt (Results 1 – 1 of 1) sorted by relevance
1334 const APInt *ShRAmt, *ShLAmt; in SimplifyLShrInst() local1336 match(Op0, m_c_Or(m_NUWShl(m_Value(X), m_APInt(ShLAmt)), m_Value(Y))) && in SimplifyLShrInst()1337 *ShRAmt == *ShLAmt) { in SimplifyLShrInst()