Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h2377 struct ofmin_pred_ty { struct
2457 inline MaxMin_match<FCmpInst, LHS, RHS, ofmin_pred_ty> m_OrdFMin(const LHS &L, in m_OrdFMin()
2459 return MaxMin_match<FCmpInst, LHS, RHS, ofmin_pred_ty>(L, R); in m_OrdFMin()
2511 inline match_combine_or<MaxMin_match<FCmpInst, LHS, RHS, ofmin_pred_ty>,
2514 return m_CombineOr(MaxMin_match<FCmpInst, LHS, RHS, ofmin_pred_ty>(L, R), in m_OrdOrUnordFMin()