Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp697 if (match(I, m_UnordFMin(m_Value(), m_Value()))) in isMinMaxPattern()
H A DValueTracking.cpp8110 m_UnordFMin(m_Specific(CmpLHS), m_APFloat(FC2)))) && in matchFastFloatClamp()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h2370 m_UnordFMin(const LHS &L, const RHS &R) { in m_UnordFMin() function