Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DInstructionSimplify.cpp1405 const APInt *ShRAmt, *ShLAmt; in SimplifyLShrInst() local
1407 match(Op0, m_c_Or(m_NUWShl(m_Value(X), m_APInt(ShLAmt)), m_Value(Y))) && in SimplifyLShrInst()
1408 *ShRAmt == *ShLAmt) { in SimplifyLShrInst()