LLVM 22.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
AnyUnaryOp_match (const OP_t &X) | |
template<typename OpTy> | |
bool | match (OpTy *V) const |
Public Attributes | |
OP_t | X |
Definition at line 1136 of file PatternMatch.h.
|
inline |
Definition at line 1139 of file PatternMatch.h.
References X.
|
inline |
Definition at line 1141 of file PatternMatch.h.
References llvm::dyn_cast(), I, and X.
OP_t llvm::PatternMatch::AnyUnaryOp_match< OP_t >::X |
Definition at line 1137 of file PatternMatch.h.
Referenced by AnyUnaryOp_match(), and match().