ΒΆinline cst_pred_ty<
    llvm::PatternMatch::is_maxsignedvalue>
m_MaxSignedValue()

Description

Match an integer or vector with values having all bits except for the high bit set (0x7f...). For vectors, this includes constants with undefined elements.

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