Return the non‐extracted vector source operand of V if it exists. If V is not an extracted subvector, it is returned as‐is.

Synopsis

Declared in <llvm/CodeGen/SelectionDAGNodes.h>

SDValue
peekThroughExtractSubvectors(SDValue V);

Return Value

The non‐extracted vector source operand of V if it exists.

Parameters

Name

Description

V

Value to peek through.

Created with MrDocs