LLVM 19.0.0git
Public Member Functions | List of all members
llvm::VFRange::iterator Class Reference

Iterator to iterate over vectorization factors in a VFRange. More...

#include "Transforms/Vectorize/VPlan.h"

Inheritance diagram for llvm::VFRange::iterator:
Inheritance graph
[legend]

Public Member Functions

 iterator (ElementCount VF)
 
bool operator== (const iterator &Other) const
 
ElementCount operator* () const
 
iteratoroperator++ ()
 
- Public Member Functions inherited from llvm::iterator_facade_base< iterator, std::forward_iterator_tag, ElementCount >
iterator operator+ (std::ptrdiff_t n) const
 
iterator operator- (std::ptrdiff_t n) const
 
iterator & operator++ ()
 
iterator operator++ (int)
 
iterator & operator-- ()
 
iterator operator-- (int)
 
bool operator!= (const iterator &RHS) const
 
bool operator> (const iterator &RHS) const
 
bool operator<= (const iterator &RHS) const
 
bool operator>= (const iterator &RHS) const
 
PointerProxy operator-> () const
 
ReferenceProxy operator[] (std::ptrdiff_t n) const
 

Additional Inherited Members

- Public Types inherited from llvm::iterator_facade_base< iterator, std::forward_iterator_tag, ElementCount >
using iterator_category = std::forward_iterator_tag
 
using value_type = ElementCount
 
using difference_type = std::ptrdiff_t
 
using pointer = ElementCount *
 
using reference = ElementCount &
 
- Protected Types inherited from llvm::iterator_facade_base< iterator, std::forward_iterator_tag, ElementCount >
enum  
 

Detailed Description

Iterator to iterate over vectorization factors in a VFRange.

Definition at line 109 of file VPlan.h.

Constructor & Destructor Documentation

◆ iterator()

llvm::VFRange::iterator::iterator ( ElementCount  VF)
inline

Definition at line 115 of file VPlan.h.

Member Function Documentation

◆ operator*()

ElementCount llvm::VFRange::iterator::operator* ( ) const
inline

Definition at line 119 of file VPlan.h.

◆ operator++()

iterator & llvm::VFRange::iterator::operator++ ( )
inline

Definition at line 121 of file VPlan.h.

◆ operator==()

bool llvm::VFRange::iterator::operator== ( const iterator Other) const
inline

Definition at line 117 of file VPlan.h.

References llvm::Other.


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