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 648 of file VPlanPatternMatch.h.
|
inline |
Definition at line 653 of file VPlanPatternMatch.h.
|
inline |
Definition at line 655 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 650 of file VPlanPatternMatch.h.
Referenced by Argument_match(), and match().
Opnd_t llvm::VPlanPatternMatch::Argument_match< Opnd_t >::Val |
Definition at line 651 of file VPlanPatternMatch.h.
Referenced by Argument_match(), and match().