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

Name

Description

LHS

Dividend.

RHS

Divisor.

Created with MrDocs