Return true if the specified indexed load is legal on this target.
Declared in <llvm/CodeGen/TargetLowering.h>
bool
isIndexedMaskedStoreLegal(
unsigned int IdxMode,
EVT VT) const;
True if the specified indexed load is legal on this target.
| Name | Description |
|---|---|
| IdxMode | Indexed addressing mode. |
| VT | Value type being queried or transformed. |