LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::VPlanPatternMatch::specific_intval< BitWidth > Struct Template Reference

Match a specified integer value or vector of all elements of that value. More...

#include "Transforms/Vectorize/VPlanPatternMatch.h"

Public Member Functions

 specific_intval (APInt V)
 
bool match (VPValue *VPV)
 

Public Attributes

APInt Val
 

Detailed Description

template<unsigned BitWidth = 0>
struct llvm::VPlanPatternMatch::specific_intval< BitWidth >

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 56 of file VPlanPatternMatch.h.

Constructor & Destructor Documentation

◆ specific_intval()

template<unsigned BitWidth = 0>
llvm::VPlanPatternMatch::specific_intval< BitWidth >::specific_intval ( APInt  V)
inline

Definition at line 59 of file VPlanPatternMatch.h.

Member Function Documentation

◆ match()

template<unsigned BitWidth = 0>
bool llvm::VPlanPatternMatch::specific_intval< BitWidth >::match ( VPValue VPV)
inline

Member Data Documentation

◆ Val


The documentation for this struct was generated from the following file: