Returns true if A is less than or equal to B.
Synopsis
Declared in <llvm/ADT/DynamicAPInt.h>
bool
operator<=(
int64_t A,
DynamicAPInt const& B);
Return Value
True if A is less than or equal to B.
Parameters
Name |
Description |
A |
Left‐hand operand. |
B |
Right‐hand operand. |
Created with MrDocs