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 1058 of file PatternMatch.h.
|
inline |
Definition at line 1061 of file PatternMatch.h.
|
inline |
Definition at line 1063 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 1059 of file PatternMatch.h.
Referenced by llvm::PatternMatch::AnyUnaryOp_match< OP_t >::match().