ΒΆtemplate <typename ValTy>
inline NotForbidUndef_match<ValTy>
m_NotForbidUndef(const ValTy& V)

Description

Matches a bitwise 'not' as 'xor V, -1' or 'xor -1, V'. For vectors, the constant value must be composed of only -1 scalar elements.

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

Templates

ValTy

Parameters

const ValTy& V