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