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