LLVM
8.0.1
|
Match a specified integer value or vector of all elements of that. More...
#include "llvm/IR/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 562 of file PatternMatch.h.
|
inline |
Definition at line 565 of file PatternMatch.h.
|
inline |
Definition at line 567 of file PatternMatch.h.
References llvm::dyn_cast(), and llvm::ConstantInt::getValue().
uint64_t llvm::PatternMatch::specific_intval::Val |
Definition at line 563 of file PatternMatch.h.