Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1381 const APInt *ShAmtAPInt; in visitAShr() local
1382 if (match(Op1, m_APInt(ShAmtAPInt)) && ShAmtAPInt->ult(BitWidth)) { in visitAShr()
1383 unsigned ShAmt = ShAmtAPInt->getZExtValue(); in visitAShr()