LLVM 19.0.0git
Public Member Functions | List of all members
llvm::ElementCountComparator Struct Reference

ElementCountComparator creates a total ordering for ElementCount for the purposes of using it in a set structure. More...

#include "Transforms/Vectorize/LoopVectorizationPlanner.h"

Public Member Functions

bool operator() (const ElementCount &LHS, const ElementCount &RHS) const
 

Detailed Description

ElementCountComparator creates a total ordering for ElementCount for the purposes of using it in a set structure.

Definition at line 257 of file LoopVectorizationPlanner.h.

Member Function Documentation

◆ operator()()

bool llvm::ElementCountComparator::operator() ( const ElementCount LHS,
const ElementCount RHS 
) const
inline

Definition at line 258 of file LoopVectorizationPlanner.h.

References LHS, and RHS.


The documentation for this struct was generated from the following file: