|
LLVM 23.0.0git
|
Match a specified signed or unsigned integer value. More...
#include "Transforms/Vectorize/VPlanPatternMatch.h"
Public Member Functions | |
| is_specific_int (APInt Val, bool IsSigned=false) | |
| bool | isValue (const APInt &C) const |
Public Attributes | |
| APInt | Val |
| bool | IsSigned |
Match a specified signed or unsigned integer value.
Definition at line 122 of file VPlanPatternMatch.h.
|
inline |
Definition at line 126 of file VPlanPatternMatch.h.
References IsSigned, llvm::move(), and Val.
Definition at line 129 of file VPlanPatternMatch.h.
References llvm::CallingConv::C, llvm::APInt::isSameValue(), IsSigned, and Val.
| bool llvm::VPlanPatternMatch::is_specific_int::IsSigned |
Definition at line 124 of file VPlanPatternMatch.h.
Referenced by is_specific_int(), and isValue().
| APInt llvm::VPlanPatternMatch::is_specific_int::Val |
Definition at line 123 of file VPlanPatternMatch.h.
Referenced by is_specific_int(), and isValue().