|
LLVM 22.0.0git
|
Match a call argument at a given argument index. More...
#include "Transforms/Vectorize/VPlanPatternMatch.h"
Public Member Functions | |
| Argument_match (unsigned OpIdx, const Opnd_t &V) | |
| template<typename OpTy> | |
| bool | match (OpTy *V) const |
Public Attributes | |
| unsigned | OpI |
| Call argument index to match. | |
| Opnd_t | Val |
Match a call argument at a given argument index.
Definition at line 749 of file VPlanPatternMatch.h.
|
inline |
Definition at line 754 of file VPlanPatternMatch.h.
|
inline |
Definition at line 756 of file VPlanPatternMatch.h.
References llvm::dyn_cast(), llvm::isa(), OpI, and Val.
| unsigned llvm::VPlanPatternMatch::Argument_match< Opnd_t >::OpI |
Call argument index to match.
Definition at line 751 of file VPlanPatternMatch.h.
Referenced by Argument_match(), and match().
| Opnd_t llvm::VPlanPatternMatch::Argument_match< Opnd_t >::Val |
Definition at line 752 of file VPlanPatternMatch.h.
Referenced by Argument_match(), and match().