ΒΆllvm::APInt RoundingUDiv(const llvm::APInt& A,
const llvm::APInt& B,
APInt::Rounding RM)
llvm::APInt RoundingUDiv(const llvm::APInt& A,
const llvm::APInt& B,
APInt::Rounding RM)
Description
Return A unsign-divided by B, rounded by the given rounding mode.
Declared at: llvm/include/llvm/ADT/APInt.h:2228
Parameters
- const llvm::APInt& A
- const llvm::APInt& B
- APInt::Rounding RM