HomeSort by: relevance | last modified time | path
    Searched refs:smin_pred_ty (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 316 (ResI = matchAndReassociateMinOrMax<smin_pred_ty>(I, OrigSCEV)) ||
579 else if (std::is_same<smin_pred_ty, typename MaxMinT::PredType>::value)
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h 1814 struct smin_pred_ty { struct
1869 inline MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty> m_SMin(const LHS &L,
1871 return MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty>(L, R);
1889 MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty>>,
2278 inline MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty, true>
2280 return MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty, true>(L, R);
2304 MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty, true>>,

Completed in 17 milliseconds