|
LLVM 22.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
| PtrAdd_match (const PointerOpTy &PointerOp, const OffsetOpTy &OffsetOp) | |
| template<typename OpTy> | |
| bool | match (OpTy *V) const |
Public Attributes | |
| PointerOpTy | PointerOp |
| OffsetOpTy | OffsetOp |
Definition at line 2034 of file PatternMatch.h.
|
inline |
Definition at line 2038 of file PatternMatch.h.
|
inline |
Definition at line 2041 of file PatternMatch.h.
References llvm::dyn_cast(), GEP, OffsetOp, and PointerOp.
| OffsetOpTy llvm::PatternMatch::PtrAdd_match< PointerOpTy, OffsetOpTy >::OffsetOp |
Definition at line 2036 of file PatternMatch.h.
Referenced by match(), and PtrAdd_match().
| PointerOpTy llvm::PatternMatch::PtrAdd_match< PointerOpTy, OffsetOpTy >::PointerOp |
Definition at line 2035 of file PatternMatch.h.
Referenced by match(), and PtrAdd_match().