Searched refs:ShRAmt (Results 1 – 1 of 1) sorted by relevance
1334 const APInt *ShRAmt, *ShLAmt; in SimplifyLShrInst() local1335 if (match(Op1, m_APInt(ShRAmt)) && in SimplifyLShrInst()1337 *ShRAmt == *ShLAmt) { in SimplifyLShrInst()1341 if (ShRAmt->uge(EffWidthY)) in SimplifyLShrInst()