Home
last modified time | relevance | path

Searched refs:is_maxsignedvalue (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DPatternMatch.h457 struct is_maxsignedvalue { struct
463 inline cst_pred_ty<is_maxsignedvalue> m_MaxSignedValue() { in m_MaxSignedValue() argument
464 return cst_pred_ty<is_maxsignedvalue>(); in m_MaxSignedValue()
466 inline api_pred_ty<is_maxsignedvalue> m_MaxSignedValue(const APInt *&V) { in m_MaxSignedValue()