Searched refs:ShiftAmtC (Results 1 – 1 of 1) sorted by relevance
157 if (auto *ShiftAmtC = dyn_cast<ConstantInt>(UserI->getOperand(1))) { in determineLiveOperandBits() local158 uint64_t ShiftAmt = ShiftAmtC->getLimitedValue(BitWidth - 1); in determineLiveOperandBits()172 if (auto *ShiftAmtC = dyn_cast<ConstantInt>(UserI->getOperand(1))) { in determineLiveOperandBits() local173 uint64_t ShiftAmt = ShiftAmtC->getLimitedValue(BitWidth - 1); in determineLiveOperandBits()184 if (auto *ShiftAmtC = dyn_cast<ConstantInt>(UserI->getOperand(1))) { in determineLiveOperandBits() local185 uint64_t ShiftAmt = ShiftAmtC->getLimitedValue(BitWidth - 1); in determineLiveOperandBits()