|
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 1022 of file PatternMatch.h.
|
inline |
Definition at line 1025 of file PatternMatch.h.
References VR.
|
inline |
Definition at line 1027 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 1023 of file PatternMatch.h.
Referenced by bind_const_intval_ty(), and match().