LLVM 22.0.0git
llvm::PatternMatch::specific_fpval Struct Reference

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

#include "llvm/IR/PatternMatch.h"

Public Member Functions

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

Public Attributes

double Val

Detailed Description

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

Definition at line 987 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ specific_fpval()

llvm::PatternMatch::specific_fpval::specific_fpval ( double V)
inline

Definition at line 990 of file PatternMatch.h.

References Val.

Member Function Documentation

◆ match()

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

Definition at line 992 of file PatternMatch.h.

References llvm::CallingConv::C, llvm::dyn_cast(), llvm::dyn_cast_or_null(), and Val.

Member Data Documentation

◆ Val

double llvm::PatternMatch::specific_fpval::Val

Definition at line 988 of file PatternMatch.h.

Referenced by match(), and specific_fpval().


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