Divides A by B in place.

Synopsis

Declared in <llvm/ADT/DynamicAPInt.h>

DynamicAPInt&
operator/=(
    DynamicAPInt& A,
    int64_t B);

Return Value

Reference to the updated A.

Parameters

Name

Description

A

Value to update.

B

Divisor.

Created with MrDocs