Home
last modified time | relevance | path

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

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