Returns the remainder of A divided by B.
Synopses
Declared in <llvm/ADT/DynamicAPInt.h>
Returns the remainder of A divided by B.
DynamicAPInt
operator%(
int64_t A,
DynamicAPInt const& B);
Returns the remainder of A divided by B.
DynamicAPInt
operator%(
DynamicAPInt const& A,
int64_t B);
Return Value
Remainder of A divided by B.
Parameters
Name |
Description |
A |
Dividend. |
B |
Divisor. |
Created with MrDocs