Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp1334 const APInt *ShRAmt, *ShLAmt; in SimplifyLShrInst() local
1336 match(Op0, m_c_Or(m_NUWShl(m_Value(X), m_APInt(ShLAmt)), m_Value(Y))) && in SimplifyLShrInst()
1337 *ShRAmt == *ShLAmt) { in SimplifyLShrInst()