LLVM API Documentation
#include <PatternMatch.h>

Public Member Functions | |
| bind_const_intval_ty (uint64_t &V) | |
| template<typename ITy > | |
| bool | match (ITy *V) |
Public Attributes | |
| uint64_t & | VR |
Definition at line 350 of file PatternMatch.h.
| llvm::PatternMatch::bind_const_intval_ty::bind_const_intval_ty | ( | uint64_t & | V | ) | [inline] |
Definition at line 352 of file PatternMatch.h.
| bool llvm::PatternMatch::bind_const_intval_ty::match | ( | ITy * | V | ) | [inline] |
Definition at line 355 of file PatternMatch.h.
References VR.
Definition at line 351 of file PatternMatch.h.
Referenced by match().