llvm::TargetLowering::expandPEXT

Expand parallel bit extract (compress).

Synopsis

Declared in <llvm/CodeGen/TargetLowering.h>

SDValue
expandPEXT(
    SDNode* N,
    SelectionDAG& DAG) const;

Return Value

The expansion if successful, SDValue() otherwise

Parameters

NameDescription
NNode to expand
DAGSelectionDAG providing context.