ΒΆtemplate <typename ValTy>
inline BinaryOp_match<
    ValTy,
    cst_pred_ty<llvm::PatternMatch::is_all_ones>,
    Instruction::Xor,
    true>
m_Not(const ValTy& V)

Description

Matches a 'Not' as 'xor V, -1' or 'xor -1, V'.

Declared at: llvm/include/llvm/IR/PatternMatch.h:2289

Templates

ValTy

Parameters

const ValTy& V