|
LLVM 23.0.0git
|
#include "Transforms/Vectorize/VPlanPatternMatch.h"
Public Member Functions | |
| Load_match (Addr_t Addr, Mask_t Mask) | |
| template<typename OpTy> | |
| bool | match (const OpTy *V) const |
Public Attributes | |
| Addr_t | Addr |
| Mask_t | Mask |
Definition at line 782 of file VPlanPatternMatch.h.
|
inline |
Definition at line 786 of file VPlanPatternMatch.h.
|
inline |
Definition at line 788 of file VPlanPatternMatch.h.
References Addr, llvm::dyn_cast(), and Mask.
| Addr_t llvm::VPlanPatternMatch::Load_match< Addr_t, Mask_t >::Addr |
Definition at line 783 of file VPlanPatternMatch.h.
Referenced by Load_match(), and match().
| Mask_t llvm::VPlanPatternMatch::Load_match< Addr_t, Mask_t >::Mask |
Definition at line 784 of file VPlanPatternMatch.h.
Referenced by Load_match(), and match().