|
LLVM 22.0.0git
|
Public Member Functions | |
| RemoveMask_match (const Op0_t &In, Op1_t &Out) | |
| template<typename OpTy> | |
| bool | match (OpTy *V) const |
Public Attributes | |
| Op0_t | In |
| Op1_t & | Out |
Definition at line 2527 of file VPlanTransforms.cpp.
|
inline |
Definition at line 2531 of file VPlanTransforms.cpp.
|
inline |
Definition at line 2533 of file VPlanTransforms.cpp.
References In, llvm::PatternMatch::m_LogicalAnd(), llvm::PatternMatch::m_Specific(), llvm::VPlanPatternMatch::m_VPValue(), llvm::PatternMatch::match(), and Out.
| Op0_t RemoveMask_match< Op0_t, Op1_t >::In |
Definition at line 2528 of file VPlanTransforms.cpp.
Referenced by match(), and RemoveMask_match().
| Op1_t& RemoveMask_match< Op0_t, Op1_t >::Out |
Definition at line 2529 of file VPlanTransforms.cpp.
Referenced by match(), and RemoveMask_match().