LLVM 22.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
bind_ty (Class *&V) | |
template<typename ITy> | |
bool | match (ITy *V) const |
Public Attributes | |
Class *& | VR |
Definition at line 803 of file PatternMatch.h.
|
inline |
Definition at line 806 of file PatternMatch.h.
References VR.
|
inline |
Definition at line 808 of file PatternMatch.h.
References llvm::dyn_cast(), and VR.
Class*& llvm::PatternMatch::bind_ty< Class >::VR |
Definition at line 804 of file PatternMatch.h.