LLVM: llvm::VPlanPatternMatch::is_specific_int Struct Reference (original) (raw)

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

#include "[Transforms/Vectorize/VPlanPatternMatch.h](VPlanPatternMatch%5F8h%5Fsource.html)"

Detailed Description

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

Constructor & Destructor Documentation

llvm::VPlanPatternMatch::is_specific_int::is_specific_int ( APInt Val) inline

Member Function Documentation

isValue()

bool llvm::VPlanPatternMatch::is_specific_int::isValue ( const APInt & C) const inline

Member Data Documentation

Val

APInt llvm::VPlanPatternMatch::is_specific_int::Val


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