compareTo overloads

Synopses

Declared in <llvm/Support/ScaledNumber.h>

Compare this number to the signed integer N.

int
compareTo(int64_t N) const;

Compare this number to the unsigned integer N.

int
compareTo(uint64_t N) const;

Return Value

‐1 if less, 0 if equal, and 1 if greater.

Parameters

Name

Description

N

Signed integer to compare against.

Created with MrDocs