ΒΆllvm::SDValue getBitwiseNotOperand(
    llvm::SDValue V,
    llvm::SDValue Mask,
    bool AllowUndefs)

Description

If \p V is a bitwise not, returns the inverted operand. Otherwise returns an empty SDValue. Only bits set in \p Mask are required to be inverted, other bits may be arbitrary.

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1699

Parameters

llvm::SDValue V
llvm::SDValue Mask
bool AllowUndefs