Does this target support complex deinterleaving with the given operation and type
Declared in <llvm/CodeGen/TargetLowering.h>
virtual
bool
isComplexDeinterleavingOperationSupported(
ComplexDeinterleavingOperation Operation,
Type* Ty) const;
True if does this target support complex deinterleaving with the given operation and type.
| Name | Description |
|---|---|
| Operation | Complex deinterleaving operation kind. |
| Ty | Type of the constant or operation. |