LLVM 22.0.0git
|
Match a specified integer value or vector of all elements of that value. More...
#include "Transforms/Vectorize/VPlanPatternMatch.h"
Public Member Functions | |
is_specific_int (APInt Val) | |
bool | isValue (const APInt &C) const |
Public Attributes | |
APInt | Val |
Match a specified integer value or vector of all elements of that value.
BitWidth
optionally specifies the bitwidth the matched constant must have. If it is 0, the matched constant can have any bitwidth.
Definition at line 125 of file VPlanPatternMatch.h.
|
inline |
Definition at line 128 of file VPlanPatternMatch.h.
References llvm::move(), and Val.
Definition at line 130 of file VPlanPatternMatch.h.
References llvm::CallingConv::C, llvm::APInt::isSameValue(), and Val.
APInt llvm::VPlanPatternMatch::is_specific_int::Val |
Definition at line 126 of file VPlanPatternMatch.h.
Referenced by is_specific_int(), and isValue().