Home
last modified time | relevance | path

Searched refs:ShRAmt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1504 const APInt *ShRAmt, *ShLAmt; in simplifyLShrInst() local
1505 if (Q.IIQ.UseInstrInfo && match(Op1, m_APInt(ShRAmt)) && in simplifyLShrInst()
1507 *ShRAmt == *ShLAmt) { in simplifyLShrInst()
1510 if (ShRAmt->uge(EffWidthY)) in simplifyLShrInst()