llvm::TargetLoweringBase::isComplexDeinterleavingOperationSupported

Does this target support complex deinterleaving with the given operation and type

Synopsis

Declared in <llvm/CodeGen/TargetLowering.h>

virtual
bool
isComplexDeinterleavingOperationSupported(
    ComplexDeinterleavingOperation Operation,
    Type* Ty) const;

Return Value

True if does this target support complex deinterleaving with the given operation and type.

Parameters

NameDescription
OperationComplex deinterleaving operation kind.
TyType of the constant or operation.