LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::specific_intval Struct Reference

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

#include "llvm/IR/PatternMatch.h"

Collaboration diagram for llvm::PatternMatch::specific_intval:
Collaboration graph
[legend]

Public Member Functions

 specific_intval (uint64_t V)
 
template<typename ITy >
bool match (ITy *V)
 

Public Attributes

uint64_t Val
 

Detailed Description

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

Definition at line 562 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ specific_intval()

llvm::PatternMatch::specific_intval::specific_intval ( uint64_t  V)
inline

Definition at line 565 of file PatternMatch.h.

Member Function Documentation

◆ match()

template<typename ITy >
bool llvm::PatternMatch::specific_intval::match ( ITy *  V)
inline

Definition at line 567 of file PatternMatch.h.

References llvm::dyn_cast(), and llvm::ConstantInt::getValue().

Member Data Documentation

◆ Val

uint64_t llvm::PatternMatch::specific_intval::Val

Definition at line 563 of file PatternMatch.h.


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