LLVM 18.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 938 of file PatternMatch.h.
|
inline |
Definition at line 941 of file PatternMatch.h.
|
inline |
Definition at line 943 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 939 of file PatternMatch.h.
Referenced by llvm::PatternMatch::AnyUnaryOp_match< OP_t >::match().