Return true if the specified indexed load for the given type is legal.

Synopsis

Declared in <llvm/Analysis/TargetTransformInfo.h>

bool
isIndexedLoadLegal(
    MemIndexedMode Mode,
    Type* Ty) const;

Return Value

True if the specified indexed load for the given type is legal.

Parameters

Name

Description

Mode

Indexed addressing mode.

Ty

Type of the loaded value.

Created with MrDocs