struct TargetTransformInfo::ReductionFlags

Declaration

struct TargetTransformInfo::ReductionFlags { /* full declaration omitted */ };

Description

Flags describing the kind of vector reduction.

Declared at: llvm/include/llvm/Analysis/TargetTransformInfo.h:1408

Member Variables

public bool IsMaxOp = false
public bool IsSigned = false
Whether the operation is a signed int reduction.
public bool NoNaN = false

Method Overview

Methods

ΒΆReductionFlags()

Declared at: llvm/include/llvm/Analysis/TargetTransformInfo.h:1409