Return true if the target supports masked compress store.

Synopsis

Declared in <llvm/Analysis/TargetTransformInfo.h>

bool
isLegalMaskedCompressStore(
    Type* DataType,
    Align Alignment) const;

Return Value

True if the target supports masked compress store.

Parameters

Name

Description

DataType

Stored type.

Alignment

Alignment of the store.

Created with MrDocs