Return true if this pair's bits are less than or equal to RHS.
Declared in <llvm/ADT/PointerIntPair.h>
bool
operator<=(PointerIntPair<PointerUnion<Value const*, PseudoSourceValue const*>, 1, bool> 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 |