Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h471 inline cst_pred_ty<is_maxsignedvalue> m_MaxSignedValue() { in m_MaxSignedValue() function
474 inline api_pred_ty<is_maxsignedvalue> m_MaxSignedValue(const APInt *&V) { in m_MaxSignedValue() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2453 match(Op1, m_MaxSignedValue()) && in visitAnd()