Lines Matching defs:amount
2878 int amount = (isInc ? 1 : -1);
3003 Value *amt = llvm::ConstantInt::get(value->getType(), amount, true);
3032 llvm::Value *amt = llvm::ConstantInt::get(value->getType(), amount, true);
3055 llvm::Value *amt = Builder.getInt32(amount);
3067 llvm::Value *amt = Builder.getInt32(amount);
3080 llvm::Value *amt = llvm::ConstantInt::get(value->getType(), amount);
3086 llvm::ConstantFP::get(value->getType(), amount),
3110 llvm::APFloat(static_cast<float>(amount)));
3113 llvm::APFloat(static_cast<double>(amount)));
3117 llvm::APFloat F(static_cast<float>(amount));
4091 // GNU void* casts amount to no-ops since our void* type is i8*, but this is
4500 // For a given type of LHS the maximum shift amount is width(LHS)-1, however