llvm::SmallVectorImpl<SDep>::operator<=

Lexicographically compare this vector with RHS for less-or-equal.

Synopsis

Declared in <llvm/ADT/SmallVector.h>

bool
operator<=(SmallVectorImpl<SDep> 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