Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DDemandedBits.cpp157 if (auto *ShiftAmtC = dyn_cast<ConstantInt>(UserI->getOperand(1))) { in determineLiveOperandBits() local
158 uint64_t ShiftAmt = ShiftAmtC->getLimitedValue(BitWidth - 1); in determineLiveOperandBits()
172 if (auto *ShiftAmtC = dyn_cast<ConstantInt>(UserI->getOperand(1))) { in determineLiveOperandBits() local
173 uint64_t ShiftAmt = ShiftAmtC->getLimitedValue(BitWidth - 1); in determineLiveOperandBits()
184 if (auto *ShiftAmtC = dyn_cast<ConstantInt>(UserI->getOperand(1))) { in determineLiveOperandBits() local
185 uint64_t ShiftAmt = ShiftAmtC->getLimitedValue(BitWidth - 1); in determineLiveOperandBits()