|
LLVM 23.0.0git
|
Match a canonical VPWidenIntOrFpInductionRecipe optionally capturing it. More...
#include "Transforms/Vectorize/VPlanPatternMatch.h"
Public Member Functions | |
| canonical_widen_iv_match ()=default | |
| canonical_widen_iv_match (VPWidenIntOrFpInductionRecipe *&V) | |
| template<typename ArgTy> | |
| bool | match (ArgTy *V) const |
Public Attributes | |
| VPWidenIntOrFpInductionRecipe ** | Capture = nullptr |
Match a canonical VPWidenIntOrFpInductionRecipe optionally capturing it.
Definition at line 813 of file VPlanPatternMatch.h.
|
default |
|
inline |
Definition at line 817 of file VPlanPatternMatch.h.
References Capture.
|
inline |
Definition at line 819 of file VPlanPatternMatch.h.
References Capture, and llvm::dyn_cast().
| VPWidenIntOrFpInductionRecipe** llvm::VPlanPatternMatch::canonical_widen_iv_match::Capture = nullptr |
Definition at line 814 of file VPlanPatternMatch.h.
Referenced by canonical_widen_iv_match(), and match().