ΒΆ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:2193

Parameters

const llvm::APInt& A
const llvm::APInt& B
APInt::Rounding RM