Searched refs:ShiftAmtC (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDemandedBits.cpp185 const APInt *ShiftAmtC; local
186 if (match(UserI->getOperand(1), m_APInt(ShiftAmtC))) {
187 uint64_t ShiftAmt = ShiftAmtC->getLimitedValue(BitWidth - 1);
202 const APInt *ShiftAmtC; local
203 if (match(UserI->getOperand(1), m_APInt(ShiftAmtC))) {
204 uint64_t ShiftAmt = ShiftAmtC->getLimitedValue(BitWidth - 1);
216 const APInt *ShiftAmtC; local
217 if (match(UserI->getOperand(1), m_APInt(ShiftAmtC))) {
218 uint64_t ShiftAmt = ShiftAmtC->getLimitedValue(BitWidth - 1);

Completed in 212 milliseconds