LLVM 23.0.0git
llvm::VPlanPatternMatch::canonical_iv_match Struct Reference

Match the canonical induction variable (IV) of any loop region. More...

#include "Transforms/Vectorize/VPlanPatternMatch.h"

Public Member Functions

template<typename ArgTy>
bool match (const ArgTy *V) const

Detailed Description

Match the canonical induction variable (IV) of any loop region.

Definition at line 789 of file VPlanPatternMatch.h.

Member Function Documentation

◆ match()

template<typename ArgTy>
bool llvm::VPlanPatternMatch::canonical_iv_match::match ( const ArgTy * V) const
inline

Definition at line 790 of file VPlanPatternMatch.h.

References llvm::dyn_cast().


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