Compare a signed 64-bit value with an APSInt for less-than.
Declared in <llvm/ADT/APSInt.h>
<llvm/ADT/APSInt.h>
bool operator<( int64_t V1, APSInt const& V2);
true if V1 is less than V2
V1
V2