struct specific_fpval

Declaration

struct specific_fpval { /* full declaration omitted */ };

Description

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

Declared at: llvm/include/llvm/IR/PatternMatch.h:632

Member Variables

public double Val

Method Overview

Methods

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

Declared at: llvm/include/llvm/IR/PatternMatch.h:637

Templates

ITy

Parameters

ITy* V

specific_fpval(double V)

Declared at: llvm/include/llvm/IR/PatternMatch.h:635

Parameters

double V