LLVM 22.0.0git
|
Match an integer constant or vector of constants if Pred::isValue returns true for the APInt. More...
#include "Transforms/Vectorize/VPlanPatternMatch.h"
Public Member Functions | |
int_pred_ty (Pred P) | |
int_pred_ty () | |
bool | match (VPValue *VPV) const |
Public Attributes | |
Pred | P |
Match an integer constant or vector of constants if Pred::isValue returns true for the APInt.
BitWidth
optionally specifies the bitwidth the matched constant must have. If it is 0, the matched constant can have any bitwidth.
Definition at line 86 of file VPlanPatternMatch.h.
|
inline |
Definition at line 89 of file VPlanPatternMatch.h.
|
inline |
Definition at line 90 of file VPlanPatternMatch.h.
|
inline |
Definition at line 92 of file VPlanPatternMatch.h.
References llvm::BitWidth, llvm::CallingConv::C, llvm::VPValue::getLiveInIRValue(), llvm::VPValue::isLiveIn(), and llvm::VPlanPatternMatch::int_pred_ty< Pred, BitWidth >::P.
Pred llvm::VPlanPatternMatch::int_pred_ty< Pred, BitWidth >::P |
Definition at line 87 of file VPlanPatternMatch.h.
Referenced by llvm::VPlanPatternMatch::int_pred_ty< Pred, BitWidth >::match().