struct cstval_pred_ty

Declaration

template <typename Predicate, typename ConstantVal>
struct cstval_pred_ty { /* full declaration omitted */ };

Description

This helper class is used to match constant scalars, vector splats, and fixed width vectors that satisfy a specified predicate. For fixed width vector constants, undefined elements are ignored.

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

Templates

Predicate
ConstantVal

Method Overview

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

Methods

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

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

Templates

ITy

Parameters

ITy* V