Home | History | Annotate | Download | only in IR

Lines Matching refs:Amt

253     ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1));
254 if (Amt == 0)
256 unsigned ShAmt = Amt->getZExtValue();
275 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1));
276 if (Amt == 0)
278 unsigned ShAmt = Amt->getZExtValue();