Return true if casting from FromAS to ToAS is valid on this target.
Declared in <llvm/CodeGen/BasicTTIImpl.h>
bool
isValidAddrSpaceCast(
unsigned int FromAS,
unsigned int ToAS) const override;
True if casting from FromAS to ToAS is valid on this target.
| Name | Description |
|---|---|
| FromAS | Source address space. |
| ToAS | Destination address space. |