Compare a signed 64‐bit value with an APSInt for equality.
Synopsis
Declared in <llvm/ADT/APSInt.h>
bool
operator==(
int64_t V1,
APSInt const& V2);
Return Value
true if V1 equals V2
Parameters
Name |
Description |
V1 |
signed 64‐bit left‐hand operand |
V2 |
APSInt right‐hand operand |
Created with MrDocs