Lexicographically compare this vector with RHS for less-or-equal.
Declared in <llvm/ADT/SmallVector.h>
bool
operator<=(SmallVectorImpl<MemoryLocation> const& RHS) const;
true if the left object is less than or equal to the right object, false otherwise
| Name | Description |
|---|---|
| RHS | The right operand |