llvm::operator<

Compare a signed 64-bit value with an APSInt for less-than.

Synopsis

Declared in <llvm/ADT/APSInt.h>

bool
operator<(
    int64_t V1,
    APSInt const& V2);

Return Value

true if V1 is less than V2

Parameters

NameDescription
V1signed 64-bit left-hand operand
V2APSInt right-hand operand