Returns A minus B.
Synopsis
Declared in <llvm/ADT/DynamicAPInt.h>
DynamicAPInt
operator‐(
DynamicAPInt const& A,
int64_t B);
Return Value
Difference of A and B.
Parameters
Name |
Description |
A |
Left‐hand operand. |
B |
Right‐hand operand. |
Created with MrDocs