Divides by a divisor known to be positive.

Synopsis

Declared in <llvm/ADT/DynamicAPInt.h>

DynamicAPInt
divByPositive(DynamicAPInt const& O) const;

Description

Slightly more efficient than operator/ because it skips an overflow check.

Return Value

Quotient of this value divided by O.

Parameters

Name

Description

O

Positive divisor.

Created with MrDocs