ΒΆllvm::APInt RoundingSDiv(const llvm::APInt& A,
                         const llvm::APInt& B,
                         APInt::Rounding RM)

Description

Return A sign-divided by B, rounded by the given rounding mode.

Declared at: llvm/include/llvm/ADT/APInt.h:2231

Parameters

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