LLVM 20.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 (const APInt &V) | |
template<typename ITy > | |
bool | match (ITy *V) |
Public Attributes | |
const APInt & | Val |
Match a specified integer value or vector of all elements of that value.
Definition at line 940 of file PatternMatch.h.
|
inline |
Definition at line 943 of file PatternMatch.h.
|
inline |
Definition at line 945 of file PatternMatch.h.
References llvm::CallingConv::C, llvm::APInt::isSameValue(), and llvm::PatternMatch::specific_intval< AllowPoison >::Val.
const APInt& llvm::PatternMatch::specific_intval< AllowPoison >::Val |
Definition at line 941 of file PatternMatch.h.
Referenced by llvm::PatternMatch::specific_intval< AllowPoison >::match().