Home | History | Annotate | Download | only in VMCore

Lines Matching refs:Amt

824 static Value *getAISize(LLVMContext &Context, Value *Amt) {
825 if (!Amt)
826 Amt = ConstantInt::get(Type::getInt32Ty(Context), 1);
828 assert(!isa<BasicBlock>(Amt) &&
830 assert(Amt->getType()->isIntegerTy() &&
833 return Amt;