Searched refs:smin_pred_ty (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PatternMatch.h | 746 struct smin_pred_ty { struct 773 inline MaxMin_match<LHS, RHS, smin_pred_ty> 775 return MaxMin_match<LHS, RHS, smin_pred_ty>(L, R); in m_SMin()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 1325 struct smin_pred_ty { struct 1380 inline MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty> m_SMin(const LHS &L, in m_SMin() 1382 return MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty>(L, R); in m_SMin() 1697 inline MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty, true> 1699 return MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty, true>(L, R);
|
/external/llvm/include/llvm/IR/ |
D | PatternMatch.h | 992 struct smin_pred_ty { struct 1047 inline MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty> m_SMin(const LHS &L, in m_SMin() 1049 return MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty>(L, R); in m_SMin()
|