LLVM 22.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
bind_const_intval_ty (uint64_t &V) | |
template<typename ITy> | |
bool | match (ITy *V) const |
Public Attributes | |
uint64_t & | VR |
Definition at line 1010 of file PatternMatch.h.
|
inline |
Definition at line 1013 of file PatternMatch.h.
References VR.
|
inline |
Definition at line 1015 of file PatternMatch.h.
References llvm::APInt::getActiveBits(), llvm::APInt::getZExtValue(), match(), and VR.
Referenced by match().
uint64_t& llvm::PatternMatch::bind_const_intval_ty::VR |
Definition at line 1011 of file PatternMatch.h.
Referenced by bind_const_intval_ty(), and match().