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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 318 (ResI = matchAndReassociateMinOrMax<smax_pred_ty>(I, OrigSCEV)))
575 if (std::is_same<smax_pred_ty, typename MaxMinT::PredType>::value)
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h 1807 struct smax_pred_ty { struct
1863 inline MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty> m_SMax(const LHS &L,
1865 return MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty>(L, R);
1888 match_combine_or<MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty>,
2284 inline MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty, true>
2286 return MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty, true>(L, R);
2303 match_combine_or<MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty, true>,

Completed in 42 milliseconds