LLVM API Documentation

Public Member Functions | Public Attributes
llvm::PatternMatch::specific_fpval Struct Reference

#include <PatternMatch.h>

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

List of all members.

Public Member Functions

 specific_fpval (double V)
template<typename ITy >
bool match (ITy *V)

Public Attributes

double Val

Detailed Description

Match a specified floating point value or vector of all elements of that value.

Definition at line 327 of file PatternMatch.h.


Constructor & Destructor Documentation

Definition at line 329 of file PatternMatch.h.


Member Function Documentation

template<typename ITy >
bool llvm::PatternMatch::specific_fpval::match ( ITy *  V) [inline]

Definition at line 332 of file PatternMatch.h.

References llvm::CallingConv::C, and Val.


Member Data Documentation

Definition at line 328 of file PatternMatch.h.

Referenced by match().


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