LLVM 17.0.0git
|
Match a specified integer value or vector of all elements of that value. More...
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
specific_intval (APInt V) | |
template<typename ITy > | |
bool | match (ITy *V) |
Public Attributes | |
APInt | Val |
Match a specified integer value or vector of all elements of that value.
Definition at line 837 of file PatternMatch.h.
|
inline |
Definition at line 840 of file PatternMatch.h.
|
inline |
Definition at line 842 of file PatternMatch.h.
References llvm::CallingConv::C, llvm::APInt::isSameValue(), and llvm::PatternMatch::specific_intval< AllowUndefs >::Val.
APInt llvm::PatternMatch::specific_intval< AllowUndefs >::Val |
Definition at line 838 of file PatternMatch.h.
Referenced by llvm::PatternMatch::specific_intval< AllowUndefs >::match().