Searched refs:ShiftAmtC (Results 1 – 3 of 3) sorted by relevance
185 const APInt *ShiftAmtC; in determineLiveOperandBits() local186 if (match(UserI->getOperand(1), m_APInt(ShiftAmtC))) { in determineLiveOperandBits()187 uint64_t ShiftAmt = ShiftAmtC->getLimitedValue(BitWidth - 1); in determineLiveOperandBits()202 const APInt *ShiftAmtC; in determineLiveOperandBits() local203 if (match(UserI->getOperand(1), m_APInt(ShiftAmtC))) { in determineLiveOperandBits()204 uint64_t ShiftAmt = ShiftAmtC->getLimitedValue(BitWidth - 1); in determineLiveOperandBits()216 const APInt *ShiftAmtC; in determineLiveOperandBits() local217 if (match(UserI->getOperand(1), m_APInt(ShiftAmtC))) { in determineLiveOperandBits()218 uint64_t ShiftAmt = ShiftAmtC->getLimitedValue(BitWidth - 1); in determineLiveOperandBits()
208 const APInt *ShiftAmtC; in determineLiveOperandBits() local209 if (match(UserI->getOperand(1), m_APInt(ShiftAmtC))) { in determineLiveOperandBits()210 uint64_t ShiftAmt = ShiftAmtC->getLimitedValue(BitWidth - 1); in determineLiveOperandBits()225 const APInt *ShiftAmtC; in determineLiveOperandBits() local226 if (match(UserI->getOperand(1), m_APInt(ShiftAmtC))) { in determineLiveOperandBits()227 uint64_t ShiftAmt = ShiftAmtC->getLimitedValue(BitWidth - 1); in determineLiveOperandBits()239 const APInt *ShiftAmtC; in determineLiveOperandBits() local240 if (match(UserI->getOperand(1), m_APInt(ShiftAmtC))) { in determineLiveOperandBits()241 uint64_t ShiftAmt = ShiftAmtC->getLimitedValue(BitWidth - 1); in determineLiveOperandBits()
7165 uint64_t ShiftAmtC = WideVal.getConstantOperandVal(1); in mergeTruncStores() local7166 if (ShiftAmtC % NarrowNumBits != 0) in mergeTruncStores()7169 Offset = ShiftAmtC / NarrowNumBits; in mergeTruncStores()