LLVM 18.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 845 of file PatternMatch.h.
|
inline |
Definition at line 848 of file PatternMatch.h.
|
inline |
Definition at line 850 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 846 of file PatternMatch.h.
Referenced by llvm::PatternMatch::specific_intval< AllowUndefs >::match().