Home
last modified time | relevance | path

Searched refs:ShRAmt (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
1335 if (match(Op1, m_APInt(ShRAmt)) && in SimplifyLShrInst()
1337 *ShRAmt == *ShLAmt) { in SimplifyLShrInst()
1341 if (ShRAmt->uge(EffWidthY)) in SimplifyLShrInst()