Home | History | Annotate | Download | only in VMCore

Lines Matching refs:Amt

250     ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1));
251 if (Amt == 0)
253 unsigned ShAmt = Amt->getZExtValue();
272 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1));
273 if (Amt == 0)
275 unsigned ShAmt = Amt->getZExtValue();