Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp695 if (match(I, m_OrdFMax(m_Value(), m_Value()))) in isMinMaxPattern()
H A DValueTracking.cpp8119 m_CombineOr(m_OrdFMax(m_Specific(CmpLHS), m_APFloat(FC2)), in matchFastFloatClamp()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h2324 inline MaxMin_match<FCmpInst, LHS, RHS, ofmax_pred_ty> m_OrdFMax(const LHS &L, in m_OrdFMax() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3718 if (match(&SI, m_OrdFMax(m_Value(X), m_Value(Y)))) in visitSelectInst()