llvm::ceilDiv

Returns the ceiling of LHS divided by RHS.

Synopsis

Declared in <llvm/ADT/DynamicAPInt.h>

DynamicAPInt
ceilDiv(
    DynamicAPInt const& LHS,
    DynamicAPInt const& RHS);

Return Value

Ceiling of LHS divided by RHS.

Parameters

NameDescription
LHSDividend.
RHSDivisor.