LLVM 22.0.0git
llvm::SDPatternMatch::SpecificFP_match Struct Reference

#include "llvm/CodeGen/SDPatternMatch.h"

Public Member Functions

 SpecificFP_match (APFloat V)
template<typename MatchContext>
bool match (const MatchContext &Ctx, SDValue V)

Public Attributes

APFloat Val

Detailed Description

Definition at line 1154 of file SDPatternMatch.h.

Constructor & Destructor Documentation

◆ SpecificFP_match()

llvm::SDPatternMatch::SpecificFP_match::SpecificFP_match ( APFloat V)
inlineexplicit

Definition at line 1157 of file SDPatternMatch.h.

References Val.

Member Function Documentation

◆ match()

template<typename MatchContext>
bool llvm::SDPatternMatch::SpecificFP_match::match ( const MatchContext & Ctx,
SDValue V )
inline

Member Data Documentation

◆ Val

APFloat llvm::SDPatternMatch::SpecificFP_match::Val

Definition at line 1155 of file SDPatternMatch.h.

Referenced by match(), and SpecificFP_match().


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