struct apf_pred_ty

Declaration

template <typename Predicate>
struct apf_pred_ty { /* full declaration omitted */ };

Description

This helper class is used to match scalar and vector constants that satisfy a specified predicate, and bind them to an APFloat. Undefs are allowed in splat vector constants.

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

Templates

Predicate

Member Variables

public const llvm::APFloat*& Res

Method Overview

Methods

apf_pred_ty<Predicate>(const llvm::APFloat*& R)

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

Parameters

const llvm::APFloat*& R

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

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

Templates

ITy

Parameters

ITy* V