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

#include "llvm/IR/PatternMatch.h"

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

Public Member Functions

 apint_match (const APInt *&R)
 
template<typename ITy >
bool match (ITy *V)
 

Public Attributes

const APInt *& Res
 

Detailed Description

Definition at line 134 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ apint_match()

llvm::PatternMatch::apint_match::apint_match ( const APInt *&  R)
inline

Definition at line 137 of file PatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 139 of file PatternMatch.h.

References C.

Member Data Documentation

◆ Res

const APInt*& llvm::PatternMatch::apint_match::Res

Definition at line 135 of file PatternMatch.h.


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