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 this pair's packed bits are <= RHS.
| Name | Description |
|---|---|
| RHS | Right-hand pair. |