Home | History | Annotate | Download | only in IR

Lines Matching defs:Amt

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