reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/PatternMatch.h
 1459     if (!Pred_t::match(Pred))
 1524 inline MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty> m_SMax(const LHS &L,
 1526   return MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty>(L, R);
 1869 inline MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty, true>
 1871   return MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty, true>(L, R);