Searched refs:ShRAmt (Results 1 – 1 of 1) sorted by relevance
1504 const APInt *ShRAmt, *ShLAmt; in simplifyLShrInst() local1505 if (Q.IIQ.UseInstrInfo && match(Op1, m_APInt(ShRAmt)) && in simplifyLShrInst()1507 *ShRAmt == *ShLAmt) { in simplifyLShrInst()1510 if (ShRAmt->uge(EffWidthY)) in simplifyLShrInst()