Lines Matching defs:Amt
45 // This is a value scaled by '1 << the shift amt'.
126 Value *Amt = 0;
128 Amt = NumElements;
130 Amt = ConstantInt::get(AI.getArraySize()->getType(), Scale);
132 Amt = AllocaBuilder.CreateMul(Amt, NumElements);
138 Amt = AllocaBuilder.CreateAdd(Amt, Off);
141 AllocaInst *New = AllocaBuilder.CreateAlloca(CastElTy, Amt);
706 if (ConstantInt *Amt = dyn_cast<ConstantInt>(I->getOperand(1))) {
709 uint64_t ShiftAmt = Amt->getZExtValue();
717 if (ConstantInt *Amt = dyn_cast<ConstantInt>(I->getOperand(1))) {
720 BitsToClear += Amt->getZExtValue();