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

Match VPValues that represent live-ins: VPIRValues and (plain) VPSymbolicValues. More...

#include "Transforms/Vectorize/VPlanPatternMatch.h"

Public Member Functions

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

Detailed Description

Match VPValues that represent live-ins: VPIRValues and (plain) VPSymbolicValues.

VPRegionValues (which inherit from VPSymbolicValue) are not live-ins and are excluded.

Definition at line 1087 of file VPlanPatternMatch.h.

Member Function Documentation

◆ match()

template<typename ITy>
bool llvm::VPlanPatternMatch::LiveIn_match::match ( ITy * V) const
inline

Definition at line 1088 of file VPlanPatternMatch.h.

References llvm::isa().


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