|
LLVM
3.7.0
|
Match a specified integer value or vector of all elements of that. More...
#include <PatternMatch.h>
Public Member Functions | |
| specific_intval (uint64_t V) | |
| template<typename ITy > | |
| bool | match (ITy *V) |
Public Attributes | |
| uint64_t | Val |
Match a specified integer value or vector of all elements of that.
Definition at line 364 of file PatternMatch.h.
|
inline |
Definition at line 366 of file PatternMatch.h.
|
inline |
Definition at line 368 of file PatternMatch.h.
References llvm::dyn_cast(), llvm::ConstantInt::getZExtValue(), and Val.
| uint64_t llvm::PatternMatch::specific_intval::Val |
Definition at line 365 of file PatternMatch.h.
Referenced by match().
1.8.6