LLVM 22.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
bind_immconstant_ty (Constant *&V) | |
template<typename ITy > | |
bool | match (ITy *V) const |
Public Attributes | |
Constant *& | VR |
Additional Inherited Members | |
![]() | |
template<typename ITy > | |
static bool | isImmConstant (ITy *V) |
Definition at line 933 of file PatternMatch.h.
|
inline |
Definition at line 936 of file PatternMatch.h.
|
inline |
Definition at line 938 of file PatternMatch.h.
References llvm::PatternMatch::immconstant_ty::isImmConstant(), and VR.
Constant*& llvm::PatternMatch::bind_immconstant_ty::VR |
Definition at line 934 of file PatternMatch.h.
Referenced by match().