llvm::TargetLoweringBase::isIndexedMaskedStoreLegal

Return true if the specified indexed load is legal on this target.

Synopsis

Declared in <llvm/CodeGen/TargetLowering.h>

bool
isIndexedMaskedStoreLegal(
    unsigned int IdxMode,
    EVT VT) const;

Return Value

True if the specified indexed load is legal on this target.

Parameters

NameDescription
IdxModeIndexed addressing mode.
VTValue type being queried or transformed.