llvm::peekThroughBitcasts

Return the non-bitcasted source operand of V if it exists. If V is not a bitcasted value, it is returned as-is.

Synopsis

Declared in <llvm/CodeGen/SelectionDAGNodes.h>

SDValue
peekThroughBitcasts(SDValue V);

Return Value

The non-bitcasted source operand of V if it exists.

Parameters

NameDescription
VValue to peek through.