| 
    LLVM 22.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 690 of file VPlanPatternMatch.h.
      
  | 
  inline | 
Definition at line 694 of file VPlanPatternMatch.h.
      
  | 
  inline | 
Definition at line 696 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 691 of file VPlanPatternMatch.h.
Referenced by Load_match(), and match().
| Mask_t llvm::VPlanPatternMatch::Load_match< Addr_t, Mask_t >::Mask | 
Definition at line 692 of file VPlanPatternMatch.h.
Referenced by Load_match(), and match().