llvm::peekThroughOneUseBitcasts

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

Synopsis

Declared in <llvm/CodeGen/SelectionDAGNodes.h>

SDValue
peekThroughOneUseBitcasts(SDValue V);

Return Value

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

Parameters

NameDescription
VValue to peek through.