Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h532 struct is_maxsignedvalue { struct
538 inline cst_pred_ty<is_maxsignedvalue> m_MaxSignedValue() { in m_MaxSignedValue() argument
539 return cst_pred_ty<is_maxsignedvalue>(); in m_MaxSignedValue()
541 inline api_pred_ty<is_maxsignedvalue> m_MaxSignedValue(const APInt *&V) { in m_MaxSignedValue()