llvm::UnderlyingObject::operator<=

Return true if this pair's bits are less than or equal to RHS.

Synopsis

Declared in <llvm/ADT/PointerIntPair.h>

bool
operator<=(PointerIntPair<PointerUnion<Value const*, PseudoSourceValue const*>, 1, bool> const& RHS) const;

Return Value

true if the left object is less than or equal to the right object, false otherwise

Parameters

NameDescription
RHSThe right operand