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 | |
Static Public Member Functions inherited from llvm::PatternMatch::immconstant_ty | |
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.
References VR.
|
inline |
Definition at line 938 of file PatternMatch.h.
References llvm::cast(), llvm::PatternMatch::immconstant_ty::isImmConstant(), and VR.
Constant*& llvm::PatternMatch::bind_immconstant_ty::VR |
Definition at line 934 of file PatternMatch.h.
Referenced by bind_immconstant_ty(), and match().