LLVM API Documentation
Match a specified integer value or vector of all elements of that value. 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 value.
Definition at line 366 of file PatternMatch.h.
llvm::PatternMatch::specific_intval::specific_intval | ( | uint64_t | V | ) | [inline] |
Definition at line 368 of file PatternMatch.h.
bool llvm::PatternMatch::specific_intval::match | ( | ITy * | V | ) | [inline] |
Definition at line 371 of file PatternMatch.h.
References llvm::CallingConv::C, llvm::dyn_cast(), llvm::ConstantInt::getBitWidth(), llvm::ConstantInt::getType(), llvm::ConstantInt::getZExtValue(), llvm::Type::isVectorTy(), and Val.
Definition at line 367 of file PatternMatch.h.
Referenced by match().